@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.
Files changed (163) hide show
  1. package/Azure/internal/index.d.ts +68 -70
  2. package/Azure.Core/bindings.json +2859 -2859
  3. package/Azure.Core/internal/index.d.ts +100 -102
  4. package/Azure.Core.Cryptography/internal/index.d.ts +3 -2
  5. package/Azure.Core.Cryptography.d.ts +4 -0
  6. package/Azure.Core.Diagnostics/internal/index.d.ts +3 -2
  7. package/Azure.Core.Diagnostics.d.ts +4 -0
  8. package/Azure.Core.Extensions/internal/index.d.ts +12 -10
  9. package/Azure.Core.Extensions.d.ts +6 -2
  10. package/Azure.Core.GeoJson/internal/index.d.ts +20 -22
  11. package/Azure.Core.GeoJson.d.ts +4 -0
  12. package/Azure.Core.Pipeline/internal/index.d.ts +20 -19
  13. package/Azure.Core.Pipeline.d.ts +4 -0
  14. package/Azure.Core.Serialization/internal/index.d.ts +15 -14
  15. package/Azure.Core.Serialization.d.ts +4 -0
  16. package/Azure.Core.d.ts +7 -3
  17. package/Azure.Identity/internal/index.d.ts +3 -2
  18. package/Azure.Identity.d.ts +4 -0
  19. package/Azure.Messaging/internal/index.d.ts +16 -15
  20. package/Azure.Messaging.d.ts +4 -0
  21. package/Azure.d.ts +8 -4
  22. package/Microsoft.Data/internal/index.d.ts +3 -2
  23. package/Microsoft.Data.Sql/internal/index.d.ts +3 -2
  24. package/Microsoft.Data.Sql.d.ts +4 -0
  25. package/Microsoft.Data.SqlClient/internal/index.d.ts +7 -9
  26. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +3 -2
  27. package/Microsoft.Data.SqlClient.DataClassification.d.ts +4 -0
  28. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +3 -2
  29. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +4 -0
  30. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +3 -2
  31. package/Microsoft.Data.SqlClient.Server.d.ts +4 -0
  32. package/Microsoft.Data.SqlClient.d.ts +4 -0
  33. package/Microsoft.Data.SqlTypes/bindings.json +4 -1
  34. package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -7
  35. package/Microsoft.Data.SqlTypes.d.ts +4 -0
  36. package/Microsoft.Data.d.ts +4 -0
  37. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +200 -202
  38. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -2
  39. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +4 -0
  40. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +10 -9
  41. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +4 -0
  42. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +3 -2
  43. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +23 -22
  44. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +6 -2
  45. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +20 -22
  46. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +4 -0
  47. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +4 -0
  49. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +4 -0
  50. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +45 -44
  51. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +5 -4
  52. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +4 -0
  53. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +4 -0
  54. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +5 -4
  55. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +4 -0
  56. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +26 -25
  57. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +4 -0
  58. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +27 -26
  59. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +5 -1
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +16 -18
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +5 -1
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +50 -49
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +4 -0
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +3 -2
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +4 -0
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +4 -3
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +4 -0
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +418 -418
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +96 -98
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +4 -3
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +4 -0
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +8 -4
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +9 -8
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +5 -1
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +18 -20
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +6 -2
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +8 -10
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +4 -0
  79. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +10 -12
  80. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +4 -0
  81. package/Microsoft.EntityFrameworkCore.d.ts +4 -0
  82. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -5
  83. package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
  84. package/Microsoft.Identity.Client/bindings.json +100 -100
  85. package/Microsoft.Identity.Client/internal/index.d.ts +33 -35
  86. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -3
  87. package/Microsoft.Identity.Client.Advanced.d.ts +4 -0
  88. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +3 -2
  89. package/Microsoft.Identity.Client.AppConfig.d.ts +4 -0
  90. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -2
  91. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -2
  92. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +4 -0
  93. package/Microsoft.Identity.Client.AuthScheme.d.ts +4 -0
  94. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +3 -2
  95. package/Microsoft.Identity.Client.Cache.d.ts +4 -0
  96. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +8 -7
  97. package/Microsoft.Identity.Client.Extensibility.d.ts +4 -0
  98. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +3 -2
  99. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +4 -0
  100. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +3 -2
  101. package/Microsoft.Identity.Client.Kerberos.d.ts +4 -0
  102. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +3 -2
  103. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +4 -0
  104. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +3 -2
  105. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +4 -0
  106. package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -2
  107. package/Microsoft.Identity.Client.RP.d.ts +4 -0
  108. package/Microsoft.Identity.Client.Region/internal/index.d.ts +3 -2
  109. package/Microsoft.Identity.Client.Region.d.ts +4 -0
  110. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +3 -2
  111. package/Microsoft.Identity.Client.SSHCertificates.d.ts +4 -0
  112. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +3 -2
  113. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +4 -0
  114. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +3 -2
  115. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +3 -2
  116. package/Microsoft.Identity.Client.Utils.Windows.d.ts +4 -0
  117. package/Microsoft.Identity.Client.Utils.d.ts +4 -0
  118. package/Microsoft.Identity.Client.d.ts +5 -1
  119. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +11 -10
  120. package/Microsoft.IdentityModel.Abstractions.d.ts +4 -0
  121. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +8 -10
  122. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +4 -0
  123. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -18
  124. package/Microsoft.IdentityModel.Logging.d.ts +4 -0
  125. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +22 -21
  126. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  127. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +4 -0
  128. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +3 -2
  129. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +3 -2
  130. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +4 -0
  131. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +4 -0
  132. package/Microsoft.IdentityModel.Protocols.d.ts +7 -3
  133. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +3 -5
  134. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +3 -2
  135. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +4 -0
  136. package/Microsoft.IdentityModel.Tokens.d.ts +4 -0
  137. package/Microsoft.SqlServer.Server/internal/index.d.ts +3 -2
  138. package/Microsoft.SqlServer.Server.d.ts +4 -0
  139. package/README.md +36 -13
  140. package/System/internal/index.d.ts +20 -19
  141. package/System.ClientModel/internal/index.d.ts +23 -25
  142. package/System.ClientModel.Primitives/internal/index.d.ts +73 -75
  143. package/System.ClientModel.Primitives.d.ts +6 -2
  144. package/System.ClientModel.d.ts +6 -2
  145. package/System.Configuration/internal/index.d.ts +3 -2
  146. package/System.Configuration.Internal/internal/index.d.ts +2 -4
  147. package/System.Configuration.Internal.d.ts +4 -0
  148. package/System.Configuration.Provider/internal/index.d.ts +3 -2
  149. package/System.Configuration.Provider.d.ts +4 -0
  150. package/System.Configuration.d.ts +4 -0
  151. package/System.Diagnostics/internal/index.d.ts +3 -2
  152. package/System.Diagnostics.d.ts +4 -0
  153. package/System.Drawing.Configuration/internal/index.d.ts +3 -2
  154. package/System.Drawing.Configuration.d.ts +4 -0
  155. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +3 -5
  156. package/System.IdentityModel.Tokens.Jwt.d.ts +4 -0
  157. package/System.Security.Cryptography/internal/index.d.ts +5 -4
  158. package/System.Security.Cryptography.d.ts +4 -0
  159. package/System.Text.Json.Serialization/internal/index.d.ts +3 -5
  160. package/System.Text.Json.Serialization.d.ts +4 -0
  161. package/System.d.ts +4 -0
  162. package/__internal/extensions/index.d.ts +222 -224
  163. package/package.json +5 -5
