@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
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/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ import type { ptr } from "@tsonic/core/types.js";
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { HttpPipeline, HttpPipelinePolicy } from "../../Azure.Core.Pipeline/internal/index.js";
|
|
13
13
|
import type { JsonPropertyNames, ObjectSerializer } from "../../Azure.Core.Serialization/internal/index.js";
|
|
14
|
-
import type { ClientOptions, DelayStrategy, HttpPipelinePosition, RehydrationToken, RequestFailedDetailsParser, ResponseClassificationHandler, ResponseHeaders } from "../../Azure.Core/internal/index.js";
|
|
14
|
+
import type { ClientOptions, DelayStrategy, HttpHeader, HttpPipelinePosition, RehydrationToken, RequestFailedDetailsParser, ResponseClassificationHandler, ResponseHeaders } from "../../Azure.Core/internal/index.js";
|
|
15
15
|
import * as System_ClientModel_Primitives_Internal from "../../System.ClientModel.Primitives/internal/index.js";
|
|
16
16
|
import type { IJsonModel_1, IPersistableModel_1, ModelReaderWriterOptions } from "../../System.ClientModel.Primitives/internal/index.js";
|
|
17
17
|
import * as System_ClientModel_Internal from "../../System.ClientModel/internal/index.js";
|
|
@@ -43,6 +43,8 @@ export enum WaitUntil {
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
export interface ETag$instance {
|
|
46
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
47
|
+
|
|
46
48
|
Equals(other: ETag): boolean;
|
|
47
49
|
Equals(other: string): boolean;
|
|
48
50
|
Equals(obj: unknown): boolean;
|
|
@@ -61,6 +63,8 @@ export const ETag: {
|
|
|
61
63
|
export type ETag = ETag$instance;
|
|
62
64
|
|
|
63
65
|
export interface HttpRange$instance {
|
|
66
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
67
|
+
|
|
64
68
|
readonly Length: Nullable<System_Internal.Int64>;
|
|
65
69
|
readonly Offset: long;
|
|
66
70
|
Equals(other: HttpRange): boolean;
|
|
@@ -78,6 +82,9 @@ export const HttpRange: {
|
|
|
78
82
|
export type HttpRange = HttpRange$instance;
|
|
79
83
|
|
|
80
84
|
export interface AsyncPageable_1$instance<T> {
|
|
85
|
+
readonly __tsonic_iface_System_Collections_Generic_IAsyncEnumerable_1: never;
|
|
86
|
+
|
|
87
|
+
readonly CancellationToken: CancellationToken;
|
|
81
88
|
AsPages(continuationToken?: string, pageSizeHint?: Nullable<System_Internal.Int32>): IAsyncEnumerable<Page_1<T>>;
|
|
82
89
|
Equals(obj: unknown): boolean;
|
|
83
90
|
GetAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator<T>;
|
|
@@ -86,7 +93,7 @@ export interface AsyncPageable_1$instance<T> {
|
|
|
86
93
|
}
|
|
87
94
|
|
|
88
95
|
|
|
89
|
-
export const AsyncPageable_1: {
|
|
96
|
+
export const AsyncPageable_1: (abstract new<T>() => AsyncPageable_1<T>) & (abstract new<T>(cancellationToken: CancellationToken) => AsyncPageable_1<T>) & {
|
|
90
97
|
FromPages<T>(pages: IEnumerable__System_Collections_Generic<Page_1<T>>): AsyncPageable_1<T>;
|
|
91
98
|
};
|
|
92
99
|
|
|
@@ -94,7 +101,7 @@ export const AsyncPageable_1: {
|
|
|
94
101
|
export type AsyncPageable_1<T> = AsyncPageable_1$instance<T>;
|
|
95
102
|
|
|
96
103
|
export interface AzureKeyCredential$instance extends ApiKeyCredential {
|
|
97
|
-
|
|
104
|
+
Key: string;
|
|
98
105
|
}
|
|
99
106
|
|
|
100
107
|
|
|
@@ -120,7 +127,7 @@ export const AzureNamedKeyCredential: {
|
|
|
120
127
|
export type AzureNamedKeyCredential = AzureNamedKeyCredential$instance;
|
|
121
128
|
|
|
122
129
|
export interface AzureSasCredential$instance {
|
|
123
|
-
|
|
130
|
+
Signature: string;
|
|
124
131
|
Update(signature: string): void;
|
|
125
132
|
}
|
|
126
133
|
|
|
@@ -186,7 +193,7 @@ export type MatchConditions = MatchConditions$instance;
|
|
|
186
193
|
|
|
187
194
|
export interface NullableResponse_1$instance<T> {
|
|
188
195
|
readonly HasValue: boolean;
|
|
189
|
-
readonly Value: T;
|
|
196
|
+
readonly Value: T | undefined;
|
|
190
197
|
Equals(obj: unknown): boolean;
|
|
191
198
|
GetHashCode(): int;
|
|
192
199
|
GetRawResponse(): Response;
|
|
@@ -194,7 +201,7 @@ export interface NullableResponse_1$instance<T> {
|
|
|
194
201
|
}
|
|
195
202
|
|
|
196
203
|
|
|
197
|
-
export const NullableResponse_1: {
|
|
204
|
+
export const NullableResponse_1: (abstract new<T>() => NullableResponse_1<T>) & {
|
|
198
205
|
};
|
|
199
206
|
|
|
200
207
|
|
|
@@ -219,7 +226,7 @@ export interface Operation$instance {
|
|
|
219
226
|
}
|
|
220
227
|
|
|
221
228
|
|
|
222
|
-
export const Operation: {
|
|
229
|
+
export const Operation: (abstract new() => Operation) & {
|
|
223
230
|
Rehydrate(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation;
|
|
224
231
|
Rehydrate<T extends IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation_1<T>;
|
|
225
232
|
RehydrateAsync(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Task<Operation>;
|
|
@@ -246,7 +253,7 @@ export interface Operation_1$instance<T> extends Operation {
|
|
|
246
253
|
}
|
|
247
254
|
|
|
248
255
|
|
|
249
|
-
export const Operation_1: {
|
|
256
|
+
export const Operation_1: (abstract new<T>() => Operation_1<T>) & {
|
|
250
257
|
};
|
|
251
258
|
|
|
252
259
|
|
|
@@ -262,7 +269,7 @@ export interface Page_1$instance<T> {
|
|
|
262
269
|
}
|
|
263
270
|
|
|
264
271
|
|
|
265
|
-
export const Page_1: {
|
|
272
|
+
export const Page_1: (abstract new<T>() => Page_1<T>) & {
|
|
266
273
|
FromValues<T>(values: IReadOnlyList<T>, continuationToken: string, response: Response): Page_1<T>;
|
|
267
274
|
};
|
|
268
275
|
|
|
@@ -270,6 +277,10 @@ export const Page_1: {
|
|
|
270
277
|
export type Page_1<T> = Page_1$instance<T>;
|
|
271
278
|
|
|
272
279
|
export interface Pageable_1$instance<T> {
|
|
280
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
281
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
282
|
+
|
|
283
|
+
readonly CancellationToken: CancellationToken;
|
|
273
284
|
AsPages(continuationToken?: string, pageSizeHint?: Nullable<System_Internal.Int32>): IEnumerable__System_Collections_Generic<Page_1<T>>;
|
|
274
285
|
Equals(obj: unknown): boolean;
|
|
275
286
|
GetEnumerator(): IEnumerator<T>;
|
|
@@ -278,7 +289,7 @@ export interface Pageable_1$instance<T> {
|
|
|
278
289
|
}
|
|
279
290
|
|
|
280
291
|
|
|
281
|
-
export const Pageable_1: {
|
|
292
|
+
export const Pageable_1: (abstract new<T>() => Pageable_1<T>) & (abstract new<T>(cancellationToken: CancellationToken) => Pageable_1<T>) & {
|
|
282
293
|
FromPages<T>(pages: IEnumerable__System_Collections_Generic<Page_1<T>>): Pageable_1<T>;
|
|
283
294
|
};
|
|
284
295
|
|
|
@@ -292,7 +303,7 @@ export interface PageableOperation_1$instance<T> extends Operation_1<AsyncPageab
|
|
|
292
303
|
}
|
|
293
304
|
|
|
294
305
|
|
|
295
|
-
export const PageableOperation_1: {
|
|
306
|
+
export const PageableOperation_1: (abstract new<T>() => PageableOperation_1<T>) & {
|
|
296
307
|
};
|
|
297
308
|
|
|
298
309
|
|
|
@@ -328,6 +339,8 @@ export const RequestContext: {
|
|
|
328
339
|
export type RequestContext = RequestContext$instance;
|
|
329
340
|
|
|
330
341
|
export interface RequestFailedException$instance extends Exception {
|
|
342
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
343
|
+
|
|
331
344
|
readonly ErrorCode: string | undefined;
|
|
332
345
|
readonly Status: int;
|
|
333
346
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -350,20 +363,26 @@ export const RequestFailedException: {
|
|
|
350
363
|
export type RequestFailedException = RequestFailedException$instance;
|
|
351
364
|
|
|
352
365
|
export interface Response$instance {
|
|
366
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
367
|
+
|
|
353
368
|
ClientRequestId: string;
|
|
354
369
|
readonly Content: BinaryData;
|
|
355
370
|
get ContentStream(): Stream | undefined;
|
|
356
|
-
set ContentStream(value: Stream);
|
|
371
|
+
set ContentStream(value: Stream | undefined);
|
|
357
372
|
readonly Headers: ResponseHeaders;
|
|
358
|
-
|
|
373
|
+
IsError: boolean;
|
|
359
374
|
readonly ReasonPhrase: string;
|
|
360
375
|
readonly Status: int;
|
|
376
|
+
ContainsHeader(name: string): boolean;
|
|
361
377
|
Dispose(): void;
|
|
378
|
+
EnumerateHeaders(): IEnumerable__System_Collections_Generic<HttpHeader>;
|
|
362
379
|
ToString(): string;
|
|
380
|
+
TryGetHeader(name: string, value: string): boolean;
|
|
381
|
+
TryGetHeaderValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
|
|
363
382
|
}
|
|
364
383
|
|
|
365
384
|
|
|
366
|
-
export const Response: {
|
|
385
|
+
export const Response: (abstract new() => Response) & {
|
|
367
386
|
FromValue<T>(value: T, response: Response): Response_1<T>;
|
|
368
387
|
};
|
|
369
388
|
|
|
@@ -378,13 +397,16 @@ export interface Response_1$instance<T> extends NullableResponse_1<T> {
|
|
|
378
397
|
}
|
|
379
398
|
|
|
380
399
|
|
|
381
|
-
export const Response_1: {
|
|
400
|
+
export const Response_1: (abstract new<T>() => Response_1<T>) & {
|
|
382
401
|
};
|
|
383
402
|
|
|
384
403
|
|
|
385
404
|
export type Response_1<T> = Response_1$instance<T>;
|
|
386
405
|
|
|
387
406
|
export interface ResponseError$instance {
|
|
407
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
|
|
408
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
|
|
409
|
+
|
|
388
410
|
readonly Code: string | undefined;
|
|
389
411
|
readonly Message: string | undefined;
|
|
390
412
|
ToString(): string;
|