@tsonic/efcore-sqlite 10.0.5 → 10.0.8
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.Data.Sqlite/internal/index.d.ts +130 -111
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -4
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +54 -54
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +10 -8
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +23 -13
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +10 -8
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +17 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +11 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +19 -15
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +42 -42
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +10 -8
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +12 -8
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +116 -38
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +14 -10
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +52 -26
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +22 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +16 -6
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +82 -54
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +22 -20
- package/SQLitePCL/internal/index.d.ts +93 -43
- package/System.Collections.Generic/internal/index.d.ts +9 -9
- package/__internal/extensions/index.d.ts +196 -162
- package/package.json +5 -5
|
@@ -20,6 +20,9 @@ import * as System_Reflection from "@tsonic/dotnet/System.Reflection/internal/in
|
|
|
20
20
|
// Import primitive type aliases
|
|
21
21
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
22
22
|
|
|
23
|
+
// Import sticky extension scope helper
|
|
24
|
+
import type { Rewrap } from '@tsonic/core/lang.js';
|
|
25
|
+
|
|
23
26
|
// Import CLR type aliases for generic type arguments
|
|
24
27
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
25
28
|
|
|
@@ -27,310 +30,341 @@ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
|
27
30
|
import type { ptr } from '@tsonic/core/types.js';
|
|
28
31
|
|
|
29
32
|
export interface __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder {
|
|
30
|
-
UseSqlite(sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>):
|
|
31
|
-
UseSqlite(connectionString: string, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>):
|
|
32
|
-
UseSqlite(connection: System_Data_Common.DbConnection, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>):
|
|
33
|
-
UseSqlite(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>):
|
|
33
|
+
UseSqlite(sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
34
|
+
UseSqlite(connectionString: string, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
35
|
+
UseSqlite(connection: System_Data_Common.DbConnection, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
36
|
+
UseSqlite(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
34
37
|
}
|
|
35
38
|
|
|
36
39
|
export interface __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder_1<T> {
|
|
37
|
-
UseSqlite(sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>):
|
|
38
|
-
UseSqlite(connectionString: string, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>):
|
|
39
|
-
UseSqlite(connection: System_Data_Common.DbConnection, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>):
|
|
40
|
-
UseSqlite(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>):
|
|
40
|
+
UseSqlite(sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
|
|
41
|
+
UseSqlite(connectionString: string, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
|
|
42
|
+
UseSqlite(connection: System_Data_Common.DbConnection, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
|
|
43
|
+
UseSqlite(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
|
|
41
44
|
}
|
|
42
45
|
|
|
43
46
|
export interface __Ext_Microsoft_EntityFrameworkCore_DbFunctions {
|
|
44
|
-
Glob(matchExpression: string, pattern: string):
|
|
45
|
-
Hex(bytes: byte[]):
|
|
46
|
-
Unhex(value: string):
|
|
47
|
-
Unhex(value: string, ignoreChars: string):
|
|
48
|
-
Substr(bytes: byte[], startIndex: int):
|
|
49
|
-
Substr(bytes: byte[], startIndex: int, length: int):
|
|
47
|
+
Glob(matchExpression: string, pattern: string): Rewrap<this, boolean>;
|
|
48
|
+
Hex(bytes: byte[]): Rewrap<this, string>;
|
|
49
|
+
Unhex(value: string): Rewrap<this, byte[] | undefined>;
|
|
50
|
+
Unhex(value: string, ignoreChars: string): Rewrap<this, byte[] | undefined>;
|
|
51
|
+
Substr(bytes: byte[], startIndex: int): Rewrap<this, byte[]>;
|
|
52
|
+
Substr(bytes: byte[], startIndex: int, length: int): Rewrap<this, byte[]>;
|
|
50
53
|
}
|
|
51
54
|
|
|
52
55
|
export interface __Ext_Microsoft_EntityFrameworkCore_DatabaseFacade {
|
|
53
|
-
IsSqlite():
|
|
56
|
+
IsSqlite(): Rewrap<this, boolean>;
|
|
54
57
|
}
|
|
55
58
|
|
|
56
59
|
export interface __Ext_Microsoft_EntityFrameworkCore_ColumnBuilder {
|
|
57
|
-
UseAutoincrement():
|
|
60
|
+
UseAutoincrement(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder>;
|
|
58
61
|
}
|
|
59
62
|
|
|
60
63
|
export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder {
|
|
61
|
-
UseAutoincrement():
|
|
62
|
-
HasSrid(srid: int):
|
|
64
|
+
UseAutoincrement(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
65
|
+
HasSrid(srid: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder>;
|
|
63
66
|
}
|
|
64
67
|
|
|
65
68
|
export interface __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder_1<T> {
|
|
66
|
-
UseAutoincrement():
|
|
67
|
-
HasSrid(srid: int):
|
|
69
|
+
UseAutoincrement(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
|
|
70
|
+
HasSrid(srid: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<T>>;
|
|
68
71
|
}
|
|
69
72
|
|
|
70
73
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeBuilder {
|
|
71
|
-
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean):
|
|
72
|
-
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean):
|
|
73
|
-
CanUseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean):
|
|
74
|
-
CanUseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean):
|
|
74
|
+
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
75
|
+
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
76
|
+
CanUseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
77
|
+
CanUseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
75
78
|
}
|
|
76
79
|
|
|
77
80
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionPropertyBuilder {
|
|
78
|
-
HasValueGenerationStrategy(strategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, fromDataAnnotation?: boolean):
|
|
79
|
-
CanSetValueGenerationStrategy(strategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, fromDataAnnotation?: boolean):
|
|
80
|
-
HasSrid(srid: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean):
|
|
81
|
-
CanSetSrid(srid: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean):
|
|
81
|
+
HasValueGenerationStrategy(strategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
82
|
+
CanSetValueGenerationStrategy(strategy: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
83
|
+
HasSrid(srid: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
84
|
+
CanSetSrid(srid: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
82
85
|
}
|
|
83
86
|
|
|
84
87
|
export interface __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder {
|
|
85
|
-
UseSqlReturningClause(useSqlReturningClause?: boolean):
|
|
88
|
+
UseSqlReturningClause(useSqlReturningClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder>;
|
|
86
89
|
}
|
|
87
90
|
|
|
88
91
|
export interface __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder_2<T1, T2> {
|
|
89
|
-
UseSqlReturningClause(useSqlReturningClause?: boolean):
|
|
92
|
+
UseSqlReturningClause(useSqlReturningClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<T1, T2>>;
|
|
90
93
|
}
|
|
91
94
|
|
|
92
95
|
export interface __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder {
|
|
93
|
-
UseAutoincrement():
|
|
94
|
-
HasSrid(srid: int):
|
|
96
|
+
UseAutoincrement(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
97
|
+
HasSrid(srid: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
95
98
|
}
|
|
96
99
|
|
|
97
100
|
export interface __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder_1<T> {
|
|
98
|
-
UseAutoincrement():
|
|
99
|
-
HasSrid(srid: int):
|
|
101
|
+
UseAutoincrement(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
|
|
102
|
+
HasSrid(srid: int): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
|
|
100
103
|
}
|
|
101
104
|
|
|
102
105
|
export interface __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder {
|
|
103
|
-
UseSqlReturningClause(useSqlReturningClause?: boolean):
|
|
106
|
+
UseSqlReturningClause(useSqlReturningClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder>;
|
|
104
107
|
}
|
|
105
108
|
|
|
106
109
|
export interface __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder_1<T> {
|
|
107
|
-
UseSqlReturningClause(useSqlReturningClause?: boolean):
|
|
110
|
+
UseSqlReturningClause(useSqlReturningClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<T>>;
|
|
108
111
|
}
|
|
109
112
|
|
|
110
113
|
export interface __Ext_Microsoft_EntityFrameworkCore_TableBuilder {
|
|
111
|
-
UseSqlReturningClause(useSqlReturningClause?: boolean):
|
|
114
|
+
UseSqlReturningClause(useSqlReturningClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder>;
|
|
112
115
|
}
|
|
113
116
|
|
|
114
117
|
export interface __Ext_Microsoft_EntityFrameworkCore_TableBuilder_1<T> {
|
|
115
|
-
UseSqlReturningClause(useSqlReturningClause?: boolean):
|
|
118
|
+
UseSqlReturningClause(useSqlReturningClause?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<T>>;
|
|
116
119
|
}
|
|
117
120
|
|
|
118
121
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityType {
|
|
119
|
-
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean):
|
|
120
|
-
GetUseSqlReturningClauseConfigurationSource():
|
|
121
|
-
GetUseSqlReturningClauseConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier):
|
|
122
|
-
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean):
|
|
122
|
+
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
123
|
+
GetUseSqlReturningClauseConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
124
|
+
GetUseSqlReturningClauseConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
125
|
+
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
123
126
|
}
|
|
124
127
|
|
|
125
128
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeMappingFragment {
|
|
126
|
-
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean):
|
|
127
|
-
GetUseSqlReturningClauseConfigurationSource():
|
|
129
|
+
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
130
|
+
GetUseSqlReturningClauseConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
128
131
|
}
|
|
129
132
|
|
|
130
133
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionProperty {
|
|
131
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, fromDataAnnotation?: boolean):
|
|
132
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean):
|
|
133
|
-
GetValueGenerationStrategyConfigurationSource():
|
|
134
|
-
GetValueGenerationStrategyConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier):
|
|
135
|
-
SetSrid(value: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean):
|
|
136
|
-
GetSridConfigurationSource():
|
|
134
|
+
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>>;
|
|
135
|
+
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>>;
|
|
136
|
+
GetValueGenerationStrategyConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
137
|
+
GetValueGenerationStrategyConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
138
|
+
SetSrid(value: System.Nullable_1<System_Internal.Int32>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
139
|
+
GetSridConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
137
140
|
}
|
|
138
141
|
|
|
139
142
|
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionRelationalPropertyOverrides {
|
|
140
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, fromDataAnnotation?: boolean):
|
|
141
|
-
GetValueGenerationStrategyConfigurationSource():
|
|
143
|
+
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>>;
|
|
144
|
+
GetValueGenerationStrategyConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
142
145
|
}
|
|
143
146
|
|
|
144
147
|
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableEntityType {
|
|
145
|
-
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>):
|
|
146
|
-
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier):
|
|
148
|
+
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
|
|
149
|
+
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, void>;
|
|
147
150
|
}
|
|
148
151
|
|
|
149
152
|
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableEntityTypeMappingFragment {
|
|
150
|
-
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>):
|
|
153
|
+
UseSqlReturningClause(useSqlReturningClause: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
|
|
151
154
|
}
|
|
152
155
|
|
|
153
156
|
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableProperty {
|
|
154
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>):
|
|
155
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier):
|
|
156
|
-
SetSrid(value: System.Nullable_1<System_Internal.Int32>):
|
|
157
|
+
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>): Rewrap<this, void>;
|
|
158
|
+
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, void>;
|
|
159
|
+
SetSrid(value: System.Nullable_1<System_Internal.Int32>): Rewrap<this, void>;
|
|
157
160
|
}
|
|
158
161
|
|
|
159
162
|
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableRelationalPropertyOverrides {
|
|
160
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>):
|
|
163
|
+
SetValueGenerationStrategy(value: System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>): Rewrap<this, void>;
|
|
161
164
|
}
|
|
162
165
|
|
|
163
166
|
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityType {
|
|
164
|
-
IsSqlReturningClauseUsed():
|
|
165
|
-
IsSqlReturningClauseUsed(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier):
|
|
167
|
+
IsSqlReturningClauseUsed(): Rewrap<this, boolean>;
|
|
168
|
+
IsSqlReturningClauseUsed(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, boolean>;
|
|
166
169
|
}
|
|
167
170
|
|
|
168
171
|
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityTypeMappingFragment {
|
|
169
|
-
IsSqlReturningClauseUsed():
|
|
172
|
+
IsSqlReturningClauseUsed(): Rewrap<this, boolean>;
|
|
170
173
|
}
|
|
171
174
|
|
|
172
175
|
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyProperty {
|
|
173
|
-
GetValueGenerationStrategy():
|
|
174
|
-
GetValueGenerationStrategy(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier):
|
|
175
|
-
GetDefaultValueGenerationStrategy():
|
|
176
|
-
GetSrid():
|
|
177
|
-
GetSrid(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier):
|
|
176
|
+
GetValueGenerationStrategy(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>;
|
|
177
|
+
GetValueGenerationStrategy(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>;
|
|
178
|
+
GetDefaultValueGenerationStrategy(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>;
|
|
179
|
+
GetSrid(): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
180
|
+
GetSrid(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
178
181
|
}
|
|
179
182
|
|
|
180
183
|
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyRelationalPropertyOverrides {
|
|
181
|
-
GetValueGenerationStrategy():
|
|
184
|
+
GetValueGenerationStrategy(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy>>;
|
|
182
185
|
}
|
|
183
186
|
|
|
184
187
|
export interface __Ext_Microsoft_EntityFrameworkCore_ITable {
|
|
185
|
-
IsSqlReturningClauseUsed():
|
|
188
|
+
IsSqlReturningClauseUsed(): Rewrap<this, boolean>;
|
|
186
189
|
}
|
|
187
190
|
|
|
188
191
|
export interface __Ext_Microsoft_EntityFrameworkCore_Migrations_MigrationBuilder {
|
|
189
|
-
IsSqlite():
|
|
192
|
+
IsSqlite(): Rewrap<this, boolean>;
|
|
190
193
|
}
|
|
191
194
|
|
|
192
195
|
export interface __Ext_Microsoft_EntityFrameworkCore_Sqlite_Internal_IDiagnosticsLogger_1<T> {
|
|
193
|
-
SchemaConfiguredWarning(entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, schema: string):
|
|
194
|
-
SequenceConfiguredWarning(sequence: Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence):
|
|
195
|
-
ColumnFound(tableName: string, columnName: string, dataTypeName: string, notNull: boolean, defaultValue: string):
|
|
196
|
-
SchemasNotSupportedWarning():
|
|
197
|
-
ForeignKeyReferencesMissingTableWarning(id: string, tableName: string, principalTableName: string):
|
|
198
|
-
TableFound(tableName: string):
|
|
199
|
-
MissingTableWarning(tableName: string):
|
|
200
|
-
ForeignKeyPrincipalColumnMissingWarning(foreignKeyName: string, tableName: string, principalColumnName: string, principalTableName: string):
|
|
201
|
-
IndexFound(indexName: string, tableName: string, unique: System.Nullable_1<System_Internal.Boolean>):
|
|
202
|
-
ForeignKeyFound(tableName: string, id: long, principalTableName: string, deleteAction: string):
|
|
203
|
-
PrimaryKeyFound(primaryKeyName: string, tableName: string):
|
|
204
|
-
UniqueConstraintFound(uniqueConstraintName: string, tableName: string):
|
|
205
|
-
UnexpectedConnectionTypeWarning(connectionType: System.Type):
|
|
206
|
-
TableRebuildPendingWarning(operationType: System.Type, tableName: string):
|
|
207
|
-
CompositeKeyWithValueGeneration(key: Microsoft_EntityFrameworkCore_Metadata.IKey):
|
|
208
|
-
ConflictingValueGenerationStrategiesWarning(sqliteValueGenerationStrategy: Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy, otherValueGenerationStrategy: string, property: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty):
|
|
209
|
-
InferringTypes(tableName: string):
|
|
210
|
-
OutOfRangeWarning(columnName: string, tableName: string, type: string):
|
|
211
|
-
FormatWarning(columnName: string, tableName: string, type: string):
|
|
196
|
+
SchemaConfiguredWarning(entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, schema: string): Rewrap<this, void>;
|
|
197
|
+
SequenceConfiguredWarning(sequence: Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence): Rewrap<this, void>;
|
|
198
|
+
ColumnFound(tableName: string, columnName: string, dataTypeName: string, notNull: boolean, defaultValue: string): Rewrap<this, void>;
|
|
199
|
+
SchemasNotSupportedWarning(): Rewrap<this, void>;
|
|
200
|
+
ForeignKeyReferencesMissingTableWarning(id: string, tableName: string, principalTableName: string): Rewrap<this, void>;
|
|
201
|
+
TableFound(tableName: string): Rewrap<this, void>;
|
|
202
|
+
MissingTableWarning(tableName: string): Rewrap<this, void>;
|
|
203
|
+
ForeignKeyPrincipalColumnMissingWarning(foreignKeyName: string, tableName: string, principalColumnName: string, principalTableName: string): Rewrap<this, void>;
|
|
204
|
+
IndexFound(indexName: string, tableName: string, unique: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
|
|
205
|
+
ForeignKeyFound(tableName: string, id: long, principalTableName: string, deleteAction: string): Rewrap<this, void>;
|
|
206
|
+
PrimaryKeyFound(primaryKeyName: string, tableName: string): Rewrap<this, void>;
|
|
207
|
+
UniqueConstraintFound(uniqueConstraintName: string, tableName: string): Rewrap<this, void>;
|
|
208
|
+
UnexpectedConnectionTypeWarning(connectionType: System.Type): Rewrap<this, void>;
|
|
209
|
+
TableRebuildPendingWarning(operationType: System.Type, tableName: string): Rewrap<this, void>;
|
|
210
|
+
CompositeKeyWithValueGeneration(key: Microsoft_EntityFrameworkCore_Metadata.IKey): Rewrap<this, void>;
|
|
211
|
+
ConflictingValueGenerationStrategiesWarning(sqliteValueGenerationStrategy: Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy, otherValueGenerationStrategy: string, property: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, void>;
|
|
212
|
+
InferringTypes(tableName: string): Rewrap<this, void>;
|
|
213
|
+
OutOfRangeWarning(columnName: string, tableName: string, type: string): Rewrap<this, void>;
|
|
214
|
+
FormatWarning(columnName: string, tableName: string, type: string): Rewrap<this, void>;
|
|
212
215
|
}
|
|
213
216
|
|
|
214
217
|
export interface __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection {
|
|
215
|
-
AddSqlite<TContext>(connectionString: string, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>, optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>):
|
|
216
|
-
AddEntityFrameworkSqlite():
|
|
218
|
+
AddSqlite<TContext>(connectionString: string, sqliteOptionsAction?: System.Action_1<Microsoft_EntityFrameworkCore_Infrastructure.SqliteDbContextOptionsBuilder>, optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
219
|
+
AddEntityFrameworkSqlite(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
217
220
|
}
|
|
218
221
|
|
|
219
222
|
export interface __Ext_Microsoft_Extensions_DependencyModel_DependencyContext {
|
|
220
|
-
GetDefaultNativeAssets():
|
|
221
|
-
GetDefaultNativeRuntimeFileAssets():
|
|
222
|
-
GetRuntimeNativeAssets(runtimeIdentifier: string):
|
|
223
|
-
GetRuntimeNativeRuntimeFileAssets(runtimeIdentifier: string):
|
|
224
|
-
GetDefaultAssemblyNames():
|
|
225
|
-
GetRuntimeAssemblyNames(runtimeIdentifier: string):
|
|
223
|
+
GetDefaultNativeAssets(): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Internal.String>>;
|
|
224
|
+
GetDefaultNativeRuntimeFileAssets(): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
|
|
225
|
+
GetRuntimeNativeAssets(runtimeIdentifier: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Internal.String>>;
|
|
226
|
+
GetRuntimeNativeRuntimeFileAssets(runtimeIdentifier: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
|
|
227
|
+
GetDefaultAssemblyNames(): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Reflection.AssemblyName>>;
|
|
228
|
+
GetRuntimeAssemblyNames(runtimeIdentifier: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Reflection.AssemblyName>>;
|
|
226
229
|
}
|
|
227
230
|
|
|
228
231
|
export interface __Ext_Microsoft_Extensions_DependencyModel_RuntimeLibrary {
|
|
229
|
-
GetDefaultNativeAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext):
|
|
230
|
-
GetDefaultNativeRuntimeFileAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext):
|
|
231
|
-
GetRuntimeNativeAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string):
|
|
232
|
-
GetRuntimeNativeRuntimeFileAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string):
|
|
233
|
-
GetDefaultAssemblyNames(context: Microsoft_Extensions_DependencyModel.DependencyContext):
|
|
234
|
-
GetRuntimeAssemblyNames(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string):
|
|
232
|
+
GetDefaultNativeAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Internal.String>>;
|
|
233
|
+
GetDefaultNativeRuntimeFileAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
|
|
234
|
+
GetRuntimeNativeAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Internal.String>>;
|
|
235
|
+
GetRuntimeNativeRuntimeFileAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
|
|
236
|
+
GetDefaultAssemblyNames(context: Microsoft_Extensions_DependencyModel.DependencyContext): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Reflection.AssemblyName>>;
|
|
237
|
+
GetRuntimeAssemblyNames(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Reflection.AssemblyName>>;
|
|
235
238
|
}
|
|
236
239
|
|
|
237
240
|
export interface __Ext_SQLitePCL_ReadOnlySpan_1<T> {
|
|
238
|
-
utf8_span_to_string():
|
|
241
|
+
utf8_span_to_string(): Rewrap<this, string>;
|
|
239
242
|
}
|
|
240
243
|
|
|
241
244
|
export interface __Ext_System_Collections_Generic_IEnumerable_1<T> {
|
|
242
|
-
GetDefaultGroup():
|
|
243
|
-
GetRuntimeGroup(runtime: string):
|
|
244
|
-
GetDefaultAssets():
|
|
245
|
-
GetRuntimeAssets(runtime: string):
|
|
246
|
-
GetDefaultRuntimeFileAssets():
|
|
247
|
-
GetRuntimeFileAssets(runtime: string):
|
|
245
|
+
GetDefaultGroup(): Rewrap<this, Microsoft_Extensions_DependencyModel.RuntimeAssetGroup | undefined>;
|
|
246
|
+
GetRuntimeGroup(runtime: string): Rewrap<this, Microsoft_Extensions_DependencyModel.RuntimeAssetGroup | undefined>;
|
|
247
|
+
GetDefaultAssets(): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Internal.String>>;
|
|
248
|
+
GetRuntimeAssets(runtime: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Internal.String>>;
|
|
249
|
+
GetDefaultRuntimeFileAssets(): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
|
|
250
|
+
GetRuntimeFileAssets(runtime: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
|
|
248
251
|
}
|
|
249
252
|
|
|
253
|
+
// Internal helper types for sticky extension scopes
|
|
254
|
+
type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
|
|
255
|
+
type __TsonicMergeExtMaps<A, B> = Omit<A, keyof B> & B;
|
|
256
|
+
type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __TsonicMergeExtMaps<__TsonicExtMapOf<TShape>, { [P in K]: TApplier }> };
|
|
257
|
+
type __TsonicPreferExt<A, B> = Omit<A, keyof B> & B;
|
|
258
|
+
|
|
250
259
|
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore
|
|
260
|
+
type __TsonicExtSurface_Microsoft_EntityFrameworkCore<TShape> =
|
|
261
|
+
(
|
|
262
|
+
(TShape extends Microsoft_EntityFrameworkCore.DbContextOptionsBuilder ? __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore.DbFunctions ? __Ext_Microsoft_EntityFrameworkCore_DbFunctions : {}) & (TShape extends Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade ? __Ext_Microsoft_EntityFrameworkCore_DatabaseFacade : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityType : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeMappingFragment : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionProperty ? __Ext_Microsoft_EntityFrameworkCore_IConventionProperty : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IConventionRelationalPropertyOverrides : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType ? __Ext_Microsoft_EntityFrameworkCore_IMutableEntityType : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IMutableEntityTypeMappingFragment : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableProperty ? __Ext_Microsoft_EntityFrameworkCore_IMutableProperty : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IMutableRelationalPropertyOverrides : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityType : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityTypeMappingFragment : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyProperty : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyRelationalPropertyOverrides : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata.ITable ? __Ext_Microsoft_EntityFrameworkCore_ITable : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder ? __Ext_Microsoft_EntityFrameworkCore_ColumnBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder ? __Ext_Microsoft_EntityFrameworkCore_IConventionPropertyBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<infer T0, infer T1> ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder_2<T0, T1> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder ? __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder ? __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder_1<T0> : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder ? __Ext_Microsoft_EntityFrameworkCore_TableBuilder : {}) & (TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_TableBuilder_1<T0> : {})
|
|
263
|
+
);
|
|
264
|
+
|
|
265
|
+
interface __TsonicExtApplier_Microsoft_EntityFrameworkCore {
|
|
266
|
+
__tsonic_shape: unknown;
|
|
267
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_EntityFrameworkCore<this["__tsonic_shape"]>;
|
|
268
|
+
}
|
|
269
|
+
|
|
251
270
|
export type ExtensionMethods_Microsoft_EntityFrameworkCore<TShape> =
|
|
252
271
|
TShape extends null | undefined ? TShape
|
|
253
272
|
: TShape extends void ? void
|
|
254
|
-
: TShape &
|
|
255
|
-
(TShape extends Microsoft_EntityFrameworkCore.DbContextOptionsBuilder ? __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder : {}) &
|
|
256
|
-
(TShape extends Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder_1<T0> : {}) &
|
|
257
|
-
(TShape extends Microsoft_EntityFrameworkCore.DbFunctions ? __Ext_Microsoft_EntityFrameworkCore_DbFunctions : {}) &
|
|
258
|
-
(TShape extends Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade ? __Ext_Microsoft_EntityFrameworkCore_DatabaseFacade : {}) &
|
|
259
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityType : {}) &
|
|
260
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeMappingFragment : {}) &
|
|
261
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionProperty ? __Ext_Microsoft_EntityFrameworkCore_IConventionProperty : {}) &
|
|
262
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IConventionRelationalPropertyOverrides : {}) &
|
|
263
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType ? __Ext_Microsoft_EntityFrameworkCore_IMutableEntityType : {}) &
|
|
264
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IMutableEntityTypeMappingFragment : {}) &
|
|
265
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableProperty ? __Ext_Microsoft_EntityFrameworkCore_IMutableProperty : {}) &
|
|
266
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IMutableRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IMutableRelationalPropertyOverrides : {}) &
|
|
267
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityType : {}) &
|
|
268
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityTypeMappingFragment : {}) &
|
|
269
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyProperty : {}) &
|
|
270
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.IReadOnlyRelationalPropertyOverrides ? __Ext_Microsoft_EntityFrameworkCore_IReadOnlyRelationalPropertyOverrides : {}) &
|
|
271
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata.ITable ? __Ext_Microsoft_EntityFrameworkCore_ITable : {}) &
|
|
272
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder ? __Ext_Microsoft_EntityFrameworkCore_ColumnBuilder : {}) &
|
|
273
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder : {}) &
|
|
274
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_ComplexTypePropertyBuilder_1<T0> : {}) &
|
|
275
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder ? __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeBuilder : {}) &
|
|
276
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder ? __Ext_Microsoft_EntityFrameworkCore_IConventionPropertyBuilder : {}) &
|
|
277
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder : {}) &
|
|
278
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2<infer T0, infer T1> ? __Ext_Microsoft_EntityFrameworkCore_OwnedNavigationTableBuilder_2<T0, T1> : {}) &
|
|
279
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder ? __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder : {}) &
|
|
280
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder_1<T0> : {}) &
|
|
281
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder ? __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder : {}) &
|
|
282
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_SplitTableBuilder_1<T0> : {}) &
|
|
283
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder ? __Ext_Microsoft_EntityFrameworkCore_TableBuilder : {}) &
|
|
284
|
-
(TShape extends Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_TableBuilder_1<T0> : {})
|
|
285
|
-
);
|
|
273
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore", __TsonicExtApplier_Microsoft_EntityFrameworkCore> & __TsonicExtSurface_Microsoft_EntityFrameworkCore<TShape>;
|
|
286
274
|
|
|
287
275
|
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Migrations
|
|
276
|
+
type __TsonicExtSurface_Microsoft_EntityFrameworkCore_Migrations<TShape> =
|
|
277
|
+
(
|
|
278
|
+
(TShape extends Microsoft_EntityFrameworkCore_Migrations.MigrationBuilder ? __Ext_Microsoft_EntityFrameworkCore_Migrations_MigrationBuilder : {})
|
|
279
|
+
);
|
|
280
|
+
|
|
281
|
+
interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Migrations {
|
|
282
|
+
__tsonic_shape: unknown;
|
|
283
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_EntityFrameworkCore_Migrations<this["__tsonic_shape"]>;
|
|
284
|
+
}
|
|
285
|
+
|
|
288
286
|
export type ExtensionMethods_Microsoft_EntityFrameworkCore_Migrations<TShape> =
|
|
289
287
|
TShape extends null | undefined ? TShape
|
|
290
288
|
: TShape extends void ? void
|
|
291
|
-
: TShape &
|
|
292
|
-
(TShape extends Microsoft_EntityFrameworkCore_Migrations.MigrationBuilder ? __Ext_Microsoft_EntityFrameworkCore_Migrations_MigrationBuilder : {})
|
|
293
|
-
);
|
|
289
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.Migrations", __TsonicExtApplier_Microsoft_EntityFrameworkCore_Migrations> & __TsonicExtSurface_Microsoft_EntityFrameworkCore_Migrations<TShape>;
|
|
294
290
|
|
|
295
291
|
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Sqlite.Internal
|
|
292
|
+
type __TsonicExtSurface_Microsoft_EntityFrameworkCore_Sqlite_Internal<TShape> =
|
|
293
|
+
(
|
|
294
|
+
(TShape extends Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_Sqlite_Internal_IDiagnosticsLogger_1<T0> : {})
|
|
295
|
+
);
|
|
296
|
+
|
|
297
|
+
interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Sqlite_Internal {
|
|
298
|
+
__tsonic_shape: unknown;
|
|
299
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_EntityFrameworkCore_Sqlite_Internal<this["__tsonic_shape"]>;
|
|
300
|
+
}
|
|
301
|
+
|
|
296
302
|
export type ExtensionMethods_Microsoft_EntityFrameworkCore_Sqlite_Internal<TShape> =
|
|
297
303
|
TShape extends null | undefined ? TShape
|
|
298
304
|
: TShape extends void ? void
|
|
299
|
-
: TShape &
|
|
300
|
-
(TShape extends Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<infer T0> ? __Ext_Microsoft_EntityFrameworkCore_Sqlite_Internal_IDiagnosticsLogger_1<T0> : {})
|
|
301
|
-
);
|
|
305
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.Sqlite.Internal", __TsonicExtApplier_Microsoft_EntityFrameworkCore_Sqlite_Internal> & __TsonicExtSurface_Microsoft_EntityFrameworkCore_Sqlite_Internal<TShape>;
|
|
302
306
|
|
|
303
307
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection
|
|
308
|
+
type __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<TShape> =
|
|
309
|
+
(
|
|
310
|
+
(TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection : {})
|
|
311
|
+
);
|
|
312
|
+
|
|
313
|
+
interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection {
|
|
314
|
+
__tsonic_shape: unknown;
|
|
315
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<this["__tsonic_shape"]>;
|
|
316
|
+
}
|
|
317
|
+
|
|
304
318
|
export type ExtensionMethods_Microsoft_Extensions_DependencyInjection<TShape> =
|
|
305
319
|
TShape extends null | undefined ? TShape
|
|
306
320
|
: TShape extends void ? void
|
|
307
|
-
: TShape &
|
|
308
|
-
(TShape extends Microsoft_Extensions_DependencyInjection.IServiceCollection ? __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection : {})
|
|
309
|
-
);
|
|
321
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.DependencyInjection", __TsonicExtApplier_Microsoft_Extensions_DependencyInjection> & __TsonicExtSurface_Microsoft_Extensions_DependencyInjection<TShape>;
|
|
310
322
|
|
|
311
323
|
// Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyModel
|
|
324
|
+
type __TsonicExtSurface_Microsoft_Extensions_DependencyModel<TShape> =
|
|
325
|
+
(
|
|
326
|
+
(TShape extends Microsoft_Extensions_DependencyModel.DependencyContext ? __Ext_Microsoft_Extensions_DependencyModel_DependencyContext : {}) & (TShape extends Microsoft_Extensions_DependencyModel.RuntimeLibrary ? __Ext_Microsoft_Extensions_DependencyModel_RuntimeLibrary : {})
|
|
327
|
+
);
|
|
328
|
+
|
|
329
|
+
interface __TsonicExtApplier_Microsoft_Extensions_DependencyModel {
|
|
330
|
+
__tsonic_shape: unknown;
|
|
331
|
+
__tsonic_type: __TsonicExtSurface_Microsoft_Extensions_DependencyModel<this["__tsonic_shape"]>;
|
|
332
|
+
}
|
|
333
|
+
|
|
312
334
|
export type ExtensionMethods_Microsoft_Extensions_DependencyModel<TShape> =
|
|
313
335
|
TShape extends null | undefined ? TShape
|
|
314
336
|
: TShape extends void ? void
|
|
315
|
-
: TShape &
|
|
316
|
-
(TShape extends Microsoft_Extensions_DependencyModel.DependencyContext ? __Ext_Microsoft_Extensions_DependencyModel_DependencyContext : {}) &
|
|
317
|
-
(TShape extends Microsoft_Extensions_DependencyModel.RuntimeLibrary ? __Ext_Microsoft_Extensions_DependencyModel_RuntimeLibrary : {})
|
|
318
|
-
);
|
|
337
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.DependencyModel", __TsonicExtApplier_Microsoft_Extensions_DependencyModel> & __TsonicExtSurface_Microsoft_Extensions_DependencyModel<TShape>;
|
|
319
338
|
|
|
320
339
|
// Generic helper type for extension methods in namespace: SQLitePCL
|
|
340
|
+
type __TsonicExtSurface_SQLitePCL<TShape> =
|
|
341
|
+
(
|
|
342
|
+
(TShape extends System.ReadOnlySpan_1<infer T0> ? __Ext_SQLitePCL_ReadOnlySpan_1<T0> : {})
|
|
343
|
+
);
|
|
344
|
+
|
|
345
|
+
interface __TsonicExtApplier_SQLitePCL {
|
|
346
|
+
__tsonic_shape: unknown;
|
|
347
|
+
__tsonic_type: __TsonicExtSurface_SQLitePCL<this["__tsonic_shape"]>;
|
|
348
|
+
}
|
|
349
|
+
|
|
321
350
|
export type ExtensionMethods_SQLitePCL<TShape> =
|
|
322
351
|
TShape extends null | undefined ? TShape
|
|
323
352
|
: TShape extends void ? void
|
|
324
|
-
: TShape &
|
|
325
|
-
(TShape extends System.ReadOnlySpan_1<infer T0> ? __Ext_SQLitePCL_ReadOnlySpan_1<T0> : {})
|
|
326
|
-
);
|
|
353
|
+
: TShape & __TsonicWithExt<TShape, "SQLitePCL", __TsonicExtApplier_SQLitePCL> & __TsonicExtSurface_SQLitePCL<TShape>;
|
|
327
354
|
|
|
328
355
|
// Generic helper type for extension methods in namespace: System.Collections.Generic
|
|
356
|
+
type __TsonicExtSurface_System_Collections_Generic<TShape> =
|
|
357
|
+
(
|
|
358
|
+
(TShape extends System_Collections_Generic.IEnumerable_1<infer T0> ? __Ext_System_Collections_Generic_IEnumerable_1<T0> : {}) & (TShape extends (infer T)[] ? __Ext_System_Collections_Generic_IEnumerable_1<T> : {})
|
|
359
|
+
);
|
|
360
|
+
|
|
361
|
+
interface __TsonicExtApplier_System_Collections_Generic {
|
|
362
|
+
__tsonic_shape: unknown;
|
|
363
|
+
__tsonic_type: __TsonicExtSurface_System_Collections_Generic<this["__tsonic_shape"]>;
|
|
364
|
+
}
|
|
365
|
+
|
|
329
366
|
export type ExtensionMethods_System_Collections_Generic<TShape> =
|
|
330
367
|
TShape extends null | undefined ? TShape
|
|
331
368
|
: TShape extends void ? void
|
|
332
|
-
: TShape &
|
|
333
|
-
(TShape extends System_Collections_Generic.IEnumerable_1<infer T0> ? __Ext_System_Collections_Generic_IEnumerable_1<T0> : {}) &
|
|
334
|
-
(TShape extends (infer T)[] ? __Ext_System_Collections_Generic_IEnumerable_1<T> : {})
|
|
335
|
-
);
|
|
369
|
+
: TShape & __TsonicWithExt<TShape, "System.Collections.Generic", __TsonicExtApplier_System_Collections_Generic> & __TsonicExtSurface_System_Collections_Generic<TShape>;
|
|
336
370
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsonic/efcore-sqlite",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.8",
|
|
4
4
|
"description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.Sqlite (+ dependencies) for .NET 10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "https://github.com/tsoniclang/efcore-sqlite.git"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@tsonic/core": "^10.0.
|
|
23
|
-
"@tsonic/dotnet": "^10.0.
|
|
24
|
-
"@tsonic/microsoft-extensions": "^10.0.
|
|
25
|
-
"@tsonic/efcore": "^10.0.
|
|
22
|
+
"@tsonic/core": "^10.0.9",
|
|
23
|
+
"@tsonic/dotnet": "^10.0.7",
|
|
24
|
+
"@tsonic/microsoft-extensions": "^10.0.6",
|
|
25
|
+
"@tsonic/efcore": "^10.0.8"
|
|
26
26
|
}
|
|
27
27
|
}
|