@@ -2,11 +2,9 @@
2
2
  // Namespace: Azure.Core
3
3
  // Assembly: Azure.Core
4
4
 
5
- // Primitive type aliases from @tsonic/core
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 | undefined;
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 | undefined;
358
+ readonly ContentType: string | null;
325
359
  readonly Date: Nullable_1<DateTimeOffset>;
326
360
  readonly ETag: Nullable_1<ETag>;
327
- readonly RequestId: string | undefined;
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 | undefined;
379
+ readonly Claims: string | null;
346
380
  readonly IsCaeEnabled: boolean;
347
381
  readonly IsProofOfPossessionEnabled: boolean;
348
- readonly ParentRequestId: string | undefined;
349
- readonly ProofOfPossessionNonce: string | undefined;
350
- readonly ResourceRequestMethod: string | undefined;
351
- readonly ResourceRequestUri: Uri | undefined;
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 | undefined;
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 | undefined;
388
- set RetryPolicy(value: HttpPipelinePolicy | undefined);
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 | undefined;
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 | undefined;
426
- set ApplicationId(value: string | undefined);
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 | undefined;
439
- set DefaultApplicationId(value: string | undefined);
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 | undefined;
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 | undefined;
482
- set Content(value: RequestContent | undefined);
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 | undefined;
550
- set Host(value: string | undefined);
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 | undefined;
556
- set Scheme(value: string | undefined);
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 | undefined;
585
- readonly Provider: string | undefined;
586
- readonly ResourceGroupName: string | undefined;
618
+ readonly Parent: ResourceIdentifier | null;
619
+ readonly Provider: string | null;
620
+ readonly ResourceGroupName: string | null;
587
621
  readonly ResourceType: ResourceType;
588
- readonly SubscriptionId: string | undefined;
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 | undefined;
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 | undefined;
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
- // Primitive type aliases from @tsonic/core
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
- // Primitive type aliases from @tsonic/core
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
- // Primitive type aliases from @tsonic/core
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;