@tsonic/efcore-sqlserver 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/internal/index.d.ts +68 -70
- package/Azure.Core/bindings.json +2859 -2859
- package/Azure.Core/internal/index.d.ts +100 -102
- package/Azure.Core.Cryptography/internal/index.d.ts +3 -2
- package/Azure.Core.Cryptography.d.ts +4 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +3 -2
- package/Azure.Core.Diagnostics.d.ts +4 -0
- package/Azure.Core.Extensions/internal/index.d.ts +12 -10
- package/Azure.Core.Extensions.d.ts +6 -2
- package/Azure.Core.GeoJson/internal/index.d.ts +20 -22
- package/Azure.Core.GeoJson.d.ts +4 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +20 -19
- package/Azure.Core.Pipeline.d.ts +4 -0
- package/Azure.Core.Serialization/internal/index.d.ts +15 -14
- package/Azure.Core.Serialization.d.ts +4 -0
- package/Azure.Core.d.ts +7 -3
- package/Azure.Identity/internal/index.d.ts +3 -2
- package/Azure.Identity.d.ts +4 -0
- package/Azure.Messaging/internal/index.d.ts +16 -15
- package/Azure.Messaging.d.ts +4 -0
- package/Azure.d.ts +8 -4
- package/Microsoft.Data/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql.d.ts +4 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +7 -9
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Server.d.ts +4 -0
- package/Microsoft.Data.SqlClient.d.ts +4 -0
- package/Microsoft.Data.SqlTypes/bindings.json +4 -1
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -7
- package/Microsoft.Data.SqlTypes.d.ts +4 -0
- package/Microsoft.Data.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +200 -202
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +10 -9
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +23 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +20 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -4
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +45 -44
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +26 -25
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +27 -26
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +16 -18
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +50 -49
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +418 -418
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +96 -98
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +8 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +9 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +18 -20
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +8 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +10 -12
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Identity.Client/bindings.json +100 -100
- package/Microsoft.Identity.Client/internal/index.d.ts +33 -35
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -3
- package/Microsoft.Identity.Client.Advanced.d.ts +4 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AppConfig.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +4 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Cache.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +8 -7
- package/Microsoft.Identity.Client.Extensibility.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +4 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +4 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.RP.d.ts +4 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Region.d.ts +4 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +4 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils.d.ts +4 -0
- package/Microsoft.Identity.Client.d.ts +5 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +11 -10
- package/Microsoft.IdentityModel.Abstractions.d.ts +4 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +8 -10
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +4 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -18
- package/Microsoft.IdentityModel.Logging.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +22 -21
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +7 -3
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +3 -5
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +3 -2
- package/Microsoft.SqlServer.Server.d.ts +4 -0
- package/README.md +36 -13
- package/System/internal/index.d.ts +20 -19
- package/System.ClientModel/internal/index.d.ts +23 -25
- package/System.ClientModel.Primitives/internal/index.d.ts +73 -75
- package/System.ClientModel.Primitives.d.ts +6 -2
- package/System.ClientModel.d.ts +6 -2
- package/System.Configuration/internal/index.d.ts +3 -2
- package/System.Configuration.Internal/internal/index.d.ts +2 -4
- package/System.Configuration.Internal.d.ts +4 -0
- package/System.Configuration.Provider/internal/index.d.ts +3 -2
- package/System.Configuration.Provider.d.ts +4 -0
- package/System.Configuration.d.ts +4 -0
- package/System.Diagnostics/internal/index.d.ts +3 -2
- package/System.Diagnostics.d.ts +4 -0
- package/System.Drawing.Configuration/internal/index.d.ts +3 -2
- package/System.Drawing.Configuration.d.ts +4 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +3 -5
- package/System.IdentityModel.Tokens.Jwt.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +5 -4
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +3 -5
- package/System.Text.Json.Serialization.d.ts +4 -0
- package/System.d.ts +4 -0
- package/__internal/extensions/index.d.ts +222 -224
- package/package.json +5 -5
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.ClientModel.Primitives
|
|
3
3
|
// Assembly: System.ClientModel
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { 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 |
|
|
56
|
-
Create(data: BinaryData, options: ModelReaderWriterOptions): T |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
238
|
-
set LoggerFactory(value: ILoggerFactory |
|
|
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 |
|
|
273
|
-
set ClientLoggingOptions(value: ClientLoggingOptions |
|
|
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 |
|
|
277
|
-
set MessageLoggingPolicy(value: PipelinePolicy |
|
|
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 |
|
|
281
|
-
set RetryPolicy(value: PipelinePolicy |
|
|
282
|
-
get Transport(): PipelineTransport |
|
|
283
|
-
set Transport(value: PipelineTransport |
|
|
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 |
|
|
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> |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
495
|
-
set RehydrationToken(value: ContinuationToken |
|
|
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 |
|
|
535
|
-
set Response(value: PipelineResponse |
|
|
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 |
|
|
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 |
|
|
590
|
-
set Content(value: BinaryContent |
|
|
591
|
-
get ContentCore(): BinaryContent |
|
|
592
|
-
set ContentCore(value: BinaryContent |
|
|
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 |
|
|
598
|
-
set Uri(value: Uri |
|
|
599
|
-
get UriCore(): Uri |
|
|
600
|
-
set UriCore(value: Uri |
|
|
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 |
|
|
639
|
-
set ContentStream(value: Stream |
|
|
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 |
|
|
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 |
|
|
727
|
-
static Read<T extends IPersistableModel_1<T>>(data: BinaryData, options?: ModelReaderWriterOptions): T |
|
|
728
|
-
static Read(data: BinaryData, returnType: Type, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): unknown |
|
|
729
|
-
static Read(data: BinaryData, returnType: Type, options?: ModelReaderWriterOptions): unknown |
|
|
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';
|
package/System.ClientModel.d.ts
CHANGED
|
@@ -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
|
-
//
|
|
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
|
-
//
|
|
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
|
-
//
|
|
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
|
-
//
|
|
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";
|
package/System.Diagnostics.d.ts
CHANGED
|
@@ -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
|
-
//
|
|
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
|
-
//
|
|
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
|
-
//
|
|
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
|
-
//
|
|
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 |
|
|
21
|
+
Read(reader: Utf8JsonReader, typeToConvert: Type, options: JsonSerializerOptions): BinaryData | null;
|
|
24
22
|
Write(writer: Utf8JsonWriter, value: BinaryData, options: JsonSerializerOptions): void;
|
|
25
23
|
}
|
|
26
24
|
|