@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
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/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -32,8 +32,13 @@ export enum GeoObjectType {
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
export interface GeoArray_1$instance<T> {
|
|
35
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
36
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
37
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
38
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
39
|
+
|
|
35
40
|
readonly Count: int;
|
|
36
|
-
readonly
|
|
41
|
+
readonly [index: number]: T;
|
|
37
42
|
GetEnumerator(): GeoArray_1_Enumerator<T>;
|
|
38
43
|
}
|
|
39
44
|
|
|
@@ -46,6 +51,10 @@ export const GeoArray_1: {
|
|
|
46
51
|
export type GeoArray_1<T> = GeoArray_1$instance<T>;
|
|
47
52
|
|
|
48
53
|
export interface GeoArray_1_Enumerator$instance<T> {
|
|
54
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
55
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
56
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
57
|
+
|
|
49
58
|
readonly Current: T;
|
|
50
59
|
Dispose(): void;
|
|
51
60
|
MoveNext(): boolean;
|
|
@@ -61,9 +70,11 @@ export const GeoArray_1_Enumerator: {
|
|
|
61
70
|
export type GeoArray_1_Enumerator<T> = GeoArray_1_Enumerator$instance<T>;
|
|
62
71
|
|
|
63
72
|
export interface GeoPosition$instance {
|
|
73
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
74
|
+
|
|
64
75
|
readonly Altitude: Nullable<System_Internal.Double>;
|
|
65
76
|
readonly Count: int;
|
|
66
|
-
readonly
|
|
77
|
+
readonly [index: number]: double;
|
|
67
78
|
readonly Latitude: double;
|
|
68
79
|
readonly Longitude: double;
|
|
69
80
|
Equals(other: GeoPosition): boolean;
|
|
@@ -82,8 +93,10 @@ export const GeoPosition: {
|
|
|
82
93
|
export type GeoPosition = GeoPosition$instance;
|
|
83
94
|
|
|
84
95
|
export interface GeoBoundingBox$instance {
|
|
96
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
97
|
+
|
|
85
98
|
readonly East: double;
|
|
86
|
-
readonly
|
|
99
|
+
readonly [index: number]: double;
|
|
87
100
|
readonly MaxAltitude: Nullable<System_Internal.Double>;
|
|
88
101
|
readonly MinAltitude: Nullable<System_Internal.Double>;
|
|
89
102
|
readonly North: double;
|
|
@@ -105,8 +118,13 @@ export const GeoBoundingBox: {
|
|
|
105
118
|
export type GeoBoundingBox = GeoBoundingBox$instance;
|
|
106
119
|
|
|
107
120
|
export interface GeoCollection$instance extends GeoObject {
|
|
121
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
122
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
123
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
124
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
125
|
+
|
|
108
126
|
readonly Count: int;
|
|
109
|
-
readonly
|
|
127
|
+
readonly [index: number]: GeoObject;
|
|
110
128
|
readonly Type: GeoObjectType;
|
|
111
129
|
GetEnumerator(): IEnumerator__System_Collections_Generic<GeoObject>;
|
|
112
130
|
}
|
|
@@ -147,9 +165,14 @@ export const GeoLineString: {
|
|
|
147
165
|
export type GeoLineString = GeoLineString$instance;
|
|
148
166
|
|
|
149
167
|
export interface GeoLineStringCollection$instance extends GeoObject {
|
|
168
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
169
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
170
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
171
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
172
|
+
|
|
150
173
|
readonly Coordinates: GeoArray_1<GeoArray_1<GeoPosition>>;
|
|
151
174
|
readonly Count: int;
|
|
152
|
-
readonly
|
|
175
|
+
readonly [index: number]: GeoLineString;
|
|
153
176
|
readonly Type: GeoObjectType;
|
|
154
177
|
GetEnumerator(): IEnumerator__System_Collections_Generic<GeoLineString>;
|
|
155
178
|
}
|
|
@@ -179,6 +202,9 @@ export const GeoObject: {
|
|
|
179
202
|
export type GeoObject = GeoObject$instance;
|
|
180
203
|
|
|
181
204
|
export interface GeoPoint$instance extends GeoObject {
|
|
205
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
|
|
206
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
|
|
207
|
+
|
|
182
208
|
readonly Coordinates: GeoPosition;
|
|
183
209
|
readonly Type: GeoObjectType;
|
|
184
210
|
}
|
|
@@ -204,9 +230,14 @@ export type GeoPoint = GeoPoint$instance & __GeoPoint$views;
|
|
|
204
230
|
|
|
205
231
|
|
|
206
232
|
export interface GeoPointCollection$instance extends GeoObject {
|
|
233
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
234
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
235
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
236
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
237
|
+
|
|
207
238
|
readonly Coordinates: GeoArray_1<GeoPosition>;
|
|
208
239
|
readonly Count: int;
|
|
209
|
-
readonly
|
|
240
|
+
readonly [index: number]: GeoPoint;
|
|
210
241
|
readonly Type: GeoObjectType;
|
|
211
242
|
GetEnumerator(): IEnumerator__System_Collections_Generic<GeoPoint>;
|
|
212
243
|
}
|
|
@@ -238,9 +269,14 @@ export const GeoPolygon: {
|
|
|
238
269
|
export type GeoPolygon = GeoPolygon$instance;
|
|
239
270
|
|
|
240
271
|
export interface GeoPolygonCollection$instance extends GeoObject {
|
|
272
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
273
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
274
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
275
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
276
|
+
|
|
241
277
|
readonly Coordinates: GeoArray_1<GeoArray_1<GeoArray_1<GeoPosition>>>;
|
|
242
278
|
readonly Count: int;
|
|
243
|
-
readonly
|
|
279
|
+
readonly [index: number]: GeoPolygon;
|
|
244
280
|
readonly Type: GeoObjectType;
|
|
245
281
|
GetEnumerator(): IEnumerator__System_Collections_Generic<GeoPolygon>;
|
|
246
282
|
}
|