@tsonic/efcore-sqlserver 10.0.5 → 10.0.8

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 (80) hide show
  1. package/Azure/internal/index.d.ts +92 -50
  2. package/Azure.Core/internal/index.d.ts +103 -51
  3. package/Azure.Core.Cryptography/internal/index.d.ts +6 -6
  4. package/Azure.Core.Diagnostics/internal/index.d.ts +8 -6
  5. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  6. package/Azure.Core.GeoJson/internal/index.d.ts +67 -50
  7. package/Azure.Core.Pipeline/internal/index.d.ts +56 -32
  8. package/Azure.Core.Serialization/internal/index.d.ts +21 -17
  9. package/Azure.Identity/internal/index.d.ts +199 -93
  10. package/Azure.Messaging/internal/index.d.ts +11 -7
  11. package/Microsoft.Data/internal/index.d.ts +7 -5
  12. package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
  13. package/Microsoft.Data.SqlClient/internal/index.d.ts +158 -73
  14. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
  15. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +82 -67
  16. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +9 -5
  17. package/Microsoft.Data.SqlTypes/internal/index.d.ts +15 -9
  18. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +331 -329
  19. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +24 -14
  21. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  22. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +18 -6
  23. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +65 -41
  24. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
  25. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +14 -12
  26. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +11 -7
  27. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +19 -13
  28. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
  29. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
  30. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +31 -25
  31. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
  32. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +13 -11
  33. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +22 -16
  34. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +182 -60
  35. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -10
  36. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +15 -11
  37. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +98 -46
  38. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +27 -17
  39. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +23 -17
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
  41. package/Microsoft.Identity.Client/internal/index.d.ts +283 -171
  42. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
  43. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -3
  44. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -3
  45. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +1 -1
  46. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
  47. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +25 -17
  48. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +30 -14
  49. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +4 -2
  50. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
  51. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +4 -2
  52. package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
  53. package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
  54. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  55. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
  56. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -4
  57. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  58. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +16 -12
  59. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +34 -24
  60. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -11
  61. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +42 -30
  62. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +10 -6
  63. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +66 -48
  64. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +5 -5
  65. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +206 -82
  66. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
  67. package/Microsoft.SqlServer.Server/internal/index.d.ts +17 -5
  68. package/System/internal/index.d.ts +19 -17
  69. package/System.ClientModel/internal/index.d.ts +39 -21
  70. package/System.ClientModel.Primitives/internal/index.d.ts +133 -65
  71. package/System.Configuration/internal/index.d.ts +280 -64
  72. package/System.Configuration.Internal/internal/index.d.ts +10 -6
  73. package/System.Configuration.Provider/internal/index.d.ts +14 -9
  74. package/System.Diagnostics/internal/index.d.ts +2 -2
  75. package/System.Drawing.Configuration/internal/index.d.ts +6 -4
  76. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +68 -56
  77. package/System.Security.Cryptography/internal/index.d.ts +2 -2
  78. package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
  79. package/__internal/extensions/index.d.ts +745 -695
  80. package/package.json +5 -5
@@ -10,12 +10,12 @@ import type { ptr } from "@tsonic/core/types.js";
10
10
 
11
11
  // Import types from other namespaces
12
12
  import type { Configuration, ConfigurationAllowDefinition, ConfigurationAllowExeDefinition, ProtectedConfigurationProvider, ProtectedConfigurationSection } from "../../System.Configuration/internal/index.js";
