@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
@@ -6367,7 +6367,7 @@
6367
6367
  {
6368
6368
  "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PropertiesSerializer::Default:Microsoft.AspNetCore.Authentication.PropertiesSerializer",
6369
6369
  "clrName": "Default",
6370
- "tsEmitName": "default_",
6370
+ "tsEmitName": "default",
6371
6371
  "metadataToken": 385876027,
6372
6372
  "canonicalSignature": ":Microsoft.AspNetCore.Authentication.PropertiesSerializer",
6373
6373
  "normalizedSignature": "Default|:Microsoft.AspNetCore.Authentication.PropertiesSerializer|static=true|accessor=get",
@@ -6457,7 +6457,7 @@
6457
6457
  ],
6458
6458
  "exposedProperties": [
6459
6459
  {
6460
- "tsName": "default_",
6460
+ "tsName": "default",
6461
6461
  "isStatic": true,
6462
6462
  "tsSignatureId": "Default|:Microsoft.AspNetCore.Authentication.PropertiesSerializer|static=true|accessor=get",
6463
6463
  "target": {
@@ -9771,7 +9771,7 @@
9771
9771
  {
9772
9772
  "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.TicketSerializer::Default:Microsoft.AspNetCore.Authentication.TicketSerializer",
9773
9773
  "clrName": "Default",
9774
- "tsEmitName": "default_",
9774
+ "tsEmitName": "default",
9775
9775
  "metadataToken": 385876045,
9776
9776
  "canonicalSignature": ":Microsoft.AspNetCore.Authentication.TicketSerializer",
9777
9777
  "normalizedSignature": "Default|:Microsoft.AspNetCore.Authentication.TicketSerializer|static=true|accessor=get",
@@ -9861,7 +9861,7 @@
9861
9861
  ],
9862
9862
  "exposedProperties": [
9863
9863
  {
9864
- "tsName": "default_",
9864
+ "tsName": "default",
9865
9865
  "isStatic": true,
9866
9866
  "tsSignatureId": "Default|:Microsoft.AspNetCore.Authentication.TicketSerializer|static=true|accessor=get",
9867
9867
  "target": {
@@ -381,7 +381,7 @@ export type AuthenticationSchemeBuilder = AuthenticationSchemeBuilder$instance;
381
381
  export interface AuthenticationSchemeOptions$instance {
382
382
  get claimsIssuer(): string | undefined;
383
383
  set claimsIssuer(value: string);
384
- events: BearerTokenEvents | unknown;
384
+ events: CookieAuthenticationEvents | unknown;
385
385
  get eventsType(): Type | undefined;
386
386
  set eventsType(value: Type);
387
387
  get forwardAuthenticate(): string | undefined;
@@ -647,7 +647,7 @@ export interface PropertiesSerializer$instance {
647
647
 
648
648
  export const PropertiesSerializer: {
649
649
  new(): PropertiesSerializer;
650
- readonly default_: PropertiesSerializer;
650
+ readonly default: PropertiesSerializer;
651
651
  };
652
652
 
653
653
 
@@ -732,7 +732,7 @@ export interface RemoteAuthenticationOptions$instance extends AuthenticationSche
732
732
  correlationCookie: CookieBuilder;
733
733
  get dataProtectionProvider(): IDataProtectionProvider | undefined;
734
734
  set dataProtectionProvider(value: IDataProtectionProvider);
735
- events: OAuthEvents | RemoteAuthenticationEvents | unknown;
735
+ events: RemoteAuthenticationEvents | unknown;
736
736
  remoteAuthenticationTimeout: TimeSpan;
737
737
  returnUrlParameter: string;
738
738
  saveTokens: boolean;
@@ -920,7 +920,7 @@ export interface TicketSerializer$instance {
920
920
 
921
921
  export const TicketSerializer: {
922
922
  new(): TicketSerializer;
923
- readonly default_: TicketSerializer;
923
+ readonly default: TicketSerializer;
924
924
  };
925
925
 
926
926
 
@@ -3961,7 +3961,7 @@
3961
3961
  {
3962
3962
  "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PropertiesSerializer::Default:Microsoft.AspNetCore.Authentication.PropertiesSerializer",
3963
3963
  "clrName": "Default",
3964
- "tsEmitName": "default_",
3964
+ "tsEmitName": "default",
3965
3965
  "normalizedSignature": "Default|:Microsoft.AspNetCore.Authentication.PropertiesSerializer|static=true|accessor=get",
3966
3966
  "provenance": "Original",
3967
3967
  "emitScope": "ClassSurface",
@@ -5740,7 +5740,7 @@
5740
5740
  {
5741
5741
  "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.TicketSerializer::Default:Microsoft.AspNetCore.Authentication.TicketSerializer",
5742
5742
  "clrName": "Default",
5743
- "tsEmitName": "default_",
5743
+ "tsEmitName": "default",
5744
5744
  "normalizedSignature": "Default|:Microsoft.AspNetCore.Authentication.TicketSerializer|static=true|accessor=get",
5745
5745
  "provenance": "Original",
5746
5746
  "emitScope": "ClassSurface",
@@ -25,7 +25,7 @@
25
25
  {
26
26
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Builder.IApplicationBuilder::New():Microsoft.AspNetCore.Builder.IApplicationBuilder",
27
27
  "clrName": "New",
28
- "tsEmitName": "new_",
28
+ "tsEmitName": "new",
29
29
  "metadataToken": 100663457,
30
30
  "canonicalSignature": "():Microsoft.AspNetCore.Builder.IApplicationBuilder",
31
31
  "normalizedSignature": "New|():Microsoft.AspNetCore.Builder.IApplicationBuilder|static=false",
@@ -110,7 +110,7 @@
110
110
  }
111
111
  },
112
112
  {
113
- "tsName": "new_",
113
+ "tsName": "new",
114
114
  "isStatic": false,
115
115
  "tsSignatureId": "New|():Microsoft.AspNetCore.Builder.IApplicationBuilder|static=false",
116
116
  "target": {
@@ -265,7 +265,7 @@
265
265
  {
266
266
  "stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Builder.ApplicationBuilder::New():Microsoft.AspNetCore.Builder.IApplicationBuilder",
267
267
  "clrName": "New",
268
- "tsEmitName": "new_",
268
+ "tsEmitName": "new",
269
269
  "metadataToken": 100663423,
270
270
  "canonicalSignature": "():Microsoft.AspNetCore.Builder.IApplicationBuilder",
271
271
  "normalizedSignature": "New|():Microsoft.AspNetCore.Builder.IApplicationBuilder|static=false",
@@ -455,7 +455,7 @@
455
455
  }
456
456
  },
457
457
  {
458
- "tsName": "new_",
458
+ "tsName": "new",
459
459
  "isStatic": false,
460
460
  "tsSignatureId": "New|():Microsoft.AspNetCore.Builder.IApplicationBuilder|static=false",
461
461
  "target": {
@@ -612,7 +612,7 @@
612
612
  {
613
613
  "stableId": "Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Builder.ComponentEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
614
614
  "clrName": "Finally",
615
- "tsEmitName": "finally_",
615
+ "tsEmitName": "finally",
616
616
  "metadataToken": 100663606,
617
617
  "canonicalSignature": "(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
618
618
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
@@ -654,7 +654,7 @@
654
654
  }
655
655
  },
656
656
  {
657
- "tsName": "finally_",
657
+ "tsName": "finally",
658
658
  "isStatic": false,
659
659
  "tsSignatureId": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
660
660
  "target": {
@@ -1260,7 +1260,7 @@
1260
1260
  {
1261
1261
  "stableId": "Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Builder.ConnectionEndpointRouteBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
1262
1262
  "clrName": "Finally",
1263
- "tsEmitName": "finally_",
1263
+ "tsEmitName": "finally",
1264
1264
  "metadataToken": 100663586,
1265
1265
  "canonicalSignature": "(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
1266
1266
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
@@ -1302,7 +1302,7 @@
1302
1302
  }
1303
1303
  },
1304
1304
  {
1305
- "tsName": "finally_",
1305
+ "tsName": "finally",
1306
1306
  "isStatic": false,
1307
1307
  "tsSignatureId": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
1308
1308
  "target": {
@@ -1347,7 +1347,7 @@
1347
1347
  {
1348
1348
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Builder.ControllerActionEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
1349
1349
  "clrName": "Finally",
1350
- "tsEmitName": "finally_",
1350
+ "tsEmitName": "finally",
1351
1351
  "metadataToken": 100663613,
1352
1352
  "canonicalSignature": "(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
1353
1353
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
@@ -1389,7 +1389,7 @@
1389
1389
  }
1390
1390
  },
1391
1391
  {
1392
- "tsName": "finally_",
1392
+ "tsName": "finally",
1393
1393
  "isStatic": false,
1394
1394
  "tsSignatureId": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
1395
1395
  "target": {
@@ -2956,7 +2956,7 @@
2956
2956
  {
2957
2957
  "stableId": "Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.Builder.HubEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
2958
2958
  "clrName": "Finally",
2959
- "tsEmitName": "finally_",
2959
+ "tsEmitName": "finally",
2960
2960
  "metadataToken": 100663303,
2961
2961
  "canonicalSignature": "(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
2962
2962
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
@@ -2998,7 +2998,7 @@
2998
2998
  }
2999
2999
  },
3000
3000
  {
3001
- "tsName": "finally_",
3001
+ "tsName": "finally",
3002
3002
  "isStatic": false,
3003
3003
  "tsSignatureId": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
3004
3004
  "target": {
@@ -3309,7 +3309,7 @@
3309
3309
  {
3310
3310
  "stableId": "Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Builder.PageActionEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
3311
3311
  "clrName": "Finally",
3312
- "tsEmitName": "finally_",
3312
+ "tsEmitName": "finally",
3313
3313
  "metadataToken": 100663331,
3314
3314
  "canonicalSignature": "(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
3315
3315
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
@@ -3351,7 +3351,7 @@
3351
3351
  }
3352
3352
  },
3353
3353
  {
3354
- "tsName": "finally_",
3354
+ "tsName": "finally",
3355
3355
  "isStatic": false,
3356
3356
  "tsSignatureId": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
3357
3357
  "target": {
@@ -3396,7 +3396,7 @@
3396
3396
  {
3397
3397
  "stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
3398
3398
  "clrName": "Finally",
3399
- "tsEmitName": "finally_",
3399
+ "tsEmitName": "finally",
3400
3400
  "metadataToken": 100663359,
3401
3401
  "canonicalSignature": "(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
3402
3402
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
@@ -3438,7 +3438,7 @@
3438
3438
  }
3439
3439
  },
3440
3440
  {
3441
- "tsName": "finally_",
3441
+ "tsName": "finally",
3442
3442
  "isStatic": false,
3443
3443
  "tsSignatureId": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
3444
3444
  "target": {
@@ -3787,7 +3787,7 @@
3787
3787
  {
3788
3788
  "stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Builder.RouteHandlerBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
3789
3789
  "clrName": "Finally",
3790
- "tsEmitName": "finally_",
3790
+ "tsEmitName": "finally",
3791
3791
  "metadataToken": 100663395,
3792
3792
  "canonicalSignature": "(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
3793
3793
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
@@ -3840,7 +3840,7 @@
3840
3840
  }
3841
3841
  },
3842
3842
  {
3843
- "tsName": "finally_",
3843
+ "tsName": "finally",
3844
3844
  "isStatic": false,
3845
3845
  "tsSignatureId": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
3846
3846
  "target": {
@@ -4563,7 +4563,7 @@
4563
4563
  {
4564
4564
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Builder.IApplicationBuilder::New():Microsoft.AspNetCore.Builder.IApplicationBuilder",
4565
4565
  "clrName": "New",
4566
- "tsEmitName": "new_",
4566
+ "tsEmitName": "new",
4567
4567
  "metadataToken": 100663457,
4568
4568
  "canonicalSignature": "():Microsoft.AspNetCore.Builder.IApplicationBuilder",
4569
4569
  "normalizedSignature": "New|():Microsoft.AspNetCore.Builder.IApplicationBuilder|static=false",
@@ -4918,7 +4918,7 @@
4918
4918
  }
4919
4919
  },
4920
4920
  {
4921
- "tsName": "new_",
4921
+ "tsName": "new",
4922
4922
  "isStatic": false,
4923
4923
  "tsSignatureId": "New|():Microsoft.AspNetCore.Builder.IApplicationBuilder|static=false",
4924
4924
  "target": {
@@ -60,7 +60,7 @@ export interface IApplicationBuilder$instance {
60
60
  readonly serverFeatures: IFeatureCollection;
61
61
  readonly properties: IDictionary<System_Internal.String, unknown | undefined>;
62
62
  build(): RequestDelegate;
63
- new_(): IApplicationBuilder;
63
+ new(): IApplicationBuilder;
64
64
  use(middleware: Func<RequestDelegate, RequestDelegate>): IApplicationBuilder;
65
65
  }
66
66
 
@@ -88,7 +88,7 @@ export interface ApplicationBuilder$instance {
88
88
  readonly properties: IDictionary<System_Internal.String, unknown | undefined>;
89
89
  readonly serverFeatures: IFeatureCollection;
90
90
  build(): RequestDelegate;
91
- new_(): IApplicationBuilder;
91
+ new(): IApplicationBuilder;
92
92
  use(middleware: Func<RequestDelegate, RequestDelegate>): IApplicationBuilder;
93
93
  }
94
94
 
@@ -110,7 +110,7 @@ export type ApplicationBuilder = ApplicationBuilder$instance & __ApplicationBuil
110
110
 
111
111
  export interface ComponentEndpointConventionBuilder$instance extends IHubEndpointConventionBuilder {
112
112
  add(convention: Action<EndpointBuilder>): void;
113
- finally_(finalConvention: Action<EndpointBuilder>): void;
113
+ finally(finalConvention: Action<EndpointBuilder>): void;
114
114
  }
115
115
 
116
116
 
@@ -177,7 +177,7 @@ export type ConfigureWebHostBuilder = ConfigureWebHostBuilder$instance & __Confi
177
177
 
178
178
  export interface ConnectionEndpointRouteBuilder$instance {
179
179
  add(convention: Action<EndpointBuilder>): void;
180
- finally_(finalConvention: Action<EndpointBuilder>): void;
180
+ finally(finalConvention: Action<EndpointBuilder>): void;
181
181
  }
182
182
 
183
183
 
@@ -197,7 +197,7 @@ export type ConnectionEndpointRouteBuilder = ConnectionEndpointRouteBuilder$inst
197
197
 
198
198
  export interface ControllerActionEndpointConventionBuilder$instance {
199
199
  add(convention: Action<EndpointBuilder>): void;
200
- finally_(finalConvention: Action<EndpointBuilder>): void;
200
+ finally(finalConvention: Action<EndpointBuilder>): void;
201
201
  }
202
202
 
203
203
 
@@ -369,7 +369,7 @@ export type HttpMethodOverrideOptions = HttpMethodOverrideOptions$instance;
369
369
 
370
370
  export interface HubEndpointConventionBuilder$instance extends IHubEndpointConventionBuilder {
371
371
  add(convention: Action<EndpointBuilder>): void;
372
- finally_(finalConvention: Action<EndpointBuilder>): void;
372
+ finally(finalConvention: Action<EndpointBuilder>): void;
373
373
  }
374
374
 
375
375
 
@@ -419,7 +419,7 @@ export type IISServerOptions = IISServerOptions$instance;
419
419
 
420
420
  export interface PageActionEndpointConventionBuilder$instance {
421
421
  add(convention: Action<EndpointBuilder>): void;
422
- finally_(finalConvention: Action<EndpointBuilder>): void;
422
+ finally(finalConvention: Action<EndpointBuilder>): void;
423
423
  }
424
424
 
425
425
 
@@ -439,7 +439,7 @@ export type PageActionEndpointConventionBuilder = PageActionEndpointConventionBu
439
439
 
440
440
  export interface RazorComponentsEndpointConventionBuilder$instance {
441
441
  add(convention: Action<EndpointBuilder>): void;
442
- finally_(finallyConvention: Action<EndpointBuilder>): void;
442
+ finally(finallyConvention: Action<EndpointBuilder>): void;
443
443
  }
444
444
 
445
445
 
@@ -483,7 +483,7 @@ export type RequestLocalizationOptions = RequestLocalizationOptions$instance;
483
483
 
484
484
  export interface RouteHandlerBuilder$instance {
485
485
  add(convention: Action<EndpointBuilder>): void;
486
- finally_(finalConvention: Action<EndpointBuilder>): void;
486
+ finally(finalConvention: Action<EndpointBuilder>): void;
487
487
  }
488
488
 
489
489
 
@@ -69,7 +69,7 @@
69
69
  {
70
70
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Builder.IApplicationBuilder::New():Microsoft.AspNetCore.Builder.IApplicationBuilder",
71
71
  "clrName": "New",
72
- "tsEmitName": "new_",
72
+ "tsEmitName": "new",
73
73
  "normalizedSignature": "New|():Microsoft.AspNetCore.Builder.IApplicationBuilder|static=false",
74
74
  "provenance": "Original",
75
75
  "emitScope": "ClassSurface",
@@ -246,7 +246,7 @@
246
246
  {
247
247
  "stableId": "Microsoft.AspNetCore.Http:Microsoft.AspNetCore.Builder.ApplicationBuilder::New():Microsoft.AspNetCore.Builder.IApplicationBuilder",
248
248
  "clrName": "New",
249
- "tsEmitName": "new_",
249
+ "tsEmitName": "new",
250
250
  "normalizedSignature": "New|():Microsoft.AspNetCore.Builder.IApplicationBuilder|static=false",
251
251
  "provenance": "Original",
252
252
  "emitScope": "ClassSurface",
@@ -467,7 +467,7 @@
467
467
  {
468
468
  "stableId": "Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Builder.ComponentEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
469
469
  "clrName": "Finally",
470
- "tsEmitName": "finally_",
470
+ "tsEmitName": "finally",
471
471
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
472
472
  "provenance": "Original",
473
473
  "emitScope": "ClassSurface",
@@ -929,7 +929,7 @@
929
929
  {
930
930
  "stableId": "Microsoft.AspNetCore.Http.Connections:Microsoft.AspNetCore.Builder.ConnectionEndpointRouteBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
931
931
  "clrName": "Finally",
932
- "tsEmitName": "finally_",
932
+ "tsEmitName": "finally",
933
933
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
934
934
  "provenance": "Original",
935
935
  "emitScope": "ClassSurface",
@@ -995,7 +995,7 @@
995
995
  {
996
996
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Builder.ControllerActionEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
997
997
  "clrName": "Finally",
998
- "tsEmitName": "finally_",
998
+ "tsEmitName": "finally",
999
999
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
1000
1000
  "provenance": "Original",
1001
1001
  "emitScope": "ClassSurface",
@@ -1949,7 +1949,7 @@
1949
1949
  {
1950
1950
  "stableId": "Microsoft.AspNetCore.SignalR:Microsoft.AspNetCore.Builder.HubEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
1951
1951
  "clrName": "Finally",
1952
- "tsEmitName": "finally_",
1952
+ "tsEmitName": "finally",
1953
1953
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
1954
1954
  "provenance": "Original",
1955
1955
  "emitScope": "ClassSurface",
@@ -2181,7 +2181,7 @@
2181
2181
  {
2182
2182
  "stableId": "Microsoft.AspNetCore.Mvc.RazorPages:Microsoft.AspNetCore.Builder.PageActionEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
2183
2183
  "clrName": "Finally",
2184
- "tsEmitName": "finally_",
2184
+ "tsEmitName": "finally",
2185
2185
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
2186
2186
  "provenance": "Original",
2187
2187
  "emitScope": "ClassSurface",
@@ -2247,7 +2247,7 @@
2247
2247
  {
2248
2248
  "stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
2249
2249
  "clrName": "Finally",
2250
- "tsEmitName": "finally_",
2250
+ "tsEmitName": "finally",
2251
2251
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
2252
2252
  "provenance": "Original",
2253
2253
  "emitScope": "ClassSurface",
@@ -2505,7 +2505,7 @@
2505
2505
  {
2506
2506
  "stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Builder.RouteHandlerBuilder::Finally(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
2507
2507
  "clrName": "Finally",
2508
- "tsEmitName": "finally_",
2508
+ "tsEmitName": "finally",
2509
2509
  "normalizedSignature": "Finally|(System.Action_1[[Microsoft.AspNetCore.Builder.EndpointBuilder,Microsoft.AspNetCore.Http.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
2510
2510
  "provenance": "Original",
2511
2511
  "emitScope": "ClassSurface",
@@ -3063,7 +3063,7 @@
3063
3063
  {
3064
3064
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Builder.IApplicationBuilder::New():Microsoft.AspNetCore.Builder.IApplicationBuilder",
3065
3065
  "clrName": "New",
3066
- "tsEmitName": "new_",
3066
+ "tsEmitName": "new",
3067
3067
  "normalizedSignature": "New|():Microsoft.AspNetCore.Builder.IApplicationBuilder|static=false",
3068
3068
  "provenance": "ExplicitView",
3069
3069
  "emitScope": "ViewOnly",
@@ -123,7 +123,7 @@
123
123
  {
124
124
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RestoreBehavior::DefaultMicrosoft.AspNetCore.Components.RestoreBehavior",
125
125
  "clrName": "Default",
126
- "tsEmitName": "default_",
126
+ "tsEmitName": "default",
127
127
  "metadataToken": 67109150,
128
128
  "normalizedSignature": "Default|Microsoft.AspNetCore.Components.RestoreBehavior|static=true|const=true",
129
129
  "isStatic": true,
@@ -168,7 +168,7 @@
168
168
  }
169
169
  },
170
170
  {
171
- "tsName": "default_",
171
+ "tsName": "default",
172
172
  "isStatic": true,
173
173
  "tsSignatureId": "Default|Microsoft.AspNetCore.Components.RestoreBehavior|static=true|const=true",
174
174
  "target": {
@@ -2422,7 +2422,7 @@
2422
2422
  {
2423
2423
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.BindInputElementAttribute::Type:System.String",
2424
2424
  "clrName": "Type",
2425
- "tsEmitName": "type_",
2425
+ "tsEmitName": "type",
2426
2426
  "metadataToken": 385875969,
2427
2427
  "canonicalSignature": ":System.String",
2428
2428
  "normalizedSignature": "Type|:System.String|static=false|accessor=get",
@@ -2520,7 +2520,7 @@
2520
2520
  ],
2521
2521
  "exposedProperties": [
2522
2522
  {
2523
- "tsName": "type_",
2523
+ "tsName": "type",
2524
2524
  "isStatic": false,
2525
2525
  "tsSignatureId": "Type|:System.String|static=false|accessor=get",
2526
2526
  "target": {
@@ -3545,7 +3545,7 @@
3545
3545
  {
3546
3546
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.DynamicComponent::Type:System.Type",
3547
3547
  "clrName": "Type",
3548
- "tsEmitName": "type_",
3548
+ "tsEmitName": "type",
3549
3549
  "metadataToken": 385876074,
3550
3550
  "canonicalSignature": ":System.Type",
3551
3551
  "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
@@ -3643,7 +3643,7 @@
3643
3643
  ],
3644
3644
  "exposedProperties": [
3645
3645
  {
3646
- "tsName": "type_",
3646
+ "tsName": "type",
3647
3647
  "isStatic": false,
3648
3648
  "tsSignatureId": "Type|:System.Type|static=false|accessor=getset",
3649
3649
  "target": {
@@ -34,7 +34,7 @@ export enum PersistedStateSerializationMode {
34
34
 
35
35
 
36
36
  export enum RestoreBehavior {
37
- default_ = 0,
37
+ default = 0,
38
38
  skipInitialValue = 1,
39
39
  skipLastSnapshot = 2
40
40
  }
@@ -316,13 +316,13 @@ export interface BindInputElementAttribute$instance extends Attribute {
316
316
  readonly format: string | undefined;
317
317
  readonly isInvariantCulture: boolean;
318
318
  readonly suffix: string | undefined;
319
- readonly type_: string;
319
+ readonly type: string;
320
320
  readonly valueAttribute: string;
321
321
  }
322
322
 
323
323
 
324
324
  export const BindInputElementAttribute: {
325
- new(type_: string, suffix: string, valueAttribute: string, changeAttribute: string, isInvariantCulture: boolean, format: string): BindInputElementAttribute;
325
+ new(type: string, suffix: string, valueAttribute: string, changeAttribute: string, isInvariantCulture: boolean, format: string): BindInputElementAttribute;
326
326
  };
327
327
 
328
328
 
@@ -455,7 +455,7 @@ export type Dispatcher = Dispatcher$instance;
455
455
  export interface DynamicComponent$instance {
456
456
  readonly instance: unknown;
457
457
  parameters: IDictionary<System_Internal.String, unknown>;
458
- type_: Type;
458
+ type: Type;
459
459
  attach(renderHandle: RenderHandle): void;
460
460
  setParametersAsync(parameters: ParameterView): Task;
461
461
  }
@@ -84,7 +84,7 @@
84
84
  {
85
85
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RestoreBehavior::DefaultMicrosoft.AspNetCore.Components.RestoreBehavior",
86
86
  "clrName": "Default",
87
- "tsEmitName": "default_",
87
+ "tsEmitName": "default",
88
88
  "normalizedSignature": "Default|Microsoft.AspNetCore.Components.RestoreBehavior|static=true|const=true",
89
89
  "isStatic": true,
90
90
  "isReadOnly": false,
@@ -1623,7 +1623,7 @@
1623
1623
  {
1624
1624
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.BindInputElementAttribute::Type:System.String",
1625
1625
  "clrName": "Type",
1626
- "tsEmitName": "type_",
1626
+ "tsEmitName": "type",
1627
1627
  "normalizedSignature": "Type|:System.String|static=false|accessor=get",
1628
1628
  "provenance": "Original",
1629
1629
  "emitScope": "ClassSurface",
@@ -2373,7 +2373,7 @@
2373
2373
  {
2374
2374
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.DynamicComponent::Type:System.Type",
2375
2375
  "clrName": "Type",
2376
- "tsEmitName": "type_",
2376
+ "tsEmitName": "type",
2377
2377
  "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
2378
2378
  "provenance": "Original",
2379
2379
  "emitScope": "ClassSurface",
@@ -160,7 +160,7 @@
160
160
  {
161
161
  "stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.ClaimData::Type:System.String",
162
162
  "clrName": "Type",
163
- "tsEmitName": "type_",
163
+ "tsEmitName": "type",
164
164
  "metadataToken": 385875992,
165
165
  "canonicalSignature": ":System.String",
166
166
  "normalizedSignature": "Type|:System.String|static=false|accessor=get",
@@ -212,7 +212,7 @@
212
212
  ],
213
213
  "exposedProperties": [
214
214
  {
215
- "tsName": "type_",
215
+ "tsName": "type",
216
216
  "isStatic": false,
217
217
  "tsSignatureId": "Type|:System.String|static=false|accessor=get",
218
218
  "target": {
@@ -27,13 +27,13 @@ export interface IHostEnvironmentAuthenticationStateProvider$instance {
27
27
  export type IHostEnvironmentAuthenticationStateProvider = IHostEnvironmentAuthenticationStateProvider$instance;
28
28
 
29
29
  export interface ClaimData$instance {
30
- readonly type_: string;
30
+ readonly type: string;
31
31
  readonly value: string;
32
32
  }
33
33
 
34
34
 
35
35
  export const ClaimData: {
36
- new(type_: string, value: string): ClaimData;
36
+ new(type: string, value: string): ClaimData;
37
37
  new(claim: Claim): ClaimData;
38
38
  };
39
39
 
@@ -123,7 +123,7 @@
123
123
  {
124
124
  "stableId": "Microsoft.AspNetCore.Components.Authorization:Microsoft.AspNetCore.Components.Authorization.ClaimData::Type:System.String",
125
125
  "clrName": "Type",
126
- "tsEmitName": "type_",
126
+ "tsEmitName": "type",
127
127
  "normalizedSignature": "Type|:System.String|static=false|accessor=get",
128
128
  "provenance": "Original",
129
129
  "emitScope": "ClassSurface",
@@ -141,7 +141,7 @@
141
141
  {
142
142
  "stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints.ComponentTypeMetadata::Type:System.Type",
143
143
  "clrName": "Type",
144
- "tsEmitName": "type_",
144
+ "tsEmitName": "type",
145
145
  "metadataToken": 385876053,
146
146
  "canonicalSignature": ":System.Type",
147
147
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -169,7 +169,7 @@
169
169
  ],
170
170
  "exposedProperties": [
171
171
  {
172
- "tsName": "type_",
172
+ "tsName": "type",
173
173
  "isStatic": false,
174
174
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
175
175
  "target": {
@@ -383,7 +383,7 @@
383
383
  {
384
384
  "stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints.RootComponentMetadata::Type:System.Type",
385
385
  "clrName": "Type",
386
- "tsEmitName": "type_",
386
+ "tsEmitName": "type",
387
387
  "metadataToken": 385876073,
388
388
  "canonicalSignature": ":System.Type",
389
389
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -411,7 +411,7 @@
411
411
  ],
412
412
  "exposedProperties": [
413
413
  {
414
- "tsName": "type_",
414
+ "tsName": "type",
415
415
  "isStatic": false,
416
416
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
417
417
  "target": {