@tsonic/efcore-sqlserver 10.0.5 → 10.0.7

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 +91 -49
  2. package/Azure.Core/internal/index.d.ts +102 -50
  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 +59 -35
  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 +153 -63
  14. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
  15. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +82 -52
  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 +281 -167
  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 +65 -47
  64. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +4 -4
  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 +268 -40
  72. package/System.Configuration.Internal/internal/index.d.ts +10 -6
  73. package/System.Configuration.Provider/internal/index.d.ts +14 -8
  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
@@ -7,12 +7,12 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { AbstractAcquireTokenParameterBuilder_1 } from "../../Microsoft.Identity.Client/internal/index.js";
10
- import type { IDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
10
+ import type { IDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
11
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
12
+ import type { Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
13
13
 
14
14
  export abstract class AcquireTokenParameterBuilderExtensions$instance {
15
- static WithExtraHttpHeaders<T extends AbstractAcquireTokenParameterBuilder_1<T>>(builder: AbstractAcquireTokenParameterBuilder_1<T>, extraHttpHeaders: IDictionary<System_Internal.String, System_Internal.String>): T;
15
+ static WithExtraHttpHeaders<T extends AbstractAcquireTokenParameterBuilder_1<T>>(builder: AbstractAcquireTokenParameterBuilder_1<T>, extraHttpHeaders: IDictionary_2<System_Internal.String, System_Internal.String>): T;
16
16
  }
17
17
 
18
18
 
@@ -7,11 +7,13 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { IPoPCryptoProvider } from "../../Microsoft.Identity.Client.AuthScheme.PoP/internal/index.js";
10
- import * as System_Internal from "@tsonic/dotnet/System.js";
11
- import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Uri } from "@tsonic/dotnet/System.js";
12
- import type { HttpMethod, HttpRequestMessage } from "@tsonic/dotnet/System.Net.Http.js";
10
+ import type { HttpMethod, HttpRequestMessage } from "@tsonic/dotnet/System.Net.Http/internal/index.js";
11
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
12
+ import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Uri } from "@tsonic/dotnet/System/internal/index.js";
13
13
 
14
14
  export interface ManagedIdentityId$instance {
15
+ readonly __tsonic_type_Microsoft_Identity_Client_AppConfig_ManagedIdentityId: never;
16
+
15
17
  }
16
18
 
17
19
 
@@ -26,6 +28,8 @@ export const ManagedIdentityId: {
26
28
  export type ManagedIdentityId = ManagedIdentityId$instance;
27
29
 
28
30
  export interface PoPAuthenticationConfiguration$instance {
31
+ readonly __tsonic_type_Microsoft_Identity_Client_AppConfig_PoPAuthenticationConfiguration: never;
32
+
29
33
  HttpHost: string;
30
34
  HttpMethod: HttpMethod;
31
35
  HttpPath: string;
@@ -8,8 +8,8 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
8
8
  // Import types from other namespaces
9
9
  import * as System_Internal from "@tsonic/dotnet/System.js";
10
10
  import type { AuthenticationResult } from "../../Microsoft.Identity.Client/internal/index.js";
11
- import type { IReadOnlyDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
12
- import type { Int32, String as ClrString, Void } from "@tsonic/dotnet/System.js";
11
+ import type { IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
12
+ import type { Int32, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
13
13
 
14
14
  export interface IAuthenticationOperation$instance {
15
15
  readonly __tsonic_iface_Microsoft_Identity_Client_AuthScheme_IAuthenticationOperation: never;
@@ -19,7 +19,7 @@ export interface IAuthenticationOperation$instance {
19
19
  readonly KeyId: string;
20
20
  readonly AccessTokenType: string;
21
21
  FormatResult(authenticationResult: AuthenticationResult): void;
22
- GetTokenRequestParams(): IReadOnlyDictionary<System_Internal.String, System_Internal.String>;
22
+ GetTokenRequestParams(): IReadOnlyDictionary_2<System_Internal.String, System_Internal.String>;
23
23
  }
24
24
 
25
25
 
@@ -7,7 +7,7 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import * as System_Internal from "@tsonic/dotnet/System.js";
10
- import type { Byte, String as ClrString } from "@tsonic/dotnet/System.js";
10
+ import type { Byte, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
11
11
 
12
12
  export interface IPoPCryptoProvider$instance {
13
13
  readonly __tsonic_iface_Microsoft_Identity_Client_AuthScheme_PoP_IPoPCryptoProvider: never;
@@ -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 CacheLevel {
13
13
  None = 0,
@@ -18,6 +18,8 @@ export enum CacheLevel {
18
18
 
19
19
 
20
20
  export interface CacheData$instance {
21
+ readonly __tsonic_type_Microsoft_Identity_Client_Cache_CacheData: never;
22
+
21
23
  AdalV3State: byte[];
22
24
  UnifiedState: byte[];
23
25
  }
@@ -8,26 +8,28 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
8
8
  // Import types from other namespaces
9
9
  import type { IAuthenticationOperation } from "../../Microsoft.Identity.Client.AuthScheme/internal/index.js";
10
10
  import type { AbstractAcquireTokenParameterBuilder_1, AcquireTokenForClientParameterBuilder, AcquireTokenInteractiveParameterBuilder, AcquireTokenOnBehalfOfParameterBuilder, ConfidentialClientApplicationBuilder, ILongRunningWebApi } from "../../Microsoft.Identity.Client/internal/index.js";
11
- import type { IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections.Generic.js";
12
- import * as System_Internal from "@tsonic/dotnet/System.js";
13
- import type { Boolean as ClrBoolean, Func, Int64, Nullable, Object as ClrObject, String as ClrString, Uri } from "@tsonic/dotnet/System.js";
14
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
15
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
11
+ import type { IDictionary_2, IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
12
+ import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
13
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
14
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
15
+ import type { Boolean as ClrBoolean, Func_2, Int64, Nullable_1, Object as ClrObject, String as ClrString, Uri } from "@tsonic/dotnet/System/internal/index.js";
16
16
 
17
17
  export interface ICustomWebUi$instance {
18
18
  readonly __tsonic_iface_Microsoft_Identity_Client_Extensibility_ICustomWebUi: never;
19
19
 
20
- AcquireAuthorizationCodeAsync(authorizationUri: Uri, redirectUri: Uri, cancellationToken: CancellationToken): Task<Uri>;
20
+ AcquireAuthorizationCodeAsync(authorizationUri: Uri, redirectUri: Uri, cancellationToken: CancellationToken): Task_1<Uri>;
21
21
  }
22
22
 
23
23
 
24
24
  export type ICustomWebUi = ICustomWebUi$instance;
25
25
 
26
26
  export interface AppTokenProviderParameters$instance {
27
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensibility_AppTokenProviderParameters: never;
28
+
27
29
  CancellationToken: CancellationToken;
28
30
  Claims: string;
29
31
  CorrelationId: string;
30
- Scopes: IEnumerable<System_Internal.String>;
32
+ Scopes: IEnumerable_1<System_Internal.String>;
31
33
  TenantId: string;
32
34
  }
33
35
 
@@ -40,9 +42,11 @@ export const AppTokenProviderParameters: {
40
42
  export type AppTokenProviderParameters = AppTokenProviderParameters$instance;
41
43
 
42
44
  export interface AppTokenProviderResult$instance {
45
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensibility_AppTokenProviderResult: never;
46
+
43
47
  AccessToken: string;
44
48
  ExpiresInSeconds: long;
45
- RefreshInSeconds: Nullable<System_Internal.Int64>;
49
+ RefreshInSeconds: Nullable_1<System_Internal.Int64>;
46
50
  }
47
51
 
48
52
 
@@ -54,9 +58,11 @@ export const AppTokenProviderResult: {
54
58
  export type AppTokenProviderResult = AppTokenProviderResult$instance;
55
59
 
56
60
  export interface MsalAuthenticationExtension$instance {
57
- AdditionalCacheParameters: IEnumerable<System_Internal.String>;
61
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensibility_MsalAuthenticationExtension: never;
62
+
63
+ AdditionalCacheParameters: IEnumerable_1<System_Internal.String>;
58
64
  AuthenticationOperation: IAuthenticationOperation;
59
- OnBeforeTokenRequestHandler: Func<OnBeforeTokenRequestData, Task>;
65
+ OnBeforeTokenRequestHandler: Func_2<OnBeforeTokenRequestData, Task>;
60
66
  }
61
67
 
62
68
 
@@ -68,23 +74,25 @@ export const MsalAuthenticationExtension: {
68
74
  export type MsalAuthenticationExtension = MsalAuthenticationExtension$instance;
69
75
 
70
76
  export interface OnBeforeTokenRequestData$instance {
71
- readonly BodyParameters: IDictionary<System_Internal.String, System_Internal.String>;
77
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensibility_OnBeforeTokenRequestData: never;
78
+
79
+ readonly BodyParameters: IDictionary_2<System_Internal.String, System_Internal.String>;
72
80
  readonly CancellationToken: CancellationToken;
73
- readonly Headers: IDictionary<System_Internal.String, System_Internal.String>;
81
+ readonly Headers: IDictionary_2<System_Internal.String, System_Internal.String>;
74
82
  RequestUri: Uri;
75
83
  }
76
84
 
77
85
 
78
86
  export const OnBeforeTokenRequestData: {
79
- new(bodyParameters: IDictionary<System_Internal.String, System_Internal.String>, headers: IDictionary<System_Internal.String, System_Internal.String>, requestUri: Uri, cancellationToken: CancellationToken): OnBeforeTokenRequestData;
87
+ new(bodyParameters: IDictionary_2<System_Internal.String, System_Internal.String>, headers: IDictionary_2<System_Internal.String, System_Internal.String>, requestUri: Uri, cancellationToken: CancellationToken): OnBeforeTokenRequestData;
80
88
  };
81
89
 
82
90
 
83
91
  export type OnBeforeTokenRequestData = OnBeforeTokenRequestData$instance;
84
92
 
85
93
  export abstract class AbstractConfidentialClientAcquireTokenParameterBuilderExtension$instance {
86
- static OnBeforeTokenRequest<T extends AbstractAcquireTokenParameterBuilder_1<T>>(builder: AbstractAcquireTokenParameterBuilder_1<T>, onBeforeTokenRequestHandler: Func<OnBeforeTokenRequestData, Task>): AbstractAcquireTokenParameterBuilder_1<T>;
87
- static WithAdditionalCacheParameters<T extends AbstractAcquireTokenParameterBuilder_1<T>>(builder: AbstractAcquireTokenParameterBuilder_1<T>, cacheParameters: IEnumerable<System_Internal.String>): AbstractAcquireTokenParameterBuilder_1<T>;
94
+ static OnBeforeTokenRequest<T extends AbstractAcquireTokenParameterBuilder_1<T>>(builder: AbstractAcquireTokenParameterBuilder_1<T>, onBeforeTokenRequestHandler: Func_2<OnBeforeTokenRequestData, Task>): AbstractAcquireTokenParameterBuilder_1<T>;
95
+ static WithAdditionalCacheParameters<T extends AbstractAcquireTokenParameterBuilder_1<T>>(builder: AbstractAcquireTokenParameterBuilder_1<T>, cacheParameters: IEnumerable_1<System_Internal.String>): AbstractAcquireTokenParameterBuilder_1<T>;
88
96
  static WithAuthenticationExtension<T extends AbstractAcquireTokenParameterBuilder_1<T>>(builder: AbstractAcquireTokenParameterBuilder_1<T>, authenticationExtension: MsalAuthenticationExtension): AbstractAcquireTokenParameterBuilder_1<T>;
89
97
  static WithFmiPathForClientAssertion<T extends AbstractAcquireTokenParameterBuilder_1<T>>(builder: AbstractAcquireTokenParameterBuilder_1<T>, fmiPath: string): AbstractAcquireTokenParameterBuilder_1<T>;
90
98
  static WithProofOfPosessionKeyId<T extends AbstractAcquireTokenParameterBuilder_1<T>>(builder: AbstractAcquireTokenParameterBuilder_1<T>, keyId: string, expectedTokenTypeFromAad?: string): AbstractAcquireTokenParameterBuilder_1<T>;
@@ -115,14 +123,14 @@ export abstract class AcquireTokenOnBehalfOfParameterBuilderExtensions$instance
115
123
  export type AcquireTokenOnBehalfOfParameterBuilderExtensions = AcquireTokenOnBehalfOfParameterBuilderExtensions$instance;
116
124
 
117
125
  export abstract class ConfidentialClientApplicationBuilderExtensions$instance {
118
- static WithAppTokenProvider(builder: ConfidentialClientApplicationBuilder, appTokenProvider: Func<AppTokenProviderParameters, Task<AppTokenProviderResult>>): ConfidentialClientApplicationBuilder;
126
+ static WithAppTokenProvider(builder: ConfidentialClientApplicationBuilder, appTokenProvider: Func_2<AppTokenProviderParameters, Task_1<AppTokenProviderResult>>): ConfidentialClientApplicationBuilder;
119
127
  }
120
128
 
121
129
 
122
130
  export type ConfidentialClientApplicationBuilderExtensions = ConfidentialClientApplicationBuilderExtensions$instance;
123
131
 
124
132
  export abstract class ConfidentialClientApplicationExtensions$instance {
125
- static StopLongRunningProcessInWebApiAsync(clientApp: ILongRunningWebApi, longRunningProcessSessionKey: string, cancellationToken?: CancellationToken): Task<System_Internal.Boolean>;
133
+ static StopLongRunningProcessInWebApiAsync(clientApp: ILongRunningWebApi, longRunningProcessSessionKey: string, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
126
134
  }
127
135
 
128
136
 
@@ -7,28 +7,32 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { ITokenCache } from "../../Microsoft.Identity.Client/internal/index.js";
10
- import type { IEnumerable, KeyValuePair } from "@tsonic/dotnet/System.Collections.Generic.js";
11
- import type { TraceSource } from "@tsonic/dotnet/System.Diagnostics.js";
12
- import * as System_Internal from "@tsonic/dotnet/System.js";
13
- import type { Boolean as ClrBoolean, Byte, EventArgs, EventHandler, Exception, IDisposable, 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";
16
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
10
+ import type { IEnumerable_1, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
11
+ import type { TraceSource } from "@tsonic/dotnet/System.Diagnostics/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 type { Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
15
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
16
+ import type { Boolean as ClrBoolean, Byte, EventArgs, EventHandler_1, Exception, IDisposable, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
17
17
 
18
18
  export interface CacheChangedEventArgs$instance extends EventArgs {
19
- readonly AccountsAdded: IEnumerable<System_Internal.String>;
20
- readonly AccountsRemoved: IEnumerable<System_Internal.String>;
19
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensions_Msal_CacheChangedEventArgs: never;
20
+
21
+ readonly AccountsAdded: IEnumerable_1<System_Internal.String>;
22
+ readonly AccountsRemoved: IEnumerable_1<System_Internal.String>;
21
23
  }
22
24
 
23
25
 
24
26
  export const CacheChangedEventArgs: {
25
- new(added: IEnumerable<System_Internal.String>, removed: IEnumerable<System_Internal.String>): CacheChangedEventArgs;
27
+ new(added: IEnumerable_1<System_Internal.String>, removed: IEnumerable_1<System_Internal.String>): CacheChangedEventArgs;
26
28
  };
27
29
 
28
30
 
29
31
  export type CacheChangedEventArgs = CacheChangedEventArgs$instance;
30
32
 
31
33
  export interface CrossPlatLock$instance {
34
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensions_Msal_CrossPlatLock: never;
35
+
32
36
  readonly __tsonic_iface_System_IDisposable: never;
33
37
 
34
38
  Dispose(): void;
@@ -43,6 +47,8 @@ export const CrossPlatLock: {
43
47
  export type CrossPlatLock = CrossPlatLock$instance;
44
48
 
45
49
  export interface MsalCacheHelper$instance {
50
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensions_Msal_MsalCacheHelper: never;
51
+
46
52
  Clear(): void;
47
53
  LoadUnencryptedTokenCache(): byte[];
48
54
  RegisterCache(tokenCache: ITokenCache): void;
@@ -56,13 +62,15 @@ export const MsalCacheHelper: {
56
62
  readonly LinuxKeyRingDefaultCollection: string;
57
63
  readonly LinuxKeyRingSessionCollection: string;
58
64
  readonly UserRootDirectory: string;
59
- CreateAsync(storageCreationProperties: StorageCreationProperties, logger?: TraceSource): Task<MsalCacheHelper>;
65
+ CreateAsync(storageCreationProperties: StorageCreationProperties, logger?: TraceSource): Task_1<MsalCacheHelper>;
60
66
  };
61
67
 
62
68
 
63
69
  export type MsalCacheHelper = MsalCacheHelper$instance;
64
70
 
65
71
  export interface MsalCachePersistenceException$instance extends Exception {
72
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensions_Msal_MsalCachePersistenceException: never;
73
+
66
74
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
67
75
 
68
76
  }
@@ -78,6 +86,8 @@ export const MsalCachePersistenceException: {
78
86
  export type MsalCachePersistenceException = MsalCachePersistenceException$instance;
79
87
 
80
88
  export interface Storage$instance {
89
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensions_Msal_Storage: never;
90
+
81
91
  Clear(ignoreExceptions?: boolean): void;
82
92
  ReadData(): byte[];
83
93
  VerifyPersistence(): void;
@@ -93,6 +103,8 @@ export const Storage: {
93
103
  export type Storage = Storage$instance;
94
104
 
95
105
  export interface StorageCreationProperties$instance {
106
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensions_Msal_StorageCreationProperties: never;
107
+
96
108
  readonly CacheFileName: string;
97
109
  readonly CacheDirectory: string;
98
110
  readonly MacKeyChainServiceName: string;
@@ -100,8 +112,8 @@ export interface StorageCreationProperties$instance {
100
112
  readonly KeyringSchemaName: string;
101
113
  readonly KeyringCollection: string;
102
114
  readonly KeyringSecretLabel: string;
103
- readonly KeyringAttribute1: KeyValuePair<System_Internal.String, System_Internal.String>;
104
- readonly KeyringAttribute2: KeyValuePair<System_Internal.String, System_Internal.String>;
115
+ readonly KeyringAttribute1: KeyValuePair_2<System_Internal.String, System_Internal.String>;
116
+ readonly KeyringAttribute2: KeyValuePair_2<System_Internal.String, System_Internal.String>;
105
117
  readonly LockRetryDelay: int;
106
118
  readonly UseLinuxUnencryptedFallback: boolean;
107
119
  readonly UseUnencryptedFallback: boolean;
@@ -119,10 +131,12 @@ export const StorageCreationProperties: {
119
131
  export type StorageCreationProperties = StorageCreationProperties$instance;
120
132
 
121
133
  export interface StorageCreationPropertiesBuilder$instance {
134
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensions_Msal_StorageCreationPropertiesBuilder: never;
135
+
122
136
  Build(): StorageCreationProperties;
123
137
  CustomizeLockRetry(lockRetryDelay: int, lockRetryCount: int): StorageCreationPropertiesBuilder;
124
138
  WithCacheChangedEvent(clientId: string, authority?: string): StorageCreationPropertiesBuilder;
125
- WithLinuxKeyring(schemaName: string, collection: string, secretLabel: string, attribute1: KeyValuePair<System_Internal.String, System_Internal.String>, attribute2: KeyValuePair<System_Internal.String, System_Internal.String>): StorageCreationPropertiesBuilder;
139
+ WithLinuxKeyring(schemaName: string, collection: string, secretLabel: string, attribute1: KeyValuePair_2<System_Internal.String, System_Internal.String>, attribute2: KeyValuePair_2<System_Internal.String, System_Internal.String>): StorageCreationPropertiesBuilder;
126
140
  WithLinuxUnprotectedFile(): StorageCreationPropertiesBuilder;
127
141
  WithMacKeyChain(serviceName: string, accountName: string): StorageCreationPropertiesBuilder;
128
142
  WithUnprotectedFile(): StorageCreationPropertiesBuilder;
@@ -138,6 +152,8 @@ export const StorageCreationPropertiesBuilder: {
138
152
  export type StorageCreationPropertiesBuilder = StorageCreationPropertiesBuilder$instance;
139
153
 
140
154
  export interface TraceSourceLogger$instance {
155
+ readonly __tsonic_type_Microsoft_Identity_Client_Extensions_Msal_TraceSourceLogger: never;
156
+
141
157
  readonly Source: TraceSource;
142
158
  LogError(message: string): void;
143
159
  LogInformation(message: string): void;
@@ -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, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Void } 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, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
11
11
 
12
12
  export enum KerberosKeyTypes {
13
13
  None = 0,
@@ -25,6 +25,8 @@ export enum KerberosTicketContainer {
25
25
 
26
26
 
27
27
  export interface KerberosSupplementalTicket$instance {
28
+ readonly __tsonic_type_Microsoft_Identity_Client_Kerberos_KerberosSupplementalTicket: never;
29
+
28
30
  ClientKey: string;
29
31
  ClientName: string;
30
32
  ErrorMessage: string;
@@ -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 { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable } from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
+ import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable } from "@tsonic/dotnet/System/internal/index.js";
11
11
 
12
12
  export enum ManagedIdentitySource {
13
13
  None = 0,
@@ -6,10 +6,12 @@
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 } from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
+ import type { Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
11
11
 
12
12
  export interface Credential$instance {
13
+ readonly __tsonic_type_Microsoft_Identity_Client_Platforms_Features_DesktopOs_Kerberos_Credential: never;
14
+
13
15
  }
14
16
 
15
17
 
@@ -7,9 +7,9 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { AcquireTokenForClientParameterBuilder, ConfidentialClientApplicationBuilder } from "../../Microsoft.Identity.Client/internal/index.js";
10
- import * as System_Internal from "@tsonic/dotnet/System.js";
11
- import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
12
- import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js";
10
+ import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
11
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
12
+ import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
13
13
 
14
14
  export abstract class AcquireTokenForClientParameterBuilderForResourceProviders$instance {
15
15
  static WithAccessTokenSha256ToRefresh(builder: AcquireTokenForClientParameterBuilder, hash: string): AcquireTokenForClientParameterBuilder;
@@ -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 { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable } from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
+ import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable } from "@tsonic/dotnet/System/internal/index.js";
11
11
 
12
12
  export enum RegionOutcome {
13
13
  None = 0,
@@ -7,8 +7,8 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { AcquireTokenInteractiveParameterBuilder, AcquireTokenSilentParameterBuilder } from "../../Microsoft.Identity.Client/internal/index.js";
10
- import * as System_Internal from "@tsonic/dotnet/System.js";
11
- import type { Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
10
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
11
+ import type { Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
12
12
 
13
13
  export abstract class SSHExtensions$instance {
14
14
  static WithSSHCertificateAuthenticationScheme(builder: AcquireTokenInteractiveParameterBuilder, publicKeyJwk: string, keyId: string): AcquireTokenInteractiveParameterBuilder;
@@ -7,10 +7,12 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { CacheLevel } from "../../Microsoft.Identity.Client.Cache/internal/index.js";
10
- import * as System_Internal from "@tsonic/dotnet/System.js";
11
- import type { Object as ClrObject } from "@tsonic/dotnet/System.js";
10
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
11
+ import type { Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
12
12
 
13
13
  export interface TelemetryData$instance {
14
+ readonly __tsonic_type_Microsoft_Identity_Client_TelemetryCore_TelemetryClient_TelemetryData: never;
15
+
14
16
  CacheLevel: CacheLevel;
15
17
  }
16
18
 
@@ -6,14 +6,16 @@
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 { Boolean as ClrBoolean, Func, Object as ClrObject, Void } from "@tsonic/dotnet/System.js";
11
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
9
+ import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
10
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
11
+ import type { Boolean as ClrBoolean, Func_1, Object as ClrObject, Void } from "@tsonic/dotnet/System/internal/index.js";
12
12
 
13
13
  export interface MacMainThreadScheduler$instance {
14
+ readonly __tsonic_type_Microsoft_Identity_Client_Utils_MacMainThreadScheduler: never;
15
+
14
16
  IsCurrentlyOnMainThread(): boolean;
15
17
  IsRunning(): boolean;
16
- RunOnMainThreadAsync(asyncAction: Func<Task>): Task;
18
+ RunOnMainThreadAsync(asyncAction: Func_1<Task>): Task;
17
19
  StartMessageLoop(): void;
18
20
  Stop(): void;
19
21
  }
@@ -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 { Boolean as ClrBoolean, Object as ClrObject, Void } from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
+ import type { Boolean as ClrBoolean, Object as ClrObject, Void } from "@tsonic/dotnet/System/internal/index.js";
11
11
 
12
12
  export abstract class WindowsNativeUtils$instance {
13
13
  static InitializeProcessSecurity(): void;
@@ -6,9 +6,9 @@
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 type { IDictionary, IReadOnlyDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
10
- import * as System_Internal from "@tsonic/dotnet/System.js";
11
- 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";
9
+ import type { IDictionary_2, IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
10
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
11
+ 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/internal/index.js";
12
12
 
13
13
  export enum EventLogLevel {
14
14
  LogAlways = 0,
@@ -38,13 +38,15 @@ export interface ITelemetryClient$instance {
38
38
  IsEnabled(): boolean;
39
39
  IsEnabled(eventName: string): boolean;
40
40
  TrackEvent(eventDetails: TelemetryEventDetails): void;
41
- TrackEvent(eventName: string, stringProperties?: IDictionary<System_Internal.String, System_Internal.String>, longProperties?: IDictionary<System_Internal.String, System_Internal.Int64>, boolProperties?: IDictionary<System_Internal.String, System_Internal.Boolean>, dateTimeProperties?: IDictionary<System_Internal.String, DateTime>, doubleProperties?: IDictionary<System_Internal.String, System_Internal.Double>, guidProperties?: IDictionary<System_Internal.String, Guid>): void;
41
+ TrackEvent(eventName: string, stringProperties?: IDictionary_2<System_Internal.String, System_Internal.String>, longProperties?: IDictionary_2<System_Internal.String, System_Internal.Int64>, boolProperties?: IDictionary_2<System_Internal.String, System_Internal.Boolean>, dateTimeProperties?: IDictionary_2<System_Internal.String, DateTime>, doubleProperties?: IDictionary_2<System_Internal.String, System_Internal.Double>, guidProperties?: IDictionary_2<System_Internal.String, Guid>): void;
42
42
  }
43
43
 
44
44
 
45
45
  export type ITelemetryClient = ITelemetryClient$instance;
46
46
 
47
47
  export interface LogEntry$instance {
48
+ readonly __tsonic_type_Microsoft_IdentityModel_Abstractions_LogEntry: never;
49
+
48
50
  get CorrelationId(): string | undefined;
49
51
  set CorrelationId(value: string | undefined);
50
52
  EventLogLevel: EventLogLevel;
@@ -60,7 +62,9 @@ export const LogEntry: {
60
62
 
61
63
  export type LogEntry = LogEntry$instance;
62
64
 
63
- export interface NullIdentityModelLogger$instance {
65
+ export interface NullIdentityModelLogger$instance extends IIdentityLogger$instance {
66
+ readonly __tsonic_type_Microsoft_IdentityModel_Abstractions_NullIdentityModelLogger: never;
67
+
64
68
  readonly __tsonic_iface_Microsoft_IdentityModel_Abstractions_IIdentityLogger: never;
65
69
 
66
70
  IsEnabled(eventLogLevel: EventLogLevel): boolean;
@@ -77,12 +81,12 @@ export interface __NullIdentityModelLogger$views {
77
81
  As_IIdentityLogger(): IIdentityLogger$instance;
78
82
  }
79
83
 
80
- export interface NullIdentityModelLogger$instance extends IIdentityLogger$instance {}
81
-
82
84
  export type NullIdentityModelLogger = NullIdentityModelLogger$instance & __NullIdentityModelLogger$views;
83
85
 
84
86
 
85
- export interface NullTelemetryClient$instance {
87
+ export interface NullTelemetryClient$instance extends ITelemetryClient$instance {
88
+ readonly __tsonic_type_Microsoft_IdentityModel_Abstractions_NullTelemetryClient: never;
89
+
86
90
  readonly __tsonic_iface_Microsoft_IdentityModel_Abstractions_ITelemetryClient: never;
87
91
 
88
92
  ClientId: string;
@@ -90,7 +94,7 @@ export interface NullTelemetryClient$instance {
90
94
  IsEnabled(): boolean;
91
95
  IsEnabled(eventName: string): boolean;
92
96
  TrackEvent(eventDetails: TelemetryEventDetails): void;
93
- TrackEvent(eventName: string, stringProperties?: IDictionary<System_Internal.String, System_Internal.String>, longProperties?: IDictionary<System_Internal.String, System_Internal.Int64>, boolProperties?: IDictionary<System_Internal.String, System_Internal.Boolean>, dateTimeProperties?: IDictionary<System_Internal.String, DateTime>, doubleProperties?: IDictionary<System_Internal.String, System_Internal.Double>, guidProperties?: IDictionary<System_Internal.String, Guid>): void;
97
+ TrackEvent(eventName: string, stringProperties?: IDictionary_2<System_Internal.String, System_Internal.String>, longProperties?: IDictionary_2<System_Internal.String, System_Internal.Int64>, boolProperties?: IDictionary_2<System_Internal.String, System_Internal.Boolean>, dateTimeProperties?: IDictionary_2<System_Internal.String, DateTime>, doubleProperties?: IDictionary_2<System_Internal.String, System_Internal.Double>, guidProperties?: IDictionary_2<System_Internal.String, Guid>): void;
94
98
  }
95
99
 
96
100
 
@@ -103,15 +107,15 @@ export interface __NullTelemetryClient$views {
103
107
  As_ITelemetryClient(): ITelemetryClient$instance;
104
108
  }
105
109
 
106
- export interface NullTelemetryClient$instance extends ITelemetryClient$instance {}
107
-
108
110
  export type NullTelemetryClient = NullTelemetryClient$instance & __NullTelemetryClient$views;
109
111
 
110
112
 
111
113
  export interface TelemetryEventDetails$instance {
114
+ readonly __tsonic_type_Microsoft_IdentityModel_Abstractions_TelemetryEventDetails: never;
115
+
112
116
  get Name(): string | undefined;
113
117
  set Name(value: string | undefined);
114
- readonly Properties: IReadOnlyDictionary<System_Internal.String, unknown>;
118
+ readonly Properties: IReadOnlyDictionary_2<System_Internal.String, unknown>;
115
119
  SetProperty(key: string, value: string): void;
116
120
  SetProperty(key: string, value: long): void;
117
121
  SetProperty(key: string, value: boolean): void;