@tsonic/efcore-sqlserver 10.0.2 → 10.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/internal/index.d.ts +119 -85
- package/Azure.Core/internal/index.d.ts +151 -92
- package/Azure.Core.Cryptography/internal/index.d.ts +10 -6
- package/Azure.Core.Diagnostics/internal/index.d.ts +12 -12
- package/Azure.Core.Extensions/internal/index.d.ts +12 -4
- package/Azure.Core.GeoJson/internal/index.d.ts +102 -42
- package/Azure.Core.Pipeline/internal/index.d.ts +75 -59
- package/Azure.Core.Serialization/internal/index.d.ts +29 -20
- package/Azure.Identity/internal/index.d.ts +265 -118
- package/Azure.Messaging/internal/index.d.ts +16 -16
- package/Microsoft.Data/internal/index.d.ts +9 -6
- package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
- package/Microsoft.Data.SqlClient/internal/index.d.ts +272 -172
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +157 -52
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +11 -5
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +23 -10
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +333 -333
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +35 -16
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +20 -6
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +135 -98
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +57 -57
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +20 -8
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +29 -23
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +43 -35
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +15 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +34 -24
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +343 -226
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +18 -17
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +19 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +187 -211
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +50 -41
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +38 -25
- package/Microsoft.EntityFrameworkCore.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +377 -263
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -4
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -1
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +28 -19
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +34 -18
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +29 -19
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +41 -33
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +25 -16
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +59 -32
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +12 -7
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +83 -64
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +6 -4
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +316 -191
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
- package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +21 -6
- package/System/internal/index.d.ts +19 -17
- package/System.ClientModel/internal/index.d.ts +54 -43
- package/System.ClientModel.Primitives/internal/index.d.ts +220 -177
- package/System.ClientModel.Primitives.d.ts +3 -0
- package/System.Configuration/internal/index.d.ts +529 -340
- package/System.Configuration.Internal/internal/index.d.ts +33 -8
- package/System.Configuration.Provider/internal/index.d.ts +20 -11
- package/System.Diagnostics/internal/index.d.ts +2 -2
- package/System.Drawing.Configuration/internal/index.d.ts +7 -9
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +102 -68
- package/System.Security.Cryptography/internal/index.d.ts +2 -2
- package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
- package/__internal/extensions/index.d.ts +1004 -53
- package/package.json +5 -5
|
@@ -11,23 +11,23 @@ import type { ptr } from "@tsonic/core/types.js";
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { ApiKeyCredential, AuthenticationTokenProvider, BinaryContent, ClientResult, ContinuationToken } from "../../System.ClientModel/internal/index.js";
|
|
13
13
|
import type { BinaryData } from "../../System/internal/index.js";
|
|
14
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
15
|
-
import type {
|
|
16
|
-
import * as
|
|
17
|
-
import type {
|
|
18
|
-
import * as
|
|
19
|
-
import type {
|
|
20
|
-
import type { Activity, ActivityContext, ActivityKind, ActivitySource } from "@tsonic/dotnet/System.Diagnostics.js";
|
|
21
|
-
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import type {
|
|
25
|
-
import type { JsonSerializerOptions, Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json.js";
|
|
26
|
-
import
|
|
27
|
-
import type {
|
|
28
|
-
import
|
|
29
|
-
import type {
|
|
30
|
-
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
14
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
15
|
+
import type { IAsyncEnumerable_1, ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
16
|
+
import * as System_Collections_ObjectModel_Internal from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
|
|
17
|
+
import type { KeyedCollection_2 } from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
|
|
18
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
19
|
+
import type { ICollection, IEnumerable, IList } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
20
|
+
import type { Activity, ActivityContext, ActivityKind, ActivitySource } from "@tsonic/dotnet/System.Diagnostics/internal/index.js";
|
|
21
|
+
import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
22
|
+
import type { HttpClient, HttpRequestMessage, HttpResponseMessage } from "@tsonic/dotnet/System.Net.Http/internal/index.js";
|
|
23
|
+
import * as System_Text_Json_Serialization_Internal from "@tsonic/dotnet/System.Text.Json.Serialization/internal/index.js";
|
|
24
|
+
import type { JsonConverter_1 } from "@tsonic/dotnet/System.Text.Json.Serialization/internal/index.js";
|
|
25
|
+
import type { JsonSerializerOptions, Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
26
|
+
import type { Task, ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
27
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
28
|
+
import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
|
|
29
|
+
import type { Attribute, Boolean as ClrBoolean, DateTimeOffset, Enum, Exception, Func_1, IComparable, IConvertible, IDisposable, IFormattable, Int32, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, UInt16, Uri, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
30
|
+
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
31
31
|
|
|
32
32
|
export enum ClientErrorBehaviors {
|
|
33
33
|
Default = 0,
|
|
@@ -50,6 +50,8 @@ export enum PipelinePosition {
|
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
export interface IJsonModel_1$instance<T> extends IPersistableModel_1<T> {
|
|
53
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
|
|
54
|
+
|
|
53
55
|
Create(reader: Utf8JsonReader, options: ModelReaderWriterOptions): T | undefined;
|
|
54
56
|
Create(data: BinaryData, options: ModelReaderWriterOptions): T | undefined;
|
|
55
57
|
Create(data: BinaryData, options: ModelReaderWriterOptions): T;
|
|
@@ -62,6 +64,8 @@ export interface IJsonModel_1$instance<T> extends IPersistableModel_1<T> {
|
|
|
62
64
|
export type IJsonModel_1<T> = IJsonModel_1$instance<T>;
|
|
63
65
|
|
|
64
66
|
export interface IPersistableModel_1$instance<T> {
|
|
67
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
|
|
68
|
+
|
|
65
69
|
Create(data: BinaryData, options: ModelReaderWriterOptions): T | undefined;
|
|
66
70
|
GetFormatFromOptions(options: ModelReaderWriterOptions): string;
|
|
67
71
|
Write(options: ModelReaderWriterOptions): BinaryData;
|
|
@@ -71,6 +75,8 @@ export interface IPersistableModel_1$instance<T> {
|
|
|
71
75
|
export type IPersistableModel_1<T> = IPersistableModel_1$instance<T>;
|
|
72
76
|
|
|
73
77
|
export interface ClientConnection$instance {
|
|
78
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ClientConnection: never;
|
|
79
|
+
|
|
74
80
|
readonly Credential: unknown | undefined;
|
|
75
81
|
readonly CredentialKind: CredentialKind;
|
|
76
82
|
readonly Id: string;
|
|
@@ -89,13 +95,14 @@ export const ClientConnection: {
|
|
|
89
95
|
export type ClientConnection = ClientConnection$instance;
|
|
90
96
|
|
|
91
97
|
export interface ApiKeyAuthenticationPolicy$instance extends AuthenticationPolicy {
|
|
92
|
-
|
|
93
|
-
|
|
98
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ApiKeyAuthenticationPolicy: never;
|
|
99
|
+
|
|
100
|
+
Process(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): void;
|
|
101
|
+
ProcessAsync(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
94
102
|
}
|
|
95
103
|
|
|
96
104
|
|
|
97
105
|
export const ApiKeyAuthenticationPolicy: {
|
|
98
|
-
new(): ApiKeyAuthenticationPolicy;
|
|
99
106
|
CreateBasicAuthorizationPolicy(credential: ApiKeyCredential): ApiKeyAuthenticationPolicy;
|
|
100
107
|
CreateBearerAuthorizationPolicy(credential: ApiKeyCredential): ApiKeyAuthenticationPolicy;
|
|
101
108
|
CreateHeaderApiKeyPolicy(credential: ApiKeyCredential, headerName: string, keyPrefix?: string): ApiKeyAuthenticationPolicy;
|
|
@@ -105,52 +112,58 @@ export const ApiKeyAuthenticationPolicy: {
|
|
|
105
112
|
export type ApiKeyAuthenticationPolicy = ApiKeyAuthenticationPolicy$instance;
|
|
106
113
|
|
|
107
114
|
export interface AsyncCollectionResult$instance {
|
|
115
|
+
readonly __tsonic_type_System_ClientModel_Primitives_AsyncCollectionResult: never;
|
|
116
|
+
|
|
108
117
|
GetContinuationToken(page: ClientResult): ContinuationToken | undefined;
|
|
109
|
-
GetRawPagesAsync():
|
|
118
|
+
GetRawPagesAsync(): IAsyncEnumerable_1<ClientResult>;
|
|
110
119
|
}
|
|
111
120
|
|
|
112
121
|
|
|
113
|
-
export const AsyncCollectionResult: {
|
|
114
|
-
new(): AsyncCollectionResult;
|
|
122
|
+
export const AsyncCollectionResult: (abstract new() => AsyncCollectionResult) & {
|
|
115
123
|
};
|
|
116
124
|
|
|
117
125
|
|
|
118
126
|
export type AsyncCollectionResult = AsyncCollectionResult$instance;
|
|
119
127
|
|
|
120
128
|
export interface AuthenticationPolicy$instance extends PipelinePolicy {
|
|
129
|
+
readonly __tsonic_type_System_ClientModel_Primitives_AuthenticationPolicy: never;
|
|
130
|
+
|
|
121
131
|
}
|
|
122
132
|
|
|
123
133
|
|
|
124
|
-
export const AuthenticationPolicy: {
|
|
125
|
-
new(): AuthenticationPolicy;
|
|
134
|
+
export const AuthenticationPolicy: (abstract new() => AuthenticationPolicy) & {
|
|
126
135
|
};
|
|
127
136
|
|
|
128
137
|
|
|
129
138
|
export type AuthenticationPolicy = AuthenticationPolicy$instance;
|
|
130
139
|
|
|
131
140
|
export interface AuthenticationToken$instance {
|
|
132
|
-
readonly
|
|
133
|
-
|
|
141
|
+
readonly __tsonic_type_System_ClientModel_Primitives_AuthenticationToken: never;
|
|
142
|
+
|
|
143
|
+
readonly ExpiresOn: Nullable_1<DateTimeOffset>;
|
|
144
|
+
readonly RefreshOn: Nullable_1<DateTimeOffset>;
|
|
134
145
|
readonly TokenType: string;
|
|
135
146
|
readonly TokenValue: string;
|
|
136
147
|
}
|
|
137
148
|
|
|
138
149
|
|
|
139
150
|
export const AuthenticationToken: {
|
|
140
|
-
new(tokenValue: string, tokenType: string, expiresOn: DateTimeOffset, refreshOn:
|
|
151
|
+
new(tokenValue: string, tokenType: string, expiresOn: DateTimeOffset, refreshOn: Nullable_1<DateTimeOffset>): AuthenticationToken;
|
|
141
152
|
};
|
|
142
153
|
|
|
143
154
|
|
|
144
155
|
export type AuthenticationToken = AuthenticationToken$instance;
|
|
145
156
|
|
|
146
157
|
export interface BearerTokenPolicy$instance extends AuthenticationPolicy {
|
|
147
|
-
|
|
148
|
-
|
|
158
|
+
readonly __tsonic_type_System_ClientModel_Primitives_BearerTokenPolicy: never;
|
|
159
|
+
|
|
160
|
+
Process(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): void;
|
|
161
|
+
ProcessAsync(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
149
162
|
}
|
|
150
163
|
|
|
151
164
|
|
|
152
165
|
export const BearerTokenPolicy: {
|
|
153
|
-
new(tokenProvider: AuthenticationTokenProvider, contexts:
|
|
166
|
+
new(tokenProvider: AuthenticationTokenProvider, contexts: IEnumerable_1<IReadOnlyDictionary_2<System_Internal.String, unknown>>): BearerTokenPolicy;
|
|
154
167
|
new(tokenProvider: AuthenticationTokenProvider, scope: string): BearerTokenPolicy;
|
|
155
168
|
};
|
|
156
169
|
|
|
@@ -158,7 +171,9 @@ export const BearerTokenPolicy: {
|
|
|
158
171
|
export type BearerTokenPolicy = BearerTokenPolicy$instance;
|
|
159
172
|
|
|
160
173
|
export interface ClientCache$instance {
|
|
161
|
-
|
|
174
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ClientCache: never;
|
|
175
|
+
|
|
176
|
+
GetClient<T>(clientId: unknown, createClient: Func_1<T>): T;
|
|
162
177
|
}
|
|
163
178
|
|
|
164
179
|
|
|
@@ -169,13 +184,20 @@ export const ClientCache: {
|
|
|
169
184
|
|
|
170
185
|
export type ClientCache = ClientCache$instance;
|
|
171
186
|
|
|
172
|
-
export
|
|
173
|
-
|
|
174
|
-
}
|
|
187
|
+
export interface ClientConnectionCollection$instance extends KeyedCollection_2<System_Internal.String, ClientConnection> {
|
|
188
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ClientConnectionCollection: never;
|
|
175
189
|
|
|
190
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
191
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
192
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
193
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
194
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
195
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
196
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
197
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
176
198
|
|
|
177
|
-
|
|
178
|
-
|
|
199
|
+
AddRange(connections: IEnumerable_1<ClientConnection>): void;
|
|
200
|
+
GetKeyForItem(item: ClientConnection): string;
|
|
179
201
|
}
|
|
180
202
|
|
|
181
203
|
|
|
@@ -187,28 +209,31 @@ export const ClientConnectionCollection: {
|
|
|
187
209
|
export type ClientConnectionCollection = ClientConnectionCollection$instance;
|
|
188
210
|
|
|
189
211
|
export interface ClientConnectionProvider$instance {
|
|
212
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ClientConnectionProvider: never;
|
|
213
|
+
|
|
190
214
|
readonly Subclients: ClientCache;
|
|
191
|
-
GetAllConnections():
|
|
215
|
+
GetAllConnections(): IEnumerable_1<ClientConnection>;
|
|
192
216
|
GetConnection(connectionId: string): ClientConnection;
|
|
193
217
|
}
|
|
194
218
|
|
|
195
219
|
|
|
196
|
-
export const ClientConnectionProvider: {
|
|
197
|
-
new(maxCacheSize: int): ClientConnectionProvider;
|
|
220
|
+
export const ClientConnectionProvider: (abstract new(maxCacheSize: int) => ClientConnectionProvider) & {
|
|
198
221
|
};
|
|
199
222
|
|
|
200
223
|
|
|
201
224
|
export type ClientConnectionProvider = ClientConnectionProvider$instance;
|
|
202
225
|
|
|
203
226
|
export interface ClientLoggingOptions$instance {
|
|
204
|
-
readonly
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
227
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ClientLoggingOptions: never;
|
|
228
|
+
|
|
229
|
+
readonly AllowedHeaderNames: IList_1<System_Internal.String>;
|
|
230
|
+
readonly AllowedQueryParameters: IList_1<System_Internal.String>;
|
|
231
|
+
EnableLogging: Nullable_1<System_Internal.Boolean>;
|
|
232
|
+
EnableMessageContentLogging: Nullable_1<System_Internal.Boolean>;
|
|
233
|
+
EnableMessageLogging: Nullable_1<System_Internal.Boolean>;
|
|
209
234
|
get LoggerFactory(): ILoggerFactory | undefined;
|
|
210
|
-
set LoggerFactory(value: ILoggerFactory);
|
|
211
|
-
MessageContentSizeLimit:
|
|
235
|
+
set LoggerFactory(value: ILoggerFactory | undefined);
|
|
236
|
+
MessageContentSizeLimit: Nullable_1<System_Internal.Int32>;
|
|
212
237
|
Freeze(): void;
|
|
213
238
|
}
|
|
214
239
|
|
|
@@ -221,6 +246,8 @@ export const ClientLoggingOptions: {
|
|
|
221
246
|
export type ClientLoggingOptions = ClientLoggingOptions$instance;
|
|
222
247
|
|
|
223
248
|
export interface ClientPipeline$instance {
|
|
249
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ClientPipeline: never;
|
|
250
|
+
|
|
224
251
|
CreateMessage(): PipelineMessage;
|
|
225
252
|
Send(message: PipelineMessage): void;
|
|
226
253
|
SendAsync(message: PipelineMessage): ValueTask;
|
|
@@ -228,8 +255,7 @@ export interface ClientPipeline$instance {
|
|
|
228
255
|
|
|
229
256
|
|
|
230
257
|
export const ClientPipeline: {
|
|
231
|
-
|
|
232
|
-
Create(options: ClientPipelineOptions, perCallPolicies: ReadOnlySpan<PipelinePolicy>, perTryPolicies: ReadOnlySpan<PipelinePolicy>, beforeTransportPolicies: ReadOnlySpan<PipelinePolicy>): ClientPipeline;
|
|
258
|
+
Create(options: ClientPipelineOptions, perCallPolicies: ReadOnlySpan_1<PipelinePolicy>, perTryPolicies: ReadOnlySpan_1<PipelinePolicy>, beforeTransportPolicies: ReadOnlySpan_1<PipelinePolicy>): ClientPipeline;
|
|
233
259
|
Create(options?: ClientPipelineOptions): ClientPipeline;
|
|
234
260
|
};
|
|
235
261
|
|
|
@@ -237,15 +263,18 @@ export const ClientPipeline: {
|
|
|
237
263
|
export type ClientPipeline = ClientPipeline$instance;
|
|
238
264
|
|
|
239
265
|
export interface ClientPipelineOptions$instance {
|
|
266
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ClientPipelineOptions: never;
|
|
267
|
+
|
|
240
268
|
get ClientLoggingOptions(): ClientLoggingOptions | undefined;
|
|
241
|
-
set ClientLoggingOptions(value: ClientLoggingOptions);
|
|
242
|
-
EnableDistributedTracing:
|
|
269
|
+
set ClientLoggingOptions(value: ClientLoggingOptions | undefined);
|
|
270
|
+
EnableDistributedTracing: Nullable_1<System_Internal.Boolean>;
|
|
243
271
|
get MessageLoggingPolicy(): PipelinePolicy | undefined;
|
|
244
|
-
set MessageLoggingPolicy(value: PipelinePolicy);
|
|
245
|
-
NetworkTimeout:
|
|
272
|
+
set MessageLoggingPolicy(value: PipelinePolicy | undefined);
|
|
273
|
+
NetworkTimeout: Nullable_1<TimeSpan>;
|
|
246
274
|
get RetryPolicy(): PipelinePolicy | undefined;
|
|
247
|
-
set RetryPolicy(value: PipelinePolicy);
|
|
248
|
-
Transport: PipelineTransport;
|
|
275
|
+
set RetryPolicy(value: PipelinePolicy | undefined);
|
|
276
|
+
get Transport(): PipelineTransport | undefined;
|
|
277
|
+
set Transport(value: PipelineTransport | undefined);
|
|
249
278
|
AddPolicy(policy: PipelinePolicy, position: PipelinePosition): void;
|
|
250
279
|
Freeze(): void;
|
|
251
280
|
}
|
|
@@ -258,23 +287,21 @@ export const ClientPipelineOptions: {
|
|
|
258
287
|
|
|
259
288
|
export type ClientPipelineOptions = ClientPipelineOptions$instance;
|
|
260
289
|
|
|
261
|
-
export
|
|
262
|
-
|
|
263
|
-
protected OnRequestSent(message: PipelineMessage): void;
|
|
264
|
-
protected OnRequestSentAsync(message: PipelineMessage): ValueTask;
|
|
265
|
-
protected OnSendingRequest(message: PipelineMessage): void;
|
|
266
|
-
protected OnSendingRequestAsync(message: PipelineMessage): ValueTask;
|
|
267
|
-
protected OnTryComplete(message: PipelineMessage): void;
|
|
268
|
-
protected ShouldRetry(message: PipelineMessage, exception: Exception): boolean;
|
|
269
|
-
protected ShouldRetryAsync(message: PipelineMessage, exception: Exception): ValueTask<System_Internal.Boolean>;
|
|
270
|
-
protected Wait(time: TimeSpan, cancellationToken: CancellationToken): void;
|
|
271
|
-
protected WaitAsync(time: TimeSpan, cancellationToken: CancellationToken): Task;
|
|
272
|
-
}
|
|
273
|
-
|
|
290
|
+
export interface ClientRetryPolicy$instance extends PipelinePolicy {
|
|
291
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ClientRetryPolicy: never;
|
|
274
292
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
293
|
+
GetNextDelay(message: PipelineMessage, tryCount: int): TimeSpan;
|
|
294
|
+
OnRequestSent(message: PipelineMessage): void;
|
|
295
|
+
OnRequestSentAsync(message: PipelineMessage): ValueTask;
|
|
296
|
+
OnSendingRequest(message: PipelineMessage): void;
|
|
297
|
+
OnSendingRequestAsync(message: PipelineMessage): ValueTask;
|
|
298
|
+
OnTryComplete(message: PipelineMessage): void;
|
|
299
|
+
Process(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): void;
|
|
300
|
+
ProcessAsync(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
301
|
+
ShouldRetry(message: PipelineMessage, exception: Exception): boolean;
|
|
302
|
+
ShouldRetryAsync(message: PipelineMessage, exception: Exception): ValueTask_1<System_Internal.Boolean>;
|
|
303
|
+
Wait(time: TimeSpan, cancellationToken: CancellationToken): void;
|
|
304
|
+
WaitAsync(time: TimeSpan, cancellationToken: CancellationToken): Task;
|
|
278
305
|
}
|
|
279
306
|
|
|
280
307
|
|
|
@@ -288,25 +315,28 @@ export const ClientRetryPolicy: {
|
|
|
288
315
|
export type ClientRetryPolicy = ClientRetryPolicy$instance;
|
|
289
316
|
|
|
290
317
|
export interface CollectionResult$instance {
|
|
318
|
+
readonly __tsonic_type_System_ClientModel_Primitives_CollectionResult: never;
|
|
319
|
+
|
|
291
320
|
GetContinuationToken(page: ClientResult): ContinuationToken | undefined;
|
|
292
|
-
GetRawPages():
|
|
321
|
+
GetRawPages(): IEnumerable_1<ClientResult>;
|
|
293
322
|
}
|
|
294
323
|
|
|
295
324
|
|
|
296
|
-
export const CollectionResult: {
|
|
297
|
-
new(): CollectionResult;
|
|
325
|
+
export const CollectionResult: (abstract new() => CollectionResult) & {
|
|
298
326
|
};
|
|
299
327
|
|
|
300
328
|
|
|
301
329
|
export type CollectionResult = CollectionResult$instance;
|
|
302
330
|
|
|
303
331
|
export interface GetTokenOptions$instance {
|
|
304
|
-
readonly
|
|
332
|
+
readonly __tsonic_type_System_ClientModel_Primitives_GetTokenOptions: never;
|
|
333
|
+
|
|
334
|
+
readonly Properties: IReadOnlyDictionary_2<System_Internal.String, unknown>;
|
|
305
335
|
}
|
|
306
336
|
|
|
307
337
|
|
|
308
338
|
export const GetTokenOptions: {
|
|
309
|
-
new(properties:
|
|
339
|
+
new(properties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GetTokenOptions;
|
|
310
340
|
readonly ScopesPropertyName: string;
|
|
311
341
|
readonly TokenUrlPropertyName: string;
|
|
312
342
|
readonly AuthorizationUrlPropertyName: string;
|
|
@@ -316,18 +346,18 @@ export const GetTokenOptions: {
|
|
|
316
346
|
|
|
317
347
|
export type GetTokenOptions = GetTokenOptions$instance;
|
|
318
348
|
|
|
319
|
-
export
|
|
320
|
-
|
|
321
|
-
protected Dispose(disposing: boolean): void;
|
|
322
|
-
protected OnReceivedResponse(message: PipelineMessage, httpResponse: HttpResponseMessage): void;
|
|
323
|
-
protected OnSendingRequest(message: PipelineMessage, httpRequest: HttpRequestMessage): void;
|
|
324
|
-
protected ProcessCore(message: PipelineMessage): void;
|
|
325
|
-
protected ProcessCoreAsync(message: PipelineMessage): ValueTask;
|
|
326
|
-
}
|
|
349
|
+
export interface HttpClientPipelineTransport$instance extends PipelineTransport {
|
|
350
|
+
readonly __tsonic_type_System_ClientModel_Primitives_HttpClientPipelineTransport: never;
|
|
327
351
|
|
|
352
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
328
353
|
|
|
329
|
-
|
|
354
|
+
CreateMessageCore(): PipelineMessage;
|
|
330
355
|
Dispose(): void;
|
|
356
|
+
Dispose(disposing: boolean): void;
|
|
357
|
+
OnReceivedResponse(message: PipelineMessage, httpResponse: HttpResponseMessage): void;
|
|
358
|
+
OnSendingRequest(message: PipelineMessage, httpRequest: HttpRequestMessage): void;
|
|
359
|
+
ProcessCore(message: PipelineMessage): void;
|
|
360
|
+
ProcessCoreAsync(message: PipelineMessage): ValueTask;
|
|
331
361
|
}
|
|
332
362
|
|
|
333
363
|
|
|
@@ -341,7 +371,9 @@ export const HttpClientPipelineTransport: {
|
|
|
341
371
|
|
|
342
372
|
export type HttpClientPipelineTransport = HttpClientPipelineTransport$instance;
|
|
343
373
|
|
|
344
|
-
export interface JsonModelConverter$instance extends
|
|
374
|
+
export interface JsonModelConverter$instance extends JsonConverter_1<IJsonModel_1<unknown>> {
|
|
375
|
+
readonly __tsonic_type_System_ClientModel_Primitives_JsonModelConverter: never;
|
|
376
|
+
|
|
345
377
|
CanConvert(typeToConvert: Type): boolean;
|
|
346
378
|
Read(reader: Utf8JsonReader, typeToConvert: Type, options: JsonSerializerOptions): IJsonModel_1<unknown> | undefined;
|
|
347
379
|
Write(writer: Utf8JsonWriter, value: IJsonModel_1<unknown>, options: JsonSerializerOptions): void;
|
|
@@ -358,8 +390,10 @@ export const JsonModelConverter: {
|
|
|
358
390
|
export type JsonModelConverter = JsonModelConverter$instance;
|
|
359
391
|
|
|
360
392
|
export interface MessageLoggingPolicy$instance extends PipelinePolicy {
|
|
361
|
-
|
|
362
|
-
|
|
393
|
+
readonly __tsonic_type_System_ClientModel_Primitives_MessageLoggingPolicy: never;
|
|
394
|
+
|
|
395
|
+
Process(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): void;
|
|
396
|
+
ProcessAsync(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
363
397
|
}
|
|
364
398
|
|
|
365
399
|
|
|
@@ -372,6 +406,8 @@ export const MessageLoggingPolicy: {
|
|
|
372
406
|
export type MessageLoggingPolicy = MessageLoggingPolicy$instance;
|
|
373
407
|
|
|
374
408
|
export interface ModelReaderWriterBuildableAttribute$instance extends Attribute {
|
|
409
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ModelReaderWriterBuildableAttribute: never;
|
|
410
|
+
|
|
375
411
|
}
|
|
376
412
|
|
|
377
413
|
|
|
@@ -382,25 +418,24 @@ export const ModelReaderWriterBuildableAttribute: {
|
|
|
382
418
|
|
|
383
419
|
export type ModelReaderWriterBuildableAttribute = ModelReaderWriterBuildableAttribute$instance;
|
|
384
420
|
|
|
385
|
-
export
|
|
386
|
-
|
|
387
|
-
}
|
|
388
|
-
|
|
421
|
+
export interface ModelReaderWriterContext$instance {
|
|
422
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ModelReaderWriterContext: never;
|
|
389
423
|
|
|
390
|
-
export interface ModelReaderWriterContext$instance extends ModelReaderWriterContext$protected {
|
|
391
424
|
GetTypeBuilder(type: Type): ModelReaderWriterTypeBuilder;
|
|
392
425
|
TryGetTypeBuilder(type: Type, builder: ModelReaderWriterTypeBuilder): boolean;
|
|
426
|
+
TryGetTypeBuilderCore(type: Type, builder: ModelReaderWriterTypeBuilder): boolean;
|
|
393
427
|
}
|
|
394
428
|
|
|
395
429
|
|
|
396
|
-
export const ModelReaderWriterContext: {
|
|
397
|
-
new(): ModelReaderWriterContext;
|
|
430
|
+
export const ModelReaderWriterContext: (abstract new() => ModelReaderWriterContext) & {
|
|
398
431
|
};
|
|
399
432
|
|
|
400
433
|
|
|
401
434
|
export type ModelReaderWriterContext = ModelReaderWriterContext$instance;
|
|
402
435
|
|
|
403
436
|
export interface ModelReaderWriterContextTypeAttribute$instance extends Attribute {
|
|
437
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ModelReaderWriterContextTypeAttribute: never;
|
|
438
|
+
|
|
404
439
|
}
|
|
405
440
|
|
|
406
441
|
|
|
@@ -412,6 +447,8 @@ export const ModelReaderWriterContextTypeAttribute: {
|
|
|
412
447
|
export type ModelReaderWriterContextTypeAttribute = ModelReaderWriterContextTypeAttribute$instance;
|
|
413
448
|
|
|
414
449
|
export interface ModelReaderWriterOptions$instance {
|
|
450
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ModelReaderWriterOptions: never;
|
|
451
|
+
|
|
415
452
|
readonly Format: string;
|
|
416
453
|
}
|
|
417
454
|
|
|
@@ -425,48 +462,48 @@ export const ModelReaderWriterOptions: {
|
|
|
425
462
|
|
|
426
463
|
export type ModelReaderWriterOptions = ModelReaderWriterOptions$instance;
|
|
427
464
|
|
|
428
|
-
export
|
|
429
|
-
|
|
430
|
-
protected readonly ItemType: Type | undefined;
|
|
431
|
-
protected AddItem(collectionBuilder: unknown, item: unknown): void;
|
|
432
|
-
protected AddItemWithKey(collectionBuilder: unknown, key: string, item: unknown): void;
|
|
433
|
-
protected ConvertCollectionBuilder(collectionBuilder: unknown): unknown;
|
|
434
|
-
protected abstract CreateInstance(): unknown;
|
|
435
|
-
protected GetItems(collection: unknown): IEnumerable | undefined;
|
|
436
|
-
}
|
|
437
|
-
|
|
465
|
+
export interface ModelReaderWriterTypeBuilder$instance {
|
|
466
|
+
readonly __tsonic_type_System_ClientModel_Primitives_ModelReaderWriterTypeBuilder: never;
|
|
438
467
|
|
|
439
|
-
|
|
468
|
+
readonly BuilderType: Type;
|
|
469
|
+
readonly ItemType: Type | undefined;
|
|
470
|
+
AddItem(collectionBuilder: unknown, item: unknown): void;
|
|
471
|
+
AddItemWithKey(collectionBuilder: unknown, key: string, item: unknown): void;
|
|
472
|
+
ConvertCollectionBuilder(collectionBuilder: unknown): unknown;
|
|
473
|
+
CreateInstance(): unknown;
|
|
474
|
+
GetItems(collection: unknown): IEnumerable | undefined;
|
|
440
475
|
}
|
|
441
476
|
|
|
442
477
|
|
|
443
|
-
export const ModelReaderWriterTypeBuilder: {
|
|
444
|
-
new(): ModelReaderWriterTypeBuilder;
|
|
478
|
+
export const ModelReaderWriterTypeBuilder: (abstract new() => ModelReaderWriterTypeBuilder) & {
|
|
445
479
|
};
|
|
446
480
|
|
|
447
481
|
|
|
448
482
|
export type ModelReaderWriterTypeBuilder = ModelReaderWriterTypeBuilder$instance;
|
|
449
483
|
|
|
450
484
|
export interface OperationResult$instance {
|
|
485
|
+
readonly __tsonic_type_System_ClientModel_Primitives_OperationResult: never;
|
|
486
|
+
|
|
451
487
|
HasCompleted: boolean;
|
|
452
488
|
get RehydrationToken(): ContinuationToken | undefined;
|
|
453
|
-
set RehydrationToken(value: ContinuationToken);
|
|
489
|
+
set RehydrationToken(value: ContinuationToken | undefined);
|
|
454
490
|
GetRawResponse(): PipelineResponse;
|
|
455
491
|
UpdateStatus(options?: RequestOptions): ClientResult;
|
|
456
|
-
UpdateStatusAsync(options?: RequestOptions):
|
|
492
|
+
UpdateStatusAsync(options?: RequestOptions): ValueTask_1<ClientResult>;
|
|
457
493
|
WaitForCompletion(cancellationToken?: CancellationToken): void;
|
|
458
494
|
WaitForCompletionAsync(cancellationToken?: CancellationToken): ValueTask;
|
|
459
495
|
}
|
|
460
496
|
|
|
461
497
|
|
|
462
|
-
export const OperationResult: {
|
|
463
|
-
new(response: PipelineResponse): OperationResult;
|
|
498
|
+
export const OperationResult: (abstract new(response: PipelineResponse) => OperationResult) & {
|
|
464
499
|
};
|
|
465
500
|
|
|
466
501
|
|
|
467
502
|
export type OperationResult = OperationResult$instance;
|
|
468
503
|
|
|
469
504
|
export interface PersistableModelProxyAttribute$instance extends Attribute {
|
|
505
|
+
readonly __tsonic_type_System_ClientModel_Primitives_PersistableModelProxyAttribute: never;
|
|
506
|
+
|
|
470
507
|
readonly ProxyType: Type;
|
|
471
508
|
}
|
|
472
509
|
|
|
@@ -478,182 +515,188 @@ export const PersistableModelProxyAttribute: {
|
|
|
478
515
|
|
|
479
516
|
export type PersistableModelProxyAttribute = PersistableModelProxyAttribute$instance;
|
|
480
517
|
|
|
481
|
-
export
|
|
482
|
-
|
|
483
|
-
}
|
|
518
|
+
export interface PipelineMessage$instance {
|
|
519
|
+
readonly __tsonic_type_System_ClientModel_Primitives_PipelineMessage: never;
|
|
484
520
|
|
|
521
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
485
522
|
|
|
486
|
-
export interface PipelineMessage$instance extends PipelineMessage$protected {
|
|
487
523
|
BufferResponse: boolean;
|
|
488
524
|
CancellationToken: CancellationToken;
|
|
489
|
-
NetworkTimeout:
|
|
525
|
+
NetworkTimeout: Nullable_1<TimeSpan>;
|
|
490
526
|
readonly Request: PipelineRequest;
|
|
491
|
-
Response: PipelineResponse;
|
|
527
|
+
get Response(): PipelineResponse | undefined;
|
|
528
|
+
set Response(value: PipelineResponse | undefined);
|
|
492
529
|
ResponseClassifier: PipelineMessageClassifier;
|
|
493
530
|
Apply(options: RequestOptions): void;
|
|
494
531
|
Dispose(): void;
|
|
532
|
+
Dispose(disposing: boolean): void;
|
|
495
533
|
ExtractResponse(): PipelineResponse | undefined;
|
|
496
534
|
SetProperty(key: Type, value: unknown): void;
|
|
497
535
|
TryGetProperty(key: Type, value: unknown): boolean;
|
|
498
536
|
}
|
|
499
537
|
|
|
500
538
|
|
|
501
|
-
export const PipelineMessage: {
|
|
502
|
-
new(request: PipelineRequest): PipelineMessage;
|
|
539
|
+
export const PipelineMessage: (abstract new(request: PipelineRequest) => PipelineMessage) & {
|
|
503
540
|
};
|
|
504
541
|
|
|
505
542
|
|
|
506
543
|
export type PipelineMessage = PipelineMessage$instance;
|
|
507
544
|
|
|
508
545
|
export interface PipelineMessageClassifier$instance {
|
|
546
|
+
readonly __tsonic_type_System_ClientModel_Primitives_PipelineMessageClassifier: never;
|
|
547
|
+
|
|
509
548
|
TryClassify(message: PipelineMessage, isError: boolean): boolean;
|
|
510
549
|
TryClassify(message: PipelineMessage, exception: Exception, isRetriable: boolean): boolean;
|
|
511
550
|
}
|
|
512
551
|
|
|
513
552
|
|
|
514
|
-
export const PipelineMessageClassifier: {
|
|
515
|
-
new(): PipelineMessageClassifier;
|
|
553
|
+
export const PipelineMessageClassifier: (abstract new() => PipelineMessageClassifier) & {
|
|
516
554
|
readonly Default: PipelineMessageClassifier;
|
|
517
|
-
Create(successStatusCodes:
|
|
555
|
+
Create(successStatusCodes: ReadOnlySpan_1<System_Internal.UInt16>): PipelineMessageClassifier;
|
|
518
556
|
};
|
|
519
557
|
|
|
520
558
|
|
|
521
559
|
export type PipelineMessageClassifier = PipelineMessageClassifier$instance;
|
|
522
560
|
|
|
523
561
|
export interface PipelinePolicy$instance {
|
|
524
|
-
|
|
525
|
-
|
|
562
|
+
readonly __tsonic_type_System_ClientModel_Primitives_PipelinePolicy: never;
|
|
563
|
+
|
|
564
|
+
Process(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): void;
|
|
565
|
+
ProcessAsync(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
526
566
|
}
|
|
527
567
|
|
|
528
568
|
|
|
529
|
-
export const PipelinePolicy: {
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
ProcessNextAsync(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
569
|
+
export const PipelinePolicy: (abstract new() => PipelinePolicy) & {
|
|
570
|
+
ProcessNext(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): void;
|
|
571
|
+
ProcessNextAsync(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
533
572
|
};
|
|
534
573
|
|
|
535
574
|
|
|
536
575
|
export type PipelinePolicy = PipelinePolicy$instance;
|
|
537
576
|
|
|
538
|
-
export
|
|
539
|
-
|
|
540
|
-
protected readonly HeadersCore: PipelineRequestHeaders;
|
|
541
|
-
protected MethodCore: string;
|
|
542
|
-
protected UriCore: Uri | undefined;
|
|
543
|
-
}
|
|
577
|
+
export interface PipelineRequest$instance {
|
|
578
|
+
readonly __tsonic_type_System_ClientModel_Primitives_PipelineRequest: never;
|
|
544
579
|
|
|
580
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
545
581
|
|
|
546
|
-
|
|
547
|
-
Content: BinaryContent;
|
|
582
|
+
get Content(): BinaryContent | undefined;
|
|
583
|
+
set Content(value: BinaryContent | undefined);
|
|
584
|
+
get ContentCore(): BinaryContent | undefined;
|
|
585
|
+
set ContentCore(value: BinaryContent | undefined);
|
|
548
586
|
readonly Headers: PipelineRequestHeaders;
|
|
587
|
+
readonly HeadersCore: PipelineRequestHeaders;
|
|
549
588
|
Method: string;
|
|
550
|
-
|
|
589
|
+
MethodCore: string;
|
|
590
|
+
get Uri(): Uri | undefined;
|
|
591
|
+
set Uri(value: Uri | undefined);
|
|
592
|
+
get UriCore(): Uri | undefined;
|
|
593
|
+
set UriCore(value: Uri | undefined);
|
|
551
594
|
Dispose(): void;
|
|
552
595
|
}
|
|
553
596
|
|
|
554
597
|
|
|
555
|
-
export const PipelineRequest: {
|
|
556
|
-
new(): PipelineRequest;
|
|
598
|
+
export const PipelineRequest: (abstract new() => PipelineRequest) & {
|
|
557
599
|
};
|
|
558
600
|
|
|
559
601
|
|
|
560
602
|
export type PipelineRequest = PipelineRequest$instance;
|
|
561
603
|
|
|
562
604
|
export interface PipelineRequestHeaders$instance {
|
|
605
|
+
readonly __tsonic_type_System_ClientModel_Primitives_PipelineRequestHeaders: never;
|
|
606
|
+
|
|
607
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
608
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
609
|
+
|
|
563
610
|
Add(name: string, value: string): void;
|
|
564
|
-
GetEnumerator():
|
|
611
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
|
|
565
612
|
Remove(name: string): boolean;
|
|
566
613
|
Set(name: string, value: string): void;
|
|
567
614
|
TryGetValue(name: string, value: string): boolean;
|
|
568
|
-
TryGetValues(name: string, values:
|
|
615
|
+
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
569
616
|
}
|
|
570
617
|
|
|
571
618
|
|
|
572
|
-
export const PipelineRequestHeaders: {
|
|
573
|
-
new(): PipelineRequestHeaders;
|
|
619
|
+
export const PipelineRequestHeaders: (abstract new() => PipelineRequestHeaders) & {
|
|
574
620
|
};
|
|
575
621
|
|
|
576
622
|
|
|
577
623
|
export type PipelineRequestHeaders = PipelineRequestHeaders$instance;
|
|
578
624
|
|
|
579
|
-
export
|
|
580
|
-
|
|
581
|
-
protected IsErrorCore: boolean;
|
|
582
|
-
}
|
|
625
|
+
export interface PipelineResponse$instance {
|
|
626
|
+
readonly __tsonic_type_System_ClientModel_Primitives_PipelineResponse: never;
|
|
583
627
|
|
|
628
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
584
629
|
|
|
585
|
-
export interface PipelineResponse$instance extends PipelineResponse$protected {
|
|
586
630
|
readonly Content: BinaryData;
|
|
587
631
|
get ContentStream(): Stream | undefined;
|
|
588
|
-
set ContentStream(value: Stream);
|
|
632
|
+
set ContentStream(value: Stream | undefined);
|
|
589
633
|
readonly Headers: PipelineResponseHeaders;
|
|
634
|
+
readonly HeadersCore: PipelineResponseHeaders;
|
|
590
635
|
readonly IsError: boolean;
|
|
636
|
+
IsErrorCore: boolean;
|
|
591
637
|
readonly ReasonPhrase: string;
|
|
592
638
|
readonly Status: int;
|
|
593
639
|
BufferContent(cancellationToken?: CancellationToken): BinaryData;
|
|
594
|
-
BufferContentAsync(cancellationToken?: CancellationToken):
|
|
640
|
+
BufferContentAsync(cancellationToken?: CancellationToken): ValueTask_1<BinaryData>;
|
|
595
641
|
Dispose(): void;
|
|
596
642
|
}
|
|
597
643
|
|
|
598
644
|
|
|
599
|
-
export const PipelineResponse: {
|
|
600
|
-
new(): PipelineResponse;
|
|
645
|
+
export const PipelineResponse: (abstract new() => PipelineResponse) & {
|
|
601
646
|
};
|
|
602
647
|
|
|
603
648
|
|
|
604
649
|
export type PipelineResponse = PipelineResponse$instance;
|
|
605
650
|
|
|
606
651
|
export interface PipelineResponseHeaders$instance {
|
|
607
|
-
|
|
652
|
+
readonly __tsonic_type_System_ClientModel_Primitives_PipelineResponseHeaders: never;
|
|
653
|
+
|
|
654
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
655
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
656
|
+
|
|
657
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>;
|
|
608
658
|
TryGetValue(name: string, value: string): boolean;
|
|
609
|
-
TryGetValues(name: string, values:
|
|
659
|
+
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
610
660
|
}
|
|
611
661
|
|
|
612
662
|
|
|
613
|
-
export const PipelineResponseHeaders: {
|
|
614
|
-
new(): PipelineResponseHeaders;
|
|
663
|
+
export const PipelineResponseHeaders: (abstract new() => PipelineResponseHeaders) & {
|
|
615
664
|
};
|
|
616
665
|
|
|
617
666
|
|
|
618
667
|
export type PipelineResponseHeaders = PipelineResponseHeaders$instance;
|
|
619
668
|
|
|
620
|
-
export
|
|
621
|
-
|
|
622
|
-
protected abstract ProcessCore(message: PipelineMessage): void;
|
|
623
|
-
protected abstract ProcessCoreAsync(message: PipelineMessage): ValueTask;
|
|
624
|
-
}
|
|
625
|
-
|
|
669
|
+
export interface PipelineTransport$instance extends PipelinePolicy {
|
|
670
|
+
readonly __tsonic_type_System_ClientModel_Primitives_PipelineTransport: never;
|
|
626
671
|
|
|
627
|
-
export interface PipelineTransport$instance extends PipelineTransport$protected, PipelinePolicy {
|
|
628
672
|
CreateMessage(): PipelineMessage;
|
|
673
|
+
CreateMessageCore(): PipelineMessage;
|
|
629
674
|
Process(message: PipelineMessage): void;
|
|
630
|
-
Process(message: PipelineMessage, pipeline:
|
|
631
|
-
Process(message: PipelineMessage, pipeline:
|
|
675
|
+
Process(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): void;
|
|
676
|
+
Process(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): void;
|
|
632
677
|
ProcessAsync(message: PipelineMessage): ValueTask;
|
|
633
|
-
ProcessAsync(message: PipelineMessage, pipeline:
|
|
634
|
-
ProcessAsync(message: PipelineMessage, pipeline:
|
|
678
|
+
ProcessAsync(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
679
|
+
ProcessAsync(message: PipelineMessage, pipeline: IReadOnlyList_1<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
680
|
+
ProcessCore(message: PipelineMessage): void;
|
|
681
|
+
ProcessCoreAsync(message: PipelineMessage): ValueTask;
|
|
635
682
|
}
|
|
636
683
|
|
|
637
684
|
|
|
638
|
-
export const PipelineTransport: {
|
|
639
|
-
new(): PipelineTransport;
|
|
640
|
-
new(enableLogging: boolean, loggerFactory: ILoggerFactory): PipelineTransport;
|
|
685
|
+
export const PipelineTransport: (abstract new() => PipelineTransport) & (abstract new(enableLogging: boolean, loggerFactory: ILoggerFactory) => PipelineTransport) & {
|
|
641
686
|
};
|
|
642
687
|
|
|
643
688
|
|
|
644
689
|
export type PipelineTransport = PipelineTransport$instance;
|
|
645
690
|
|
|
646
|
-
export
|
|
647
|
-
|
|
648
|
-
}
|
|
649
|
-
|
|
691
|
+
export interface RequestOptions$instance {
|
|
692
|
+
readonly __tsonic_type_System_ClientModel_Primitives_RequestOptions: never;
|
|
650
693
|
|
|
651
|
-
export interface RequestOptions$instance extends RequestOptions$protected {
|
|
652
694
|
BufferResponse: boolean;
|
|
653
695
|
CancellationToken: CancellationToken;
|
|
654
696
|
ErrorOptions: ClientErrorBehaviors;
|
|
655
697
|
AddHeader(name: string, value: string): void;
|
|
656
698
|
AddPolicy(policy: PipelinePolicy, position: PipelinePosition): void;
|
|
699
|
+
Apply(message: PipelineMessage): void;
|
|
657
700
|
Freeze(): void;
|
|
658
701
|
SetHeader(name: string, value: string): void;
|
|
659
702
|
}
|
|
@@ -668,7 +711,7 @@ export type RequestOptions = RequestOptions$instance;
|
|
|
668
711
|
|
|
669
712
|
export abstract class ActivityExtensions$instance {
|
|
670
713
|
static MarkClientActivityFailed(activity: Activity, exception: Exception): Activity;
|
|
671
|
-
static StartClientActivity(activitySource: ActivitySource, options: ClientPipelineOptions, name: string, kind?: ActivityKind, parentContext?: ActivityContext, tags?:
|
|
714
|
+
static StartClientActivity(activitySource: ActivitySource, options: ClientPipelineOptions, name: string, kind?: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable_1<KeyValuePair_2<System_Internal.String, unknown>>): Activity | undefined;
|
|
672
715
|
}
|
|
673
716
|
|
|
674
717
|
|