@tsonic/efcore-sqlserver 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/internal/index.d.ts +68 -70
- package/Azure.Core/bindings.json +2859 -2859
- package/Azure.Core/internal/index.d.ts +100 -102
- package/Azure.Core.Cryptography/internal/index.d.ts +3 -2
- package/Azure.Core.Cryptography.d.ts +4 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +3 -2
- package/Azure.Core.Diagnostics.d.ts +4 -0
- package/Azure.Core.Extensions/internal/index.d.ts +12 -10
- package/Azure.Core.Extensions.d.ts +6 -2
- package/Azure.Core.GeoJson/internal/index.d.ts +20 -22
- package/Azure.Core.GeoJson.d.ts +4 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +20 -19
- package/Azure.Core.Pipeline.d.ts +4 -0
- package/Azure.Core.Serialization/internal/index.d.ts +15 -14
- package/Azure.Core.Serialization.d.ts +4 -0
- package/Azure.Core.d.ts +7 -3
- package/Azure.Identity/internal/index.d.ts +3 -2
- package/Azure.Identity.d.ts +4 -0
- package/Azure.Messaging/internal/index.d.ts +16 -15
- package/Azure.Messaging.d.ts +4 -0
- package/Azure.d.ts +8 -4
- package/Microsoft.Data/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql.d.ts +4 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +7 -9
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Server.d.ts +4 -0
- package/Microsoft.Data.SqlClient.d.ts +4 -0
- package/Microsoft.Data.SqlTypes/bindings.json +4 -1
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -7
- package/Microsoft.Data.SqlTypes.d.ts +4 -0
- package/Microsoft.Data.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +200 -202
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +10 -9
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +23 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +20 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -4
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +45 -44
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +26 -25
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +27 -26
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +16 -18
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +50 -49
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +418 -418
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +96 -98
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +8 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +9 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +18 -20
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +8 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +10 -12
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Identity.Client/bindings.json +100 -100
- package/Microsoft.Identity.Client/internal/index.d.ts +33 -35
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -3
- package/Microsoft.Identity.Client.Advanced.d.ts +4 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AppConfig.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +4 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Cache.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +8 -7
- package/Microsoft.Identity.Client.Extensibility.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +4 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +4 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.RP.d.ts +4 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Region.d.ts +4 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +4 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils.d.ts +4 -0
- package/Microsoft.Identity.Client.d.ts +5 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +11 -10
- package/Microsoft.IdentityModel.Abstractions.d.ts +4 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +8 -10
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +4 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -18
- package/Microsoft.IdentityModel.Logging.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +22 -21
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +7 -3
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +3 -5
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +3 -2
- package/Microsoft.SqlServer.Server.d.ts +4 -0
- package/README.md +36 -13
- package/System/internal/index.d.ts +20 -19
- package/System.ClientModel/internal/index.d.ts +23 -25
- package/System.ClientModel.Primitives/internal/index.d.ts +73 -75
- package/System.ClientModel.Primitives.d.ts +6 -2
- package/System.ClientModel.d.ts +6 -2
- package/System.Configuration/internal/index.d.ts +3 -2
- package/System.Configuration.Internal/internal/index.d.ts +2 -4
- package/System.Configuration.Internal.d.ts +4 -0
- package/System.Configuration.Provider/internal/index.d.ts +3 -2
- package/System.Configuration.Provider.d.ts +4 -0
- package/System.Configuration.d.ts +4 -0
- package/System.Diagnostics/internal/index.d.ts +3 -2
- package/System.Diagnostics.d.ts +4 -0
- package/System.Drawing.Configuration/internal/index.d.ts +3 -2
- package/System.Drawing.Configuration.d.ts +4 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +3 -5
- package/System.IdentityModel.Tokens.Jwt.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +5 -4
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +3 -5
- package/System.Text.Json.Serialization.d.ts +4 -0
- package/System.d.ts +4 -0
- package/__internal/extensions/index.d.ts +222 -224
- package/package.json +5 -5
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Identity.Client.Utils.Windows/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { Boolean as ClrBoolean, Object as ClrObject, Void } from '@tsonic/dotnet/System.js';
|
|
10
14
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Identity.Client.Utils/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { Boolean as ClrBoolean, Func, Object as ClrObject, Void } from '@tsonic/dotnet/System.js';
|
|
10
14
|
import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Identity.Client/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ManagedIdentityId, PoPAuthenticationConfiguration } from './Microsoft.Identity.Client.AppConfig/internal/index.js';
|
|
10
14
|
import type { CacheLevel } from './Microsoft.Identity.Client.Cache/internal/index.js';
|
|
@@ -46,6 +50,7 @@ export { AcquireTokenSilentParameterBuilder as AcquireTokenSilentParameterBuilde
|
|
|
46
50
|
export { AcquireTokenWithDeviceCodeParameterBuilder as AcquireTokenWithDeviceCodeParameterBuilder } from './Microsoft.Identity.Client/internal/index.js';
|
|
47
51
|
export { BaseAbstractAcquireTokenParameterBuilder_1 as BaseAbstractAcquireTokenParameterBuilder } from './Microsoft.Identity.Client/internal/index.js';
|
|
48
52
|
export { BrokerOptions as BrokerOptions } from './Microsoft.Identity.Client/internal/index.js';
|
|
53
|
+
export { BrokerOptions_OperatingSystems as BrokerOptions_OperatingSystems } from './Microsoft.Identity.Client/internal/index.js';
|
|
49
54
|
export { EmbeddedWebViewOptions as EmbeddedWebViewOptions } from './Microsoft.Identity.Client/internal/index.js';
|
|
50
55
|
export { GetAuthorizationRequestUrlParameterBuilder as GetAuthorizationRequestUrlParameterBuilder } from './Microsoft.Identity.Client/internal/index.js';
|
|
51
56
|
export { SystemWebViewOptions as SystemWebViewOptions } from './Microsoft.Identity.Client/internal/index.js';
|
|
@@ -118,7 +123,6 @@ export { TokenSource as TokenSource } from './Microsoft.Identity.Client/internal
|
|
|
118
123
|
export { UiRequiredExceptionClassification as UiRequiredExceptionClassification } from './Microsoft.Identity.Client/internal/index.js';
|
|
119
124
|
export { UserAssertion as UserAssertion } from './Microsoft.Identity.Client/internal/index.js';
|
|
120
125
|
export { WwwAuthenticateParameters as WwwAuthenticateParameters } from './Microsoft.Identity.Client/internal/index.js';
|
|
121
|
-
export { BrokerOptions_OperatingSystems as BrokerOptions_OperatingSystems } from './Microsoft.Identity.Client/internal/index.js';
|
|
122
126
|
// Extension methods (C# using semantics)
|
|
123
127
|
export type { ExtensionMethods_Microsoft_Identity_Client as ExtensionMethods } from './__internal/extensions/index.js';
|
|
124
128
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.IdentityModel.Abstractions
|
|
3
3
|
// Assembly: Microsoft.IdentityModel.Abstractions
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IDictionary_2, IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
@@ -38,7 +39,7 @@ export interface ITelemetryClient$instance {
|
|
|
38
39
|
IsEnabled(): boolean;
|
|
39
40
|
IsEnabled(eventName: string): boolean;
|
|
40
41
|
TrackEvent(eventDetails: TelemetryEventDetails): void;
|
|
41
|
-
TrackEvent(eventName: string, stringProperties?: IDictionary_2<System_Internal.String, System_Internal.String
|
|
42
|
+
TrackEvent(eventName: string, stringProperties?: IDictionary_2<System_Internal.String, System_Internal.String> | null, longProperties?: IDictionary_2<System_Internal.String, System_Internal.Int64> | null, boolProperties?: IDictionary_2<System_Internal.String, System_Internal.Boolean> | null, dateTimeProperties?: IDictionary_2<System_Internal.String, DateTime> | null, doubleProperties?: IDictionary_2<System_Internal.String, System_Internal.Double> | null, guidProperties?: IDictionary_2<System_Internal.String, Guid> | null): void;
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
|
|
@@ -47,11 +48,11 @@ export type ITelemetryClient = ITelemetryClient$instance;
|
|
|
47
48
|
export interface LogEntry$instance {
|
|
48
49
|
readonly __tsonic_type_Microsoft_IdentityModel_Abstractions_LogEntry: never;
|
|
49
50
|
|
|
50
|
-
get CorrelationId(): string |
|
|
51
|
-
set CorrelationId(value: string |
|
|
51
|
+
get CorrelationId(): string | null;
|
|
52
|
+
set CorrelationId(value: string | null);
|
|
52
53
|
EventLogLevel: EventLogLevel;
|
|
53
|
-
get Message(): string |
|
|
54
|
-
set Message(value: string |
|
|
54
|
+
get Message(): string | null;
|
|
55
|
+
set Message(value: string | null);
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
|
|
@@ -94,7 +95,7 @@ export interface NullTelemetryClient$instance extends ITelemetryClient$instance
|
|
|
94
95
|
IsEnabled(): boolean;
|
|
95
96
|
IsEnabled(eventName: string): boolean;
|
|
96
97
|
TrackEvent(eventDetails: TelemetryEventDetails): void;
|
|
97
|
-
TrackEvent(eventName: string, stringProperties?: IDictionary_2<System_Internal.String, System_Internal.String
|
|
98
|
+
TrackEvent(eventName: string, stringProperties?: IDictionary_2<System_Internal.String, System_Internal.String> | null, longProperties?: IDictionary_2<System_Internal.String, System_Internal.Int64> | null, boolProperties?: IDictionary_2<System_Internal.String, System_Internal.Boolean> | null, dateTimeProperties?: IDictionary_2<System_Internal.String, DateTime> | null, doubleProperties?: IDictionary_2<System_Internal.String, System_Internal.Double> | null, guidProperties?: IDictionary_2<System_Internal.String, Guid> | null): void;
|
|
98
99
|
}
|
|
99
100
|
|
|
100
101
|
|
|
@@ -113,8 +114,8 @@ export type NullTelemetryClient = NullTelemetryClient$instance & __NullTelemetry
|
|
|
113
114
|
export interface TelemetryEventDetails$instance {
|
|
114
115
|
readonly __tsonic_type_Microsoft_IdentityModel_Abstractions_TelemetryEventDetails: never;
|
|
115
116
|
|
|
116
|
-
get Name(): string |
|
|
117
|
-
set Name(value: string |
|
|
117
|
+
get Name(): string | null;
|
|
118
|
+
set Name(value: string | null);
|
|
118
119
|
readonly Properties: IReadOnlyDictionary_2<System_Internal.String, unknown>;
|
|
119
120
|
SetProperty(key: string, value: string): void;
|
|
120
121
|
SetProperty(key: string, value: long): void;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.IdentityModel.Abstractions/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IDictionary, IReadOnlyDictionary } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
14
|
import type { Boolean as ClrBoolean, DateTime, Double, Enum, Guid, IComparable, IConvertible, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.IdentityModel.JsonWebTokens
|
|
3
3
|
// Assembly: Microsoft.IdentityModel.JsonWebTokens
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as Microsoft_IdentityModel_Logging_Internal from "../../Microsoft.IdentityModel.Logging/internal/index.js";
|
|
@@ -100,7 +98,7 @@ export const JwtRegisteredClaimNames: {
|
|
|
100
98
|
|
|
101
99
|
export type JwtRegisteredClaimNames = JwtRegisteredClaimNames$instance;
|
|
102
100
|
|
|
103
|
-
export interface JsonWebToken$instance extends SecurityToken {
|
|
101
|
+
export interface JsonWebToken$instance extends SecurityToken, Microsoft_IdentityModel_Logging_Internal.ISafeLogSecurityArtifact$instance {
|
|
104
102
|
readonly __tsonic_type_Microsoft_IdentityModel_JsonWebTokens_JsonWebToken: never;
|
|
105
103
|
|
|
106
104
|
readonly __tsonic_iface_Microsoft_IdentityModel_Logging_ISafeLogSecurityArtifact: never;
|
|
@@ -136,13 +134,13 @@ export interface JsonWebToken$instance extends SecurityToken {
|
|
|
136
134
|
readonly X5t: string;
|
|
137
135
|
readonly Zip: string;
|
|
138
136
|
GetClaim(key: string): Claim;
|
|
139
|
-
GetHeaderValue<T>(key: string): T;
|
|
140
|
-
GetPayloadValue<T>(key: string): T;
|
|
137
|
+
GetHeaderValue<T extends unknown>(key: string): T;
|
|
138
|
+
GetPayloadValue<T extends unknown>(key: string): T;
|
|
141
139
|
ToString(): string;
|
|
142
140
|
TryGetClaim(key: string, value: Claim): boolean;
|
|
143
|
-
TryGetHeaderValue<T>(key: string, value: T): boolean;
|
|
144
|
-
TryGetPayloadValue<T>(key: string, value: T): boolean;
|
|
145
|
-
TryGetValue<T>(key: string, value: T): boolean;
|
|
141
|
+
TryGetHeaderValue<T extends unknown>(key: string, value: T): boolean;
|
|
142
|
+
TryGetPayloadValue<T extends unknown>(key: string, value: T): boolean;
|
|
143
|
+
TryGetValue<T extends unknown>(key: string, value: T): boolean;
|
|
146
144
|
UnsafeToString(): string;
|
|
147
145
|
}
|
|
148
146
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.IdentityModel.JsonWebTokens/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ISafeLogSecurityArtifact } from './Microsoft.IdentityModel.Logging/internal/index.js';
|
|
10
14
|
import type { EncryptingCredentials, SecurityKey, SecurityToken, SecurityTokenDescriptor, SigningCredentials, TokenHandler, TokenValidationParameters, TokenValidationResult } from './Microsoft.IdentityModel.Tokens/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.IdentityModel.Logging
|
|
3
3
|
// Assembly: Microsoft.IdentityModel.Logging
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { EventLogLevel, IIdentityLogger } from "../../Microsoft.IdentityModel.Abstractions/internal/index.js";
|
|
@@ -88,23 +89,23 @@ export const LogHelper: {
|
|
|
88
89
|
Logger: IIdentityLogger;
|
|
89
90
|
FormatInvariant(format: string, ...args: unknown[]): string;
|
|
90
91
|
IsEnabled(level: EventLogLevel): boolean;
|
|
91
|
-
LogArgumentException<T extends ArgumentException>(eventLevel: EventLevel, argumentName: string, innerException: Exception, format: string, ...args: unknown[]): T;
|
|
92
|
-
LogArgumentException<T extends ArgumentException>(eventLevel: EventLevel, argumentName: string, innerException: Exception, message: string): T;
|
|
93
|
-
LogArgumentException<T extends ArgumentException>(eventLevel: EventLevel, argumentName: string, format: string, ...args: unknown[]): T;
|
|
94
|
-
LogArgumentException<T extends ArgumentException>(eventLevel: EventLevel, argumentName: string, message: string): T;
|
|
95
|
-
LogArgumentException<T extends ArgumentException>(argumentName: string, innerException: Exception, format: string, ...args: unknown[]): T;
|
|
96
|
-
LogArgumentException<T extends ArgumentException>(argumentName: string, innerException: Exception, message: string): T;
|
|
97
|
-
LogArgumentException<T extends ArgumentException>(argumentName: string, format: string, ...args: unknown[]): T;
|
|
98
|
-
LogArgumentException<T extends ArgumentException>(argumentName: string, message: string): T;
|
|
92
|
+
LogArgumentException<T extends unknown & ArgumentException>(eventLevel: EventLevel, argumentName: string, innerException: Exception, format: string, ...args: unknown[]): T;
|
|
93
|
+
LogArgumentException<T extends unknown & ArgumentException>(eventLevel: EventLevel, argumentName: string, innerException: Exception, message: string): T;
|
|
94
|
+
LogArgumentException<T extends unknown & ArgumentException>(eventLevel: EventLevel, argumentName: string, format: string, ...args: unknown[]): T;
|
|
95
|
+
LogArgumentException<T extends unknown & ArgumentException>(eventLevel: EventLevel, argumentName: string, message: string): T;
|
|
96
|
+
LogArgumentException<T extends unknown & ArgumentException>(argumentName: string, innerException: Exception, format: string, ...args: unknown[]): T;
|
|
97
|
+
LogArgumentException<T extends unknown & ArgumentException>(argumentName: string, innerException: Exception, message: string): T;
|
|
98
|
+
LogArgumentException<T extends unknown & ArgumentException>(argumentName: string, format: string, ...args: unknown[]): T;
|
|
99
|
+
LogArgumentException<T extends unknown & ArgumentException>(argumentName: string, message: string): T;
|
|
99
100
|
LogArgumentNullException(argument: string): ArgumentNullException;
|
|
100
|
-
LogException<T extends Exception>(eventLevel: EventLevel, innerException: Exception, format: string, ...args: unknown[]): T;
|
|
101
|
-
LogException<T extends Exception>(eventLevel: EventLevel, innerException: Exception, message: string): T;
|
|
102
|
-
LogException<T extends Exception>(eventLevel: EventLevel, format: string, ...args: unknown[]): T;
|
|
103
|
-
LogException<T extends Exception>(eventLevel: EventLevel, message: string): T;
|
|
104
|
-
LogException<T extends Exception>(innerException: Exception, format: string, ...args: unknown[]): T;
|
|
105
|
-
LogException<T extends Exception>(innerException: Exception, message: string): T;
|
|
106
|
-
LogException<T extends Exception>(format: string, ...args: unknown[]): T;
|
|
107
|
-
LogException<T extends Exception>(message: string): T;
|
|
101
|
+
LogException<T extends unknown & Exception>(eventLevel: EventLevel, innerException: Exception, format: string, ...args: unknown[]): T;
|
|
102
|
+
LogException<T extends unknown & Exception>(eventLevel: EventLevel, innerException: Exception, message: string): T;
|
|
103
|
+
LogException<T extends unknown & Exception>(eventLevel: EventLevel, format: string, ...args: unknown[]): T;
|
|
104
|
+
LogException<T extends unknown & Exception>(eventLevel: EventLevel, message: string): T;
|
|
105
|
+
LogException<T extends unknown & Exception>(innerException: Exception, format: string, ...args: unknown[]): T;
|
|
106
|
+
LogException<T extends unknown & Exception>(innerException: Exception, message: string): T;
|
|
107
|
+
LogException<T extends unknown & Exception>(format: string, ...args: unknown[]): T;
|
|
108
|
+
LogException<T extends unknown & Exception>(message: string): T;
|
|
108
109
|
LogExceptionMessage(eventLevel: EventLevel, exception: Exception): Exception;
|
|
109
110
|
LogExceptionMessage(exception: Exception): Exception;
|
|
110
111
|
LogInformation(message: string, ...args: unknown[]): void;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.IdentityModel.Logging/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { EventLogLevel, IIdentityLogger } from './Microsoft.IdentityModel.Abstractions/internal/index.js';
|
|
10
14
|
import type { ICollection, IDictionary } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.IdentityModel.Protocols
|
|
3
3
|
// Assembly: Microsoft.IdentityModel.Protocols
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { LastKnownGoodConfigurationCacheOptions } from "../../Microsoft.IdentityModel.Protocols.Configuration/internal/index.js";
|
|
@@ -19,7 +20,7 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal
|
|
|
19
20
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
20
21
|
import type { Boolean as ClrBoolean, Byte, Object as ClrObject, String as ClrString, TimeSpan, Uri, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
21
22
|
|
|
22
|
-
export interface IConfigurationManager_1$instance<T> {
|
|
23
|
+
export interface IConfigurationManager_1$instance<T extends (object | null)> {
|
|
23
24
|
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IConfigurationManager_1: never;
|
|
24
25
|
|
|
25
26
|
GetConfigurationAsync(cancel: CancellationToken): Task_1<T>;
|
|
@@ -27,25 +28,25 @@ export interface IConfigurationManager_1$instance<T> {
|
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
|
|
30
|
-
export type IConfigurationManager_1<T> = IConfigurationManager_1$instance<T>;
|
|
31
|
+
export type IConfigurationManager_1<T extends (object | null)> = IConfigurationManager_1$instance<T>;
|
|
31
32
|
|
|
32
|
-
export interface IConfigurationRetriever_1$instance<T> {
|
|
33
|
+
export interface IConfigurationRetriever_1$instance<T extends unknown> {
|
|
33
34
|
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IConfigurationRetriever_1: never;
|
|
34
35
|
|
|
35
36
|
GetConfigurationAsync(address: string, retriever: IDocumentRetriever, cancel: CancellationToken): Task_1<T>;
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
|
|
39
|
-
export type IConfigurationRetriever_1<T> = IConfigurationRetriever_1$instance<T>;
|
|
40
|
+
export type IConfigurationRetriever_1<T extends unknown> = IConfigurationRetriever_1$instance<T>;
|
|
40
41
|
|
|
41
|
-
export interface IConfigurationValidator_1$instance<T> {
|
|
42
|
+
export interface IConfigurationValidator_1$instance<T extends unknown> {
|
|
42
43
|
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IConfigurationValidator_1: never;
|
|
43
44
|
|
|
44
45
|
Validate(configuration: T): ConfigurationValidationResult;
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
|
|
48
|
-
export type IConfigurationValidator_1<T> = IConfigurationValidator_1$instance<T>;
|
|
49
|
+
export type IConfigurationValidator_1<T extends unknown> = IConfigurationValidator_1$instance<T>;
|
|
49
50
|
|
|
50
51
|
export interface IDocumentRetriever$instance {
|
|
51
52
|
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IDocumentRetriever: never;
|
|
@@ -80,7 +81,7 @@ export const AuthenticationProtocolMessage: (abstract new() => AuthenticationPro
|
|
|
80
81
|
|
|
81
82
|
export type AuthenticationProtocolMessage = AuthenticationProtocolMessage$instance;
|
|
82
83
|
|
|
83
|
-
export interface ConfigurationManager_1$instance<T> extends BaseConfigurationManager {
|
|
84
|
+
export interface ConfigurationManager_1$instance<T extends (object | null)> extends BaseConfigurationManager {
|
|
84
85
|
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_ConfigurationManager_1: never;
|
|
85
86
|
|
|
86
87
|
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IConfigurationManager_1: never;
|
|
@@ -93,12 +94,12 @@ export interface ConfigurationManager_1$instance<T> extends BaseConfigurationMan
|
|
|
93
94
|
|
|
94
95
|
|
|
95
96
|
export const ConfigurationManager_1: {
|
|
96
|
-
new<T>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>): ConfigurationManager_1<T>;
|
|
97
|
-
new<T>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>, httpClient: HttpClient): ConfigurationManager_1<T>;
|
|
98
|
-
new<T>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>, docRetriever: IDocumentRetriever): ConfigurationManager_1<T>;
|
|
99
|
-
new<T>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>, docRetriever: IDocumentRetriever, lkgCacheOptions: LastKnownGoodConfigurationCacheOptions): ConfigurationManager_1<T>;
|
|
100
|
-
new<T>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>, docRetriever: IDocumentRetriever, configValidator: IConfigurationValidator_1<T>): ConfigurationManager_1<T>;
|
|
101
|
-
new<T>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>, docRetriever: IDocumentRetriever, configValidator: IConfigurationValidator_1<T>, lkgCacheOptions: LastKnownGoodConfigurationCacheOptions): ConfigurationManager_1<T>;
|
|
97
|
+
new<T extends (object | null)>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>): ConfigurationManager_1<T>;
|
|
98
|
+
new<T extends (object | null)>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>, httpClient: HttpClient): ConfigurationManager_1<T>;
|
|
99
|
+
new<T extends (object | null)>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>, docRetriever: IDocumentRetriever): ConfigurationManager_1<T>;
|
|
100
|
+
new<T extends (object | null)>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>, docRetriever: IDocumentRetriever, lkgCacheOptions: LastKnownGoodConfigurationCacheOptions): ConfigurationManager_1<T>;
|
|
101
|
+
new<T extends (object | null)>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>, docRetriever: IDocumentRetriever, configValidator: IConfigurationValidator_1<T>): ConfigurationManager_1<T>;
|
|
102
|
+
new<T extends (object | null)>(metadataAddress: string, configRetriever: IConfigurationRetriever_1<T>, docRetriever: IDocumentRetriever, configValidator: IConfigurationValidator_1<T>, lkgCacheOptions: LastKnownGoodConfigurationCacheOptions): ConfigurationManager_1<T>;
|
|
102
103
|
readonly DefaultAutomaticRefreshInterval: TimeSpan;
|
|
103
104
|
readonly DefaultRefreshInterval: TimeSpan;
|
|
104
105
|
readonly MinimumAutomaticRefreshInterval: TimeSpan;
|
|
@@ -106,11 +107,11 @@ export const ConfigurationManager_1: {
|
|
|
106
107
|
};
|
|
107
108
|
|
|
108
109
|
|
|
109
|
-
export interface __ConfigurationManager_1$views<T> {
|
|
110
|
+
export interface __ConfigurationManager_1$views<T extends (object | null)> {
|
|
110
111
|
As_IConfigurationManager_1(): IConfigurationManager_1$instance<T>;
|
|
111
112
|
}
|
|
112
113
|
|
|
113
|
-
export type ConfigurationManager_1<T> = ConfigurationManager_1$instance<T> & __ConfigurationManager_1$views<T>;
|
|
114
|
+
export type ConfigurationManager_1<T extends (object | null)> = ConfigurationManager_1$instance<T> & __ConfigurationManager_1$views<T>;
|
|
114
115
|
|
|
115
116
|
|
|
116
117
|
export interface ConfigurationValidationResult$instance {
|
|
@@ -196,7 +197,7 @@ export const HttpRequestData: {
|
|
|
196
197
|
|
|
197
198
|
export type HttpRequestData = HttpRequestData$instance;
|
|
198
199
|
|
|
199
|
-
export interface StaticConfigurationManager_1$instance<T> extends BaseConfigurationManager {
|
|
200
|
+
export interface StaticConfigurationManager_1$instance<T extends (object | null)> extends BaseConfigurationManager, IConfigurationManager_1$instance<T> {
|
|
200
201
|
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_StaticConfigurationManager_1: never;
|
|
201
202
|
|
|
202
203
|
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IConfigurationManager_1: never;
|
|
@@ -208,15 +209,15 @@ export interface StaticConfigurationManager_1$instance<T> extends BaseConfigurat
|
|
|
208
209
|
|
|
209
210
|
|
|
210
211
|
export const StaticConfigurationManager_1: {
|
|
211
|
-
new<T>(configuration: T): StaticConfigurationManager_1<T>;
|
|
212
|
+
new<T extends (object | null)>(configuration: T): StaticConfigurationManager_1<T>;
|
|
212
213
|
};
|
|
213
214
|
|
|
214
215
|
|
|
215
|
-
export interface __StaticConfigurationManager_1$views<T> {
|
|
216
|
+
export interface __StaticConfigurationManager_1$views<T extends (object | null)> {
|
|
216
217
|
As_IConfigurationManager_1(): IConfigurationManager_1$instance<T>;
|
|
217
218
|
}
|
|
218
219
|
|
|
219
|
-
export type StaticConfigurationManager_1<T> = StaticConfigurationManager_1$instance<T> & __StaticConfigurationManager_1$views<T>;
|
|
220
|
+
export type StaticConfigurationManager_1<T extends (object | null)> = StaticConfigurationManager_1$instance<T> & __StaticConfigurationManager_1$views<T>;
|
|
220
221
|
|
|
221
222
|
|
|
222
223
|
export interface X509CertificateValidationMode$instance {
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.IdentityModel.Protocols.Configuration
|
|
3
3
|
// Assembly: Microsoft.IdentityModel.Protocols
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import * as Microsoft_IdentityModel_Tokens_Configuration_Internal from "../../Microsoft.IdentityModel.Tokens.Configuration/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.IdentityModel.Protocols.Configuration/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { LKGConfigurationCacheOptions } from './Microsoft.IdentityModel.Tokens.Configuration/internal/index.js';
|
|
10
14
|
import type { BaseConfiguration } from './Microsoft.IdentityModel.Tokens/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.IdentityModel.Protocols.OpenIdConnect
|
|
3
3
|
// Assembly: Microsoft.IdentityModel.Protocols.OpenIdConnect
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import * as Microsoft_IdentityModel_Protocols_Internal from "../../Microsoft.IdentityModel.Protocols/internal/index.js";
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration
|
|
3
3
|
// Assembly: Microsoft.IdentityModel.Protocols.OpenIdConnect
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import * as Microsoft_IdentityModel_Protocols_OpenIdConnect_Internal from "../../Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { OpenIdConnectConfiguration } from './Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.js';
|
|
10
14
|
import type { ConfigurationValidationResult, IConfigurationValidator_1 } from './Microsoft.IdentityModel.Protocols/internal/index.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { AuthenticationProtocolMessage, IConfigurationRetriever_1, IDocumentRetriever } from './Microsoft.IdentityModel.Protocols/internal/index.js';
|
|
10
14
|
import type { BaseConfiguration, CryptoProviderFactory, JsonWebKeySet, SecurityKey } from './Microsoft.IdentityModel.Tokens/internal/index.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.IdentityModel.Protocols/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { LastKnownGoodConfigurationCacheOptions } from './Microsoft.IdentityModel.Protocols.Configuration/internal/index.js';
|
|
10
14
|
import type { BaseConfiguration, BaseConfigurationManager } from './Microsoft.IdentityModel.Tokens/internal/index.js';
|
|
@@ -23,9 +27,9 @@ export { ConfigurationManager_1 as ConfigurationManager } from './Microsoft.Iden
|
|
|
23
27
|
export { ConfigurationValidationResult as ConfigurationValidationResult } from './Microsoft.IdentityModel.Protocols/internal/index.js';
|
|
24
28
|
export { FileDocumentRetriever as FileDocumentRetriever } from './Microsoft.IdentityModel.Protocols/internal/index.js';
|
|
25
29
|
export { HttpDocumentRetriever as HttpDocumentRetriever } from './Microsoft.IdentityModel.Protocols/internal/index.js';
|
|
26
|
-
export type IConfigurationManager<T> = Internal.IConfigurationManager_1<T>;
|
|
27
|
-
export type IConfigurationRetriever<T> = Internal.IConfigurationRetriever_1<T>;
|
|
28
|
-
export type IConfigurationValidator<T> = Internal.IConfigurationValidator_1<T>;
|
|
30
|
+
export type IConfigurationManager<T extends (object | null)> = Internal.IConfigurationManager_1<T>;
|
|
31
|
+
export type IConfigurationRetriever<T extends unknown> = Internal.IConfigurationRetriever_1<T>;
|
|
32
|
+
export type IConfigurationValidator<T extends unknown> = Internal.IConfigurationValidator_1<T>;
|
|
29
33
|
export type IDocumentRetriever = Internal.IDocumentRetriever;
|
|
30
34
|
export { StaticConfigurationManager_1 as StaticConfigurationManager } from './Microsoft.IdentityModel.Protocols/internal/index.js';
|
|
31
35
|
export { HttpRequestData as HttpRequestData } from './Microsoft.IdentityModel.Protocols/internal/index.js';
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.IdentityModel.Tokens
|
|
3
3
|
// Assembly: Microsoft.IdentityModel.Tokens
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as Microsoft_IdentityModel_Logging_Internal from "../../Microsoft.IdentityModel.Logging/internal/index.js";
|
|
@@ -1522,7 +1520,7 @@ export abstract class Base64UrlEncoder$instance {
|
|
|
1522
1520
|
export type Base64UrlEncoder = Base64UrlEncoder$instance;
|
|
1523
1521
|
|
|
1524
1522
|
export abstract class CollectionUtilities$instance {
|
|
1525
|
-
static IsNullOrEmpty<T>(enumerable: IEnumerable_1<T>): boolean;
|
|
1523
|
+
static IsNullOrEmpty<T extends unknown>(enumerable: IEnumerable_1<T>): boolean;
|
|
1526
1524
|
}
|
|
1527
1525
|
|
|
1528
1526
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.IdentityModel.Tokens.Configuration
|
|
3
3
|
// Assembly: Microsoft.IdentityModel.Tokens
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { BaseConfiguration } from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.IdentityModel.Tokens.Configuration/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { BaseConfiguration } from './Microsoft.IdentityModel.Tokens/internal/index.js';
|
|
10
14
|
import type { IEqualityComparer } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.IdentityModel.Tokens/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ISafeLogSecurityArtifact, LoggerContext } from './Microsoft.IdentityModel.Logging/internal/index.js';
|
|
10
14
|
import type { LKGConfigurationCacheOptions } from './Microsoft.IdentityModel.Tokens.Configuration/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.SqlServer.Server
|
|
3
3
|
// Assembly: Microsoft.SqlServer.Server
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { BinaryReader, BinaryWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.SqlServer.Server/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { BinaryReader, BinaryWriter } from '@tsonic/dotnet/System.IO.js';
|
|
10
14
|
import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, String as ClrString, SystemException, Type, Void } from '@tsonic/dotnet/System.js';
|