@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: System.ClientModel.Primitives
3
3
  // Assembly: System.ClientModel
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 { ApiKeyCredential, AuthenticationTokenProvider, BinaryContent, ClientResult, ContinuationToken } from "../../System.ClientModel/internal/index.js";
@@ -49,11 +47,11 @@ export enum PipelinePosition {
49
47
  }
50
48
 
51
49
 
52
- export interface IJsonModel_1$instance<T> extends IPersistableModel_1<T> {
50
+ export interface IJsonModel_1$instance<T extends unknown> extends IPersistableModel_1<T> {
53
51
  readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
54
52
 
55
- Create(reader: Utf8JsonReader, options: ModelReaderWriterOptions): T | undefined;
56
- Create(data: BinaryData, options: ModelReaderWriterOptions): T | undefined;
53
+ Create(reader: Utf8JsonReader, options: ModelReaderWriterOptions): T | null;
54
+ Create(data: BinaryData, options: ModelReaderWriterOptions): T | null;
57
55
  Create(data: BinaryData, options: ModelReaderWriterOptions): T;
58
56
  GetFormatFromOptions(options: ModelReaderWriterOptions): string;
59
57
  Write(writer: Utf8JsonWriter, options: ModelReaderWriterOptions): void;
@@ -61,28 +59,28 @@ export interface IJsonModel_1$instance<T> extends IPersistableModel_1<T> {
61
59
  }
62
60
 
63
61
 
64
- export type IJsonModel_1<T> = IJsonModel_1$instance<T>;
62
+ export type IJsonModel_1<T extends unknown> = IJsonModel_1$instance<T>;
65
63
 
66
- export interface IPersistableModel_1$instance<T> {
64
+ export interface IPersistableModel_1$instance<T extends unknown> {
67
65
  readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
68
66
 
69
- Create(data: BinaryData, options: ModelReaderWriterOptions): T | undefined;
67
+ Create(data: BinaryData, options: ModelReaderWriterOptions): T | null;
70
68
  GetFormatFromOptions(options: ModelReaderWriterOptions): string;
71
69
  Write(options: ModelReaderWriterOptions): BinaryData;
72
70
  }
73
71
 
74
72
 
75
- export type IPersistableModel_1<T> = IPersistableModel_1$instance<T>;
73
+ export type IPersistableModel_1<T extends unknown> = IPersistableModel_1$instance<T>;
76
74
 
77
75
  export interface ClientConnection$instance {
78
76
  readonly __tsonic_type_System_ClientModel_Primitives_ClientConnection: never;
79
77
 
80
- readonly Credential: unknown | undefined;
78
+ readonly Credential: unknown | null;
81
79
  readonly CredentialKind: CredentialKind;
82
80
  readonly Id: string;
83
81
  readonly Locator: string;
84
82
  ToString(): string;
85
- TryGetLocatorAsUri(uri: Uri): boolean;
83
+ TryGetLocatorAsUri(uri: Uri | null): boolean;
86
84
  }
87
85
 
88
86
 
@@ -105,7 +103,7 @@ export interface ApiKeyAuthenticationPolicy$instance extends AuthenticationPolic
105
103
  export const ApiKeyAuthenticationPolicy: {
106
104
  CreateBasicAuthorizationPolicy(credential: ApiKeyCredential): ApiKeyAuthenticationPolicy;
107
105
  CreateBearerAuthorizationPolicy(credential: ApiKeyCredential): ApiKeyAuthenticationPolicy;
108
- CreateHeaderApiKeyPolicy(credential: ApiKeyCredential, headerName: string, keyPrefix?: string): ApiKeyAuthenticationPolicy;
106
+ CreateHeaderApiKeyPolicy(credential: ApiKeyCredential, headerName: string, keyPrefix?: string | null): ApiKeyAuthenticationPolicy;
109
107
  };
110
108
 
111
109
 
@@ -114,7 +112,7 @@ export type ApiKeyAuthenticationPolicy = ApiKeyAuthenticationPolicy$instance;
114
112
  export interface AsyncCollectionResult$instance {
115
113
  readonly __tsonic_type_System_ClientModel_Primitives_AsyncCollectionResult: never;
116
114
 
117
- GetContinuationToken(page: ClientResult): ContinuationToken | undefined;
115
+ GetContinuationToken(page: ClientResult): ContinuationToken | null;
118
116
  GetRawPagesAsync(): IAsyncEnumerable_1<ClientResult>;
119
117
  }
120
118
 
@@ -173,7 +171,7 @@ export type BearerTokenPolicy = BearerTokenPolicy$instance;
173
171
  export interface ClientCache$instance {
174
172
  readonly __tsonic_type_System_ClientModel_Primitives_ClientCache: never;
175
173
 
176
- GetClient<T>(clientId: unknown, createClient: Func_1<T>): T;
174
+ GetClient<T extends (object | null)>(clientId: unknown, createClient: Func_1<T>): T;
177
175
  }
178
176
 
179
177
 
@@ -234,8 +232,8 @@ export interface ClientLoggingOptions$instance {
234
232
  set EnableMessageContentLogging(value: Nullable_1<System_Internal.Boolean> | boolean);
235
233
  get EnableMessageLogging(): Nullable_1<System_Internal.Boolean>;
236
234
  set EnableMessageLogging(value: Nullable_1<System_Internal.Boolean> | boolean);
237
- get LoggerFactory(): ILoggerFactory | undefined;
238
- set LoggerFactory(value: ILoggerFactory | undefined);
235
+ get LoggerFactory(): ILoggerFactory | null;
236
+ set LoggerFactory(value: ILoggerFactory | null);
239
237
  get MessageContentSizeLimit(): Nullable_1<System_Internal.Int32>;
240
238
  set MessageContentSizeLimit(value: Nullable_1<System_Internal.Int32> | int);
241
239
  Freeze(): void;
@@ -260,7 +258,7 @@ export interface ClientPipeline$instance {
260
258
 
261
259
  export const ClientPipeline: {
262
260
  Create(options: ClientPipelineOptions, perCallPolicies: ReadOnlySpan_1<PipelinePolicy>, perTryPolicies: ReadOnlySpan_1<PipelinePolicy>, beforeTransportPolicies: ReadOnlySpan_1<PipelinePolicy>): ClientPipeline;
263
- Create(options?: ClientPipelineOptions): ClientPipeline;
261
+ Create(options?: ClientPipelineOptions | null): ClientPipeline;
264
262
  };
265
263
 
266
264
 
@@ -269,18 +267,18 @@ export type ClientPipeline = ClientPipeline$instance;
269
267
  export interface ClientPipelineOptions$instance {
270
268
  readonly __tsonic_type_System_ClientModel_Primitives_ClientPipelineOptions: never;
271
269
 
272
- get ClientLoggingOptions(): ClientLoggingOptions | undefined;
273
- set ClientLoggingOptions(value: ClientLoggingOptions | undefined);
270
+ get ClientLoggingOptions(): ClientLoggingOptions | null;
271
+ set ClientLoggingOptions(value: ClientLoggingOptions | null);
274
272
  get EnableDistributedTracing(): Nullable_1<System_Internal.Boolean>;
275
273
  set EnableDistributedTracing(value: Nullable_1<System_Internal.Boolean> | boolean);
276
- get MessageLoggingPolicy(): PipelinePolicy | undefined;
277
- set MessageLoggingPolicy(value: PipelinePolicy | undefined);
274
+ get MessageLoggingPolicy(): PipelinePolicy | null;
275
+ set MessageLoggingPolicy(value: PipelinePolicy | null);
278
276
  get NetworkTimeout(): Nullable_1<TimeSpan>;
279
277
  set NetworkTimeout(value: Nullable_1<TimeSpan> | TimeSpan);
280
- get RetryPolicy(): PipelinePolicy | undefined;
281
- set RetryPolicy(value: PipelinePolicy | undefined);
282
- get Transport(): PipelineTransport | undefined;
283
- set Transport(value: PipelineTransport | undefined);
278
+ get RetryPolicy(): PipelinePolicy | null;
279
+ set RetryPolicy(value: PipelinePolicy | null);
280
+ get Transport(): PipelineTransport | null;
281
+ set Transport(value: PipelineTransport | null);
284
282
  AddPolicy(policy: PipelinePolicy, position: PipelinePosition): void;
285
283
  Freeze(): void;
286
284
  }
@@ -304,8 +302,8 @@ export interface ClientRetryPolicy$instance extends PipelinePolicy {
304
302
  OnTryComplete(message: PipelineMessage): void;
305
303
  Process(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): void;
306
304
  ProcessAsync(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): ValueTask;
307
- ShouldRetry(message: PipelineMessage, exception: Exception): boolean;
308
- ShouldRetryAsync(message: PipelineMessage, exception: Exception): ValueTask_1<System_Internal.Boolean>;
305
+ ShouldRetry(message: PipelineMessage, exception: Exception | null): boolean;
306
+ ShouldRetryAsync(message: PipelineMessage, exception: Exception | null): ValueTask_1<System_Internal.Boolean>;
309
307
  Wait(time: TimeSpan, cancellationToken: CancellationToken): void;
310
308
  WaitAsync(time: TimeSpan, cancellationToken: CancellationToken): Task;
311
309
  }
@@ -313,7 +311,7 @@ export interface ClientRetryPolicy$instance extends PipelinePolicy {
313
311
 
314
312
  export const ClientRetryPolicy: {
315
313
  new(maxRetries: int): ClientRetryPolicy;
316
- new(maxRetries: int, enableLogging: boolean, loggerFactory: ILoggerFactory): ClientRetryPolicy;
314
+ new(maxRetries: int, enableLogging: boolean, loggerFactory: ILoggerFactory | null): ClientRetryPolicy;
317
315
  readonly Default: ClientRetryPolicy;
318
316
  };
319
317
 
@@ -323,7 +321,7 @@ export type ClientRetryPolicy = ClientRetryPolicy$instance;
323
321
  export interface CollectionResult$instance {
324
322
  readonly __tsonic_type_System_ClientModel_Primitives_CollectionResult: never;
325
323
 
326
- GetContinuationToken(page: ClientResult): ContinuationToken | undefined;
324
+ GetContinuationToken(page: ClientResult): ContinuationToken | null;
327
325
  GetRawPages(): IEnumerable_1<ClientResult>;
328
326
  }
329
327
 
@@ -370,7 +368,7 @@ export interface HttpClientPipelineTransport$instance extends PipelineTransport
370
368
  export const HttpClientPipelineTransport: {
371
369
  new(): HttpClientPipelineTransport;
372
370
  new(client: HttpClient): HttpClientPipelineTransport;
373
- new(client: HttpClient, enableLogging: boolean, loggerFactory: ILoggerFactory): HttpClientPipelineTransport;
371
+ new(client: HttpClient | null, enableLogging: boolean, loggerFactory: ILoggerFactory | null): HttpClientPipelineTransport;
374
372
  readonly Shared: HttpClientPipelineTransport;
375
373
  };
376
374
 
@@ -381,7 +379,7 @@ export interface JsonModelConverter$instance extends JsonConverter_1<IJsonModel_
381
379
  readonly __tsonic_type_System_ClientModel_Primitives_JsonModelConverter: never;
382
380
 
383
381
  CanConvert(typeToConvert: Type): boolean;
384
- Read(reader: Utf8JsonReader, typeToConvert: Type, options: JsonSerializerOptions): IJsonModel_1<unknown> | undefined;
382
+ Read(reader: Utf8JsonReader, typeToConvert: Type, options: JsonSerializerOptions): IJsonModel_1<unknown> | null;
385
383
  Write(writer: Utf8JsonWriter, value: IJsonModel_1<unknown>, options: JsonSerializerOptions): void;
386
384
  }
387
385
 
@@ -404,7 +402,7 @@ export interface MessageLoggingPolicy$instance extends PipelinePolicy {
404
402
 
405
403
 
406
404
  export const MessageLoggingPolicy: {
407
- new(options: ClientLoggingOptions): MessageLoggingPolicy;
405
+ new(options: ClientLoggingOptions | null): MessageLoggingPolicy;
408
406
  readonly Default: MessageLoggingPolicy;
409
407
  };
410
408
 
@@ -428,8 +426,8 @@ export interface ModelReaderWriterContext$instance {
428
426
  readonly __tsonic_type_System_ClientModel_Primitives_ModelReaderWriterContext: never;
429
427
 
430
428
  GetTypeBuilder(type: Type): ModelReaderWriterTypeBuilder;
431
- TryGetTypeBuilder(type: Type, builder: ModelReaderWriterTypeBuilder): boolean;
432
- TryGetTypeBuilderCore(type: Type, builder: ModelReaderWriterTypeBuilder): boolean;
429
+ TryGetTypeBuilder(type: Type, builder: ModelReaderWriterTypeBuilder | null): boolean;
430
+ TryGetTypeBuilderCore(type: Type, builder: ModelReaderWriterTypeBuilder | null): boolean;
433
431
  }
434
432
 
435
433
 
@@ -472,12 +470,12 @@ export interface ModelReaderWriterTypeBuilder$instance {
472
470
  readonly __tsonic_type_System_ClientModel_Primitives_ModelReaderWriterTypeBuilder: never;
473
471
 
474
472
  readonly BuilderType: Type;
475
- readonly ItemType: Type | undefined;
476
- AddItem(collectionBuilder: unknown, item: unknown): void;
477
- AddItemWithKey(collectionBuilder: unknown, key: string, item: unknown): void;
473
+ readonly ItemType: Type | null;
474
+ AddItem(collectionBuilder: unknown, item: unknown | null): void;
475
+ AddItemWithKey(collectionBuilder: unknown, key: string, item: unknown | null): void;
478
476
  ConvertCollectionBuilder(collectionBuilder: unknown): unknown;
479
477
  CreateInstance(): unknown;
480
- GetItems(collection: unknown): IEnumerable | undefined;
478
+ GetItems(collection: unknown): IEnumerable | null;
481
479
  }
482
480
 
483
481
 
@@ -491,11 +489,11 @@ export interface OperationResult$instance {
491
489
  readonly __tsonic_type_System_ClientModel_Primitives_OperationResult: never;
492
490
 
493
491
  HasCompleted: boolean;
494
- get RehydrationToken(): ContinuationToken | undefined;
495
- set RehydrationToken(value: ContinuationToken | undefined);
492
+ get RehydrationToken(): ContinuationToken | null;
493
+ set RehydrationToken(value: ContinuationToken | null);
496
494
  GetRawResponse(): PipelineResponse;
497
- UpdateStatus(options?: RequestOptions): ClientResult;
498
- UpdateStatusAsync(options?: RequestOptions): ValueTask_1<ClientResult>;
495
+ UpdateStatus(options?: RequestOptions | null): ClientResult;
496
+ UpdateStatusAsync(options?: RequestOptions | null): ValueTask_1<ClientResult>;
499
497
  WaitForCompletion(cancellationToken?: CancellationToken): void;
500
498
  WaitForCompletionAsync(cancellationToken?: CancellationToken): ValueTask;
501
499
  }
@@ -531,15 +529,15 @@ export interface PipelineMessage$instance {
531
529
  get NetworkTimeout(): Nullable_1<TimeSpan>;
532
530
  set NetworkTimeout(value: Nullable_1<TimeSpan> | TimeSpan);
533
531
  readonly Request: PipelineRequest;
534
- get Response(): PipelineResponse | undefined;
535
- set Response(value: PipelineResponse | undefined);
532
+ get Response(): PipelineResponse | null;
533
+ set Response(value: PipelineResponse | null);
536
534
  ResponseClassifier: PipelineMessageClassifier;
537
- Apply(options: RequestOptions): void;
535
+ Apply(options: RequestOptions | null): void;
538
536
  Dispose(): void;
539
537
  Dispose(disposing: boolean): void;
540
- ExtractResponse(): PipelineResponse | undefined;
541
- SetProperty(key: Type, value: unknown): void;
542
- TryGetProperty(key: Type, value: unknown): boolean;
538
+ ExtractResponse(): PipelineResponse | null;
539
+ SetProperty(key: Type, value: unknown | null): void;
540
+ TryGetProperty(key: Type, value: unknown | null): boolean;
543
541
  }
544
542
 
545
543
 
@@ -553,7 +551,7 @@ export interface PipelineMessageClassifier$instance {
553
551
  readonly __tsonic_type_System_ClientModel_Primitives_PipelineMessageClassifier: never;
554
552
 
555
553
  TryClassify(message: PipelineMessage, isError: boolean): boolean;
556
- TryClassify(message: PipelineMessage, exception: Exception, isRetriable: boolean): boolean;
554
+ TryClassify(message: PipelineMessage, exception: Exception | null, isRetriable: boolean): boolean;
557
555
  }
558
556
 
559
557
 
@@ -586,18 +584,18 @@ export interface PipelineRequest$instance {
586
584
 
587
585
  readonly __tsonic_iface_System_IDisposable: never;
588
586
 
589
- get Content(): BinaryContent | undefined;
590
- set Content(value: BinaryContent | undefined);
591
- get ContentCore(): BinaryContent | undefined;
592
- set ContentCore(value: BinaryContent | undefined);
587
+ get Content(): BinaryContent | null;
588
+ set Content(value: BinaryContent | null);
589
+ get ContentCore(): BinaryContent | null;
590
+ set ContentCore(value: BinaryContent | null);
593
591
  readonly Headers: PipelineRequestHeaders;
594
592
  readonly HeadersCore: PipelineRequestHeaders;
595
593
  Method: string;
596
594
  MethodCore: string;
597
- get Uri(): Uri | undefined;
598
- set Uri(value: Uri | undefined);
599
- get UriCore(): Uri | undefined;
600
- set UriCore(value: Uri | undefined);
595
+ get Uri(): Uri | null;
596
+ set Uri(value: Uri | null);
597
+ get UriCore(): Uri | null;
598
+ set UriCore(value: Uri | null);
601
599
  Dispose(): void;
602
600
  }
603
601
 
@@ -618,8 +616,8 @@ export interface PipelineRequestHeaders$instance {
618
616
  GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
619
617
  Remove(name: string): boolean;
620
618
  Set(name: string, value: string): void;
621
- TryGetValue(name: string, value: string): boolean;
622
- TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
619
+ TryGetValue(name: string, value: string | null): boolean;
620
+ TryGetValues(name: string, values: IEnumerable_1<System_Internal.String> | null): boolean;
623
621
  }
624
622
 
625
623
 
@@ -635,8 +633,8 @@ export interface PipelineResponse$instance {
635
633
  readonly __tsonic_iface_System_IDisposable: never;
636
634
 
637
635
  readonly Content: BinaryData;
638
- get ContentStream(): Stream | undefined;
639
- set ContentStream(value: Stream | undefined);
636
+ get ContentStream(): Stream | null;
637
+ set ContentStream(value: Stream | null);
640
638
  readonly Headers: PipelineResponseHeaders;
641
639
  readonly HeadersCore: PipelineResponseHeaders;
642
640
  readonly IsError: boolean;
@@ -662,8 +660,8 @@ export interface PipelineResponseHeaders$instance {
662
660
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
663
661
 
664
662
  GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
665
- TryGetValue(name: string, value: string): boolean;
666
- TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
663
+ TryGetValue(name: string, value: string | null): boolean;
664
+ TryGetValues(name: string, values: IEnumerable_1<System_Internal.String> | null): boolean;
667
665
  }
668
666
 
669
667
 
@@ -687,7 +685,7 @@ export interface PipelineTransport$instance extends PipelinePolicy {
687
685
  }
688
686
 
689
687
 
690
- export const PipelineTransport: (abstract new() => PipelineTransport) & (abstract new(enableLogging: boolean, loggerFactory: ILoggerFactory) => PipelineTransport) & {
688
+ export const PipelineTransport: (abstract new() => PipelineTransport) & (abstract new(enableLogging: boolean, loggerFactory: ILoggerFactory | null) => PipelineTransport) & {
691
689
  };
692
690
 
693
691
 
@@ -715,22 +713,22 @@ export const RequestOptions: {
715
713
  export type RequestOptions = RequestOptions$instance;
716
714
 
717
715
  export abstract class ActivityExtensions$instance {
718
- static MarkClientActivityFailed(activity: Activity, exception: Exception): Activity;
719
- static StartClientActivity(activitySource: ActivitySource, options: ClientPipelineOptions, name: string, kind?: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): Activity | undefined;
716
+ static MarkClientActivityFailed(activity: Activity, exception: Exception | null): Activity;
717
+ static StartClientActivity(activitySource: ActivitySource, options: ClientPipelineOptions, name: string, kind?: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>> | null): Activity | null;
720
718
  }
721
719
 
722
720
 
723
721
  export type ActivityExtensions = ActivityExtensions$instance;
724
722
 
725
723
  export abstract class ModelReaderWriter$instance {
726
- static Read<T>(data: BinaryData, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): T | undefined;
727
- static Read<T extends IPersistableModel_1<T>>(data: BinaryData, options?: ModelReaderWriterOptions): T | undefined;
728
- static Read(data: BinaryData, returnType: Type, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): unknown | undefined;
729
- static Read(data: BinaryData, returnType: Type, options?: ModelReaderWriterOptions): unknown | undefined;
724
+ static Read<T extends unknown>(data: BinaryData, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): T | null;
725
+ static Read<T extends unknown & IPersistableModel_1<T>>(data: BinaryData, options?: ModelReaderWriterOptions | null): T | null;
726
+ static Read(data: BinaryData, returnType: Type, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): unknown | null;
727
+ static Read(data: BinaryData, returnType: Type, options?: ModelReaderWriterOptions | null): unknown | null;
730
728
  static Write(model: unknown, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): BinaryData;
731
- static Write(model: unknown, options?: ModelReaderWriterOptions): BinaryData;
732
- static Write<T>(model: T, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): BinaryData;
733
- static Write<T extends IPersistableModel_1<T>>(model: T, options?: ModelReaderWriterOptions): BinaryData;
729
+ static Write(model: unknown, options?: ModelReaderWriterOptions | null): BinaryData;
730
+ static Write<T extends unknown>(model: T, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): BinaryData;
731
+ static Write<T extends unknown & IPersistableModel_1<T>>(model: T, options?: ModelReaderWriterOptions | null): BinaryData;
734
732
  }
735
733
 
736
734
 
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.ClientModel.Primitives/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 { ApiKeyCredential, AuthenticationTokenProvider, BinaryContent, ClientResult, ContinuationToken } from './System.ClientModel/internal/index.js';
10
14
  import type { BinaryData } from './System/internal/index.js';
@@ -38,8 +42,8 @@ export { PipelineRequest as PipelineRequest } from './System.ClientModel.Primiti
38
42
  export { PipelineRequestHeaders as PipelineRequestHeaders } from './System.ClientModel.Primitives/internal/index.js';
39
43
  export { PipelineResponse as PipelineResponse } from './System.ClientModel.Primitives/internal/index.js';
40
44
  export { PipelineResponseHeaders as PipelineResponseHeaders } from './System.ClientModel.Primitives/internal/index.js';
41
- export type IJsonModel<T> = Internal.IJsonModel_1<T>;
42
- export type IPersistableModel<T> = Internal.IPersistableModel_1<T>;
45
+ export type IJsonModel<T extends unknown> = Internal.IJsonModel_1<T>;
46
+ export type IPersistableModel<T extends unknown> = Internal.IPersistableModel_1<T>;
43
47
  export { JsonModelConverter as JsonModelConverter } from './System.ClientModel.Primitives/internal/index.js';
44
48
  export { ModelReaderWriter$instance as ModelReaderWriter } from './System.ClientModel.Primitives/internal/index.js';
45
49
  export { ModelReaderWriterBuildableAttribute as ModelReaderWriterBuildableAttribute } from './System.ClientModel.Primitives/internal/index.js';
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.ClientModel/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 { AsyncCollectionResult as AsyncCollectionResult_Imported, AuthenticationToken, CollectionResult as CollectionResult_Imported, GetTokenOptions, IPersistableModel_1, ModelReaderWriterOptions, PipelineResponse } from './System.ClientModel.Primitives/internal/index.js';
10
14
  import type { BinaryData } from './System/internal/index.js';
@@ -35,8 +39,8 @@ declare const __unspecified: unique symbol;
35
39
  export type __ = typeof __unspecified;
36
40
 
37
41
  export type ClientResult<
38
- T1 = __,
42
+ T1 extends unknown | __ = __,
39
43
  > =
40
44
  [T1] extends [__] ? Internal.ClientResult :
41
- Internal.ClientResult_1<T1>;
45
+ [T1] extends [unknown] ? Internal.ClientResult_1<T1> : never;
42
46
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: System.Configuration
3
3
  // Assembly: System.Configuration.ConfigurationManager
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_Configuration_Internal_Internal from "../../System.Configuration.Internal/internal/index.js";
@@ -2,11 +2,9 @@
2
2
  // Namespace: System.Configuration.Internal
3
3
  // Assembly: System.Configuration.ConfigurationManager
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 { Configuration, ConfigurationAllowDefinition, ConfigurationAllowExeDefinition, ProtectedConfigurationProvider, ProtectedConfigurationSection } from "../../System.Configuration/internal/index.js";
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.Configuration.Internal/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 { Configuration, ConfigurationAllowDefinition, ConfigurationAllowExeDefinition, ProtectedConfigurationProvider, ProtectedConfigurationSection } from './System.Configuration/internal/index.js';
10
14
  import type { Stream } from '@tsonic/dotnet/System.IO.js';
@@ -2,8 +2,9 @@
2
2
  // Namespace: System.Configuration.Provider
3
3
  // Assembly: System.Configuration.ConfigurationManager
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 type { ProtectedConfigurationProvider } from "../../System.Configuration/internal/index.js";
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.Configuration.Provider/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 { ProtectedConfigurationProvider } from './System.Configuration/internal/index.js';
10
14
  import type { ICollection, IEnumerable, IEnumerator } from '@tsonic/dotnet/System.Collections.js';
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.Configuration/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 { IConfigErrorInfo } from './System.Configuration.Internal/internal/index.js';
10
14
  import type { ProviderBase, ProviderCollection } from './System.Configuration.Provider/internal/index.js';
@@ -2,8 +2,9 @@
2
2
  // Namespace: System.Diagnostics
3
3
  // Assembly: System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.FileVersionInfo, System.Diagnostics.Process, System.Diagnostics.TextWriterTraceListener, System.Diagnostics.TraceSource, System.Private.CoreLib
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 './System.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 { Object as ClrObject, Void } from '@tsonic/dotnet/System.js';
10
14
 
@@ -2,8 +2,9 @@
2
2
  // Namespace: System.Drawing.Configuration
3
3
  // Assembly: System.Configuration.ConfigurationManager
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 './System.Drawing.Configuration/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 { Configuration, ConfigurationElement, ConfigurationElementProperty, ConfigurationLockCollection, ConfigurationProperty, ConfigurationPropertyCollection, ConfigurationSaveMode, ConfigurationSection, ContextInformation, ElementInformation, SectionInformation } from './System.Configuration/internal/index.js';
10
14
  import type { IList } from '@tsonic/dotnet/System.Collections.js';
@@ -2,11 +2,9 @@
2
2
  // Namespace: System.IdentityModel.Tokens.Jwt
3
3
  // Assembly: System.IdentityModel.Tokens.Jwt
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 { JsonWebToken } from "../../Microsoft.IdentityModel.JsonWebTokens/internal/index.js";
@@ -206,7 +204,7 @@ export const JwtPayload: {
206
204
 
207
205
  export type JwtPayload = JwtPayload$instance;
208
206
 
209
- export interface JwtSecurityToken$instance extends SecurityToken {
207
+ export interface JwtSecurityToken$instance extends SecurityToken, Microsoft_IdentityModel_Logging_Internal.ISafeLogSecurityArtifact$instance {
210
208
  readonly __tsonic_type_System_IdentityModel_Tokens_Jwt_JwtSecurityToken: never;
211
209
 
212
210
  readonly __tsonic_iface_Microsoft_IdentityModel_Logging_ISafeLogSecurityArtifact: never;
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.IdentityModel.Tokens.Jwt/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 { JsonWebToken } from './Microsoft.IdentityModel.JsonWebTokens/internal/index.js';
10
14
  import type { ISafeLogSecurityArtifact } from './Microsoft.IdentityModel.Logging/internal/index.js';
@@ -2,8 +2,9 @@
2
2
  // Namespace: System.Security.Cryptography
3
3
  // Assembly: System.Private.CoreLib, System.Security.Cryptography, System.Security.Cryptography.Pkcs, System.Security.Cryptography.ProtectedData
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";
@@ -16,8 +17,8 @@ export enum DataProtectionScope {
16
17
 
17
18
 
18
19
  export abstract class ProtectedData$instance {
19
- static Protect(userData: byte[], optionalEntropy: byte[], scope: DataProtectionScope): byte[];
20
- static Unprotect(encryptedData: byte[], optionalEntropy: byte[], scope: DataProtectionScope): byte[];
20
+ static Protect(userData: byte[], optionalEntropy: byte[] | null, scope: DataProtectionScope): byte[];
21
+ static Unprotect(encryptedData: byte[], optionalEntropy: byte[] | null, scope: DataProtectionScope): byte[];
21
22
  }
22
23
 
23
24
 
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.Security.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, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject } from '@tsonic/dotnet/System.js';
10
14
 
@@ -2,11 +2,9 @@
2
2
  // Namespace: System.Text.Json.Serialization
3
3
  // Assembly: System.Memory.Data, System.Text.Json
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 * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
@@ -20,7 +18,7 @@ import type { Type, Void } from "@tsonic/dotnet/System/internal/index.js";
20
18
  export interface BinaryDataJsonConverter$instance extends JsonConverter_1<BinaryData> {
21
19
  readonly __tsonic_type_System_Text_Json_Serialization_BinaryDataJsonConverter: never;
22
20
 
23
- Read(reader: Utf8JsonReader, typeToConvert: Type, options: JsonSerializerOptions): BinaryData | undefined;
21
+ Read(reader: Utf8JsonReader, typeToConvert: Type, options: JsonSerializerOptions): BinaryData | null;
24
22
  Write(writer: Utf8JsonWriter, value: BinaryData, options: JsonSerializerOptions): void;
25
23
  }
26
24