@tsonic/efcore-sqlserver 10.0.1 → 10.0.2
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 -7
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +40 -9
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +9 -3
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +27 -4
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +1 -0
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +51 -30
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -1
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +114 -22
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +9 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +85 -13
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +56 -6
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +10 -2
- 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.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -10
- 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.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +8 -2
- 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 +209 -30
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +8 -3
- 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.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +197 -27
- 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 +38 -7
- 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 +16 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +94 -28
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -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 +6 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +2 -1
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- 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 -0
- 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.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +12 -5
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +8 -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 +1 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +2 -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 +17 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -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 +135 -35
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +22 -6
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +111 -17
- package/System.ClientModel.Primitives.d.ts +2 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +323 -51
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +3 -1
- 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 +11 -3
- 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 +33 -19
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- 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";
|
|
@@ -77,7 +77,12 @@ export const HttpRange: {
|
|
|
77
77
|
|
|
78
78
|
export type HttpRange = HttpRange$instance;
|
|
79
79
|
|
|
80
|
-
export
|
|
80
|
+
export abstract class AsyncPageable_1$protected<T> {
|
|
81
|
+
protected readonly CancellationToken: CancellationToken;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
export interface AsyncPageable_1$instance<T> extends AsyncPageable_1$protected<T> {
|
|
81
86
|
AsPages(continuationToken?: string, pageSizeHint?: Nullable<System_Internal.Int32>): IAsyncEnumerable<Page_1<T>>;
|
|
82
87
|
Equals(obj: unknown): boolean;
|
|
83
88
|
GetAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator<T>;
|
|
@@ -87,6 +92,8 @@ export interface AsyncPageable_1$instance<T> {
|
|
|
87
92
|
|
|
88
93
|
|
|
89
94
|
export const AsyncPageable_1: {
|
|
95
|
+
new<T>(): AsyncPageable_1<T>;
|
|
96
|
+
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
|
|
|
@@ -195,6 +202,7 @@ export interface NullableResponse_1$instance<T> {
|
|
|
195
202
|
|
|
196
203
|
|
|
197
204
|
export const NullableResponse_1: {
|
|
205
|
+
new<T>(): NullableResponse_1<T>;
|
|
198
206
|
};
|
|
199
207
|
|
|
200
208
|
|
|
@@ -220,6 +228,7 @@ export interface Operation$instance {
|
|
|
220
228
|
|
|
221
229
|
|
|
222
230
|
export const Operation: {
|
|
231
|
+
new(): Operation;
|
|
223
232
|
Rehydrate(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation;
|
|
224
233
|
Rehydrate<T extends IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation_1<T>;
|
|
225
234
|
RehydrateAsync(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Task<Operation>;
|
|
@@ -247,6 +256,7 @@ export interface Operation_1$instance<T> extends Operation {
|
|
|
247
256
|
|
|
248
257
|
|
|
249
258
|
export const Operation_1: {
|
|
259
|
+
new<T>(): Operation_1<T>;
|
|
250
260
|
};
|
|
251
261
|
|
|
252
262
|
|
|
@@ -263,13 +273,19 @@ export interface Page_1$instance<T> {
|
|
|
263
273
|
|
|
264
274
|
|
|
265
275
|
export const Page_1: {
|
|
276
|
+
new<T>(): Page_1<T>;
|
|
266
277
|
FromValues<T>(values: IReadOnlyList<T>, continuationToken: string, response: Response): Page_1<T>;
|
|
267
278
|
};
|
|
268
279
|
|
|
269
280
|
|
|
270
281
|
export type Page_1<T> = Page_1$instance<T>;
|
|
271
282
|
|
|
272
|
-
export
|
|
283
|
+
export abstract class Pageable_1$protected<T> {
|
|
284
|
+
protected readonly CancellationToken: CancellationToken;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
export interface Pageable_1$instance<T> extends Pageable_1$protected<T> {
|
|
273
289
|
AsPages(continuationToken?: string, pageSizeHint?: Nullable<System_Internal.Int32>): IEnumerable__System_Collections_Generic<Page_1<T>>;
|
|
274
290
|
Equals(obj: unknown): boolean;
|
|
275
291
|
GetEnumerator(): IEnumerator<T>;
|
|
@@ -279,6 +295,8 @@ export interface Pageable_1$instance<T> {
|
|
|
279
295
|
|
|
280
296
|
|
|
281
297
|
export const Pageable_1: {
|
|
298
|
+
new<T>(): Pageable_1<T>;
|
|
299
|
+
new<T>(cancellationToken: CancellationToken): Pageable_1<T>;
|
|
282
300
|
FromPages<T>(pages: IEnumerable__System_Collections_Generic<Page_1<T>>): Pageable_1<T>;
|
|
283
301
|
};
|
|
284
302
|
|
|
@@ -293,6 +311,7 @@ export interface PageableOperation_1$instance<T> extends Operation_1<AsyncPageab
|
|
|
293
311
|
|
|
294
312
|
|
|
295
313
|
export const PageableOperation_1: {
|
|
314
|
+
new<T>(): PageableOperation_1<T>;
|
|
296
315
|
};
|
|
297
316
|
|
|
298
317
|
|
|
@@ -344,18 +363,27 @@ export const RequestFailedException: {
|
|
|
344
363
|
new(response: Response): RequestFailedException;
|
|
345
364
|
new(response: Response, innerException: Exception): RequestFailedException;
|
|
346
365
|
new(response: Response, innerException: Exception, detailsParser: RequestFailedDetailsParser): RequestFailedException;
|
|
366
|
+
new(info: SerializationInfo, context: StreamingContext): RequestFailedException;
|
|
347
367
|
};
|
|
348
368
|
|
|
349
369
|
|
|
350
370
|
export type RequestFailedException = RequestFailedException$instance;
|
|
351
371
|
|
|
352
|
-
export
|
|
372
|
+
export abstract class Response$protected {
|
|
373
|
+
protected abstract ContainsHeader(name: string): boolean;
|
|
374
|
+
protected abstract EnumerateHeaders(): IEnumerable__System_Collections_Generic<HttpHeader>;
|
|
375
|
+
protected abstract TryGetHeader(name: string, value: string): boolean;
|
|
376
|
+
protected abstract TryGetHeaderValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
export interface Response$instance extends Response$protected {
|
|
353
381
|
ClientRequestId: string;
|
|
354
382
|
readonly Content: BinaryData;
|
|
355
383
|
get ContentStream(): Stream | undefined;
|
|
356
384
|
set ContentStream(value: Stream);
|
|
357
385
|
readonly Headers: ResponseHeaders;
|
|
358
|
-
|
|
386
|
+
IsError: boolean;
|
|
359
387
|
readonly ReasonPhrase: string;
|
|
360
388
|
readonly Status: int;
|
|
361
389
|
Dispose(): void;
|
|
@@ -364,6 +392,7 @@ export interface Response$instance {
|
|
|
364
392
|
|
|
365
393
|
|
|
366
394
|
export const Response: {
|
|
395
|
+
new(): Response;
|
|
367
396
|
FromValue<T>(value: T, response: Response): Response_1<T>;
|
|
368
397
|
};
|
|
369
398
|
|
|
@@ -379,6 +408,7 @@ export interface Response_1$instance<T> extends NullableResponse_1<T> {
|
|
|
379
408
|
|
|
380
409
|
|
|
381
410
|
export const Response_1: {
|
|
411
|
+
new<T>(): Response_1<T>;
|
|
382
412
|
};
|
|
383
413
|
|
|
384
414
|
|