@tsonic/aspnetcore 0.1.2 → 0.1.3

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.
Files changed (110) hide show
  1. package/Microsoft.AspNetCore.Authentication/bindings.json +4 -4
  2. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +4 -4
  3. package/Microsoft.AspNetCore.Authentication/internal/metadata.json +2 -2
  4. package/Microsoft.AspNetCore.Builder/bindings.json +20 -20
  5. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +9 -9
  6. package/Microsoft.AspNetCore.Builder/internal/metadata.json +10 -10
  7. package/Microsoft.AspNetCore.Components/bindings.json +6 -6
  8. package/Microsoft.AspNetCore.Components/internal/index.d.ts +4 -4
  9. package/Microsoft.AspNetCore.Components/internal/metadata.json +3 -3
  10. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +2 -2
  11. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +2 -2
  12. package/Microsoft.AspNetCore.Components.Authorization/internal/metadata.json +1 -1
  13. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +4 -4
  14. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +2 -2
  15. package/Microsoft.AspNetCore.Components.Endpoints/internal/metadata.json +2 -2
  16. package/Microsoft.AspNetCore.Components.Forms/bindings.json +4 -4
  17. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +3 -3
  18. package/Microsoft.AspNetCore.Components.Forms/internal/metadata.json +2 -2
  19. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +2 -2
  20. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +1 -1
  21. package/Microsoft.AspNetCore.Components.RenderTree/internal/metadata.json +1 -1
  22. package/Microsoft.AspNetCore.Components.Web/bindings.json +19 -19
  23. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +8 -8
  24. package/Microsoft.AspNetCore.Components.Web/internal/metadata.json +8 -8
  25. package/Microsoft.AspNetCore.Http/bindings.json +19 -19
  26. package/Microsoft.AspNetCore.Http/internal/index.d.ts +25 -25
  27. package/Microsoft.AspNetCore.Http/internal/metadata.json +9 -9
  28. package/Microsoft.AspNetCore.Http.Features/bindings.json +12 -12
  29. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +6 -6
  30. package/Microsoft.AspNetCore.Http.Features/internal/metadata.json +6 -6
  31. package/Microsoft.AspNetCore.Http.Headers/bindings.json +8 -8
  32. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +4 -4
  33. package/Microsoft.AspNetCore.Http.Headers/internal/metadata.json +4 -4
  34. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +2 -2
  35. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +2 -2
  36. package/Microsoft.AspNetCore.Http.Metadata/internal/metadata.json +1 -1
  37. package/Microsoft.AspNetCore.Identity/bindings.json +2 -2
  38. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -3
  39. package/Microsoft.AspNetCore.Identity/internal/metadata.json +1 -1
  40. package/Microsoft.AspNetCore.Mvc/bindings.json +23 -23
  41. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +20 -20
  42. package/Microsoft.AspNetCore.Mvc/internal/metadata.json +10 -10
  43. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +12 -12
  44. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +6 -6
  45. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/metadata.json +6 -6
  46. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +5 -5
  47. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +4 -4
  48. package/Microsoft.AspNetCore.Mvc.Formatters/internal/metadata.json +2 -2
  49. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +4 -4
  50. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +6 -6
  51. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +9 -9
  52. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/metadata.json +3 -3
  53. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -1
  54. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +6 -6
  55. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +7 -7
  56. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/metadata.json +3 -3
  57. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +1 -1
  58. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +2 -2
  59. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
  60. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/metadata.json +1 -1
  61. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +4 -4
  62. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +2 -2
  63. package/Microsoft.AspNetCore.Mvc.Rendering/internal/metadata.json +2 -2
  64. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +14 -14
  65. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +13 -13
  66. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/metadata.json +7 -7
  67. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +1 -1
  68. package/Microsoft.AspNetCore.OutputCaching/bindings.json +4 -4
  69. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
  70. package/Microsoft.AspNetCore.OutputCaching/internal/metadata.json +2 -2
  71. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +4 -4
  72. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -3
  73. package/Microsoft.AspNetCore.Razor.Hosting/internal/metadata.json +2 -2
  74. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +2 -2
  75. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +1 -1
  76. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/metadata.json +1 -1
  77. package/Microsoft.AspNetCore.Routing/bindings.json +2 -2
  78. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +2 -2
  79. package/Microsoft.AspNetCore.Routing/internal/metadata.json +1 -1
  80. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +2 -2
  81. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +1 -1
  82. package/Microsoft.AspNetCore.Routing.Matching/internal/metadata.json +1 -1
  83. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +2 -2
  84. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +1 -1
  85. package/Microsoft.AspNetCore.Routing.Patterns/internal/metadata.json +1 -1
  86. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +8 -8
  87. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +4 -4
  88. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/metadata.json +4 -4
  89. package/Microsoft.AspNetCore.Session/bindings.json +2 -2
  90. package/Microsoft.AspNetCore.Session/internal/index.d.ts +1 -1
  91. package/Microsoft.AspNetCore.Session/internal/metadata.json +1 -1
  92. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +2 -2
  93. package/Microsoft.AspNetCore.StaticAssets/bindings.json +2 -2
  94. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
  95. package/Microsoft.AspNetCore.StaticAssets/internal/metadata.json +1 -1
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +1 -1
  97. package/Microsoft.JSInterop/bindings.json +2 -2
  98. package/Microsoft.JSInterop/internal/index.d.ts +1 -1
  99. package/Microsoft.JSInterop/internal/metadata.json +1 -1
  100. package/Microsoft.Net.Http.Headers/bindings.json +14 -14
  101. package/Microsoft.Net.Http.Headers/internal/index.d.ts +11 -11
  102. package/Microsoft.Net.Http.Headers/internal/metadata.json +7 -7
  103. package/System.Formats.Cbor/bindings.json +10 -10
  104. package/System.Formats.Cbor/internal/index.d.ts +5 -5
  105. package/System.Formats.Cbor/internal/metadata.json +5 -5
  106. package/System.Threading.RateLimiting/bindings.json +2 -2
  107. package/System.Threading.RateLimiting/internal/index.d.ts +1 -1
  108. package/System.Threading.RateLimiting/internal/metadata.json +1 -1
  109. package/__internal/extensions/index.d.ts +8 -8
  110. package/package.json +1 -1
