@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
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/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -24,7 +24,7 @@ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.
|
|
|
24
24
|
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
25
25
|
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
26
26
|
import * as System_Lib from "@tsonic/dotnet/System.js";
|
|
27
|
-
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Enum, Exception, Func, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, String as ClrString, TimeSpan, Type, UInt16, Uri, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
27
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Double, Enum, Exception, Func, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, String as ClrString, TimeSpan, Type, UInt16, Uri, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
28
28
|
import type { Assembly } from "@tsonic/dotnet/System.Reflection.js";
|
|
29
29
|
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
30
30
|
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
@@ -68,6 +68,8 @@ export const AccessToken: {
|
|
|
68
68
|
export type AccessToken = AccessToken$instance;
|
|
69
69
|
|
|
70
70
|
export interface AzureLocation$instance {
|
|
71
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
72
|
+
|
|
71
73
|
readonly DisplayName: string | undefined;
|
|
72
74
|
readonly Name: string;
|
|
73
75
|
Equals(other: AzureLocation): boolean;
|
|
@@ -150,6 +152,8 @@ export const AzureLocation: {
|
|
|
150
152
|
export type AzureLocation = AzureLocation$instance;
|
|
151
153
|
|
|
152
154
|
export interface ContentType$instance {
|
|
155
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
156
|
+
|
|
153
157
|
Equals(other: ContentType): boolean;
|
|
154
158
|
Equals(other: string): boolean;
|
|
155
159
|
Equals(obj: unknown): boolean;
|
|
@@ -169,6 +173,8 @@ export const ContentType: {
|
|
|
169
173
|
export type ContentType = ContentType$instance;
|
|
170
174
|
|
|
171
175
|
export interface HttpHeader$instance {
|
|
176
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
177
|
+
|
|
172
178
|
readonly Name: string;
|
|
173
179
|
readonly Value: string;
|
|
174
180
|
Equals(obj: unknown): boolean;
|
|
@@ -187,7 +193,7 @@ export type HttpHeader = HttpHeader$instance;
|
|
|
187
193
|
|
|
188
194
|
export interface MessageProcessingContext$instance {
|
|
189
195
|
RetryNumber: int;
|
|
190
|
-
|
|
196
|
+
StartTime: DateTimeOffset;
|
|
191
197
|
}
|
|
192
198
|
|
|
193
199
|
|
|
@@ -199,6 +205,9 @@ export const MessageProcessingContext: {
|
|
|
199
205
|
export type MessageProcessingContext = MessageProcessingContext$instance;
|
|
200
206
|
|
|
201
207
|
export interface RehydrationToken$instance {
|
|
208
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
|
|
209
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
|
|
210
|
+
|
|
202
211
|
readonly Id: string;
|
|
203
212
|
}
|
|
204
213
|
|
|
@@ -219,6 +228,9 @@ export type RehydrationToken = RehydrationToken$instance & __RehydrationToken$vi
|
|
|
219
228
|
|
|
220
229
|
|
|
221
230
|
export interface RequestHeaders$instance {
|
|
231
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
232
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
233
|
+
|
|
222
234
|
Add(header: HttpHeader): void;
|
|
223
235
|
Add(name: string, value: string): void;
|
|
224
236
|
Contains(name: string): boolean;
|
|
@@ -238,6 +250,8 @@ export const RequestHeaders: {
|
|
|
238
250
|
export type RequestHeaders = RequestHeaders$instance;
|
|
239
251
|
|
|
240
252
|
export interface RequestMethod$instance {
|
|
253
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
254
|
+
|
|
241
255
|
readonly Method: string;
|
|
242
256
|
Equals(other: RequestMethod): boolean;
|
|
243
257
|
Equals(obj: unknown): boolean;
|
|
@@ -263,6 +277,8 @@ export const RequestMethod: {
|
|
|
263
277
|
export type RequestMethod = RequestMethod$instance;
|
|
264
278
|
|
|
265
279
|
export interface ResourceType$instance {
|
|
280
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
281
|
+
|
|
266
282
|
readonly Namespace: string;
|
|
267
283
|
readonly Type: string;
|
|
268
284
|
Equals(other: ResourceType): boolean;
|
|
@@ -281,6 +297,9 @@ export const ResourceType: {
|
|
|
281
297
|
export type ResourceType = ResourceType$instance;
|
|
282
298
|
|
|
283
299
|
export interface ResponseHeaders$instance {
|
|
300
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
301
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
302
|
+
|
|
284
303
|
readonly ContentLength: Nullable<System_Internal.Int32>;
|
|
285
304
|
readonly ContentLengthLong: Nullable<System_Internal.Int64>;
|
|
286
305
|
readonly ContentType: string | undefined;
|
|
@@ -326,11 +345,11 @@ export const TokenRequestContext: {
|
|
|
326
345
|
export type TokenRequestContext = TokenRequestContext$instance;
|
|
327
346
|
|
|
328
347
|
export interface AzureCoreContext$instance extends ModelReaderWriterContext {
|
|
348
|
+
TryGetTypeBuilderCore(type: Type, builder: ModelReaderWriterTypeBuilder): boolean;
|
|
329
349
|
}
|
|
330
350
|
|
|
331
351
|
|
|
332
352
|
export const AzureCoreContext: {
|
|
333
|
-
new(): AzureCoreContext;
|
|
334
353
|
readonly Default: AzureCoreContext;
|
|
335
354
|
};
|
|
336
355
|
|
|
@@ -341,7 +360,7 @@ export interface ClientOptions$instance {
|
|
|
341
360
|
readonly Diagnostics: DiagnosticsOptions | TokenCredentialDiagnosticsOptions;
|
|
342
361
|
readonly Retry: RetryOptions;
|
|
343
362
|
get RetryPolicy(): HttpPipelinePolicy | undefined;
|
|
344
|
-
set RetryPolicy(value: HttpPipelinePolicy);
|
|
363
|
+
set RetryPolicy(value: HttpPipelinePolicy | undefined);
|
|
345
364
|
Transport: HttpPipelineTransport;
|
|
346
365
|
AddPolicy(policy: HttpPipelinePolicy, position: HttpPipelinePosition): void;
|
|
347
366
|
Equals(obj: unknown): boolean;
|
|
@@ -350,8 +369,8 @@ export interface ClientOptions$instance {
|
|
|
350
369
|
}
|
|
351
370
|
|
|
352
371
|
|
|
353
|
-
export const ClientOptions: {
|
|
354
|
-
|
|
372
|
+
export const ClientOptions: (abstract new() => ClientOptions) & (abstract new(diagnostics: DiagnosticsOptions) => ClientOptions) & {
|
|
373
|
+
Default: ClientOptions;
|
|
355
374
|
};
|
|
356
375
|
|
|
357
376
|
|
|
@@ -359,12 +378,15 @@ export type ClientOptions = ClientOptions$instance;
|
|
|
359
378
|
|
|
360
379
|
export interface DelayStrategy$instance {
|
|
361
380
|
GetNextDelay(response: Response, retryNumber: int): TimeSpan;
|
|
381
|
+
GetNextDelayCore(response: Response, retryNumber: int): TimeSpan;
|
|
362
382
|
}
|
|
363
383
|
|
|
364
384
|
|
|
365
|
-
export const DelayStrategy: {
|
|
385
|
+
export const DelayStrategy: (abstract new(maxDelay: Nullable<TimeSpan>, jitterFactor: double) => DelayStrategy) & {
|
|
366
386
|
CreateExponentialDelayStrategy(initialDelay?: Nullable<TimeSpan>, maxDelay?: Nullable<TimeSpan>): DelayStrategy;
|
|
367
387
|
CreateFixedDelayStrategy(delay?: Nullable<TimeSpan>): DelayStrategy;
|
|
388
|
+
Max(val1: TimeSpan, val2: TimeSpan): TimeSpan;
|
|
389
|
+
Min(val1: TimeSpan, val2: TimeSpan): TimeSpan;
|
|
368
390
|
};
|
|
369
391
|
|
|
370
392
|
|
|
@@ -372,29 +394,30 @@ export type DelayStrategy = DelayStrategy$instance;
|
|
|
372
394
|
|
|
373
395
|
export interface DiagnosticsOptions$instance {
|
|
374
396
|
get ApplicationId(): string | undefined;
|
|
375
|
-
set ApplicationId(value: string);
|
|
397
|
+
set ApplicationId(value: string | undefined);
|
|
376
398
|
IsDistributedTracingEnabled: boolean;
|
|
377
399
|
IsLoggingContentEnabled: boolean;
|
|
378
400
|
IsLoggingEnabled: boolean;
|
|
379
401
|
IsTelemetryEnabled: boolean;
|
|
380
402
|
LoggedContentSizeLimit: int;
|
|
381
|
-
|
|
382
|
-
|
|
403
|
+
LoggedHeaderNames: IList<System_Internal.String>;
|
|
404
|
+
LoggedQueryParameters: IList<System_Internal.String>;
|
|
383
405
|
}
|
|
384
406
|
|
|
385
407
|
|
|
386
|
-
export const DiagnosticsOptions: {
|
|
387
|
-
new(): DiagnosticsOptions;
|
|
408
|
+
export const DiagnosticsOptions: (abstract new() => DiagnosticsOptions) & {
|
|
388
409
|
get DefaultApplicationId(): string | undefined;
|
|
389
|
-
set DefaultApplicationId(value: string);
|
|
410
|
+
set DefaultApplicationId(value: string | undefined);
|
|
390
411
|
};
|
|
391
412
|
|
|
392
413
|
|
|
393
414
|
export type DiagnosticsOptions = DiagnosticsOptions$instance;
|
|
394
415
|
|
|
395
416
|
export interface HttpMessage$instance {
|
|
417
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
418
|
+
|
|
396
419
|
BufferResponse: boolean;
|
|
397
|
-
|
|
420
|
+
CancellationToken: CancellationToken;
|
|
398
421
|
readonly HasResponse: boolean;
|
|
399
422
|
NetworkTimeout: Nullable<TimeSpan>;
|
|
400
423
|
readonly ProcessingContext: MessageProcessingContext;
|
|
@@ -418,22 +441,34 @@ export const HttpMessage: {
|
|
|
418
441
|
export type HttpMessage = HttpMessage$instance;
|
|
419
442
|
|
|
420
443
|
export interface Request$instance {
|
|
444
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
445
|
+
|
|
421
446
|
ClientRequestId: string;
|
|
422
|
-
Content: RequestContent;
|
|
447
|
+
get Content(): RequestContent | undefined;
|
|
448
|
+
set Content(value: RequestContent | undefined);
|
|
423
449
|
readonly Headers: RequestHeaders;
|
|
424
450
|
Method: RequestMethod;
|
|
425
451
|
Uri: RequestUriBuilder;
|
|
452
|
+
AddHeader(name: string, value: string): void;
|
|
453
|
+
ContainsHeader(name: string): boolean;
|
|
426
454
|
Dispose(): void;
|
|
455
|
+
EnumerateHeaders(): IEnumerable__System_Collections_Generic<HttpHeader>;
|
|
456
|
+
RemoveHeader(name: string): boolean;
|
|
457
|
+
SetHeader(name: string, value: string): void;
|
|
458
|
+
TryGetHeader(name: string, value: string): boolean;
|
|
459
|
+
TryGetHeaderValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
|
|
427
460
|
}
|
|
428
461
|
|
|
429
462
|
|
|
430
|
-
export const Request: {
|
|
463
|
+
export const Request: (abstract new() => Request) & {
|
|
431
464
|
};
|
|
432
465
|
|
|
433
466
|
|
|
434
467
|
export type Request = Request$instance;
|
|
435
468
|
|
|
436
469
|
export interface RequestContent$instance {
|
|
470
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
471
|
+
|
|
437
472
|
Dispose(): void;
|
|
438
473
|
TryComputeLength(length: long): boolean;
|
|
439
474
|
WriteTo(stream: Stream, cancellation: CancellationToken): void;
|
|
@@ -441,7 +476,7 @@ export interface RequestContent$instance {
|
|
|
441
476
|
}
|
|
442
477
|
|
|
443
478
|
|
|
444
|
-
export const RequestContent: {
|
|
479
|
+
export const RequestContent: (abstract new() => RequestContent) & {
|
|
445
480
|
Create(content: DynamicData): RequestContent;
|
|
446
481
|
Create(content: BinaryData): RequestContent;
|
|
447
482
|
Create(bytes: ReadOnlySequence<System_Internal.Byte>): RequestContent;
|
|
@@ -464,7 +499,7 @@ export interface RequestFailedDetailsParser$instance {
|
|
|
464
499
|
}
|
|
465
500
|
|
|
466
501
|
|
|
467
|
-
export const RequestFailedDetailsParser: {
|
|
502
|
+
export const RequestFailedDetailsParser: (abstract new() => RequestFailedDetailsParser) & {
|
|
468
503
|
};
|
|
469
504
|
|
|
470
505
|
|
|
@@ -472,12 +507,13 @@ export type RequestFailedDetailsParser = RequestFailedDetailsParser$instance;
|
|
|
472
507
|
|
|
473
508
|
export interface RequestUriBuilder$instance {
|
|
474
509
|
get Host(): string | undefined;
|
|
475
|
-
set Host(value: string);
|
|
510
|
+
set Host(value: string | undefined);
|
|
476
511
|
Path: string;
|
|
477
512
|
readonly PathAndQuery: string;
|
|
478
513
|
Port: int;
|
|
479
514
|
Query: string;
|
|
480
|
-
Scheme: string;
|
|
515
|
+
get Scheme(): string | undefined;
|
|
516
|
+
set Scheme(value: string | undefined);
|
|
481
517
|
AppendPath(value: string): void;
|
|
482
518
|
AppendPath(value: string, escape: boolean): void;
|
|
483
519
|
AppendPath(value: ReadOnlySpan<System_Internal.Char>, escape: boolean): void;
|
|
@@ -498,6 +534,9 @@ export const RequestUriBuilder: {
|
|
|
498
534
|
export type RequestUriBuilder = RequestUriBuilder$instance;
|
|
499
535
|
|
|
500
536
|
export interface ResourceIdentifier$instance {
|
|
537
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
538
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
539
|
+
|
|
501
540
|
readonly Location: Nullable<AzureLocation>;
|
|
502
541
|
readonly Name: string;
|
|
503
542
|
readonly Parent: ResourceIdentifier | undefined;
|
|
@@ -530,7 +569,7 @@ export interface ResponseClassificationHandler$instance {
|
|
|
530
569
|
}
|
|
531
570
|
|
|
532
571
|
|
|
533
|
-
export const ResponseClassificationHandler: {
|
|
572
|
+
export const ResponseClassificationHandler: (abstract new() => ResponseClassificationHandler) & {
|
|
534
573
|
};
|
|
535
574
|
|
|
536
575
|
|
|
@@ -561,7 +600,6 @@ export interface RetryOptions$instance {
|
|
|
561
600
|
|
|
562
601
|
|
|
563
602
|
export const RetryOptions: {
|
|
564
|
-
new(): RetryOptions;
|
|
565
603
|
};
|
|
566
604
|
|
|
567
605
|
|
|
@@ -605,7 +643,7 @@ export interface TokenCredential$instance extends AuthenticationTokenProvider {
|
|
|
605
643
|
}
|
|
606
644
|
|
|
607
645
|
|
|
608
|
-
export const TokenCredential: {
|
|
646
|
+
export const TokenCredential: (abstract new() => TokenCredential) & {
|
|
609
647
|
};
|
|
610
648
|
|
|
611
649
|
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"isVirtual": true,
|
|
32
32
|
"isOverride": false,
|
|
33
33
|
"isSealed": false,
|
|
34
|
+
"visibility": "Public",
|
|
34
35
|
"declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKey",
|
|
35
36
|
"declaringAssemblyName": "Azure.Core",
|
|
36
37
|
"isExtensionMethod": false
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
"isVirtual": true,
|
|
51
52
|
"isOverride": false,
|
|
52
53
|
"isSealed": false,
|
|
54
|
+
"visibility": "Public",
|
|
53
55
|
"declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKey",
|
|
54
56
|
"declaringAssemblyName": "Azure.Core",
|
|
55
57
|
"isExtensionMethod": false
|
|
@@ -71,6 +73,7 @@
|
|
|
71
73
|
"isAbstract": true,
|
|
72
74
|
"isVirtual": true,
|
|
73
75
|
"isOverride": false,
|
|
76
|
+
"visibility": "Public",
|
|
74
77
|
"declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKey",
|
|
75
78
|
"declaringAssemblyName": "Azure.Core"
|
|
76
79
|
}
|
|
@@ -106,6 +109,7 @@
|
|
|
106
109
|
"isVirtual": true,
|
|
107
110
|
"isOverride": false,
|
|
108
111
|
"isSealed": false,
|
|
112
|
+
"visibility": "Public",
|
|
109
113
|
"declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
|
|
110
114
|
"declaringAssemblyName": "Azure.Core",
|
|
111
115
|
"isExtensionMethod": false
|
|
@@ -125,6 +129,7 @@
|
|
|
125
129
|
"isVirtual": true,
|
|
126
130
|
"isOverride": false,
|
|
127
131
|
"isSealed": false,
|
|
132
|
+
"visibility": "Public",
|
|
128
133
|
"declaringClrType": "Azure.Core.Cryptography.IKeyEncryptionKeyResolver",
|
|
129
134
|
"declaringAssemblyName": "Azure.Core",
|
|
130
135
|
"isExtensionMethod": false
|
|
@@ -12,6 +12,8 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
|
12
12
|
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
13
13
|
|
|
14
14
|
export interface IKeyEncryptionKey$instance {
|
|
15
|
+
readonly __tsonic_iface_Azure_Core_Cryptography_IKeyEncryptionKey: never;
|
|
16
|
+
|
|
15
17
|
readonly KeyId: string;
|
|
16
18
|
WrapKey(algorithm: string, key: ReadOnlyMemory<System_Internal.Byte>, cancellationToken?: CancellationToken): byte[];
|
|
17
19
|
WrapKeyAsync(algorithm: string, key: ReadOnlyMemory<System_Internal.Byte>, cancellationToken?: CancellationToken): Task<byte[]>;
|
|
@@ -21,6 +23,8 @@ export interface IKeyEncryptionKey$instance {
|
|
|
21
23
|
export type IKeyEncryptionKey = IKeyEncryptionKey$instance;
|
|
22
24
|
|
|
23
25
|
export interface IKeyEncryptionKeyResolver$instance {
|
|
26
|
+
readonly __tsonic_iface_Azure_Core_Cryptography_IKeyEncryptionKeyResolver: never;
|
|
27
|
+
|
|
24
28
|
Resolve(keyId: string, cancellationToken?: CancellationToken): IKeyEncryptionKey;
|
|
25
29
|
ResolveAsync(keyId: string, cancellationToken?: CancellationToken): Task<IKeyEncryptionKey>;
|
|
26
30
|
}
|
|
@@ -15,7 +15,57 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener",
|
|
20
|
+
"clrName": "System.Diagnostics.Tracing.EventListener"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
25
|
+
"clrName": "System.IDisposable"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
18
28
|
"methods": [
|
|
29
|
+
{
|
|
30
|
+
"stableId": "Azure.Core:Azure.Core.Diagnostics.AzureEventSourceListener::OnEventSourceCreated(System.Diagnostics.Tracing.EventSource):System.Void",
|
|
31
|
+
"clrName": "OnEventSourceCreated",
|
|
32
|
+
"metadataToken": 100665121,
|
|
33
|
+
"canonicalSignature": "(System.Diagnostics.Tracing.EventSource):System.Void",
|
|
34
|
+
"normalizedSignature": "OnEventSourceCreated|(System.Diagnostics.Tracing.EventSource):System.Void|static=false",
|
|
35
|
+
"emitScope": "ClassSurface",
|
|
36
|
+
"provenance": "Original",
|
|
37
|
+
"arity": 0,
|
|
38
|
+
"parameterCount": 1,
|
|
39
|
+
"isStatic": false,
|
|
40
|
+
"isAbstract": false,
|
|
41
|
+
"isVirtual": true,
|
|
42
|
+
"isOverride": true,
|
|
43
|
+
"isSealed": true,
|
|
44
|
+
"visibility": "Protected",
|
|
45
|
+
"declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
|
|
46
|
+
"declaringAssemblyName": "Azure.Core",
|
|
47
|
+
"isExtensionMethod": false
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"stableId": "Azure.Core:Azure.Core.Diagnostics.AzureEventSourceListener::OnEventWritten(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void",
|
|
51
|
+
"clrName": "OnEventWritten",
|
|
52
|
+
"metadataToken": 100665122,
|
|
53
|
+
"canonicalSignature": "(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void",
|
|
54
|
+
"normalizedSignature": "OnEventWritten|(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void|static=false",
|
|
55
|
+
"emitScope": "ClassSurface",
|
|
56
|
+
"provenance": "Original",
|
|
57
|
+
"arity": 0,
|
|
58
|
+
"parameterCount": 1,
|
|
59
|
+
"isStatic": false,
|
|
60
|
+
"isAbstract": false,
|
|
61
|
+
"isVirtual": true,
|
|
62
|
+
"isOverride": true,
|
|
63
|
+
"isSealed": true,
|
|
64
|
+
"visibility": "Protected",
|
|
65
|
+
"declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
|
|
66
|
+
"declaringAssemblyName": "Azure.Core",
|
|
67
|
+
"isExtensionMethod": false
|
|
68
|
+
},
|
|
19
69
|
{
|
|
20
70
|
"stableId": "Azure.Core:Azure.Core.Diagnostics.AzureEventSourceListener::CreateConsoleLogger(System.Diagnostics.Tracing.EventLevel):Azure.Core.Diagnostics.AzureEventSourceListener",
|
|
21
71
|
"clrName": "CreateConsoleLogger",
|
|
@@ -31,6 +81,7 @@
|
|
|
31
81
|
"isVirtual": false,
|
|
32
82
|
"isOverride": false,
|
|
33
83
|
"isSealed": false,
|
|
84
|
+
"visibility": "Public",
|
|
34
85
|
"declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
|
|
35
86
|
"declaringAssemblyName": "Azure.Core",
|
|
36
87
|
"isExtensionMethod": false
|
|
@@ -50,6 +101,7 @@
|
|
|
50
101
|
"isVirtual": false,
|
|
51
102
|
"isOverride": false,
|
|
52
103
|
"isSealed": false,
|
|
104
|
+
"visibility": "Public",
|
|
53
105
|
"declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
|
|
54
106
|
"declaringAssemblyName": "Azure.Core",
|
|
55
107
|
"isExtensionMethod": false
|
|
@@ -65,6 +117,7 @@
|
|
|
65
117
|
"isStatic": true,
|
|
66
118
|
"isReadOnly": false,
|
|
67
119
|
"isLiteral": true,
|
|
120
|
+
"visibility": "Public",
|
|
68
121
|
"declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
|
|
69
122
|
"declaringAssemblyName": "Azure.Core"
|
|
70
123
|
},
|
|
@@ -76,6 +129,7 @@
|
|
|
76
129
|
"isStatic": true,
|
|
77
130
|
"isReadOnly": false,
|
|
78
131
|
"isLiteral": true,
|
|
132
|
+
"visibility": "Public",
|
|
79
133
|
"declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
|
|
80
134
|
"declaringAssemblyName": "Azure.Core"
|
|
81
135
|
}
|
|
@@ -89,6 +143,7 @@
|
|
|
89
143
|
"normalizedSignature": "constructor|(System.Action_1[[System.Diagnostics.Tracing.EventWrittenEventArgs,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Diagnostics.Tracing.EventLevel):void|static=false",
|
|
90
144
|
"isStatic": false,
|
|
91
145
|
"parameterCount": 2,
|
|
146
|
+
"visibility": "Public",
|
|
92
147
|
"declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
|
|
93
148
|
"declaringAssemblyName": "Azure.Core"
|
|
94
149
|
},
|
|
@@ -99,6 +154,7 @@
|
|
|
99
154
|
"normalizedSignature": "constructor|(System.Action_2[[System.Diagnostics.Tracing.EventWrittenEventArgs,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Diagnostics.Tracing.EventLevel):void|static=false",
|
|
100
155
|
"isStatic": false,
|
|
101
156
|
"parameterCount": 2,
|
|
157
|
+
"visibility": "Public",
|
|
102
158
|
"declaringClrType": "Azure.Core.Diagnostics.AzureEventSourceListener",
|
|
103
159
|
"declaringAssemblyName": "Azure.Core"
|
|
104
160
|
}
|
|
@@ -7,11 +7,15 @@ 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_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
10
|
-
import type { EventLevel, EventListener, EventWrittenEventArgs } from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
10
|
+
import type { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
11
11
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
12
|
-
import type { Action, IDisposable, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
12
|
+
import type { Action, IDisposable, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
13
13
|
|
|
14
14
|
export interface AzureEventSourceListener$instance extends EventListener {
|
|
15
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
16
|
+
|
|
17
|
+
OnEventSourceCreated(eventSource: EventSource): void;
|
|
18
|
+
OnEventWritten(eventData: EventWrittenEventArgs): void;
|
|
15
19
|
}
|
|
16
20
|
|
|
17
21
|
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
import * as Internal from './Azure.Core.Diagnostics/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { EventLevel, EventListener, EventWrittenEventArgs } from '@tsonic/dotnet/System.Diagnostics.Tracing.js';
|
|
10
|
-
import type { Action, IDisposable, String as ClrString } from '@tsonic/dotnet/System.js';
|
|
9
|
+
import type { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from '@tsonic/dotnet/System.Diagnostics.Tracing.js';
|
|
10
|
+
import type { Action, IDisposable, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
11
11
|
|
|
12
12
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
13
|
export { AzureEventSourceListener as AzureEventSourceListener } from './Azure.Core.Diagnostics/internal/index.js';
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 2,
|
|
18
|
+
"typeParameters": [
|
|
19
|
+
"TClient",
|
|
20
|
+
"TOptions"
|
|
21
|
+
],
|
|
18
22
|
"methods": [],
|
|
19
23
|
"properties": [],
|
|
20
24
|
"fields": [],
|
|
@@ -48,6 +52,7 @@
|
|
|
48
52
|
"isVirtual": true,
|
|
49
53
|
"isOverride": false,
|
|
50
54
|
"isSealed": false,
|
|
55
|
+
"visibility": "Public",
|
|
51
56
|
"declaringClrType": "Azure.Core.Extensions.IAzureClientFactoryBuilder",
|
|
52
57
|
"declaringAssemblyName": "Azure.Core",
|
|
53
58
|
"isExtensionMethod": false
|
|
@@ -69,6 +74,15 @@
|
|
|
69
74
|
"isSealed": false,
|
|
70
75
|
"isStatic": false,
|
|
71
76
|
"arity": 1,
|
|
77
|
+
"interfaces": [
|
|
78
|
+
{
|
|
79
|
+
"stableId": "Azure.Core:Azure.Core.Extensions.IAzureClientFactoryBuilder",
|
|
80
|
+
"clrName": "Azure.Core.Extensions.IAzureClientFactoryBuilder"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"typeParameters": [
|
|
84
|
+
"TConfiguration"
|
|
85
|
+
],
|
|
72
86
|
"methods": [
|
|
73
87
|
{
|
|
74
88
|
"stableId": "Azure.Core:Azure.Core.Extensions.IAzureClientFactoryBuilderWithConfiguration\u00601::RegisterClientFactory(TConfiguration):IAzureClientBuilder_2",
|
|
@@ -85,6 +99,7 @@
|
|
|
85
99
|
"isVirtual": true,
|
|
86
100
|
"isOverride": false,
|
|
87
101
|
"isSealed": false,
|
|
102
|
+
"visibility": "Public",
|
|
88
103
|
"declaringClrType": "Azure.Core.Extensions.IAzureClientFactoryBuilderWithConfiguration\u00601",
|
|
89
104
|
"declaringAssemblyName": "Azure.Core",
|
|
90
105
|
"isExtensionMethod": false
|
|
@@ -104,6 +119,7 @@
|
|
|
104
119
|
"isVirtual": true,
|
|
105
120
|
"isOverride": false,
|
|
106
121
|
"isSealed": false,
|
|
122
|
+
"visibility": "Public",
|
|
107
123
|
"declaringClrType": "Azure.Core.Extensions.IAzureClientFactoryBuilder",
|
|
108
124
|
"declaringAssemblyName": "Azure.Core",
|
|
109
125
|
"isExtensionMethod": false
|
|
@@ -141,6 +157,7 @@
|
|
|
141
157
|
"isVirtual": true,
|
|
142
158
|
"isOverride": false,
|
|
143
159
|
"isSealed": false,
|
|
160
|
+
"visibility": "Public",
|
|
144
161
|
"declaringClrType": "Azure.Core.Extensions.IAzureClientFactoryBuilderWithCredential",
|
|
145
162
|
"declaringAssemblyName": "Azure.Core",
|
|
146
163
|
"isExtensionMethod": false
|
|
@@ -11,12 +11,16 @@ import type { TokenCredential } from "../../Azure.Core/internal/index.js";
|
|
|
11
11
|
import type { Boolean as ClrBoolean, Func } from "@tsonic/dotnet/System.js";
|
|
12
12
|
|
|
13
13
|
export interface IAzureClientBuilder_2$instance<TClient, TOptions> {
|
|
14
|
+
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientBuilder_2: never;
|
|
15
|
+
|
|
14
16
|
}
|
|
15
17
|
|
|
16
18
|
|
|
17
19
|
export type IAzureClientBuilder_2<TClient, TOptions> = IAzureClientBuilder_2$instance<TClient, TOptions>;
|
|
18
20
|
|
|
19
21
|
export interface IAzureClientFactoryBuilder$instance {
|
|
22
|
+
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilder: never;
|
|
23
|
+
|
|
20
24
|
RegisterClientFactory<TClient, TOptions>(clientFactory: Func<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
|
|
21
25
|
}
|
|
22
26
|
|
|
@@ -24,6 +28,8 @@ export interface IAzureClientFactoryBuilder$instance {
|
|
|
24
28
|
export type IAzureClientFactoryBuilder = IAzureClientFactoryBuilder$instance;
|
|
25
29
|
|
|
26
30
|
export interface IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfiguration> extends IAzureClientFactoryBuilder {
|
|
31
|
+
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilderWithConfiguration_1: never;
|
|
32
|
+
|
|
27
33
|
RegisterClientFactory<TClient, TOptions>(clientFactory: Func<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
|
|
28
34
|
RegisterClientFactory<TClient, TOptions>(configuration: TConfiguration): IAzureClientBuilder_2<TClient, TOptions>;
|
|
29
35
|
}
|
|
@@ -34,6 +40,8 @@ export interface IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfigu
|
|
|
34
40
|
export type IAzureClientFactoryBuilderWithConfiguration_1<TConfiguration> = IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfiguration>;
|
|
35
41
|
|
|
36
42
|
export interface IAzureClientFactoryBuilderWithCredential$instance {
|
|
43
|
+
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilderWithCredential: never;
|
|
44
|
+
|
|
37
45
|
RegisterClientFactory<TClient, TOptions>(clientFactory: Func<TOptions, TokenCredential, TClient>, requiresCredential?: boolean): IAzureClientBuilder_2<TClient, TOptions>;
|
|
38
46
|
}
|
|
39
47
|
|