@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
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Azure.Core
|
|
3
3
|
// Assembly: Azure.Core
|
|
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 type { HttpPipelinePolicy, HttpPipelineTransport } from "../../Azure.Core.Pipeline/internal/index.js";
|
|
@@ -46,7 +44,7 @@ export enum RetryMode {
|
|
|
46
44
|
}
|
|
47
45
|
|
|
48
46
|
|
|
49
|
-
export type SyncAsyncEventHandler_1<T extends SyncAsyncEventArgs> = (e: T) => Task;
|
|
47
|
+
export type SyncAsyncEventHandler_1<T extends unknown & SyncAsyncEventArgs> = (e: T) => Task;
|
|
50
48
|
|
|
51
49
|
|
|
52
50
|
export interface AccessToken$instance {
|
|
@@ -56,7 +54,7 @@ export interface AccessToken$instance {
|
|
|
56
54
|
readonly RefreshOn: Nullable_1<DateTimeOffset>;
|
|
57
55
|
readonly Token: string;
|
|
58
56
|
readonly TokenType: string;
|
|
59
|
-
Equals(obj: unknown): boolean;
|
|
57
|
+
Equals(obj: unknown | null): boolean;
|
|
60
58
|
GetHashCode(): int;
|
|
61
59
|
}
|
|
62
60
|
|
|
@@ -75,10 +73,10 @@ export interface AzureLocation$instance {
|
|
|
75
73
|
|
|
76
74
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
77
75
|
|
|
78
|
-
readonly DisplayName: string |
|
|
76
|
+
readonly DisplayName: string | null;
|
|
79
77
|
readonly Name: string;
|
|
80
78
|
Equals(other: AzureLocation): boolean;
|
|
81
|
-
Equals(obj: unknown): boolean;
|
|
79
|
+
Equals(obj: unknown | null): boolean;
|
|
82
80
|
GetHashCode(): int;
|
|
83
81
|
ToString(): string;
|
|
84
82
|
}
|
|
@@ -162,8 +160,8 @@ export interface ContentType$instance {
|
|
|
162
160
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
163
161
|
|
|
164
162
|
Equals(other: ContentType): boolean;
|
|
165
|
-
Equals(other: string): boolean;
|
|
166
|
-
Equals(obj: unknown): boolean;
|
|
163
|
+
Equals(other: string | null): boolean;
|
|
164
|
+
Equals(obj: unknown | null): boolean;
|
|
167
165
|
GetHashCode(): int;
|
|
168
166
|
ToString(): string;
|
|
169
167
|
}
|
|
@@ -186,7 +184,7 @@ export interface HttpHeader$instance {
|
|
|
186
184
|
|
|
187
185
|
readonly Name: string;
|
|
188
186
|
readonly Value: string;
|
|
189
|
-
Equals(obj: unknown): boolean;
|
|
187
|
+
Equals(obj: unknown | null): boolean;
|
|
190
188
|
Equals(other: HttpHeader): boolean;
|
|
191
189
|
GetHashCode(): int;
|
|
192
190
|
ToString(): string;
|
|
@@ -200,6 +198,42 @@ export const HttpHeader: {
|
|
|
200
198
|
|
|
201
199
|
export type HttpHeader = HttpHeader$instance;
|
|
202
200
|
|
|
201
|
+
export abstract class HttpHeader_Common$instance {
|
|
202
|
+
static readonly JsonContentType: HttpHeader;
|
|
203
|
+
static readonly JsonAccept: HttpHeader;
|
|
204
|
+
static readonly OctetStreamContentType: HttpHeader;
|
|
205
|
+
static readonly FormUrlEncodedContentType: HttpHeader;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
export type HttpHeader_Common = HttpHeader_Common$instance;
|
|
210
|
+
|
|
211
|
+
export abstract class HttpHeader_Names$instance {
|
|
212
|
+
static readonly Date: string;
|
|
213
|
+
static readonly XMsDate: string;
|
|
214
|
+
static readonly ContentType: string;
|
|
215
|
+
static readonly ContentLength: string;
|
|
216
|
+
static readonly ETag: string;
|
|
217
|
+
static readonly XMsRequestId: string;
|
|
218
|
+
static readonly UserAgent: string;
|
|
219
|
+
static readonly Accept: string;
|
|
220
|
+
static readonly Authorization: string;
|
|
221
|
+
static readonly Range: string;
|
|
222
|
+
static readonly XMsRange: string;
|
|
223
|
+
static readonly IfMatch: string;
|
|
224
|
+
static readonly IfNoneMatch: string;
|
|
225
|
+
static readonly IfModifiedSince: string;
|
|
226
|
+
static readonly IfUnmodifiedSince: string;
|
|
227
|
+
static readonly Prefer: string;
|
|
228
|
+
static readonly Referer: string;
|
|
229
|
+
static readonly Host: string;
|
|
230
|
+
static readonly ContentDisposition: string;
|
|
231
|
+
static readonly WwwAuthenticate: string;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
export type HttpHeader_Names = HttpHeader_Names$instance;
|
|
236
|
+
|
|
203
237
|
export interface MessageProcessingContext$instance {
|
|
204
238
|
readonly __tsonic_type_Azure_Core_MessageProcessingContext: never;
|
|
205
239
|
|
|
@@ -250,8 +284,8 @@ export interface RequestHeaders$instance {
|
|
|
250
284
|
GetEnumerator(): IEnumerator_1<HttpHeader>;
|
|
251
285
|
Remove(name: string): boolean;
|
|
252
286
|
SetValue(name: string, value: string): void;
|
|
253
|
-
TryGetValue(name: string, value: string): boolean;
|
|
254
|
-
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
287
|
+
TryGetValue(name: string, value: string | null): boolean;
|
|
288
|
+
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String> | null): boolean;
|
|
255
289
|
}
|
|
256
290
|
|
|
257
291
|
|
|
@@ -269,7 +303,7 @@ export interface RequestMethod$instance {
|
|
|
269
303
|
|
|
270
304
|
readonly Method: string;
|
|
271
305
|
Equals(other: RequestMethod): boolean;
|
|
272
|
-
Equals(obj: unknown): boolean;
|
|
306
|
+
Equals(obj: unknown | null): boolean;
|
|
273
307
|
GetHashCode(): int;
|
|
274
308
|
ToString(): string;
|
|
275
309
|
}
|
|
@@ -299,7 +333,7 @@ export interface ResourceType$instance {
|
|
|
299
333
|
readonly Namespace: string;
|
|
300
334
|
readonly Type: string;
|
|
301
335
|
Equals(other: ResourceType): boolean;
|
|
302
|
-
Equals(other: unknown): boolean;
|
|
336
|
+
Equals(other: unknown | null): boolean;
|
|
303
337
|
GetHashCode(): int;
|
|
304
338
|
GetLastType(): string;
|
|
305
339
|
ToString(): string;
|
|
@@ -321,14 +355,14 @@ export interface ResponseHeaders$instance {
|
|
|
321
355
|
|
|
322
356
|
readonly ContentLength: Nullable_1<System_Internal.Int32>;
|
|
323
357
|
readonly ContentLengthLong: Nullable_1<System_Internal.Int64>;
|
|
324
|
-
readonly ContentType: string |
|
|
358
|
+
readonly ContentType: string | null;
|
|
325
359
|
readonly Date: Nullable_1<DateTimeOffset>;
|
|
326
360
|
readonly ETag: Nullable_1<ETag>;
|
|
327
|
-
readonly RequestId: string |
|
|
361
|
+
readonly RequestId: string | null;
|
|
328
362
|
Contains(name: string): boolean;
|
|
329
363
|
GetEnumerator(): IEnumerator_1<HttpHeader>;
|
|
330
|
-
TryGetValue(name: string, value: string): boolean;
|
|
331
|
-
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
364
|
+
TryGetValue(name: string, value: string | null): boolean;
|
|
365
|
+
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String> | null): boolean;
|
|
332
366
|
}
|
|
333
367
|
|
|
334
368
|
|
|
@@ -342,24 +376,24 @@ export type ResponseHeaders = ResponseHeaders$instance;
|
|
|
342
376
|
export interface TokenRequestContext$instance {
|
|
343
377
|
readonly __tsonic_type_Azure_Core_TokenRequestContext: never;
|
|
344
378
|
|
|
345
|
-
readonly Claims: string |
|
|
379
|
+
readonly Claims: string | null;
|
|
346
380
|
readonly IsCaeEnabled: boolean;
|
|
347
381
|
readonly IsProofOfPossessionEnabled: boolean;
|
|
348
|
-
readonly ParentRequestId: string |
|
|
349
|
-
readonly ProofOfPossessionNonce: string |
|
|
350
|
-
readonly ResourceRequestMethod: string |
|
|
351
|
-
readonly ResourceRequestUri: Uri |
|
|
382
|
+
readonly ParentRequestId: string | null;
|
|
383
|
+
readonly ProofOfPossessionNonce: string | null;
|
|
384
|
+
readonly ResourceRequestMethod: string | null;
|
|
385
|
+
readonly ResourceRequestUri: Uri | null;
|
|
352
386
|
readonly Scopes: string[];
|
|
353
|
-
readonly TenantId: string |
|
|
387
|
+
readonly TenantId: string | null;
|
|
354
388
|
}
|
|
355
389
|
|
|
356
390
|
|
|
357
391
|
export const TokenRequestContext: {
|
|
358
|
-
new(scopes: string[], parentRequestId: string): TokenRequestContext;
|
|
359
|
-
new(scopes: string[], parentRequestId: string, claims: string): TokenRequestContext;
|
|
360
|
-
new(scopes: string[], parentRequestId: string, claims: string, tenantId: string): TokenRequestContext;
|
|
361
|
-
new(scopes: string[], parentRequestId: string, claims: string, tenantId: string, isCaeEnabled: boolean): TokenRequestContext;
|
|
362
|
-
new(scopes: string[], parentRequestId: string, claims: string, tenantId: string, isCaeEnabled: boolean, isProofOfPossessionEnabled: boolean, proofOfPossessionNonce: string, requestUri: Uri, requestMethod: string): TokenRequestContext;
|
|
392
|
+
new(scopes: string[], parentRequestId: string | null): TokenRequestContext;
|
|
393
|
+
new(scopes: string[], parentRequestId: string | null, claims: string | null): TokenRequestContext;
|
|
394
|
+
new(scopes: string[], parentRequestId: string | null, claims: string | null, tenantId: string | null): TokenRequestContext;
|
|
395
|
+
new(scopes: string[], parentRequestId: string | null, claims: string | null, tenantId: string | null, isCaeEnabled: boolean): TokenRequestContext;
|
|
396
|
+
new(scopes: string[], parentRequestId: string | null, claims: string | null, tenantId: string | null, isCaeEnabled: boolean, isProofOfPossessionEnabled: boolean, proofOfPossessionNonce: string | null, requestUri: Uri | null, requestMethod: string | null): TokenRequestContext;
|
|
363
397
|
};
|
|
364
398
|
|
|
365
399
|
|
|
@@ -384,17 +418,17 @@ export interface ClientOptions$instance {
|
|
|
384
418
|
|
|
385
419
|
readonly Diagnostics: DiagnosticsOptions | TokenCredentialDiagnosticsOptions;
|
|
386
420
|
readonly Retry: RetryOptions;
|
|
387
|
-
get RetryPolicy(): HttpPipelinePolicy |
|
|
388
|
-
set RetryPolicy(value: HttpPipelinePolicy |
|
|
421
|
+
get RetryPolicy(): HttpPipelinePolicy | null;
|
|
422
|
+
set RetryPolicy(value: HttpPipelinePolicy | null);
|
|
389
423
|
Transport: HttpPipelineTransport;
|
|
390
424
|
AddPolicy(policy: HttpPipelinePolicy, position: HttpPipelinePosition): void;
|
|
391
|
-
Equals(obj: unknown): boolean;
|
|
425
|
+
Equals(obj: unknown | null): boolean;
|
|
392
426
|
GetHashCode(): int;
|
|
393
|
-
ToString(): string |
|
|
427
|
+
ToString(): string | null;
|
|
394
428
|
}
|
|
395
429
|
|
|
396
430
|
|
|
397
|
-
export const ClientOptions: (abstract new() => ClientOptions) & (abstract new(diagnostics: DiagnosticsOptions) => ClientOptions) & {
|
|
431
|
+
export const ClientOptions: (abstract new() => ClientOptions) & (abstract new(diagnostics: DiagnosticsOptions | null) => ClientOptions) & {
|
|
398
432
|
Default: ClientOptions;
|
|
399
433
|
};
|
|
400
434
|
|
|
@@ -404,8 +438,8 @@ export type ClientOptions = ClientOptions$instance;
|
|
|
404
438
|
export interface DelayStrategy$instance {
|
|
405
439
|
readonly __tsonic_type_Azure_Core_DelayStrategy: never;
|
|
406
440
|
|
|
407
|
-
GetNextDelay(response: Response, retryNumber: int): TimeSpan;
|
|
408
|
-
GetNextDelayCore(response: Response, retryNumber: int): TimeSpan;
|
|
441
|
+
GetNextDelay(response: Response | null, retryNumber: int): TimeSpan;
|
|
442
|
+
GetNextDelayCore(response: Response | null, retryNumber: int): TimeSpan;
|
|
409
443
|
}
|
|
410
444
|
|
|
411
445
|
|
|
@@ -422,8 +456,8 @@ export type DelayStrategy = DelayStrategy$instance;
|
|
|
422
456
|
export interface DiagnosticsOptions$instance {
|
|
423
457
|
readonly __tsonic_type_Azure_Core_DiagnosticsOptions: never;
|
|
424
458
|
|
|
425
|
-
get ApplicationId(): string |
|
|
426
|
-
set ApplicationId(value: string |
|
|
459
|
+
get ApplicationId(): string | null;
|
|
460
|
+
set ApplicationId(value: string | null);
|
|
427
461
|
IsDistributedTracingEnabled: boolean;
|
|
428
462
|
IsLoggingContentEnabled: boolean;
|
|
429
463
|
IsLoggingEnabled: boolean;
|
|
@@ -435,8 +469,8 @@ export interface DiagnosticsOptions$instance {
|
|
|
435
469
|
|
|
436
470
|
|
|
437
471
|
export const DiagnosticsOptions: (abstract new() => DiagnosticsOptions) & {
|
|
438
|
-
get DefaultApplicationId(): string |
|
|
439
|
-
set DefaultApplicationId(value: string |
|
|
472
|
+
get DefaultApplicationId(): string | null;
|
|
473
|
+
set DefaultApplicationId(value: string | null);
|
|
440
474
|
};
|
|
441
475
|
|
|
442
476
|
|
|
@@ -457,11 +491,11 @@ export interface HttpMessage$instance {
|
|
|
457
491
|
Response: Response;
|
|
458
492
|
ResponseClassifier: ResponseClassifier;
|
|
459
493
|
Dispose(): void;
|
|
460
|
-
ExtractResponseContent(): Stream |
|
|
494
|
+
ExtractResponseContent(): Stream | null;
|
|
461
495
|
SetProperty(name: string, value: unknown): void;
|
|
462
496
|
SetProperty(type: Type, value: unknown): void;
|
|
463
|
-
TryGetProperty(name: string, value: unknown): boolean;
|
|
464
|
-
TryGetProperty(type: Type, value: unknown): boolean;
|
|
497
|
+
TryGetProperty(name: string, value: unknown | null): boolean;
|
|
498
|
+
TryGetProperty(type: Type, value: unknown | null): boolean;
|
|
465
499
|
}
|
|
466
500
|
|
|
467
501
|
|
|
@@ -478,8 +512,8 @@ export interface Request$instance {
|
|
|
478
512
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
479
513
|
|
|
480
514
|
ClientRequestId: string;
|
|
481
|
-
get Content(): RequestContent |
|
|
482
|
-
set Content(value: RequestContent |
|
|
515
|
+
get Content(): RequestContent | null;
|
|
516
|
+
set Content(value: RequestContent | null);
|
|
483
517
|
readonly Headers: RequestHeaders;
|
|
484
518
|
Method: RequestMethod;
|
|
485
519
|
Uri: RequestUriBuilder;
|
|
@@ -489,8 +523,8 @@ export interface Request$instance {
|
|
|
489
523
|
EnumerateHeaders(): IEnumerable_1<HttpHeader>;
|
|
490
524
|
RemoveHeader(name: string): boolean;
|
|
491
525
|
SetHeader(name: string, value: string): void;
|
|
492
|
-
TryGetHeader(name: string, value: string): boolean;
|
|
493
|
-
TryGetHeaderValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
526
|
+
TryGetHeader(name: string, value: string | null): boolean;
|
|
527
|
+
TryGetHeaderValues(name: string, values: IEnumerable_1<System_Internal.String> | null): boolean;
|
|
494
528
|
}
|
|
495
529
|
|
|
496
530
|
|
|
@@ -520,11 +554,11 @@ export const RequestContent: (abstract new() => RequestContent) & {
|
|
|
520
554
|
Create(bytes: byte[]): RequestContent;
|
|
521
555
|
Create(stream: Stream): RequestContent;
|
|
522
556
|
Create(serializable: unknown, propertyNameFormat: JsonPropertyNames, dateTimeFormat?: string): RequestContent;
|
|
523
|
-
Create(serializable: unknown, serializer: ObjectSerializer): RequestContent;
|
|
557
|
+
Create(serializable: unknown, serializer: ObjectSerializer | null): RequestContent;
|
|
524
558
|
Create(serializable: unknown): RequestContent;
|
|
525
559
|
Create(bytes: ReadOnlyMemory_1<System_Internal.Byte>): RequestContent;
|
|
526
560
|
Create(content: string): RequestContent;
|
|
527
|
-
Create<T extends IPersistableModel_1<T>>(model: T, options?: ModelReaderWriterOptions): RequestContent;
|
|
561
|
+
Create<T extends unknown & IPersistableModel_1<T>>(model: T, options?: ModelReaderWriterOptions | null): RequestContent;
|
|
528
562
|
};
|
|
529
563
|
|
|
530
564
|
|
|
@@ -533,7 +567,7 @@ export type RequestContent = RequestContent$instance;
|
|
|
533
567
|
export interface RequestFailedDetailsParser$instance {
|
|
534
568
|
readonly __tsonic_type_Azure_Core_RequestFailedDetailsParser: never;
|
|
535
569
|
|
|
536
|
-
TryParse(response: Response, error: ResponseError, data: IDictionary_2<System_Internal.String, System_Internal.String>): boolean;
|
|
570
|
+
TryParse(response: Response, error: ResponseError | null, data: IDictionary_2<System_Internal.String, System_Internal.String> | null): boolean;
|
|
537
571
|
}
|
|
538
572
|
|
|
539
573
|
|
|
@@ -546,14 +580,14 @@ export type RequestFailedDetailsParser = RequestFailedDetailsParser$instance;
|
|
|
546
580
|
export interface RequestUriBuilder$instance {
|
|
547
581
|
readonly __tsonic_type_Azure_Core_RequestUriBuilder: never;
|
|
548
582
|
|
|
549
|
-
get Host(): string |
|
|
550
|
-
set Host(value: string |
|
|
583
|
+
get Host(): string | null;
|
|
584
|
+
set Host(value: string | null);
|
|
551
585
|
Path: string;
|
|
552
586
|
readonly PathAndQuery: string;
|
|
553
587
|
Port: int;
|
|
554
588
|
Query: string;
|
|
555
|
-
get Scheme(): string |
|
|
556
|
-
set Scheme(value: string |
|
|
589
|
+
get Scheme(): string | null;
|
|
590
|
+
set Scheme(value: string | null);
|
|
557
591
|
AppendPath(value: string): void;
|
|
558
592
|
AppendPath(value: string, escape: boolean): void;
|
|
559
593
|
AppendPath(value: ReadOnlySpan_1<System_Internal.Char>, escape: boolean): void;
|
|
@@ -581,16 +615,16 @@ export interface ResourceIdentifier$instance {
|
|
|
581
615
|
|
|
582
616
|
readonly Location: Nullable_1<AzureLocation>;
|
|
583
617
|
readonly Name: string;
|
|
584
|
-
readonly Parent: ResourceIdentifier |
|
|
585
|
-
readonly Provider: string |
|
|
586
|
-
readonly ResourceGroupName: string |
|
|
618
|
+
readonly Parent: ResourceIdentifier | null;
|
|
619
|
+
readonly Provider: string | null;
|
|
620
|
+
readonly ResourceGroupName: string | null;
|
|
587
621
|
readonly ResourceType: ResourceType;
|
|
588
|
-
readonly SubscriptionId: string |
|
|
622
|
+
readonly SubscriptionId: string | null;
|
|
589
623
|
AppendChildResource(childResourceType: string, childResourceName: string): ResourceIdentifier;
|
|
590
624
|
AppendProviderResource(providerNamespace: string, resourceType: string, resourceName: string): ResourceIdentifier;
|
|
591
|
-
CompareTo(other: ResourceIdentifier): int;
|
|
592
|
-
Equals(other: ResourceIdentifier): boolean;
|
|
593
|
-
Equals(obj: unknown): boolean;
|
|
625
|
+
CompareTo(other: ResourceIdentifier | null): int;
|
|
626
|
+
Equals(other: ResourceIdentifier | null): boolean;
|
|
627
|
+
Equals(obj: unknown | null): boolean;
|
|
594
628
|
GetHashCode(): int;
|
|
595
629
|
ToString(): string;
|
|
596
630
|
}
|
|
@@ -600,7 +634,7 @@ export const ResourceIdentifier: {
|
|
|
600
634
|
new(resourceId: string): ResourceIdentifier;
|
|
601
635
|
readonly Root: ResourceIdentifier;
|
|
602
636
|
Parse(input: string): ResourceIdentifier;
|
|
603
|
-
TryParse(input: string, result: ResourceIdentifier): boolean;
|
|
637
|
+
TryParse(input: string | null, result: ResourceIdentifier | null): boolean;
|
|
604
638
|
};
|
|
605
639
|
|
|
606
640
|
|
|
@@ -670,7 +704,7 @@ export type StatusCodeClassifier = StatusCodeClassifier$instance;
|
|
|
670
704
|
export interface TelemetryDetails$instance {
|
|
671
705
|
readonly __tsonic_type_Azure_Core_TelemetryDetails: never;
|
|
672
706
|
|
|
673
|
-
readonly ApplicationId: string |
|
|
707
|
+
readonly ApplicationId: string | null;
|
|
674
708
|
readonly Assembly: Assembly;
|
|
675
709
|
Apply(message: HttpMessage): void;
|
|
676
710
|
ToString(): string;
|
|
@@ -678,7 +712,7 @@ export interface TelemetryDetails$instance {
|
|
|
678
712
|
|
|
679
713
|
|
|
680
714
|
export const TelemetryDetails: {
|
|
681
|
-
new(assembly: Assembly, applicationId: string): TelemetryDetails;
|
|
715
|
+
new(assembly: Assembly, applicationId: string | null): TelemetryDetails;
|
|
682
716
|
};
|
|
683
717
|
|
|
684
718
|
|
|
@@ -687,7 +721,7 @@ export type TelemetryDetails = TelemetryDetails$instance;
|
|
|
687
721
|
export interface TokenCredential$instance extends AuthenticationTokenProvider {
|
|
688
722
|
readonly __tsonic_type_Azure_Core_TokenCredential: never;
|
|
689
723
|
|
|
690
|
-
CreateTokenOptions(properties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GetTokenOptions |
|
|
724
|
+
CreateTokenOptions(properties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GetTokenOptions | null;
|
|
691
725
|
GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
|
|
692
726
|
GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
|
|
693
727
|
GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask_1<AccessToken>;
|
|
@@ -709,42 +743,6 @@ export abstract class DelegatedTokenCredential$instance {
|
|
|
709
743
|
|
|
710
744
|
export type DelegatedTokenCredential = DelegatedTokenCredential$instance;
|
|
711
745
|
|
|
712
|
-
export abstract class HttpHeader_Common$instance {
|
|
713
|
-
static readonly JsonContentType: HttpHeader;
|
|
714
|
-
static readonly JsonAccept: HttpHeader;
|
|
715
|
-
static readonly OctetStreamContentType: HttpHeader;
|
|
716
|
-
static readonly FormUrlEncodedContentType: HttpHeader;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
export type HttpHeader_Common = HttpHeader_Common$instance;
|
|
721
|
-
|
|
722
|
-
export abstract class HttpHeader_Names$instance {
|
|
723
|
-
static readonly Date: string;
|
|
724
|
-
static readonly XMsDate: string;
|
|
725
|
-
static readonly ContentType: string;
|
|
726
|
-
static readonly ContentLength: string;
|
|
727
|
-
static readonly ETag: string;
|
|
728
|
-
static readonly XMsRequestId: string;
|
|
729
|
-
static readonly UserAgent: string;
|
|
730
|
-
static readonly Accept: string;
|
|
731
|
-
static readonly Authorization: string;
|
|
732
|
-
static readonly Range: string;
|
|
733
|
-
static readonly XMsRange: string;
|
|
734
|
-
static readonly IfMatch: string;
|
|
735
|
-
static readonly IfNoneMatch: string;
|
|
736
|
-
static readonly IfModifiedSince: string;
|
|
737
|
-
static readonly IfUnmodifiedSince: string;
|
|
738
|
-
static readonly Prefer: string;
|
|
739
|
-
static readonly Referer: string;
|
|
740
|
-
static readonly Host: string;
|
|
741
|
-
static readonly ContentDisposition: string;
|
|
742
|
-
static readonly WwwAuthenticate: string;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
export type HttpHeader_Names = HttpHeader_Names$instance;
|
|
747
|
-
|
|
748
746
|
export abstract class MultipartResponse$instance {
|
|
749
747
|
static Parse(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Response[];
|
|
750
748
|
static ParseAsync(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Task_1<Response[]>;
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Azure.Core.Cryptography
|
|
3
3
|
// Assembly: Azure.Core
|
|
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 System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Azure.Core.Cryptography/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 { Byte, ReadOnlyMemory, String as ClrString } from '@tsonic/dotnet/System.js';
|
|
10
14
|
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Azure.Core.Diagnostics
|
|
3
3
|
// Assembly: Azure.Core
|
|
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 System_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Azure.Core.Diagnostics/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 { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from '@tsonic/dotnet/System.Diagnostics.Tracing.js';
|
|
10
14
|
import type { Action, IDisposable, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
@@ -2,47 +2,49 @@
|
|
|
2
2
|
// Namespace: Azure.Core.Extensions
|
|
3
3
|
// Assembly: Azure.Core
|
|
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 System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
10
11
|
import type { TokenCredential } from "../../Azure.Core/internal/index.js";
|
|
11
12
|
import type { Boolean as ClrBoolean, Func_2, Func_3 } from "@tsonic/dotnet/System/internal/index.js";
|
|
12
13
|
|
|
13
|
-
export interface IAzureClientBuilder_2$instance<TClient, TOptions> {
|
|
14
|
+
export interface IAzureClientBuilder_2$instance<TClient extends unknown, TOptions extends (object | null)> {
|
|
14
15
|
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientBuilder_2: never;
|
|
15
16
|
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
|
|
19
|
-
export type IAzureClientBuilder_2<TClient, TOptions> = IAzureClientBuilder_2$instance<TClient, TOptions>;
|
|
20
|
+
export type IAzureClientBuilder_2<TClient extends unknown, TOptions extends (object | null)> = IAzureClientBuilder_2$instance<TClient, TOptions>;
|
|
20
21
|
|
|
21
22
|
export interface IAzureClientFactoryBuilder$instance {
|
|
22
23
|
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilder: never;
|
|
23
24
|
|
|
24
|
-
RegisterClientFactory<TClient, TOptions>(clientFactory: Func_2<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
|
|
25
|
+
RegisterClientFactory<TClient extends unknown, TOptions extends (object | null)>(clientFactory: Func_2<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
export type IAzureClientFactoryBuilder = IAzureClientFactoryBuilder$instance;
|
|
29
30
|
|
|
30
|
-
export interface IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfiguration> extends IAzureClientFactoryBuilder {
|
|
31
|
+
export interface IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfiguration extends unknown> extends IAzureClientFactoryBuilder {
|
|
31
32
|
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilderWithConfiguration_1: never;
|
|
32
33
|
|
|
34
|
+
RegisterClientFactory<TClient extends unknown, TOptions extends (object | null)>(clientFactory: Func_2<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
|
|
35
|
+
RegisterClientFactory<TClient extends unknown, TOptions extends (object | null)>(configuration: TConfiguration): IAzureClientBuilder_2<TClient, TOptions>;
|
|
33
36
|
RegisterClientFactory<TClient, TOptions>(clientFactory: Func_2<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
|
|
34
|
-
RegisterClientFactory<TClient, TOptions>(configuration: TConfiguration): IAzureClientBuilder_2<TClient, TOptions>;
|
|
35
37
|
}
|
|
36
38
|
|
|
37
39
|
|
|
38
|
-
export interface IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfiguration> extends IAzureClientFactoryBuilder$instance {}
|
|
40
|
+
export interface IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfiguration extends unknown> extends IAzureClientFactoryBuilder$instance {}
|
|
39
41
|
|
|
40
|
-
export type IAzureClientFactoryBuilderWithConfiguration_1<TConfiguration> = IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfiguration>;
|
|
42
|
+
export type IAzureClientFactoryBuilderWithConfiguration_1<TConfiguration extends unknown> = IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfiguration>;
|
|
41
43
|
|
|
42
44
|
export interface IAzureClientFactoryBuilderWithCredential$instance {
|
|
43
45
|
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilderWithCredential: never;
|
|
44
46
|
|
|
45
|
-
RegisterClientFactory<TClient, TOptions>(clientFactory: Func_3<TOptions, TokenCredential, TClient>, requiresCredential?: boolean): IAzureClientBuilder_2<TClient, TOptions>;
|
|
47
|
+
RegisterClientFactory<TClient extends unknown, TOptions extends (object | null)>(clientFactory: Func_3<TOptions, TokenCredential, TClient>, requiresCredential?: boolean): IAzureClientBuilder_2<TClient, TOptions>;
|
|
46
48
|
}
|
|
47
49
|
|
|
48
50
|
|
|
@@ -5,12 +5,16 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Azure.Core.Extensions/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 { TokenCredential } from './Azure.Core/internal/index.js';
|
|
10
14
|
import type { Boolean as ClrBoolean, Func } from '@tsonic/dotnet/System.js';
|
|
11
15
|
|
|
12
16
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
-
export type IAzureClientBuilder<TClient, TOptions> = Internal.IAzureClientBuilder_2<TClient, TOptions>;
|
|
17
|
+
export type IAzureClientBuilder<TClient extends unknown, TOptions extends (object | null)> = Internal.IAzureClientBuilder_2<TClient, TOptions>;
|
|
14
18
|
export type IAzureClientFactoryBuilder = Internal.IAzureClientFactoryBuilder;
|
|
15
|
-
export type IAzureClientFactoryBuilderWithConfiguration<TConfiguration> = Internal.IAzureClientFactoryBuilderWithConfiguration_1<TConfiguration>;
|
|
19
|
+
export type IAzureClientFactoryBuilderWithConfiguration<TConfiguration extends unknown> = Internal.IAzureClientFactoryBuilderWithConfiguration_1<TConfiguration>;
|
|
16
20
|
export type IAzureClientFactoryBuilderWithCredential = Internal.IAzureClientFactoryBuilderWithCredential;
|