@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
@@ -17,20 +17,20 @@ import type { AuthenticationToken, GetTokenOptions, IJsonModel_1, IPersistableMo
17
17
  import * as System_ClientModel_Internal from "../../System.ClientModel/internal/index.js";
18
18
  import type { AuthenticationTokenProvider } from "../../System.ClientModel/internal/index.js";
19
19
  import type { BinaryData } from "../../System/internal/index.js";
20
- import type { ReadOnlySequence } from "@tsonic/dotnet/System.Buffers.js";
21
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
22
- import type { IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IList, IReadOnlyDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
23
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
24
- import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
25
- import type { Stream } from "@tsonic/dotnet/System.IO.js";
26
- import * as System_Lib 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
- import type { Assembly } from "@tsonic/dotnet/System.Reflection.js";
29
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
30
- import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
31
- import type { Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json.js";
32
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
33
- import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
20
+ import type { ReadOnlySequence_1 } from "@tsonic/dotnet/System.Buffers/internal/index.js";
21
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
22
+ import type { IDictionary_2, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
23
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
24
+ import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
25
+ import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
26
+ import type { Assembly } from "@tsonic/dotnet/System.Reflection/internal/index.js";
27
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
28
+ import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
29
+ import type { Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
30
+ import type { Task, Task_1, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
31
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
32
+ import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
33
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Double, Enum, Exception, Func_3, IAsyncResult, ICloneable, IComparable, IComparable_1, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, UInt16, Uri, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
34
34
 
35
35
  export enum HttpPipelinePosition {
36
36
  PerCall = 0,
@@ -49,8 +49,10 @@ export type SyncAsyncEventHandler_1<T extends SyncAsyncEventArgs> = (e: T) => Ta
49
49
 
50
50
 
51
51
  export interface AccessToken$instance {
52
+ readonly __tsonic_type_Azure_Core_AccessToken: never;
53
+
52
54
  readonly ExpiresOn: DateTimeOffset;
53
- readonly RefreshOn: Nullable<DateTimeOffset>;
55
+ readonly RefreshOn: Nullable_1<DateTimeOffset>;
54
56
  readonly Token: string;
55
57
  readonly TokenType: string;
56
58
  Equals(obj: unknown): boolean;
@@ -60,14 +62,16 @@ export interface AccessToken$instance {
60
62
 
61
63
  export const AccessToken: {
62
64
  new(accessToken: string, expiresOn: DateTimeOffset): AccessToken;
63
- new(accessToken: string, expiresOn: DateTimeOffset, refreshOn: Nullable<DateTimeOffset>): AccessToken;
64
- new(accessToken: string, expiresOn: DateTimeOffset, refreshOn: Nullable<DateTimeOffset>, tokenType: string): AccessToken;
65
+ new(accessToken: string, expiresOn: DateTimeOffset, refreshOn: Nullable_1<DateTimeOffset>): AccessToken;
66
+ new(accessToken: string, expiresOn: DateTimeOffset, refreshOn: Nullable_1<DateTimeOffset>, tokenType: string): AccessToken;
65
67
  };
66
68
 
67
69
 
68
70
  export type AccessToken = AccessToken$instance;
69
71
 
70
72
  export interface AzureLocation$instance {
73
+ readonly __tsonic_type_Azure_Core_AzureLocation: never;
74
+
71
75
  readonly __tsonic_iface_System_IEquatable_1: never;
72
76
 
73
77
  readonly DisplayName: string | undefined;
@@ -152,6 +156,8 @@ export const AzureLocation: {
152
156
  export type AzureLocation = AzureLocation$instance;
153
157
 
154
158
  export interface ContentType$instance {
159
+ readonly __tsonic_type_Azure_Core_ContentType: never;
160
+
155
161
  readonly __tsonic_iface_System_IEquatable_1: never;
156
162
 
157
163
  Equals(other: ContentType): boolean;
@@ -173,6 +179,8 @@ export const ContentType: {
173
179
  export type ContentType = ContentType$instance;
174
180
 
175
181
  export interface HttpHeader$instance {
182
+ readonly __tsonic_type_Azure_Core_HttpHeader: never;
183
+
176
184
  readonly __tsonic_iface_System_IEquatable_1: never;
177
185
 
178
186
  readonly Name: string;
@@ -192,6 +200,8 @@ export const HttpHeader: {
192
200
  export type HttpHeader = HttpHeader$instance;
193
201
 
194
202
  export interface MessageProcessingContext$instance {
203
+ readonly __tsonic_type_Azure_Core_MessageProcessingContext: never;
204
+
195
205
  RetryNumber: int;
196
206
  StartTime: DateTimeOffset;
197
207
  }
@@ -205,6 +215,8 @@ export const MessageProcessingContext: {
205
215
  export type MessageProcessingContext = MessageProcessingContext$instance;
206
216
 
207
217
  export interface RehydrationToken$instance {
218
+ readonly __tsonic_type_Azure_Core_RehydrationToken: never;
219
+
208
220
  readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
209
221
  readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
210
222
 
@@ -222,23 +234,23 @@ export interface __RehydrationToken$views {
222
234
  As_IPersistableModel_1(): System_ClientModel_Primitives_Internal.IPersistableModel_1$instance<RehydrationToken>;
223
235
  }
224
236
 
225
- export interface RehydrationToken$instance extends System_ClientModel_Primitives_Internal.IJsonModel_1$instance<RehydrationToken> {}
226
-
227
237
  export type RehydrationToken = RehydrationToken$instance & __RehydrationToken$views;
228
238
 
229
239
 
230
240
  export interface RequestHeaders$instance {
241
+ readonly __tsonic_type_Azure_Core_RequestHeaders: never;
242
+
231
243
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
232
244
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
233
245
 
234
246
  Add(header: HttpHeader): void;
235
247
  Add(name: string, value: string): void;
236
248
  Contains(name: string): boolean;
237
- GetEnumerator(): IEnumerator<HttpHeader>;
249
+ GetEnumerator(): IEnumerator_1<HttpHeader>;
238
250
  Remove(name: string): boolean;
239
251
  SetValue(name: string, value: string): void;
240
252
  TryGetValue(name: string, value: string): boolean;
241
- TryGetValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
253
+ TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
242
254
  }
243
255
 
244
256
 
@@ -250,6 +262,8 @@ export const RequestHeaders: {
250
262
  export type RequestHeaders = RequestHeaders$instance;
251
263
 
252
264
  export interface RequestMethod$instance {
265
+ readonly __tsonic_type_Azure_Core_RequestMethod: never;
266
+
253
267
  readonly __tsonic_iface_System_IEquatable_1: never;
254
268
 
255
269
  readonly Method: string;
@@ -277,6 +291,8 @@ export const RequestMethod: {
277
291
  export type RequestMethod = RequestMethod$instance;
278
292
 
279
293
  export interface ResourceType$instance {
294
+ readonly __tsonic_type_Azure_Core_ResourceType: never;
295
+
280
296
  readonly __tsonic_iface_System_IEquatable_1: never;
281
297
 
282
298
  readonly Namespace: string;
@@ -297,19 +313,21 @@ export const ResourceType: {
297
313
  export type ResourceType = ResourceType$instance;
298
314
 
299
315
  export interface ResponseHeaders$instance {
316
+ readonly __tsonic_type_Azure_Core_ResponseHeaders: never;
317
+
300
318
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
301
319
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
302
320
 
303
- readonly ContentLength: Nullable<System_Internal.Int32>;
304
- readonly ContentLengthLong: Nullable<System_Internal.Int64>;
321
+ readonly ContentLength: Nullable_1<System_Internal.Int32>;
322
+ readonly ContentLengthLong: Nullable_1<System_Internal.Int64>;
305
323
  readonly ContentType: string | undefined;
306
- readonly Date: Nullable<DateTimeOffset>;
307
- readonly ETag: Nullable<ETag>;
324
+ readonly Date: Nullable_1<DateTimeOffset>;
325
+ readonly ETag: Nullable_1<ETag>;
308
326
  readonly RequestId: string | undefined;
309
327
  Contains(name: string): boolean;
310
- GetEnumerator(): IEnumerator<HttpHeader>;
328
+ GetEnumerator(): IEnumerator_1<HttpHeader>;
311
329
  TryGetValue(name: string, value: string): boolean;
312
- TryGetValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
330
+ TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
313
331
  }
314
332
 
315
333
 
@@ -321,6 +339,8 @@ export const ResponseHeaders: {
321
339
  export type ResponseHeaders = ResponseHeaders$instance;
322
340
 
323
341
  export interface TokenRequestContext$instance {
342
+ readonly __tsonic_type_Azure_Core_TokenRequestContext: never;
343
+
324
344
  readonly Claims: string | undefined;
325
345
  readonly IsCaeEnabled: boolean;
326
346
  readonly IsProofOfPossessionEnabled: boolean;
@@ -345,6 +365,8 @@ export const TokenRequestContext: {
345
365
  export type TokenRequestContext = TokenRequestContext$instance;
346
366
 
347
367
  export interface AzureCoreContext$instance extends ModelReaderWriterContext {
368
+ readonly __tsonic_type_Azure_Core_AzureCoreContext: never;
369
+
348
370
  TryGetTypeBuilderCore(type: Type, builder: ModelReaderWriterTypeBuilder): boolean;
349
371
  }
350
372
 
@@ -357,6 +379,8 @@ export const AzureCoreContext: {
357
379
  export type AzureCoreContext = AzureCoreContext$instance;
358
380
 
359
381
  export interface ClientOptions$instance {
382
+ readonly __tsonic_type_Azure_Core_ClientOptions: never;
383
+
360
384
  readonly Diagnostics: DiagnosticsOptions | TokenCredentialDiagnosticsOptions;
361
385
  readonly Retry: RetryOptions;
362
386
  get RetryPolicy(): HttpPipelinePolicy | undefined;
@@ -377,14 +401,16 @@ export const ClientOptions: (abstract new() => ClientOptions) & (abstract new(di
377
401
  export type ClientOptions = ClientOptions$instance;
378
402
 
379
403
  export interface DelayStrategy$instance {
404
+ readonly __tsonic_type_Azure_Core_DelayStrategy: never;
405
+
380
406
  GetNextDelay(response: Response, retryNumber: int): TimeSpan;
381
407
  GetNextDelayCore(response: Response, retryNumber: int): TimeSpan;
382
408
  }
383
409
 
384
410
 
385
- export const DelayStrategy: (abstract new(maxDelay: Nullable<TimeSpan>, jitterFactor: double) => DelayStrategy) & {
386
- CreateExponentialDelayStrategy(initialDelay?: Nullable<TimeSpan>, maxDelay?: Nullable<TimeSpan>): DelayStrategy;
387
- CreateFixedDelayStrategy(delay?: Nullable<TimeSpan>): DelayStrategy;
411
+ export const DelayStrategy: (abstract new(maxDelay: Nullable_1<TimeSpan>, jitterFactor: double) => DelayStrategy) & {
412
+ CreateExponentialDelayStrategy(initialDelay?: Nullable_1<TimeSpan>, maxDelay?: Nullable_1<TimeSpan>): DelayStrategy;
413
+ CreateFixedDelayStrategy(delay?: Nullable_1<TimeSpan>): DelayStrategy;
388
414
  Max(val1: TimeSpan, val2: TimeSpan): TimeSpan;
389
415
  Min(val1: TimeSpan, val2: TimeSpan): TimeSpan;
390
416
  };
@@ -393,6 +419,8 @@ export const DelayStrategy: (abstract new(maxDelay: Nullable<TimeSpan>, jitterFa
393
419
  export type DelayStrategy = DelayStrategy$instance;
394
420
 
395
421
  export interface DiagnosticsOptions$instance {
422
+ readonly __tsonic_type_Azure_Core_DiagnosticsOptions: never;
423
+
396
424
  get ApplicationId(): string | undefined;
397
425
  set ApplicationId(value: string | undefined);
398
426
  IsDistributedTracingEnabled: boolean;
@@ -400,8 +428,8 @@ export interface DiagnosticsOptions$instance {
400
428
  IsLoggingEnabled: boolean;
401
429
  IsTelemetryEnabled: boolean;
402
430
  LoggedContentSizeLimit: int;
403
- LoggedHeaderNames: IList<System_Internal.String>;
404
- LoggedQueryParameters: IList<System_Internal.String>;
431
+ LoggedHeaderNames: IList_1<System_Internal.String>;
432
+ LoggedQueryParameters: IList_1<System_Internal.String>;
405
433
  }
406
434
 
407
435
 
@@ -414,12 +442,14 @@ export const DiagnosticsOptions: (abstract new() => DiagnosticsOptions) & {
414
442
  export type DiagnosticsOptions = DiagnosticsOptions$instance;
415
443
 
416
444
  export interface HttpMessage$instance {
445
+ readonly __tsonic_type_Azure_Core_HttpMessage: never;
446
+
417
447
  readonly __tsonic_iface_System_IDisposable: never;
418
448
 
419
449
  BufferResponse: boolean;
420
450
  CancellationToken: CancellationToken;
421
451
  readonly HasResponse: boolean;
422
- NetworkTimeout: Nullable<TimeSpan>;
452
+ NetworkTimeout: Nullable_1<TimeSpan>;
423
453
  readonly ProcessingContext: MessageProcessingContext;
424
454
  readonly Request: Request;
425
455
  Response: Response;
@@ -441,6 +471,8 @@ export const HttpMessage: {
441
471
  export type HttpMessage = HttpMessage$instance;
442
472
 
443
473
  export interface Request$instance {
474
+ readonly __tsonic_type_Azure_Core_Request: never;
475
+
444
476
  readonly __tsonic_iface_System_IDisposable: never;
445
477
 
446
478
  ClientRequestId: string;
@@ -452,11 +484,11 @@ export interface Request$instance {
452
484
  AddHeader(name: string, value: string): void;
453
485
  ContainsHeader(name: string): boolean;
454
486
  Dispose(): void;
455
- EnumerateHeaders(): IEnumerable__System_Collections_Generic<HttpHeader>;
487
+ EnumerateHeaders(): IEnumerable_1<HttpHeader>;
456
488
  RemoveHeader(name: string): boolean;
457
489
  SetHeader(name: string, value: string): void;
458
490
  TryGetHeader(name: string, value: string): boolean;
459
- TryGetHeaderValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
491
+ TryGetHeaderValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
460
492
  }
461
493
 
462
494
 
@@ -467,6 +499,8 @@ export const Request: (abstract new() => Request) & {
467
499
  export type Request = Request$instance;
468
500
 
469
501
  export interface RequestContent$instance {
502
+ readonly __tsonic_type_Azure_Core_RequestContent: never;
503
+
470
504
  readonly __tsonic_iface_System_IDisposable: never;
471
505
 
472
506
  Dispose(): void;
@@ -479,14 +513,14 @@ export interface RequestContent$instance {
479
513
  export const RequestContent: (abstract new() => RequestContent) & {
480
514
  Create(content: DynamicData): RequestContent;
481
515
  Create(content: BinaryData): RequestContent;
482
- Create(bytes: ReadOnlySequence<System_Internal.Byte>): RequestContent;
516
+ Create(bytes: ReadOnlySequence_1<System_Internal.Byte>): RequestContent;
483
517
  Create(bytes: byte[], index: int, length: int): RequestContent;
484
518
  Create(bytes: byte[]): RequestContent;
485
519
  Create(stream: Stream): RequestContent;
486
520
  Create(serializable: unknown, propertyNameFormat: JsonPropertyNames, dateTimeFormat?: string): RequestContent;
487
521
  Create(serializable: unknown, serializer: ObjectSerializer): RequestContent;
488
522
  Create(serializable: unknown): RequestContent;
489
- Create(bytes: ReadOnlyMemory<System_Internal.Byte>): RequestContent;
523
+ Create(bytes: ReadOnlyMemory_1<System_Internal.Byte>): RequestContent;
490
524
  Create(content: string): RequestContent;
491
525
  Create<T extends IPersistableModel_1<T>>(model: T, options?: ModelReaderWriterOptions): RequestContent;
492
526
  };
@@ -495,7 +529,9 @@ export const RequestContent: (abstract new() => RequestContent) & {
495
529
  export type RequestContent = RequestContent$instance;
496
530
 
497
531
  export interface RequestFailedDetailsParser$instance {
498
- TryParse(response: Response, error: ResponseError, data: IDictionary<System_Internal.String, System_Internal.String>): boolean;
532
+ readonly __tsonic_type_Azure_Core_RequestFailedDetailsParser: never;
533
+
534
+ TryParse(response: Response, error: ResponseError, data: IDictionary_2<System_Internal.String, System_Internal.String>): boolean;
499
535
  }
500
536
 
501
537
 
@@ -506,6 +542,8 @@ export const RequestFailedDetailsParser: (abstract new() => RequestFailedDetails
506
542
  export type RequestFailedDetailsParser = RequestFailedDetailsParser$instance;
507
543
 
508
544
  export interface RequestUriBuilder$instance {
545
+ readonly __tsonic_type_Azure_Core_RequestUriBuilder: never;
546
+
509
547
  get Host(): string | undefined;
510
548
  set Host(value: string | undefined);
511
549
  Path: string;
@@ -516,10 +554,10 @@ export interface RequestUriBuilder$instance {
516
554
  set Scheme(value: string | undefined);
517
555
  AppendPath(value: string): void;
518
556
  AppendPath(value: string, escape: boolean): void;
519
- AppendPath(value: ReadOnlySpan<System_Internal.Char>, escape: boolean): void;
557
+ AppendPath(value: ReadOnlySpan_1<System_Internal.Char>, escape: boolean): void;
520
558
  AppendQuery(name: string, value: string): void;
521
559
  AppendQuery(name: string, value: string, escapeValue: boolean): void;
522
- AppendQuery(name: ReadOnlySpan<System_Internal.Char>, value: ReadOnlySpan<System_Internal.Char>, escapeValue: boolean): void;
560
+ AppendQuery(name: ReadOnlySpan_1<System_Internal.Char>, value: ReadOnlySpan_1<System_Internal.Char>, escapeValue: boolean): void;
523
561
  Reset(value: Uri): void;
524
562
  ToString(): string;
525
563
  ToUri(): Uri;
@@ -534,10 +572,12 @@ export const RequestUriBuilder: {
534
572
  export type RequestUriBuilder = RequestUriBuilder$instance;
535
573
 
536
574
  export interface ResourceIdentifier$instance {
575
+ readonly __tsonic_type_Azure_Core_ResourceIdentifier: never;
576
+
537
577
  readonly __tsonic_iface_System_IComparable_1: never;
538
578
  readonly __tsonic_iface_System_IEquatable_1: never;
539
579
 
540
- readonly Location: Nullable<AzureLocation>;
580
+ readonly Location: Nullable_1<AzureLocation>;
541
581
  readonly Name: string;
542
582
  readonly Parent: ResourceIdentifier | undefined;
543
583
  readonly Provider: string | undefined;
@@ -565,6 +605,8 @@ export const ResourceIdentifier: {
565
605
  export type ResourceIdentifier = ResourceIdentifier$instance;
566
606
 
567
607
  export interface ResponseClassificationHandler$instance {
608
+ readonly __tsonic_type_Azure_Core_ResponseClassificationHandler: never;
609
+
568
610
  TryClassify(message: HttpMessage, isError: boolean): boolean;
569
611
  }
570
612
 
@@ -576,6 +618,8 @@ export const ResponseClassificationHandler: (abstract new() => ResponseClassific
576
618
  export type ResponseClassificationHandler = ResponseClassificationHandler$instance;
577
619
 
578
620
  export interface ResponseClassifier$instance {
621
+ readonly __tsonic_type_Azure_Core_ResponseClassifier: never;
622
+
579
623
  IsErrorResponse(message: HttpMessage): boolean;
580
624
  IsRetriable(message: HttpMessage, exception: Exception): boolean;
581
625
  IsRetriableException(exception: Exception): boolean;
@@ -591,6 +635,8 @@ export const ResponseClassifier: {
591
635
  export type ResponseClassifier = ResponseClassifier$instance;
592
636
 
593
637
  export interface RetryOptions$instance {
638
+ readonly __tsonic_type_Azure_Core_RetryOptions: never;
639
+
594
640
  Delay: TimeSpan;
595
641
  MaxDelay: TimeSpan;
596
642
  MaxRetries: int;
@@ -606,18 +652,22 @@ export const RetryOptions: {
606
652
  export type RetryOptions = RetryOptions$instance;
607
653
 
608
654
  export interface StatusCodeClassifier$instance extends ResponseClassifier {
655
+ readonly __tsonic_type_Azure_Core_StatusCodeClassifier: never;
656
+
609
657
  IsErrorResponse(message: HttpMessage): boolean;
610
658
  }
611
659
 
612
660
 
613
661
  export const StatusCodeClassifier: {
614
- new(successStatusCodes: ReadOnlySpan<System_Internal.UInt16>): StatusCodeClassifier;
662
+ new(successStatusCodes: ReadOnlySpan_1<System_Internal.UInt16>): StatusCodeClassifier;
615
663
  };
616
664
 
617
665
 
618
666
  export type StatusCodeClassifier = StatusCodeClassifier$instance;
619
667
 
620
668
  export interface TelemetryDetails$instance {
669
+ readonly __tsonic_type_Azure_Core_TelemetryDetails: never;
670
+
621
671
  readonly ApplicationId: string | undefined;
622
672
  readonly Assembly: Assembly;
623
673
  Apply(message: HttpMessage): void;
@@ -633,13 +683,15 @@ export const TelemetryDetails: {
633
683
  export type TelemetryDetails = TelemetryDetails$instance;
634
684
 
635
685
  export interface TokenCredential$instance extends AuthenticationTokenProvider {
636
- CreateTokenOptions(properties: IReadOnlyDictionary<System_Internal.String, unknown>): GetTokenOptions | undefined;
637
- CreateTokenOptions(properties: IReadOnlyDictionary<System_Internal.String, unknown>): GetTokenOptions | undefined;
686
+ readonly __tsonic_type_Azure_Core_TokenCredential: never;
687
+
688
+ CreateTokenOptions(properties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GetTokenOptions | undefined;
689
+ CreateTokenOptions(properties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GetTokenOptions | undefined;
638
690
  GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
639
691
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
640
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
641
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
642
- GetTokenAsync(options: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
692
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask_1<AccessToken>;
693
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
694
+ GetTokenAsync(options: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
643
695
  }
644
696
 
645
697
 
@@ -650,8 +702,8 @@ export const TokenCredential: (abstract new() => TokenCredential) & {
650
702
  export type TokenCredential = TokenCredential$instance;
651
703
 
652
704
  export abstract class DelegatedTokenCredential$instance {
653
- static Create(getToken: Func<TokenRequestContext, CancellationToken, AccessToken>, getTokenAsync: Func<TokenRequestContext, CancellationToken, ValueTask<AccessToken>>): TokenCredential;
654
- static Create(getToken: Func<TokenRequestContext, CancellationToken, AccessToken>): TokenCredential;
705
+ static Create(getToken: Func_3<TokenRequestContext, CancellationToken, AccessToken>, getTokenAsync: Func_3<TokenRequestContext, CancellationToken, ValueTask_1<AccessToken>>): TokenCredential;
706
+ static Create(getToken: Func_3<TokenRequestContext, CancellationToken, AccessToken>): TokenCredential;
655
707
  }
656
708
 
657
709
 
@@ -695,7 +747,7 @@ export type HttpHeader_Names = HttpHeader_Names$instance;
695
747
 
696
748
  export abstract class MultipartResponse$instance {
697
749
  static Parse(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Response[];
698
- static ParseAsync(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Task<Response[]>;
750
+ static ParseAsync(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Task_1<Response[]>;
699
751
  }
700
752
 
701
753
 
@@ -7,16 +7,16 @@ 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, ReadOnlyMemory, String as ClrString } from "@tsonic/dotnet/System.js";
11
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
12
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
10
+ import type { Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
11
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
12
+ import type { Byte, ReadOnlyMemory_1, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
13
13
 
14
14
  export interface IKeyEncryptionKey$instance {
15
15
  readonly __tsonic_iface_Azure_Core_Cryptography_IKeyEncryptionKey: never;
16
16
 
17
17
  readonly KeyId: string;
18
- WrapKey(algorithm: string, key: ReadOnlyMemory<System_Internal.Byte>, cancellationToken?: CancellationToken): byte[];
19
- WrapKeyAsync(algorithm: string, key: ReadOnlyMemory<System_Internal.Byte>, cancellationToken?: CancellationToken): Task<byte[]>;
18
+ WrapKey(algorithm: string, key: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): byte[];
19
+ WrapKeyAsync(algorithm: string, key: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): Task_1<byte[]>;
20
20
  }
21
21
 
22
22
 
@@ -26,7 +26,7 @@ export interface IKeyEncryptionKeyResolver$instance {
26
26
  readonly __tsonic_iface_Azure_Core_Cryptography_IKeyEncryptionKeyResolver: never;
27
27
 
28
28
  Resolve(keyId: string, cancellationToken?: CancellationToken): IKeyEncryptionKey;
29
- ResolveAsync(keyId: string, cancellationToken?: CancellationToken): Task<IKeyEncryptionKey>;
29
+ ResolveAsync(keyId: string, cancellationToken?: CancellationToken): Task_1<IKeyEncryptionKey>;
30
30
  }
31
31
 
32
32
 
@@ -6,12 +6,14 @@
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_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
10
- import type { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Action, IDisposable, String as ClrString, Void } from "@tsonic/dotnet/System.js";
9
+ import * as System_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing/internal/index.js";
10
+ import type { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from "@tsonic/dotnet/System.Diagnostics.Tracing/internal/index.js";
11
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
12
+ import type { Action_1, Action_2, IDisposable, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
13
13
 
14
14
  export interface AzureEventSourceListener$instance extends EventListener {
15
+ readonly __tsonic_type_Azure_Core_Diagnostics_AzureEventSourceListener: never;
16
+
15
17
  readonly __tsonic_iface_System_IDisposable: never;
16
18
 
17
19
  OnEventSourceCreated(eventSource: EventSource): void;
@@ -20,8 +22,8 @@ export interface AzureEventSourceListener$instance extends EventListener {
20
22
 
21
23
 
22
24
  export const AzureEventSourceListener: {
23
- new(log: Action<EventWrittenEventArgs>, level: EventLevel): AzureEventSourceListener;
24
- new(log: Action<EventWrittenEventArgs, System_Internal.String>, level: EventLevel): AzureEventSourceListener;
25
+ new(log: Action_1<EventWrittenEventArgs>, level: EventLevel): AzureEventSourceListener;
26
+ new(log: Action_2<EventWrittenEventArgs, System_Internal.String>, level: EventLevel): AzureEventSourceListener;
25
27
  readonly TraitName: string;
26
28
  readonly TraitValue: string;
27
29
  CreateConsoleLogger(level?: EventLevel): AzureEventSourceListener;
@@ -8,7 +8,7 @@ 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 { TokenCredential } from "../../Azure.Core/internal/index.js";
11
- import type { Boolean as ClrBoolean, Func } from "@tsonic/dotnet/System.js";
11
+ import type { Boolean as ClrBoolean, Func_2, Func_3 } from "@tsonic/dotnet/System/internal/index.js";
12
12
 
13
13
  export interface IAzureClientBuilder_2$instance<TClient, TOptions> {
14
14
  readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientBuilder_2: never;
@@ -21,7 +21,7 @@ export type IAzureClientBuilder_2<TClient, TOptions> = IAzureClientBuilder_2$ins
21
21
  export interface IAzureClientFactoryBuilder$instance {
22
22
  readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilder: never;
23
23
 
24
- RegisterClientFactory<TClient, TOptions>(clientFactory: Func<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
24
+ RegisterClientFactory<TClient, TOptions>(clientFactory: Func_2<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
25
25
  }
26
26
 
27
27
 
@@ -30,7 +30,7 @@ export type IAzureClientFactoryBuilder = IAzureClientFactoryBuilder$instance;
30
30
  export interface IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfiguration> extends IAzureClientFactoryBuilder {
31
31
  readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilderWithConfiguration_1: never;
32
32
 
33
- RegisterClientFactory<TClient, TOptions>(clientFactory: Func<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
33
+ RegisterClientFactory<TClient, TOptions>(clientFactory: Func_2<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
34
34
  RegisterClientFactory<TClient, TOptions>(configuration: TConfiguration): IAzureClientBuilder_2<TClient, TOptions>;
35
35
  }
36
36
 
@@ -42,7 +42,7 @@ export type IAzureClientFactoryBuilderWithConfiguration_1<TConfiguration> = IAzu
42
42
  export interface IAzureClientFactoryBuilderWithCredential$instance {
43
43
  readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilderWithCredential: never;
44
44
 
45
- RegisterClientFactory<TClient, TOptions>(clientFactory: Func<TOptions, TokenCredential, TClient>, requiresCredential?: boolean): IAzureClientBuilder_2<TClient, TOptions>;
45
+ RegisterClientFactory<TClient, TOptions>(clientFactory: Func_3<TOptions, TokenCredential, TClient>, requiresCredential?: boolean): IAzureClientBuilder_2<TClient, TOptions>;
46
46
  }
47
47
 
48
48