@tsonic/efcore 10.0.8 → 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 +2 -2
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +13 -14
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +33 -66
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +6 -10
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +136 -272
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +43 -43
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +19 -38
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +2 -3
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -188,7 +188,7 @@ export const CommentAttribute: {
|
|
|
188
188
|
|
|
189
189
|
export type CommentAttribute = CommentAttribute$instance;
|
|
190
190
|
|
|
191
|
-
export interface DbContext$instance {
|
|
191
|
+
export interface DbContext$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IServiceProvider>, Microsoft_EntityFrameworkCore_Internal_Internal.IDbContextDependencies$instance, Microsoft_EntityFrameworkCore_Internal_Internal.IDbContextPoolable$instance, Microsoft_EntityFrameworkCore_Internal_Internal.IDbSetCache$instance {
|
|
192
192
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_DbContext: never;
|
|
193
193
|
|
|
194
194
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
@@ -781,7 +781,7 @@ export const KeylessAttribute: {
|
|
|
781
781
|
|
|
782
782
|
export type KeylessAttribute = KeylessAttribute$instance;
|
|
783
783
|
|
|
784
|
-
export interface ModelBuilder$instance {
|
|
784
|
+
export interface ModelBuilder$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IConventionModelBuilder> {
|
|
785
785
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ModelBuilder: never;
|
|
786
786
|
|
|
787
787
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
@@ -185,7 +185,7 @@ export interface __ChangeTracker$views {
|
|
|
185
185
|
export type ChangeTracker = ChangeTracker$instance & __ChangeTracker$views;
|
|
186
186
|
|
|
187
187
|
|
|
188
|
-
export interface CollectionEntry$instance extends NavigationEntry$instance {
|
|
188
|
+
export interface CollectionEntry$instance extends NavigationEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
|
|
189
189
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_CollectionEntry: never;
|
|
190
190
|
|
|
191
191
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
@@ -239,13 +239,12 @@ export interface __CollectionEntry_2$views<TEntity, TRelatedEntity> {
|
|
|
239
239
|
export type CollectionEntry_2<TEntity, TRelatedEntity> = CollectionEntry_2$instance<TEntity, TRelatedEntity> & __CollectionEntry_2$views<TEntity, TRelatedEntity>;
|
|
240
240
|
|
|
241
241
|
|
|
242
|
-
export interface ComplexCollectionEntry$instance extends MemberEntry$instance {
|
|
242
|
+
export interface ComplexCollectionEntry$instance extends MemberEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
|
|
243
243
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ComplexCollectionEntry: never;
|
|
244
244
|
|
|
245
245
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
246
246
|
|
|
247
247
|
IsModified: boolean;
|
|
248
|
-
readonly [ordinal: number]: ComplexElementEntry;
|
|
249
248
|
GetEnumerator(): IEnumerator_1<ComplexElementEntry>;
|
|
250
249
|
GetOriginalEntry(ordinal: int): ComplexElementEntry;
|
|
251
250
|
}
|
|
@@ -260,7 +259,7 @@ export interface __ComplexCollectionEntry$views {
|
|
|
260
259
|
As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
|
|
261
260
|
}
|
|
262
261
|
|
|
263
|
-
export type ComplexCollectionEntry = ComplexCollectionEntry$instance & __ComplexCollectionEntry$views;
|
|
262
|
+
export type ComplexCollectionEntry = ComplexCollectionEntry$instance & __ComplexCollectionEntry$views & { readonly [ordinal: number]: ComplexElementEntry; };
|
|
264
263
|
|
|
265
264
|
|
|
266
265
|
export interface ComplexCollectionEntry_2$instance<TEntity, TElement> extends ComplexCollectionEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
|
|
@@ -282,10 +281,10 @@ export interface __ComplexCollectionEntry_2$views<TEntity, TElement> {
|
|
|
282
281
|
As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry>;
|
|
283
282
|
}
|
|
284
283
|
|
|
285
|
-
export type ComplexCollectionEntry_2<TEntity, TElement> = ComplexCollectionEntry_2$instance<TEntity, TElement> & __ComplexCollectionEntry_2$views<TEntity, TElement>;
|
|
284
|
+
export type ComplexCollectionEntry_2<TEntity, TElement> = ComplexCollectionEntry_2$instance<TEntity, TElement> & __ComplexCollectionEntry_2$views<TEntity, TElement> & { readonly [ordinal: number]: ComplexElementEntry_2<TEntity, TElement>; };
|
|
286
285
|
|
|
287
286
|
|
|
288
|
-
export interface ComplexElementEntry$instance {
|
|
287
|
+
export interface ComplexElementEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalComplexEntry> {
|
|
289
288
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ComplexElementEntry: never;
|
|
290
289
|
|
|
291
290
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
@@ -352,7 +351,7 @@ export interface __ComplexElementEntry_2$views<TEntity, TComplexProperty> {
|
|
|
352
351
|
export type ComplexElementEntry_2<TEntity, TComplexProperty> = ComplexElementEntry_2$instance<TEntity, TComplexProperty> & __ComplexElementEntry_2$views<TEntity, TComplexProperty>;
|
|
353
352
|
|
|
354
353
|
|
|
355
|
-
export interface ComplexPropertyEntry$instance extends MemberEntry$instance {
|
|
354
|
+
export interface ComplexPropertyEntry$instance extends MemberEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
|
|
356
355
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ComplexPropertyEntry: never;
|
|
357
356
|
|
|
358
357
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
@@ -471,7 +470,7 @@ export const DetectEntityChangesEventArgs: {
|
|
|
471
470
|
|
|
472
471
|
export type DetectEntityChangesEventArgs = DetectEntityChangesEventArgs$instance;
|
|
473
472
|
|
|
474
|
-
export interface EntityEntry$instance {
|
|
473
|
+
export interface EntityEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry> {
|
|
475
474
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntityEntry: never;
|
|
476
475
|
|
|
477
476
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
@@ -583,7 +582,7 @@ export const EntityEntryEventArgs: {
|
|
|
583
582
|
|
|
584
583
|
export type EntityEntryEventArgs = EntityEntryEventArgs$instance;
|
|
585
584
|
|
|
586
|
-
export interface EntityEntryGraphNode$instance {
|
|
585
|
+
export interface EntityEntryGraphNode$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<InternalEntityEntry> {
|
|
587
586
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_EntityEntryGraphNode: never;
|
|
588
587
|
|
|
589
588
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
@@ -838,7 +837,7 @@ export const LocalView_1: {
|
|
|
838
837
|
|
|
839
838
|
export type LocalView_1<TEntity> = LocalView_1$instance<TEntity>;
|
|
840
839
|
|
|
841
|
-
export interface MemberEntry$instance {
|
|
840
|
+
export interface MemberEntry$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
|
|
842
841
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_MemberEntry: never;
|
|
843
842
|
|
|
844
843
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
@@ -847,7 +846,7 @@ export interface MemberEntry$instance {
|
|
|
847
846
|
readonly EntityEntry: EntityEntry;
|
|
848
847
|
readonly InternalEntry: IInternalEntry;
|
|
849
848
|
IsModified: boolean;
|
|
850
|
-
readonly Metadata:
|
|
849
|
+
readonly Metadata: IProperty | IPropertyBase;
|
|
851
850
|
Equals(obj: unknown): boolean;
|
|
852
851
|
GetHashCode(): int;
|
|
853
852
|
ToString(): string | undefined;
|
|
@@ -865,7 +864,7 @@ export interface __MemberEntry$views {
|
|
|
865
864
|
export type MemberEntry = MemberEntry$instance & __MemberEntry$views;
|
|
866
865
|
|
|
867
866
|
|
|
868
|
-
export interface NavigationEntry$instance extends MemberEntry$instance {
|
|
867
|
+
export interface NavigationEntry$instance extends MemberEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
|
|
869
868
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_NavigationEntry: never;
|
|
870
869
|
|
|
871
870
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
@@ -969,7 +968,7 @@ export const ObservableHashSet_1: {
|
|
|
969
968
|
|
|
970
969
|
export type ObservableHashSet_1<T> = ObservableHashSet_1$instance<T>;
|
|
971
970
|
|
|
972
|
-
export interface PropertyEntry$instance extends MemberEntry$instance {
|
|
971
|
+
export interface PropertyEntry$instance extends MemberEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
|
|
973
972
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_PropertyEntry: never;
|
|
974
973
|
|
|
975
974
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
@@ -1047,7 +1046,7 @@ export const PropertyValues: (abstract new(internalEntry: InternalEntryBase) =>
|
|
|
1047
1046
|
|
|
1048
1047
|
export type PropertyValues = PropertyValues$instance;
|
|
1049
1048
|
|
|
1050
|
-
export interface ReferenceEntry$instance extends NavigationEntry$instance {
|
|
1049
|
+
export interface ReferenceEntry$instance extends NavigationEntry$instance, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<IInternalEntry> {
|
|
1051
1050
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_ReferenceEntry: never;
|
|
1052
1051
|
|
|
1053
1052
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|