@@ -1512,7 +1512,7 @@ export interface TokenProviderDescriptor$instance {
1512
1512
 
1513
1513
 
1514
1514
  export const TokenProviderDescriptor: {
1515
- new(type_: Type): TokenProviderDescriptor;
1515
+ new(type: Type): TokenProviderDescriptor;
1516
1516
  };
1517
1517
 
1518
1518
 
@@ -1686,7 +1686,7 @@ export interface UserManager_1$instance<TUser> {
1686
1686
  generateConcurrencyStampAsync(user: TUser): Task<System_Internal.String>;
1687
1687
  generateEmailConfirmationTokenAsync(user: TUser): Task<System_Internal.String>;
1688
1688
  generateNewAuthenticatorKey(): string;
1689
- generateNewTwoFactorRecoveryCodesAsync(user: TUser, number_: int): Task<IEnumerable<System_Internal.String> | undefined>;
1689
+ generateNewTwoFactorRecoveryCodesAsync(user: TUser, number: int): Task<IEnumerable<System_Internal.String> | undefined>;
1690
1690
  generatePasswordResetTokenAsync(user: TUser): Task<System_Internal.String>;
1691
1691
  generateTwoFactorTokenAsync(user: TUser, tokenProvider: string): Task<System_Internal.String>;
1692
1692
  generateUserTokenAsync(user: TUser, tokenProvider: string, purpose: string): Task<System_Internal.String>;
@@ -1987,7 +1987,7 @@ export abstract class IdentityCookieAuthenticationBuilderExtensions$instance {
1987
1987
  export type IdentityCookieAuthenticationBuilderExtensions = IdentityCookieAuthenticationBuilderExtensions$instance;
1988
1988
 
1989
1989
  export abstract class IdentitySchemaVersions$instance {
1990
- static readonly default_: Version;
1990
+ static readonly default: Version;
1991
1991
  static readonly version1: Version;
1992
1992
  static readonly version2: Version;
1993
1993
  static readonly version3: Version;
@@ -15170,7 +15170,7 @@
15170
15170
  {
15171
15171
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IdentitySchemaVersions::DefaultSystem.Version",
15172
15172
  "clrName": "Default",
15173
- "tsEmitName": "default_",
15173
+ "tsEmitName": "default",
15174
15174
  "normalizedSignature": "Default|System.Version|static=true|const=false",
15175
15175
  "isStatic": true,
15176
15176
  "isReadOnly": true,
@@ -165,7 +165,7 @@
165
165
  {
166
166
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ResponseCacheLocation::AnyMicrosoft.AspNetCore.Mvc.ResponseCacheLocation",
167
167
  "clrName": "Any",
168
- "tsEmitName": "any_",
168
+ "tsEmitName": "any",
169
169
  "metadataToken": 67109251,
170
170
  "normalizedSignature": "Any|Microsoft.AspNetCore.Mvc.ResponseCacheLocation|static=true|const=true",
171
171
  "isStatic": true,
@@ -210,7 +210,7 @@
210
210
  }
211
211
  },
212
212
  {
213
- "tsName": "any_",
213
+ "tsName": "any",
214
214
  "isStatic": true,
215
215
  "tsSignatureId": "Any|Microsoft.AspNetCore.Mvc.ResponseCacheLocation|static=true|const=true",
216
216
  "target": {
@@ -19972,7 +19972,7 @@
19972
19972
  {
19973
19973
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Mvc.ProblemDetails::Type:System.String",
19974
19974
  "clrName": "Type",
19975
- "tsEmitName": "type_",
19975
+ "tsEmitName": "type",
19976
19976
  "metadataToken": 385875985,
19977
19977
  "canonicalSignature": ":System.String",
19978
19978
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
@@ -20070,7 +20070,7 @@
20070
20070
  ],
20071
20071
  "exposedProperties": [
20072
20072
  {
20073
- "tsName": "type_",
20073
+ "tsName": "type",
20074
20074
  "isStatic": false,
20075
20075
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
20076
20076
  "target": {
@@ -20238,7 +20238,7 @@
20238
20238
  {
20239
20239
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ProducesAttribute::Type:System.Type",
20240
20240
  "clrName": "Type",
20241
- "tsEmitName": "type_",
20241
+ "tsEmitName": "type",
20242
20242
  "metadataToken": 385876199,
20243
20243
  "canonicalSignature": ":System.Type",
20244
20244
  "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
@@ -20450,7 +20450,7 @@
20450
20450
  ],
20451
20451
  "exposedProperties": [
20452
20452
  {
20453
- "tsName": "type_",
20453
+ "tsName": "type",
20454
20454
  "isStatic": false,
20455
20455
  "tsSignatureId": "Type|:System.Type|static=false|accessor=getset",
20456
20456
  "target": {
@@ -20671,7 +20671,7 @@
20671
20671
  {
20672
20672
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider::Type:System.Type",
20673
20673
  "clrName": "Type",
20674
- "tsEmitName": "type_",
20674
+ "tsEmitName": "type",
20675
20675
  "metadataToken": 385877027,
20676
20676
  "canonicalSignature": ":System.Type",
20677
20677
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -20799,7 +20799,7 @@
20799
20799
  }
20800
20800
  },
20801
20801
  {
20802
- "tsName": "type_",
20802
+ "tsName": "type",
20803
20803
  "isStatic": false,
20804
20804
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
20805
20805
  "target": {
@@ -20829,7 +20829,7 @@
20829
20829
  }
20830
20830
  },
20831
20831
  {
20832
- "tsName": "type_",
20832
+ "tsName": "type",
20833
20833
  "isStatic": false,
20834
20834
  "tsSignatureId": "Type|:System.Type|static=false|accessor=getset",
20835
20835
  "target": {
@@ -20907,7 +20907,7 @@
20907
20907
  {
20908
20908
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ProducesDefaultResponseTypeAttribute::Type:System.Type",
20909
20909
  "clrName": "Type",
20910
- "tsEmitName": "type_",
20910
+ "tsEmitName": "type",
20911
20911
  "metadataToken": 385876204,
20912
20912
  "canonicalSignature": ":System.Type",
20913
20913
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -21027,7 +21027,7 @@
21027
21027
  ],
21028
21028
  "exposedProperties": [
21029
21029
  {
21030
- "tsName": "type_",
21030
+ "tsName": "type",
21031
21031
  "isStatic": false,
21032
21032
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
21033
21033
  "target": {
@@ -21119,7 +21119,7 @@
21119
21119
  {
21120
21120
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ProducesErrorResponseTypeAttribute::Type:System.Type",
21121
21121
  "clrName": "Type",
21122
- "tsEmitName": "type_",
21122
+ "tsEmitName": "type",
21123
21123
  "metadataToken": 385876207,
21124
21124
  "canonicalSignature": ":System.Type",
21125
21125
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -21147,7 +21147,7 @@
21147
21147
  ],
21148
21148
  "exposedProperties": [
21149
21149
  {
21150
- "tsName": "type_",
21150
+ "tsName": "type",
21151
21151
  "isStatic": false,
21152
21152
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
21153
21153
  "target": {
@@ -21195,7 +21195,7 @@
21195
21195
  {
21196
21196
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ProducesResponseTypeAttribute::Type:System.Type",
21197
21197
  "clrName": "Type",
21198
- "tsEmitName": "type_",
21198
+ "tsEmitName": "type",
21199
21199
  "metadataToken": 385876208,
21200
21200
  "canonicalSignature": ":System.Type",
21201
21201
  "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
@@ -21325,7 +21325,7 @@
21325
21325
  ],
21326
21326
  "exposedProperties": [
21327
21327
  {
21328
- "tsName": "type_",
21328
+ "tsName": "type",
21329
21329
  "isStatic": false,
21330
21330
  "tsSignatureId": "Type|:System.Type|static=false|accessor=getset",
21331
21331
  "target": {
@@ -21455,7 +21455,7 @@
21455
21455
  {
21456
21456
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider::Type:System.Type",
21457
21457
  "clrName": "Type",
21458
- "tsEmitName": "type_",
21458
+ "tsEmitName": "type",
21459
21459
  "metadataToken": 385877027,
21460
21460
  "canonicalSignature": ":System.Type",
21461
21461
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -21543,7 +21543,7 @@
21543
21543
  ],
21544
21544
  "exposedProperties": [
21545
21545
  {
21546
- "tsName": "type_",
21546
+ "tsName": "type",
21547
21547
  "isStatic": false,
21548
21548
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
21549
21549
  "target": {
@@ -21573,7 +21573,7 @@
21573
21573
  }
21574
21574
  },
21575
21575
  {
21576
- "tsName": "type_",
21576
+ "tsName": "type",
21577
21577
  "isStatic": false,
21578
21578
  "tsSignatureId": "Type|:System.Type|static=false|accessor=getset",
21579
21579
  "target": {
@@ -27712,7 +27712,7 @@
27712
27712
  }
27713
27713
  },
27714
27714
  {
27715
- "tsName": "type_",
27715
+ "tsName": "type",
27716
27716
  "isStatic": false,
27717
27717
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
27718
27718
  "target": {
@@ -29203,7 +29203,7 @@
29203
29203
  {
29204
29204
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.DefaultApiConventions::Get(System.Object):System.Void",
29205
29205
  "clrName": "Get",
29206
- "tsEmitName": "get_",
29206
+ "tsEmitName": "get",
29207
29207
  "metadataToken": 100664022,
29208
29208
  "canonicalSignature": "(System.Object):System.Void",
29209
29209
  "normalizedSignature": "Get|(System.Object):System.Void|static=true",
@@ -29301,7 +29301,7 @@
29301
29301
  {
29302
29302
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.DefaultApiConventions::Delete(System.Object):System.Void",
29303
29303
  "clrName": "Delete",
29304
- "tsEmitName": "delete_",
29304
+ "tsEmitName": "delete",
29305
29305
  "metadataToken": 100664029,
29306
29306
  "canonicalSignature": "(System.Object):System.Void",
29307
29307
  "normalizedSignature": "Delete|(System.Object):System.Void|static=true",
@@ -29319,7 +29319,7 @@
29319
29319
  "constructors": [],
29320
29320
  "exposedMethods": [
29321
29321
  {
29322
- "tsName": "get_",
29322
+ "tsName": "get",
29323
29323
  "isStatic": true,
29324
29324
  "tsSignatureId": "Get|(System.Object):System.Void|static=true",
29325
29325
  "target": {
@@ -29389,7 +29389,7 @@
29389
29389
  }
29390
29390
  },
29391
29391
  {
29392
- "tsName": "delete_",
29392
+ "tsName": "delete",
29393
29393
  "isStatic": true,
29394
29394
  "tsSignatureId": "Delete|(System.Object):System.Void|static=true",
29395
29395
  "target": {
@@ -70,7 +70,7 @@ export enum CompatibilityVersion {
70
70
 
71
71
 
72
72
  export enum ResponseCacheLocation {
73
- any_ = 0,
73
+ any = 0,
74
74
  client = 1,
75
75
  none = 2
76
76
  }
@@ -845,8 +845,8 @@ export interface ControllerBase$instance {
845
845
  physicalFile(physicalPath: string, contentType: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
846
846
  physicalFile(physicalPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue): PhysicalFileResult;
847
847
  physicalFile(physicalPath: string, contentType: string, fileDownloadName: string, lastModified: Nullable<DateTimeOffset>, entityTag: EntityTagHeaderValue, enableRangeProcessing: boolean): PhysicalFileResult;
848
- problem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type_: string): ObjectResult;
849
- problem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type_?: string, extensions?: IDictionary__System_Collections_Generic<System_Internal.String, unknown>): ObjectResult;
848
+ problem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string): ObjectResult;
849
+ problem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, extensions?: IDictionary__System_Collections_Generic<System_Internal.String, unknown>): ObjectResult;
850
850
  redirect(url: string): RedirectResult;
851
851
  redirectPermanent(url: string): RedirectResult;
852
852
  redirectPermanentPreserveMethod(url: string): RedirectResult;
@@ -920,8 +920,8 @@ export interface ControllerBase$instance {
920
920
  validationProblem(descriptor: ValidationProblemDetails): ActionResult;
921
921
  validationProblem(modelStateDictionary: ModelStateDictionary): ActionResult;
922
922
  validationProblem(): ActionResult;
923
- validationProblem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type_: string, modelStateDictionary: ModelStateDictionary): ActionResult;
924
- validationProblem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type_?: string, modelStateDictionary?: ModelStateDictionary, extensions?: IDictionary__System_Collections_Generic<System_Internal.String, unknown>): ActionResult;
923
+ validationProblem(detail: string, instance: string, statusCode: Nullable<System_Internal.Int32>, title: string, type: string, modelStateDictionary: ModelStateDictionary): ActionResult;
924
+ validationProblem(detail?: string, instance?: string, statusCode?: Nullable<System_Internal.Int32>, title?: string, type?: string, modelStateDictionary?: ModelStateDictionary, extensions?: IDictionary__System_Collections_Generic<System_Internal.String, unknown>): ActionResult;
925
925
  }
926
926
 
927
927
 
@@ -1633,7 +1633,7 @@ export interface ModelMetadataTypeAttribute$instance extends Attribute {
1633
1633
 
1634
1634
 
1635
1635
  export const ModelMetadataTypeAttribute: {
1636
- new(type_: Type): ModelMetadataTypeAttribute;
1636
+ new(type: Type): ModelMetadataTypeAttribute;
1637
1637
  };
1638
1638
 
1639
1639
 
@@ -1923,7 +1923,7 @@ export interface ProblemDetails$instance {
1923
1923
  status: Nullable<System_Internal.Int32>;
1924
1924
  get title(): string | undefined;
1925
1925
  set title(value: string);
1926
- type_: string;
1926
+ type: string;
1927
1927
  }
1928
1928
 
1929
1929
 
@@ -1939,7 +1939,7 @@ export interface ProducesAttribute$instance extends Attribute, IFilterMetadata {
1939
1939
  description: string;
1940
1940
  order: int;
1941
1941
  readonly statusCode: int;
1942
- type_: Type;
1942
+ type: Type;
1943
1943
  onResultExecuted(context: ResultExecutedContext): void;
1944
1944
  onResultExecuting(context: ResultExecutingContext): void;
1945
1945
  setContentTypes(contentTypes: MediaTypeCollection): void;
@@ -1947,7 +1947,7 @@ export interface ProducesAttribute$instance extends Attribute, IFilterMetadata {
1947
1947
 
1948
1948
 
1949
1949
  export const ProducesAttribute: {
1950
- new(type_: Type): ProducesAttribute;
1950
+ new(type: Type): ProducesAttribute;
1951
1951
  new(contentType: string, additionalContentTypes: string[]): ProducesAttribute;
1952
1952
  };
1953
1953
 
@@ -1987,13 +1987,13 @@ export type ProducesAttribute_1<T> = ProducesAttribute_1$instance<T> & __Produce
1987
1987
  export interface ProducesDefaultResponseTypeAttribute$instance extends Attribute, IFilterMetadata {
1988
1988
  description: string;
1989
1989
  readonly statusCode: int;
1990
- readonly type_: Type;
1990
+ readonly type: Type;
1991
1991
  }
1992
1992
 
1993
1993
 
1994
1994
  export const ProducesDefaultResponseTypeAttribute: {
1995
1995
  new(): ProducesDefaultResponseTypeAttribute;
1996
- new(type_: Type): ProducesDefaultResponseTypeAttribute;
1996
+ new(type: Type): ProducesDefaultResponseTypeAttribute;
1997
1997
  };
1998
1998
 
1999
1999
 
@@ -2005,12 +2005,12 @@ export type ProducesDefaultResponseTypeAttribute = ProducesDefaultResponseTypeAt
2005
2005
 
2006
2006
 
2007
2007
  export interface ProducesErrorResponseTypeAttribute$instance extends Attribute {
2008
- readonly type_: Type;
2008
+ readonly type: Type;
2009
2009
  }
2010
2010
 
2011
2011
 
2012
2012
  export const ProducesErrorResponseTypeAttribute: {
2013
- new(type_: Type): ProducesErrorResponseTypeAttribute;
2013
+ new(type: Type): ProducesErrorResponseTypeAttribute;
2014
2014
  };
2015
2015
 
2016
2016
 
@@ -2019,14 +2019,14 @@ export type ProducesErrorResponseTypeAttribute = ProducesErrorResponseTypeAttrib
2019
2019
  export interface ProducesResponseTypeAttribute$instance extends Attribute, IFilterMetadata {
2020
2020
  description: string;
2021
2021
  statusCode: int;
2022
- type_: Type;
2022
+ type: Type;
2023
2023
  }
2024
2024
 
2025
2025
 
2026
2026
  export const ProducesResponseTypeAttribute: {
2027
2027
  new(statusCode: int): ProducesResponseTypeAttribute;
2028
- new(type_: Type, statusCode: int): ProducesResponseTypeAttribute;
2029
- new(type_: Type, statusCode: int, contentType: string, additionalContentTypes: string[]): ProducesResponseTypeAttribute;
2028
+ new(type: Type, statusCode: int): ProducesResponseTypeAttribute;
2029
+ new(type: Type, statusCode: int, contentType: string, additionalContentTypes: string[]): ProducesResponseTypeAttribute;
2030
2030
  };
2031
2031
 
2032
2032
 
@@ -2382,7 +2382,7 @@ export interface ServiceFilterAttribute$instance extends Attribute, IFilterMetad
2382
2382
 
2383
2383
 
2384
2384
  export const ServiceFilterAttribute: {
2385
- new(type_: Type): ServiceFilterAttribute;
2385
+ new(type: Type): ServiceFilterAttribute;
2386
2386
  };
2387
2387
 
2388
2388
 
@@ -2526,7 +2526,7 @@ export interface TypeFilterAttribute$instance extends Attribute, IFilterMetadata
2526
2526
 
2527
2527
 
2528
2528
  export const TypeFilterAttribute: {
2529
- new(type_: Type): TypeFilterAttribute;
2529
+ new(type: Type): TypeFilterAttribute;
2530
2530
  };
2531
2531
 
2532
2532
 
@@ -2812,10 +2812,10 @@ export type VirtualFileResult = VirtualFileResult$instance & __VirtualFileResult
2812
2812
 
2813
2813
  export abstract class DefaultApiConventions$instance {
2814
2814
  static create(model: unknown): void;
2815
- static delete_(id: unknown): void;
2815
+ static delete(id: unknown): void;
2816
2816
  static edit(id: unknown, model: unknown): void;
2817
2817
  static find(id: unknown): void;
2818
- static get_(id: unknown): void;
2818
+ static get(id: unknown): void;
2819
2819
  static post(model: unknown): void;
2820
2820
  static put(id: unknown, model: unknown): void;
2821
2821
  static update(id: unknown, model: unknown): void;
@@ -104,7 +104,7 @@
104
104
  {
105
105
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ResponseCacheLocation::AnyMicrosoft.AspNetCore.Mvc.ResponseCacheLocation",
106
106
  "clrName": "Any",
107
- "tsEmitName": "any_",
107
+ "tsEmitName": "any",
108
108
  "normalizedSignature": "Any|Microsoft.AspNetCore.Mvc.ResponseCacheLocation|static=true|const=true",
109
109
  "isStatic": true,
110
110
  "isReadOnly": false,
@@ -11095,7 +11095,7 @@
11095
11095
  {
11096
11096
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Mvc.ProblemDetails::Type:System.String",
11097
11097
  "clrName": "Type",
11098
- "tsEmitName": "type_",
11098
+ "tsEmitName": "type",
11099
11099
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
11100
11100
  "provenance": "Original",
11101
11101
  "emitScope": "ClassSurface",
@@ -11308,7 +11308,7 @@
11308
11308
  {
11309
11309
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ProducesAttribute::Type:System.Type",
11310
11310
  "clrName": "Type",
11311
- "tsEmitName": "type_",
11311
+ "tsEmitName": "type",
11312
11312
  "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
11313
11313
  "provenance": "Original",
11314
11314
  "emitScope": "ClassSurface",
@@ -11591,7 +11591,7 @@
11591
11591
  {
11592
11592
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider::Type:System.Type",
11593
11593
  "clrName": "Type",
11594
- "tsEmitName": "type_",
11594
+ "tsEmitName": "type",
11595
11595
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
11596
11596
  "provenance": "ExplicitView",
11597
11597
  "emitScope": "ViewOnly",
@@ -11680,7 +11680,7 @@
11680
11680
  {
11681
11681
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ProducesDefaultResponseTypeAttribute::Type:System.Type",
11682
11682
  "clrName": "Type",
11683
- "tsEmitName": "type_",
11683
+ "tsEmitName": "type",
11684
11684
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
11685
11685
  "provenance": "Original",
11686
11686
  "emitScope": "ClassSurface",
@@ -11801,7 +11801,7 @@
11801
11801
  {
11802
11802
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ProducesErrorResponseTypeAttribute::Type:System.Type",
11803
11803
  "clrName": "Type",
11804
- "tsEmitName": "type_",
11804
+ "tsEmitName": "type",
11805
11805
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
11806
11806
  "provenance": "Original",
11807
11807
  "emitScope": "ClassSurface",
@@ -11857,7 +11857,7 @@
11857
11857
  {
11858
11858
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ProducesResponseTypeAttribute::Type:System.Type",
11859
11859
  "clrName": "Type",
11860
- "tsEmitName": "type_",
11860
+ "tsEmitName": "type",
11861
11861
  "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
11862
11862
  "provenance": "Original",
11863
11863
  "emitScope": "ClassSurface",
@@ -12017,7 +12017,7 @@
12017
12017
  {
12018
12018
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider::Type:System.Type",
12019
12019
  "clrName": "Type",
12020
- "tsEmitName": "type_",
12020
+ "tsEmitName": "type",
12021
12021
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
12022
12022
  "provenance": "ExplicitView",
12023
12023
  "emitScope": "ViewOnly",
@@ -16368,7 +16368,7 @@
16368
16368
  {
16369
16369
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.DefaultApiConventions::Get(System.Object):System.Void",
16370
16370
  "clrName": "Get",
16371
- "tsEmitName": "get_",
16371
+ "tsEmitName": "get",
16372
16372
  "normalizedSignature": "Get|(System.Object):System.Void|static=true",
16373
16373
  "provenance": "Original",
16374
16374
  "emitScope": "ClassSurface",
@@ -16480,7 +16480,7 @@
16480
16480
  {
16481
16481
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.DefaultApiConventions::Delete(System.Object):System.Void",
16482
16482
  "clrName": "Delete",
16483
- "tsEmitName": "delete_",
16483
+ "tsEmitName": "delete",
16484
16484
  "normalizedSignature": "Delete|(System.Object):System.Void|static=true",
16485
16485
  "provenance": "Original",
16486
16486
  "emitScope": "ClassSurface",
@@ -24,7 +24,7 @@
24
24
  {
25
25
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior::AnyMicrosoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior",
26
26
  "clrName": "Any",
27
- "tsEmitName": "any_",
27
+ "tsEmitName": "any",
28
28
  "metadataToken": 67110038,
29
29
  "normalizedSignature": "Any|Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior|static=true|const=true",
30
30
  "isStatic": true,
@@ -80,7 +80,7 @@
80
80
  }
81
81
  },
82
82
  {
83
- "tsName": "any_",
83
+ "tsName": "any",
84
84
  "isStatic": true,
85
85
  "tsSignatureId": "Any|Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior|static=true|const=true",
86
86
  "target": {
@@ -144,7 +144,7 @@
144
144
  {
145
145
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionTypeMatchBehavior::AnyMicrosoft.AspNetCore.Mvc.ApiExplorer.ApiConventionTypeMatchBehavior",
146
146
  "clrName": "Any",
147
- "tsEmitName": "any_",
147
+ "tsEmitName": "any",
148
148
  "metadataToken": 67110045,
149
149
  "normalizedSignature": "Any|Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionTypeMatchBehavior|static=true|const=true",
150
150
  "isStatic": true,
@@ -178,7 +178,7 @@
178
178
  }
179
179
  },
180
180
  {
181
- "tsName": "any_",
181
+ "tsName": "any",
182
182
  "isStatic": true,
183
183
  "tsSignatureId": "Any|Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionTypeMatchBehavior|static=true|const=true",
184
184
  "target": {
@@ -225,7 +225,7 @@
225
225
  {
226
226
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider::Type:System.Type",
227
227
  "clrName": "Type",
228
- "tsEmitName": "type_",
228
+ "tsEmitName": "type",
229
229
  "metadataToken": 385877027,
230
230
  "canonicalSignature": ":System.Type",
231
231
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -282,7 +282,7 @@
282
282
  ],
283
283
  "exposedProperties": [
284
284
  {
285
- "tsName": "type_",
285
+ "tsName": "type",
286
286
  "isStatic": false,
287
287
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
288
288
  "target": {
@@ -600,7 +600,7 @@
600
600
  {
601
601
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider::Type:System.Type",
602
602
  "clrName": "Type",
603
- "tsEmitName": "type_",
603
+ "tsEmitName": "type",
604
604
  "metadataToken": 385877027,
605
605
  "canonicalSignature": ":System.Type",
606
606
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -657,7 +657,7 @@
657
657
  ],
658
658
  "exposedProperties": [
659
659
  {
660
- "tsName": "type_",
660
+ "tsName": "type",
661
661
  "isStatic": false,
662
662
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
663
663
  "target": {
@@ -1560,7 +1560,7 @@
1560
1560
  {
1561
1561
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription::Type:System.Type",
1562
1562
  "clrName": "Type",
1563
- "tsEmitName": "type_",
1563
+ "tsEmitName": "type",
1564
1564
  "metadataToken": 385876261,
1565
1565
  "canonicalSignature": ":System.Type",
1566
1566
  "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
@@ -1680,7 +1680,7 @@
1680
1680
  }
1681
1681
  },
1682
1682
  {
1683
- "tsName": "type_",
1683
+ "tsName": "type",
1684
1684
  "isStatic": false,
1685
1685
  "tsSignatureId": "Type|:System.Type|static=false|accessor=getset",
1686
1686
  "target": {
@@ -2050,7 +2050,7 @@
2050
2050
  {
2051
2051
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ApiExplorer.ApiResponseType::Type:System.Type",
2052
2052
  "clrName": "Type",
2053
- "tsEmitName": "type_",
2053
+ "tsEmitName": "type",
2054
2054
  "metadataToken": 385876274,
2055
2055
  "canonicalSignature": ":System.Type",
2056
2056
  "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
@@ -2140,7 +2140,7 @@
2140
2140
  }
2141
2141
  },
2142
2142
  {
2143
- "tsName": "type_",
2143
+ "tsName": "type",
2144
2144
  "isStatic": false,
2145
2145
  "tsSignatureId": "Type|:System.Type|static=false|accessor=getset",
2146
2146
  "target": {
@@ -20,7 +20,7 @@ import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible,
20
20
  import type { IOptions } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
21
21
 
22
22
  export enum ApiConventionNameMatchBehavior {
23
- any_ = 0,
23
+ any = 0,
24
24
  exact = 1,
25
25
  prefix = 2,
26
26
  suffix = 3
@@ -28,13 +28,13 @@ export enum ApiConventionNameMatchBehavior {
28
28
 
29
29
 
30
30
  export enum ApiConventionTypeMatchBehavior {
31
- any_ = 0,
31
+ any = 0,
32
32
  assignableFrom = 1
33
33
  }
34
34
 
35
35
 
36
36
  export interface IApiDefaultResponseMetadataProvider$instance extends IApiResponseMetadataProvider, IFilterMetadata {
37
- readonly type_: Type;
37
+ readonly type: Type;
38
38
  readonly description: string;
39
39
  readonly statusCode: int;
40
40
  setContentTypes(contentTypes: MediaTypeCollection): void;
@@ -91,7 +91,7 @@ export interface IApiRequestMetadataProvider$instance extends Microsoft_AspNetCo
91
91
  export type IApiRequestMetadataProvider = IApiRequestMetadataProvider$instance;
92
92
 
93
93
  export interface IApiResponseMetadataProvider$instance extends IFilterMetadata {
94
- readonly type_: Type;
94
+ readonly type: Type;
95
95
  readonly description: string;
96
96
  readonly statusCode: int;
97
97
  setContentTypes(contentTypes: MediaTypeCollection): void;
@@ -234,7 +234,7 @@ export interface ApiParameterDescription$instance {
234
234
  get routeInfo(): ApiParameterRouteInfo | undefined;
235
235
  set routeInfo(value: ApiParameterRouteInfo);
236
236
  source: BindingSource;
237
- type_: Type;
237
+ type: Type;
238
238
  }
239
239
 
240
240
 
@@ -292,7 +292,7 @@ export interface ApiResponseType$instance {
292
292
  isDefaultResponse: boolean;
293
293
  modelMetadata: ModelMetadata;
294
294
  statusCode: int;
295
- type_: Type;
295
+ type: Type;
296
296
  }
297
297
 
298
298