@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
|
@@ -812,6 +812,7 @@ export interface DbCommandInterceptor$instance extends IInterceptor {
|
|
|
812
812
|
|
|
813
813
|
|
|
814
814
|
export const DbCommandInterceptor: {
|
|
815
|
+
new(): DbCommandInterceptor;
|
|
815
816
|
};
|
|
816
817
|
|
|
817
818
|
|
|
@@ -847,6 +848,7 @@ export interface DbConnectionInterceptor$instance extends IInterceptor {
|
|
|
847
848
|
|
|
848
849
|
|
|
849
850
|
export const DbConnectionInterceptor: {
|
|
851
|
+
new(): DbConnectionInterceptor;
|
|
850
852
|
};
|
|
851
853
|
|
|
852
854
|
|
|
@@ -954,6 +956,7 @@ export interface DbTransactionInterceptor$instance extends IInterceptor {
|
|
|
954
956
|
|
|
955
957
|
|
|
956
958
|
export const DbTransactionInterceptor: {
|
|
959
|
+
new(): DbTransactionInterceptor;
|
|
957
960
|
};
|
|
958
961
|
|
|
959
962
|
|
|
@@ -1109,7 +1112,12 @@ export const EventDefinition_6: {
|
|
|
1109
1112
|
|
|
1110
1113
|
export type EventDefinition_6<TParam1, TParam2, TParam3, TParam4, TParam5, TParam6> = EventDefinition_6$instance<TParam1, TParam2, TParam3, TParam4, TParam5, TParam6>;
|
|
1111
1114
|
|
|
1112
|
-
export
|
|
1115
|
+
export abstract class EventDefinitionBase$protected {
|
|
1116
|
+
protected WarningAsError(message: string): Exception;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
export interface EventDefinitionBase$instance extends EventDefinitionBase$protected {
|
|
1113
1121
|
readonly EventId: EventId;
|
|
1114
1122
|
readonly EventIdCode: string;
|
|
1115
1123
|
readonly Level: LogLevel;
|
|
@@ -1118,6 +1126,7 @@ export interface EventDefinitionBase$instance {
|
|
|
1118
1126
|
|
|
1119
1127
|
|
|
1120
1128
|
export const EventDefinitionBase: {
|
|
1129
|
+
new(loggingOptions: ILoggingOptions, eventId: EventId, level: LogLevel, eventIdCode: string): EventDefinitionBase;
|
|
1121
1130
|
};
|
|
1122
1131
|
|
|
1123
1132
|
|
|
@@ -1254,13 +1263,19 @@ export const IndexWithPropertyEventData: {
|
|
|
1254
1263
|
|
|
1255
1264
|
export type IndexWithPropertyEventData = IndexWithPropertyEventData$instance;
|
|
1256
1265
|
|
|
1257
|
-
export
|
|
1266
|
+
export abstract class InterceptorAggregator_1$protected<TInterceptor extends IInterceptor> {
|
|
1267
|
+
protected abstract CreateChain(interceptors: IEnumerable<TInterceptor>): TInterceptor;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
export interface InterceptorAggregator_1$instance<TInterceptor extends IInterceptor> extends InterceptorAggregator_1$protected<TInterceptor> {
|
|
1258
1272
|
readonly InterceptorType: Type;
|
|
1259
1273
|
AggregateInterceptors(interceptors: IReadOnlyList<IInterceptor>): IInterceptor | undefined;
|
|
1260
1274
|
}
|
|
1261
1275
|
|
|
1262
1276
|
|
|
1263
1277
|
export const InterceptorAggregator_1: {
|
|
1278
|
+
new<TInterceptor extends IInterceptor>(): InterceptorAggregator_1<TInterceptor>;
|
|
1264
1279
|
};
|
|
1265
1280
|
|
|
1266
1281
|
|
|
@@ -1317,6 +1332,7 @@ export interface LoggerCategory_1$instance<T> {
|
|
|
1317
1332
|
|
|
1318
1333
|
|
|
1319
1334
|
export const LoggerCategory_1: {
|
|
1335
|
+
new<T>(): LoggerCategory_1<T>;
|
|
1320
1336
|
readonly Name: string;
|
|
1321
1337
|
};
|
|
1322
1338
|
|
|
@@ -1415,6 +1431,7 @@ export interface LoggingDefinitions$instance {
|
|
|
1415
1431
|
|
|
1416
1432
|
|
|
1417
1433
|
export const LoggingDefinitions: {
|
|
1434
|
+
new(): LoggingDefinitions;
|
|
1418
1435
|
};
|
|
1419
1436
|
|
|
1420
1437
|
|
|
@@ -1750,6 +1767,7 @@ export interface RelationalLoggingDefinitions$instance extends LoggingDefinition
|
|
|
1750
1767
|
|
|
1751
1768
|
|
|
1752
1769
|
export const RelationalLoggingDefinitions: {
|
|
1770
|
+
new(): RelationalLoggingDefinitions;
|
|
1753
1771
|
};
|
|
1754
1772
|
|
|
1755
1773
|
|
|
@@ -1795,6 +1813,7 @@ export interface SaveChangesInterceptor$instance extends IInterceptor {
|
|
|
1795
1813
|
|
|
1796
1814
|
|
|
1797
1815
|
export const SaveChangesInterceptor: {
|
|
1816
|
+
new(): SaveChangesInterceptor;
|
|
1798
1817
|
};
|
|
1799
1818
|
|
|
1800
1819
|
|
|
@@ -2140,7 +2159,12 @@ export const ValueConverterEventData: {
|
|
|
2140
2159
|
|
|
2141
2160
|
export type ValueConverterEventData = ValueConverterEventData$instance;
|
|
2142
2161
|
|
|
2143
|
-
export
|
|
2162
|
+
export abstract class WarningsConfiguration$protected {
|
|
2163
|
+
protected Clone(): WarningsConfiguration;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
|
|
2167
|
+
export interface WarningsConfiguration$instance extends WarningsConfiguration$protected {
|
|
2144
2168
|
readonly DefaultBehavior: WarningBehavior;
|
|
2145
2169
|
GetBehavior(eventId: EventId): Nullable<WarningBehavior>;
|
|
2146
2170
|
GetLevel(eventId: EventId): Nullable<LogLevel>;
|
|
@@ -2155,6 +2179,7 @@ export interface WarningsConfiguration$instance {
|
|
|
2155
2179
|
|
|
2156
2180
|
export const WarningsConfiguration: {
|
|
2157
2181
|
new(): WarningsConfiguration;
|
|
2182
|
+
new(copyFrom: WarningsConfiguration): WarningsConfiguration;
|
|
2158
2183
|
};
|
|
2159
2184
|
|
|
2160
2185
|
|