13
- import type { Stream } from "@tsonic/dotnet/System.IO.js";
14
- import * as System_Internal from "@tsonic/dotnet/System.js";
15
- import type { AsyncCallback, Boolean as ClrBoolean, EventArgs, IAsyncResult, ICloneable, IDisposable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System.js";
16
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
17
- import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
18
- import type { PermissionSet } from "@tsonic/dotnet/System.Security.js";
13
+ import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
14
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
15
+ import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
16
+ import type { PermissionSet } from "@tsonic/dotnet/System.Security/internal/index.js";
17
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
18
+ import type { AsyncCallback, Boolean as ClrBoolean, EventArgs, IAsyncResult, ICloneable, IDisposable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
19
19
 
20
20
  export type InternalConfigEventHandler = (sender: unknown, e: InternalConfigEventArgs) => void;
21
21
 
@@ -181,6 +181,8 @@ export interface IInternalConfigSystem$instance {
181
181
  export type IInternalConfigSystem = IInternalConfigSystem$instance;
182
182
 
183
183
  export interface DelegatingConfigHost$instance {
184
+ readonly __tsonic_type_System_Configuration_Internal_DelegatingConfigHost: never;
185
+
184
186
  readonly HasLocalConfig: boolean;
185
187
  readonly HasRoamingConfig: boolean;
186
188
  readonly IsAppConfigHttp: boolean;
@@ -236,6 +238,8 @@ export const DelegatingConfigHost: (abstract new() => DelegatingConfigHost) & {
236
238
  export type DelegatingConfigHost = DelegatingConfigHost$instance;
237
239
 
238
240
  export interface InternalConfigEventArgs$instance extends EventArgs {
241
+ readonly __tsonic_type_System_Configuration_Internal_InternalConfigEventArgs: never;
242
+
239
243
  ConfigPath: string;
240
244
  }
241
245
 
@@ -6,15 +6,17 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
10
- import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections.js";
11
- import type { NameValueCollection } from "@tsonic/dotnet/System.Collections.Specialized.js";
12
- import * as System_Internal from "@tsonic/dotnet/System.js";
13
- import type { Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
14
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
15
- import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
9
+ import type { NameValueCollection } from "@tsonic/dotnet/System.Collections.Specialized/internal/index.js";
10
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
11
+ import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
12
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
13
+ import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
14
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
15
+ import type { Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
16
16
 
17
17
  export interface ProviderBase$instance {
18
+ readonly __tsonic_type_System_Configuration_Provider_ProviderBase: never;
19
+
18
20
  readonly Description: string;
19
21
  readonly Name: string;
20
22
  Initialize(name: string, config: NameValueCollection): void;
@@ -28,12 +30,13 @@ export const ProviderBase: (abstract new() => ProviderBase) & {
28
30
  export type ProviderBase = ProviderBase$instance;
29
31
 
30
32
  export interface ProviderCollection$instance {
33
+ readonly __tsonic_type_System_Configuration_Provider_ProviderCollection: never;
34
+
31
35
  readonly __tsonic_iface_System_Collections_ICollection: never;
32
36
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
33
37
 
34
38
  readonly Count: int;
35
39
  readonly IsSynchronized: boolean;
36
- readonly [name: string]: ProtectedConfigurationProvider | ProviderBase;
37
40
  readonly SyncRoot: unknown;
38
41
  Add(provider: ProviderBase): void;
39
42
  Clear(): void;
@@ -49,9 +52,11 @@ export const ProviderCollection: {
49
52
  };
50
53
 
51
54
 
52
- export type ProviderCollection = ProviderCollection$instance;
55
+ export type ProviderCollection = ProviderCollection$instance & { readonly [name: string]: ProviderBase; };
53
56
 
54
57
  export interface ProviderException$instance extends Exception {
58
+ readonly __tsonic_type_System_Configuration_Provider_ProviderException: never;
59
+
55
60
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
56
61
 
57
62
  }
@@ -6,8 +6,8 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
10
- import type { Object as ClrObject, Void } from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
+ import type { Object as ClrObject, Void } from "@tsonic/dotnet/System/internal/index.js";
11
11
 
12
12
  export abstract class TraceConfiguration$instance {
13
13
  static Register(): void;
@@ -9,12 +9,14 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
9
9
  import * as System_Internal from "@tsonic/dotnet/System.js";
10
10
  import * as System_Configuration_Internal from "../../System.Configuration/internal/index.js";
11
11
  import type { Configuration, ConfigurationElement, ConfigurationElementProperty, ConfigurationLockCollection, ConfigurationProperty, ConfigurationPropertyCollection, ConfigurationSaveMode, ConfigurationSection, ContextInformation, ElementInformation, SectionInformation } from "../../System.Configuration/internal/index.js";
12
- import type { IList } from "@tsonic/dotnet/System.Collections.js";
13
- import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
14
- import type { FrameworkName } from "@tsonic/dotnet/System.Runtime.Versioning.js";
15
- import type { XmlReader, XmlWriter } from "@tsonic/dotnet/System.Xml.js";
12
+ import type { IList } from "@tsonic/dotnet/System.Collections/internal/index.js";
13
+ import type { FrameworkName } from "@tsonic/dotnet/System.Runtime.Versioning/internal/index.js";
14
+ import type { XmlReader, XmlWriter } from "@tsonic/dotnet/System.Xml/internal/index.js";
15
+ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
16
16
 
17
17
  export interface SystemDrawingSection$instance extends ConfigurationSection {
18
+ readonly __tsonic_type_System_Drawing_Configuration_SystemDrawingSection: never;
19
+
18
20
  BitmapSuffix: string;
19
21
  readonly Properties: ConfigurationPropertyCollection;
20
22
  }
@@ -14,19 +14,21 @@ import * as Microsoft_IdentityModel_Logging_Internal from "../../Microsoft.Ident
14
14
  import type { ISafeLogSecurityArtifact } from "../../Microsoft.IdentityModel.Logging/internal/index.js";
15
15
  import * as Microsoft_IdentityModel_Tokens_Internal from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
16
16
  import type { EncryptingCredentials, ISecurityTokenValidator, SecurityKey, SecurityKeyIdentifierClause, SecurityToken, SecurityTokenDescriptor, SecurityTokenHandler, SigningCredentials, TokenValidationParameters, TokenValidationResult } from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
17
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
18
- import type { Dictionary, ICollection as ICollection__System_Collections_Generic, IDictionary as IDictionary__System_Collections_Generic, IEnumerable as IEnumerable__System_Collections_Generic, IList, IReadOnlyCollection, IReadOnlyDictionary, ISet, KeyValuePair } from "@tsonic/dotnet/System.Collections.Generic.js";
19
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
20
- import type { ICollection, IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections.js";
21
- import * as System_Internal from "@tsonic/dotnet/System.js";
22
- import type { Boolean as ClrBoolean, DateTime, Int32, Int64, Nullable, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System.js";
23
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
24
- import type { IDeserializationCallback, ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
25
- import type { Claim, ClaimsIdentity, ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims.js";
26
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
27
- import type { XmlReader, XmlWriter } from "@tsonic/dotnet/System.Xml.js";
17
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
18
+ import type { Dictionary_2, ICollection_1, IDictionary_2, IEnumerable_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, ISet_1, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
19
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
20
+ import type { ICollection, IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
21
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
22
+ import type { IDeserializationCallback, ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
23
+ import type { Claim, ClaimsIdentity, ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
24
+ import type { Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
25
+ import type { XmlReader, XmlWriter } from "@tsonic/dotnet/System.Xml/internal/index.js";
26
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
27
+ import type { Boolean as ClrBoolean, DateTime, Int32, Int64, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
28
28
 
29
29
  export interface JwtHeaderParameterNames$instance {
30
+ readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtHeaderParameterNames: never;
31
+
30
32
  }
31
33
 
32
34
 
@@ -53,6 +55,8 @@ export const JwtHeaderParameterNames: {
53
55
  export type JwtHeaderParameterNames = JwtHeaderParameterNames$instance;
54
56
 
55
57
  export interface JwtRegisteredClaimNames$instance {
58
+ readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtRegisteredClaimNames: never;
59
+
56
60
  }
57
61
 
58
62
 
@@ -102,7 +106,9 @@ export const JwtRegisteredClaimNames: {
102
106
 
103
107
  export type JwtRegisteredClaimNames = JwtRegisteredClaimNames$instance;
104
108
 
105
- export interface JwtHeader$instance extends Dictionary<System_Internal.String, unknown> {
109
+ export interface JwtHeader$instance extends Dictionary_2<System_Internal.String, unknown> {
110
+ readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtHeader: never;
111
+
106
112
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
107
113
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
108
114
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -134,19 +140,21 @@ export const JwtHeader: {
134
140
  new(): JwtHeader;
135
141
  new(signingCredentials: SigningCredentials): JwtHeader;
136
142
  new(encryptingCredentials: EncryptingCredentials): JwtHeader;
137
- new(signingCredentials: SigningCredentials, outboundAlgorithmMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>): JwtHeader;
138
- new(signingCredentials: SigningCredentials, outboundAlgorithmMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>, tokenType: string): JwtHeader;
139
- new(signingCredentials: SigningCredentials, outboundAlgorithmMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>, tokenType: string, additionalInnerHeaderClaims: IDictionary__System_Collections_Generic<System_Internal.String, unknown>): JwtHeader;
140
- new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>): JwtHeader;
141
- new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>, tokenType: string): JwtHeader;
142
- new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>, tokenType: string, additionalHeaderClaims: IDictionary__System_Collections_Generic<System_Internal.String, unknown>): JwtHeader;
143
+ new(signingCredentials: SigningCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>): JwtHeader;
144
+ new(signingCredentials: SigningCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>, tokenType: string): JwtHeader;
145
+ new(signingCredentials: SigningCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>, tokenType: string, additionalInnerHeaderClaims: IDictionary_2<System_Internal.String, unknown>): JwtHeader;
146
+ new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>): JwtHeader;
147
+ new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>, tokenType: string): JwtHeader;
148
+ new(encryptingCredentials: EncryptingCredentials, outboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>, tokenType: string, additionalHeaderClaims: IDictionary_2<System_Internal.String, unknown>): JwtHeader;
143
149
  Base64UrlDeserialize(base64UrlEncodedJsonString: string): JwtHeader;
144
150
  };
145
151
 
146
152
 
147
153
  export type JwtHeader = JwtHeader$instance;
148
154
 
149
- export interface JwtPayload$instance extends Dictionary<System_Internal.String, unknown> {
155
+ export interface JwtPayload$instance extends Dictionary_2<System_Internal.String, unknown> {
156
+ readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtPayload: never;
157
+
150
158
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
151
159
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
152
160
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -160,26 +168,26 @@ export interface JwtPayload$instance extends Dictionary<System_Internal.String,
160
168
 
161
169
  readonly Acr: string;
162
170
  readonly Actort: string;
163
- readonly Amr: IList<System_Internal.String>;
164
- readonly Aud: IList<System_Internal.String>;
165
- readonly AuthTime: Nullable<System_Internal.Int32>;
171
+ readonly Amr: IList_1<System_Internal.String>;
172
+ readonly Aud: IList_1<System_Internal.String>;
173
+ readonly AuthTime: Nullable_1<System_Internal.Int32>;
166
174
  readonly Azp: string;
167
175
  readonly CHash: string;
168
- readonly Claims: IEnumerable__System_Collections_Generic<Claim>;
169
- readonly Exp: Nullable<System_Internal.Int32>;
170
- readonly Expiration: Nullable<System_Internal.Int64>;
171
- readonly Iat: Nullable<System_Internal.Int32>;
176
+ readonly Claims: IEnumerable_1<Claim>;
177
+ readonly Exp: Nullable_1<System_Internal.Int32>;
178
+ readonly Expiration: Nullable_1<System_Internal.Int64>;
179
+ readonly Iat: Nullable_1<System_Internal.Int32>;
172
180
  readonly Iss: string;
173
181
  readonly IssuedAt: DateTime;
174
182
  readonly Jti: string;
175
- readonly Nbf: Nullable<System_Internal.Int32>;
183
+ readonly Nbf: Nullable_1<System_Internal.Int32>;
176
184
  readonly Nonce: string;
177
- readonly NotBefore: Nullable<System_Internal.Int64>;
185
+ readonly NotBefore: Nullable_1<System_Internal.Int64>;
178
186
  readonly Sub: string;
179
187
  readonly ValidFrom: DateTime;
180
188
  readonly ValidTo: DateTime;
181
189
  AddClaim(claim: Claim): void;
182
- AddClaims(claims: IEnumerable__System_Collections_Generic<Claim>): void;
190
+ AddClaims(claims: IEnumerable_1<Claim>): void;
183
191
  Base64UrlEncode(): string;
184
192
  SerializeToJson(): string;
185
193
  }
@@ -187,10 +195,10 @@ export interface JwtPayload$instance extends Dictionary<System_Internal.String,
187
195
 
188
196
  export const JwtPayload: {
189
197
  new(): JwtPayload;
190
- new(claims: IEnumerable__System_Collections_Generic<Claim>): JwtPayload;
191
- new(issuer: string, audience: string, claims: IEnumerable__System_Collections_Generic<Claim>, notBefore: Nullable<DateTime>, expires: Nullable<DateTime>): JwtPayload;
192
- new(issuer: string, audience: string, claims: IEnumerable__System_Collections_Generic<Claim>, notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, issuedAt: Nullable<DateTime>): JwtPayload;
193
- new(issuer: string, audience: string, claims: IEnumerable__System_Collections_Generic<Claim>, claimsCollection: IDictionary__System_Collections_Generic<System_Internal.String, unknown>, notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, issuedAt: Nullable<DateTime>): JwtPayload;
198
+ new(claims: IEnumerable_1<Claim>): JwtPayload;
199
+ new(issuer: string, audience: string, claims: IEnumerable_1<Claim>, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>): JwtPayload;
200
+ new(issuer: string, audience: string, claims: IEnumerable_1<Claim>, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>): JwtPayload;
201
+ new(issuer: string, audience: string, claims: IEnumerable_1<Claim>, claimsCollection: IDictionary_2<System_Internal.String, unknown>, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>): JwtPayload;
194
202
  Base64UrlDeserialize(base64UrlEncodedJsonString: string): JwtPayload;
195
203
  Deserialize(jsonString: string): JwtPayload;
196
204
  };
@@ -199,11 +207,13 @@ export const JwtPayload: {
199
207
  export type JwtPayload = JwtPayload$instance;
200
208
 
201
209
  export interface JwtSecurityToken$instance extends SecurityToken {
210
+ readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtSecurityToken: never;
211
+
202
212
  readonly __tsonic_iface_Microsoft_IdentityModel_Logging_ISafeLogSecurityArtifact: never;
203
213
 
204
214
  readonly Actor: string;
205
- readonly Audiences: IEnumerable__System_Collections_Generic<System_Internal.String>;
206
- readonly Claims: IEnumerable__System_Collections_Generic<Claim>;
215
+ readonly Audiences: IEnumerable_1<System_Internal.String>;
216
+ readonly Claims: IEnumerable_1<Claim>;
207
217
  readonly EncodedHeader: string;
208
218
  readonly EncodedPayload: string;
209
219
  readonly EncryptingCredentials: EncryptingCredentials;
@@ -238,7 +248,7 @@ export const JwtSecurityToken: {
238
248
  new(header: JwtHeader, payload: JwtPayload, rawHeader: string, rawPayload: string, rawSignature: string): JwtSecurityToken;
239
249
  new(header: JwtHeader, innerToken: JwtSecurityToken, rawHeader: string, rawEncryptedKey: string, rawInitializationVector: string, rawCiphertext: string, rawAuthenticationTag: string): JwtSecurityToken;
240
250
  new(header: JwtHeader, payload: JwtPayload): JwtSecurityToken;
241
- new(issuer: string, audience: string, claims: IEnumerable__System_Collections_Generic<Claim>, notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, signingCredentials: SigningCredentials): JwtSecurityToken;
251
+ new(issuer: string, audience: string, claims: IEnumerable_1<Claim>, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, signingCredentials: SigningCredentials): JwtSecurityToken;
242
252
  };
243
253
 
244
254
 
@@ -250,28 +260,30 @@ export type JwtSecurityToken = JwtSecurityToken$instance & __JwtSecurityToken$vi
250
260
 
251
261
 
252
262
  export interface JwtSecurityTokenHandler$instance extends SecurityTokenHandler {
263
+ readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtSecurityTokenHandler: never;
264
+
253
265
  readonly __tsonic_iface_Microsoft_IdentityModel_Tokens_ISecurityTokenValidator: never;
254
266
 
255
267
  readonly CanValidateToken: boolean;
256
268
  readonly CanWriteToken: boolean;
257
- InboundClaimFilter: ISet<System_Internal.String>;
258
- InboundClaimTypeMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>;
269
+ InboundClaimFilter: ISet_1<System_Internal.String>;
270
+ InboundClaimTypeMap: IDictionary_2<System_Internal.String, System_Internal.String>;
259
271
  MapInboundClaims: boolean;
260
- readonly OutboundAlgorithmMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>;
261
- OutboundClaimTypeMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>;
272
+ readonly OutboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>;
273
+ OutboundClaimTypeMap: IDictionary_2<System_Internal.String, System_Internal.String>;
262
274
  readonly TokenType: Type;
263
275
  CanReadToken(token: string): boolean;
264
276
  CanReadToken(reader: XmlReader): boolean;
265
277
  CreateActorValue(actor: ClaimsIdentity): string;
266
278
  CreateClaimsIdentity(jwtToken: JwtSecurityToken, issuer: string, validationParameters: TokenValidationParameters): ClaimsIdentity;
267
279
  CreateEncodedJwt(tokenDescriptor: SecurityTokenDescriptor): string;
268
- CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, issuedAt: Nullable<DateTime>, signingCredentials: SigningCredentials): string;
269
- CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, issuedAt: Nullable<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials): string;
270
- CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, issuedAt: Nullable<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, claimCollection: IDictionary__System_Collections_Generic<System_Internal.String, unknown>): string;
280
+ CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>, signingCredentials: SigningCredentials): string;
281
+ CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials): string;
282
+ CreateEncodedJwt(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, claimCollection: IDictionary_2<System_Internal.String, unknown>): string;
271
283
  CreateJwtSecurityToken(tokenDescriptor: SecurityTokenDescriptor): JwtSecurityToken;
272
- CreateJwtSecurityToken(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, issuedAt: Nullable<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials): JwtSecurityToken;
273
- CreateJwtSecurityToken(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, issuedAt: Nullable<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, claimCollection: IDictionary__System_Collections_Generic<System_Internal.String, unknown>): JwtSecurityToken;
274
- CreateJwtSecurityToken(issuer?: string, audience?: string, subject?: ClaimsIdentity, notBefore?: Nullable<DateTime>, expires?: Nullable<DateTime>, issuedAt?: Nullable<DateTime>, signingCredentials?: SigningCredentials): JwtSecurityToken;
284
+ CreateJwtSecurityToken(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials): JwtSecurityToken;
285
+ CreateJwtSecurityToken(issuer: string, audience: string, subject: ClaimsIdentity, notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, issuedAt: Nullable_1<DateTime>, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, claimCollection: IDictionary_2<System_Internal.String, unknown>): JwtSecurityToken;
286
+ CreateJwtSecurityToken(issuer?: string, audience?: string, subject?: ClaimsIdentity, notBefore?: Nullable_1<DateTime>, expires?: Nullable_1<DateTime>, issuedAt?: Nullable_1<DateTime>, signingCredentials?: SigningCredentials): JwtSecurityToken;
275
287
  CreateToken(tokenDescriptor: SecurityTokenDescriptor): SecurityToken;
276
288
  ReadJwtToken(token: string): JwtSecurityToken;
277
289
  ReadToken(token: string): SecurityToken;
@@ -279,17 +291,17 @@ export interface JwtSecurityTokenHandler$instance extends SecurityTokenHandler {
279
291
  ReadToken(reader: XmlReader): SecurityToken;
280
292
  ResolveIssuerSigningKey(token: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): SecurityKey;
281
293
  ResolveTokenDecryptionKey(token: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): SecurityKey;
282
- ValidateAudience(audiences: IEnumerable__System_Collections_Generic<System_Internal.String>, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
294
+ ValidateAudience(audiences: IEnumerable_1<System_Internal.String>, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
283
295
  ValidateIssuer(issuer: string, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): string;
284
296
  ValidateIssuerSecurityKey(key: SecurityKey, securityToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
285
- ValidateLifetime(notBefore: Nullable<DateTime>, expires: Nullable<DateTime>, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
297
+ ValidateLifetime(notBefore: Nullable_1<DateTime>, expires: Nullable_1<DateTime>, jwtToken: JwtSecurityToken, validationParameters: TokenValidationParameters): void;
286
298
  ValidateSignature(token: string, validationParameters: TokenValidationParameters): JwtSecurityToken;
287
299
  ValidateToken(token: string, validationParameters: TokenValidationParameters, validatedToken: SecurityToken): ClaimsPrincipal;
288
300
  ValidateToken(reader: XmlReader, validationParameters: TokenValidationParameters, validatedToken: SecurityToken): ClaimsPrincipal;
289
- ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task<TokenValidationResult>;
290
- ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task<TokenValidationResult>;
291
- ValidateTokenAsync(token: SecurityToken, validationParameters: TokenValidationParameters): Task<TokenValidationResult>;
292
- ValidateTokenReplay(expires: Nullable<DateTime>, securityToken: string, validationParameters: TokenValidationParameters): void;
301
+ ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
302
+ ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
303
+ ValidateTokenAsync(token: SecurityToken, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
304
+ ValidateTokenReplay(expires: Nullable_1<DateTime>, securityToken: string, validationParameters: TokenValidationParameters): void;
293
305
  WriteToken(token: SecurityToken): string;
294
306
  WriteToken(writer: XmlWriter, token: SecurityToken): void;
295
307
  }
@@ -297,11 +309,11 @@ export interface JwtSecurityTokenHandler$instance extends SecurityTokenHandler {
297
309
 
298
310
  export const JwtSecurityTokenHandler: {
299
311
  new(): JwtSecurityTokenHandler;
300
- DefaultInboundClaimTypeMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>;
312
+ DefaultInboundClaimTypeMap: IDictionary_2<System_Internal.String, System_Internal.String>;
301
313
  DefaultMapInboundClaims: boolean;
302
- DefaultOutboundClaimTypeMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>;
303
- DefaultInboundClaimFilter: ISet<System_Internal.String>;
304
- DefaultOutboundAlgorithmMap: IDictionary__System_Collections_Generic<System_Internal.String, System_Internal.String>;
314
+ DefaultOutboundClaimTypeMap: IDictionary_2<System_Internal.String, System_Internal.String>;
315
+ DefaultInboundClaimFilter: ISet_1<System_Internal.String>;
316
+ DefaultOutboundAlgorithmMap: IDictionary_2<System_Internal.String, System_Internal.String>;
305
317
  ShortClaimTypeProperty: string;
306
318
  JsonClaimTypeProperty: string;
307
319
  };
@@ -6,8 +6,8 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
10
- import type { Byte, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject } from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
+ import type { Byte, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
11
11
 
12
12
  export enum DataProtectionScope {
13
13
  CurrentUser = 0,
@@ -12,12 +12,14 @@ import type { ptr } from "@tsonic/core/types.js";
12
12
  import * as System_Internal from "@tsonic/dotnet/System.js";
13
13
  import * as System_Internal from "../../System/internal/index.js";
14
14
  import type { BinaryData } from "../../System/internal/index.js";
15
- import type { Type, Void } from "@tsonic/dotnet/System.js";
16
- import type { JsonSerializerOptions, Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json.js";
17
- import * as System_Text_Json_Serialization_Internal from "@tsonic/dotnet/System.Text.Json.Serialization.js";
18
- import type { JsonConverter } from "@tsonic/dotnet/System.Text.Json.Serialization.js";
15
+ import * as System_Text_Json_Serialization_Internal from "@tsonic/dotnet/System.Text.Json.Serialization/internal/index.js";
16
+ import type { JsonConverter_1 } from "@tsonic/dotnet/System.Text.Json.Serialization/internal/index.js";
17
+ import type { JsonSerializerOptions, Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
18
+ import type { Type, Void } from "@tsonic/dotnet/System/internal/index.js";
19
+
20
+ export interface BinaryDataJsonConverter$instance extends JsonConverter_1<BinaryData> {
21
+ readonly __tsonic_type_System_Text_Json_Serialization_BinaryDataJsonConverter: never;
19
22
 
20
- export interface BinaryDataJsonConverter$instance extends JsonConverter<BinaryData> {
21
23
  Read(reader: Utf8JsonReader, typeToConvert: Type, options: JsonSerializerOptions): BinaryData | undefined;
22
24
  Write(writer: Utf8JsonWriter, value: BinaryData, options: JsonSerializerOptions): void;
23
25
  }