@tsonic/efcore 10.0.5 → 10.0.9
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/internal/index.d.ts +601 -531
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +203 -166
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +388 -327
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +123 -103
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +22 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +443 -261
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +66 -42
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +221 -155
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +39 -29
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +141 -123
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1275 -1307
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +553 -519
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +363 -307
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +13 -7
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +26 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1576 -1343
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +91 -67
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +78 -74
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +271 -207
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +22 -20
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +389 -241
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +354 -267
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +188 -120
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +21 -15
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +93 -73
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +359 -242
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +53 -37
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +85 -25
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +137 -43
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +54 -32
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +92 -68
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +121 -91
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +53 -23
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +44 -6
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +13 -13
- package/System.Transactions/internal/index.d.ts +3 -3
- package/__internal/extensions/index.d.ts +1462 -1465
- package/package.json +4 -4
|
@@ -11,13 +11,15 @@ import type { IInfrastructure_1 } from "../../Microsoft.EntityFrameworkCore.Infr
|
|
|
11
11
|
import * as Microsoft_EntityFrameworkCore_Migrations_Operations_Internal from "../../Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.js";
|
|
12
12
|
import type { AddCheckConstraintOperation, AddColumnOperation, AddForeignKeyOperation, AddPrimaryKeyOperation, AddUniqueConstraintOperation, CreateTableOperation, IAlterMigrationOperation, MigrationOperation } from "../../Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.js";
|
|
13
13
|
import type { ReferentialAction } from "../../Microsoft.EntityFrameworkCore.Migrations/internal/index.js";
|
|
14
|
-
import type {
|
|
15
|
-
import
|
|
16
|
-
import type {
|
|
17
|
-
import
|
|
18
|
-
import type {
|
|
14
|
+
import type { IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
15
|
+
import type { Expression_1 } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
16
|
+
import type { PropertyInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
17
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
18
|
+
import type { Boolean as ClrBoolean, Func_2, Int32, Nullable_1, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
19
|
+
|
|
20
|
+
export interface AlterOperationBuilder_1$instance<TOperation extends MigrationOperation & IAlterMigrationOperation> extends OperationBuilder_1$instance<TOperation>, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<TOperation> {
|
|
21
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Migrations_Operations_Builders_AlterOperationBuilder_1: never;
|
|
19
22
|
|
|
20
|
-
export interface AlterOperationBuilder_1$instance<TOperation extends MigrationOperation & IAlterMigrationOperation> extends OperationBuilder_1$instance<TOperation> {
|
|
21
23
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
22
24
|
|
|
23
25
|
Annotation(name: string, value: unknown): OperationBuilder_1<TOperation>;
|
|
@@ -34,13 +36,13 @@ export interface __AlterOperationBuilder_1$views<TOperation extends MigrationOpe
|
|
|
34
36
|
As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<TOperation>;
|
|
35
37
|
}
|
|
36
38
|
|
|
37
|
-
export interface AlterOperationBuilder_1$instance<TOperation extends MigrationOperation & IAlterMigrationOperation> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<TOperation> {}
|
|
38
|
-
|
|
39
39
|
export type AlterOperationBuilder_1<TOperation extends MigrationOperation & IAlterMigrationOperation> = AlterOperationBuilder_1$instance<TOperation> & __AlterOperationBuilder_1$views<TOperation>;
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
export interface ColumnsBuilder$instance {
|
|
43
|
-
|
|
43
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Migrations_Operations_Builders_ColumnsBuilder: never;
|
|
44
|
+
|
|
45
|
+
Column<T>(type?: string, unicode?: Nullable_1<System_Internal.Boolean>, maxLength?: Nullable_1<System_Internal.Int32>, rowVersion?: boolean, name?: string, nullable?: boolean, defaultValue?: unknown, defaultValueSql?: string, computedColumnSql?: string, fixedLength?: Nullable_1<System_Internal.Boolean>, comment?: string, collation?: string, precision?: Nullable_1<System_Internal.Int32>, scale?: Nullable_1<System_Internal.Int32>, stored?: Nullable_1<System_Internal.Boolean>): OperationBuilder_1<AddColumnOperation>;
|
|
44
46
|
Equals(obj: unknown): boolean;
|
|
45
47
|
GetHashCode(): int;
|
|
46
48
|
ToString(): string;
|
|
@@ -54,20 +56,22 @@ export const ColumnsBuilder: {
|
|
|
54
56
|
|
|
55
57
|
export type ColumnsBuilder = ColumnsBuilder$instance;
|
|
56
58
|
|
|
57
|
-
export interface CreateTableBuilder_1$instance<TColumns> extends OperationBuilder_1$instance<CreateTableOperation> {
|
|
59
|
+
export interface CreateTableBuilder_1$instance<TColumns> extends OperationBuilder_1$instance<CreateTableOperation>, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<CreateTableOperation> {
|
|
60
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Migrations_Operations_Builders_CreateTableBuilder_1: never;
|
|
61
|
+
|
|
58
62
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
59
63
|
|
|
60
64
|
Annotation(name: string, value: unknown): OperationBuilder_1<CreateTableOperation>;
|
|
61
65
|
CheckConstraint(name: string, sql: string): OperationBuilder_1<AddCheckConstraintOperation>;
|
|
62
|
-
ForeignKey(name: string, column:
|
|
63
|
-
ForeignKey(name: string, columns:
|
|
64
|
-
PrimaryKey(name: string, columns:
|
|
65
|
-
UniqueConstraint(name: string, columns:
|
|
66
|
+
ForeignKey(name: string, column: Expression_1<Func_2<TColumns, unknown>>, principalTable: string, principalColumn?: string, principalSchema?: string, onUpdate?: ReferentialAction, onDelete?: ReferentialAction): OperationBuilder_1<AddForeignKeyOperation>;
|
|
67
|
+
ForeignKey(name: string, columns: Expression_1<Func_2<TColumns, unknown>>, principalTable: string, principalColumns: string[], principalSchema?: string, onUpdate?: ReferentialAction, onDelete?: ReferentialAction): OperationBuilder_1<AddForeignKeyOperation>;
|
|
68
|
+
PrimaryKey(name: string, columns: Expression_1<Func_2<TColumns, unknown>>): OperationBuilder_1<AddPrimaryKeyOperation>;
|
|
69
|
+
UniqueConstraint(name: string, columns: Expression_1<Func_2<TColumns, unknown>>): OperationBuilder_1<AddUniqueConstraintOperation>;
|
|
66
70
|
}
|
|
67
71
|
|
|
68
72
|
|
|
69
73
|
export const CreateTableBuilder_1: {
|
|
70
|
-
new<TColumns>(operation: CreateTableOperation, columnMap:
|
|
74
|
+
new<TColumns>(operation: CreateTableOperation, columnMap: IReadOnlyDictionary_2<PropertyInfo, AddColumnOperation>): CreateTableBuilder_1<TColumns>;
|
|
71
75
|
};
|
|
72
76
|
|
|
73
77
|
|
|
@@ -75,12 +79,12 @@ export interface __CreateTableBuilder_1$views<TColumns> {
|
|
|
75
79
|
As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<CreateTableOperation>;
|
|
76
80
|
}
|
|
77
81
|
|
|
78
|
-
export interface CreateTableBuilder_1$instance<TColumns> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<CreateTableOperation> {}
|
|
79
|
-
|
|
80
82
|
export type CreateTableBuilder_1<TColumns> = CreateTableBuilder_1$instance<TColumns> & __CreateTableBuilder_1$views<TColumns>;
|
|
81
83
|
|
|
82
84
|
|
|
83
|
-
export interface OperationBuilder_1$instance<TOperation extends MigrationOperation> {
|
|
85
|
+
export interface OperationBuilder_1$instance<TOperation extends MigrationOperation> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<TOperation> {
|
|
86
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_Migrations_Operations_Builders_OperationBuilder_1: never;
|
|
87
|
+
|
|
84
88
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
85
89
|
|
|
86
90
|
readonly Operation: TOperation;
|
|
@@ -100,8 +104,6 @@ export interface __OperationBuilder_1$views<TOperation extends MigrationOperatio
|
|
|
100
104
|
As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<TOperation>;
|
|
101
105
|
}
|
|
102
106
|
|
|
103
|
-
export interface OperationBuilder_1$instance<TOperation extends MigrationOperation> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<TOperation> {}
|
|
104
|
-
|
|
105
107
|
export type OperationBuilder_1<TOperation extends MigrationOperation> = OperationBuilder_1$instance<TOperation> & __OperationBuilder_1$views<TOperation>;
|
|
106
108
|
|
|
107
109
|
|