@tsonic/efcore 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/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
- package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
- package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.d.ts +2 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
- package/System.Transactions/bindings.json +6 -0
- package/package.json +1 -1
|
@@ -15,7 +15,14 @@ import type { ReferentialAction } from "../../Microsoft.EntityFrameworkCore.Migr
|
|
|
15
15
|
import type { IEnumerable, IList, IReadOnlyDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
16
16
|
import type { Boolean as ClrBoolean, Func, Int32, Int64, Nullable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
17
17
|
|
|
18
|
-
export
|
|
18
|
+
export abstract class DatabaseColumn$protected {
|
|
19
|
+
protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
20
|
+
protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
21
|
+
protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
export interface DatabaseColumn$instance extends DatabaseColumn$protected, Annotatable {
|
|
19
26
|
get Collation(): string | undefined;
|
|
20
27
|
set Collation(value: string);
|
|
21
28
|
get Comment(): string | undefined;
|
|
@@ -68,7 +75,14 @@ export interface __DatabaseColumn$views {
|
|
|
68
75
|
export type DatabaseColumn = DatabaseColumn$instance & __DatabaseColumn$views;
|
|
69
76
|
|
|
70
77
|
|
|
71
|
-
export
|
|
78
|
+
export abstract class DatabaseForeignKey$protected {
|
|
79
|
+
protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
80
|
+
protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
81
|
+
protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
export interface DatabaseForeignKey$instance extends DatabaseForeignKey$protected, Annotatable {
|
|
72
86
|
readonly Columns: IList<DatabaseColumn>;
|
|
73
87
|
Name: string;
|
|
74
88
|
OnDelete: Nullable<ReferentialAction>;
|
|
@@ -111,7 +125,14 @@ export interface __DatabaseForeignKey$views {
|
|
|
111
125
|
export type DatabaseForeignKey = DatabaseForeignKey$instance & __DatabaseForeignKey$views;
|
|
112
126
|
|
|
113
127
|
|
|
114
|
-
export
|
|
128
|
+
export abstract class DatabaseIndex$protected {
|
|
129
|
+
protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
130
|
+
protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
131
|
+
protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
export interface DatabaseIndex$instance extends DatabaseIndex$protected, Annotatable {
|
|
115
136
|
readonly Columns: IList<DatabaseColumn>;
|
|
116
137
|
get Filter(): string | undefined;
|
|
117
138
|
set Filter(value: string);
|
|
@@ -155,7 +176,14 @@ export interface __DatabaseIndex$views {
|
|
|
155
176
|
export type DatabaseIndex = DatabaseIndex$instance & __DatabaseIndex$views;
|
|
156
177
|
|
|
157
178
|
|
|
158
|
-
export
|
|
179
|
+
export abstract class DatabaseModel$protected {
|
|
180
|
+
protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
181
|
+
protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
182
|
+
protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
export interface DatabaseModel$instance extends DatabaseModel$protected, Annotatable {
|
|
159
187
|
get Collation(): string | undefined;
|
|
160
188
|
set Collation(value: string);
|
|
161
189
|
get DatabaseName(): string | undefined;
|
|
@@ -199,7 +227,14 @@ export interface __DatabaseModel$views {
|
|
|
199
227
|
export type DatabaseModel = DatabaseModel$instance & __DatabaseModel$views;
|
|
200
228
|
|
|
201
229
|
|
|
202
|
-
export
|
|
230
|
+
export abstract class DatabasePrimaryKey$protected {
|
|
231
|
+
protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
232
|
+
protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
233
|
+
protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
export interface DatabasePrimaryKey$instance extends DatabasePrimaryKey$protected, Annotatable {
|
|
203
238
|
readonly Columns: IList<DatabaseColumn>;
|
|
204
239
|
Name: string;
|
|
205
240
|
Table: DatabaseTable;
|
|
@@ -239,7 +274,14 @@ export interface __DatabasePrimaryKey$views {
|
|
|
239
274
|
export type DatabasePrimaryKey = DatabasePrimaryKey$instance & __DatabasePrimaryKey$views;
|
|
240
275
|
|
|
241
276
|
|
|
242
|
-
export
|
|
277
|
+
export abstract class DatabaseSequence$protected {
|
|
278
|
+
protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
279
|
+
protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
280
|
+
protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
export interface DatabaseSequence$instance extends DatabaseSequence$protected, Annotatable {
|
|
243
285
|
Database: DatabaseModel;
|
|
244
286
|
IncrementBy: Nullable<System_Internal.Int32>;
|
|
245
287
|
IsCyclic: Nullable<System_Internal.Boolean>;
|
|
@@ -285,7 +327,14 @@ export interface __DatabaseSequence$views {
|
|
|
285
327
|
export type DatabaseSequence = DatabaseSequence$instance & __DatabaseSequence$views;
|
|
286
328
|
|
|
287
329
|
|
|
288
|
-
export
|
|
330
|
+
export abstract class DatabaseTable$protected {
|
|
331
|
+
protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
332
|
+
protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
333
|
+
protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
export interface DatabaseTable$instance extends DatabaseTable$protected, Annotatable {
|
|
289
338
|
readonly Columns: IList<DatabaseColumn>;
|
|
290
339
|
get Comment(): string | undefined;
|
|
291
340
|
set Comment(value: string);
|
|
@@ -334,7 +383,14 @@ export interface __DatabaseTable$views {
|
|
|
334
383
|
export type DatabaseTable = DatabaseTable$instance & __DatabaseTable$views;
|
|
335
384
|
|
|
336
385
|
|
|
337
|
-
export
|
|
386
|
+
export abstract class DatabaseTrigger$protected {
|
|
387
|
+
protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
388
|
+
protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
389
|
+
protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
export interface DatabaseTrigger$instance extends DatabaseTrigger$protected, Annotatable {
|
|
338
394
|
Name: string;
|
|
339
395
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
340
396
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
@@ -371,7 +427,14 @@ export interface __DatabaseTrigger$views {
|
|
|
371
427
|
export type DatabaseTrigger = DatabaseTrigger$instance & __DatabaseTrigger$views;
|
|
372
428
|
|
|
373
429
|
|
|
374
|
-
export
|
|
430
|
+
export abstract class DatabaseUniqueConstraint$protected {
|
|
431
|
+
protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
432
|
+
protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
433
|
+
protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
export interface DatabaseUniqueConstraint$instance extends DatabaseUniqueConstraint$protected, Annotatable {
|
|
375
438
|
readonly Columns: IList<DatabaseColumn>;
|
|
376
439
|
Name: string;
|
|
377
440
|
Table: DatabaseTable;
|
|
@@ -411,7 +474,14 @@ export interface __DatabaseUniqueConstraint$views {
|
|
|
411
474
|
export type DatabaseUniqueConstraint = DatabaseUniqueConstraint$instance & __DatabaseUniqueConstraint$views;
|
|
412
475
|
|
|
413
476
|
|
|
414
|
-
export
|
|
477
|
+
export abstract class DatabaseView$protected {
|
|
478
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
479
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
480
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
export interface DatabaseView$instance extends DatabaseView$protected, DatabaseTable$instance {
|
|
415
485
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
416
486
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
417
487
|
AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
|