@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
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.ManagedIdentityId::WithUserAssignedClientId(System.String):Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": false,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
41
|
"isExtensionMethod": false
|
|
@@ -50,6 +55,7 @@
|
|
|
50
55
|
"isVirtual": false,
|
|
51
56
|
"isOverride": false,
|
|
52
57
|
"isSealed": false,
|
|
58
|
+
"visibility": "Public",
|
|
53
59
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
54
60
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
55
61
|
"isExtensionMethod": false
|
|
@@ -69,6 +75,7 @@
|
|
|
69
75
|
"isVirtual": false,
|
|
70
76
|
"isOverride": false,
|
|
71
77
|
"isSealed": false,
|
|
78
|
+
"visibility": "Public",
|
|
72
79
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
73
80
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
74
81
|
"isExtensionMethod": false
|
|
@@ -90,6 +97,7 @@
|
|
|
90
97
|
"isAbstract": false,
|
|
91
98
|
"isVirtual": false,
|
|
92
99
|
"isOverride": false,
|
|
100
|
+
"visibility": "Public",
|
|
93
101
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
94
102
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
95
103
|
}
|
|
@@ -109,6 +117,10 @@
|
|
|
109
117
|
"isSealed": false,
|
|
110
118
|
"isStatic": false,
|
|
111
119
|
"arity": 0,
|
|
120
|
+
"baseType": {
|
|
121
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
122
|
+
"clrName": "System.Object"
|
|
123
|
+
},
|
|
112
124
|
"methods": [],
|
|
113
125
|
"properties": [
|
|
114
126
|
{
|
|
@@ -126,6 +138,7 @@
|
|
|
126
138
|
"isAbstract": false,
|
|
127
139
|
"isVirtual": false,
|
|
128
140
|
"isOverride": false,
|
|
141
|
+
"visibility": "Public",
|
|
129
142
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
130
143
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
131
144
|
},
|
|
@@ -144,6 +157,7 @@
|
|
|
144
157
|
"isAbstract": false,
|
|
145
158
|
"isVirtual": false,
|
|
146
159
|
"isOverride": false,
|
|
160
|
+
"visibility": "Public",
|
|
147
161
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
148
162
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
149
163
|
},
|
|
@@ -162,6 +176,7 @@
|
|
|
162
176
|
"isAbstract": false,
|
|
163
177
|
"isVirtual": false,
|
|
164
178
|
"isOverride": false,
|
|
179
|
+
"visibility": "Public",
|
|
165
180
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
166
181
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
167
182
|
},
|
|
@@ -180,6 +195,7 @@
|
|
|
180
195
|
"isAbstract": false,
|
|
181
196
|
"isVirtual": false,
|
|
182
197
|
"isOverride": false,
|
|
198
|
+
"visibility": "Public",
|
|
183
199
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
184
200
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
185
201
|
},
|
|
@@ -198,6 +214,7 @@
|
|
|
198
214
|
"isAbstract": false,
|
|
199
215
|
"isVirtual": false,
|
|
200
216
|
"isOverride": false,
|
|
217
|
+
"visibility": "Public",
|
|
201
218
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
202
219
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
203
220
|
},
|
|
@@ -216,6 +233,7 @@
|
|
|
216
233
|
"isAbstract": false,
|
|
217
234
|
"isVirtual": false,
|
|
218
235
|
"isOverride": false,
|
|
236
|
+
"visibility": "Public",
|
|
219
237
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
220
238
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
221
239
|
}
|
|
@@ -230,6 +248,7 @@
|
|
|
230
248
|
"normalizedSignature": "constructor|():void|static=false",
|
|
231
249
|
"isStatic": false,
|
|
232
250
|
"parameterCount": 0,
|
|
251
|
+
"visibility": "Public",
|
|
233
252
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
234
253
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
235
254
|
},
|
|
@@ -240,6 +259,7 @@
|
|
|
240
259
|
"normalizedSignature": "constructor|(System.Net.Http.HttpRequestMessage):void|static=false",
|
|
241
260
|
"isStatic": false,
|
|
242
261
|
"parameterCount": 1,
|
|
262
|
+
"visibility": "Public",
|
|
243
263
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
244
264
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
245
265
|
},
|
|
@@ -250,6 +270,7 @@
|
|
|
250
270
|
"normalizedSignature": "constructor|(System.Uri):void|static=false",
|
|
251
271
|
"isStatic": false,
|
|
252
272
|
"parameterCount": 1,
|
|
273
|
+
"visibility": "Public",
|
|
253
274
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
254
275
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
255
276
|
}
|
|
@@ -16,7 +16,6 @@ export interface ManagedIdentityId$instance {
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
export const ManagedIdentityId: {
|
|
19
|
-
new(): ManagedIdentityId;
|
|
20
19
|
readonly SystemAssigned: ManagedIdentityId;
|
|
21
20
|
WithUserAssignedClientId(clientId: string): ManagedIdentityId;
|
|
22
21
|
WithUserAssignedObjectId(objectId: string): ManagedIdentityId;
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"isVirtual": true,
|
|
32
32
|
"isOverride": false,
|
|
33
33
|
"isSealed": false,
|
|
34
|
+
"visibility": "Public",
|
|
34
35
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
35
36
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
37
|
"isExtensionMethod": false
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
"isVirtual": true,
|
|
51
52
|
"isOverride": false,
|
|
52
53
|
"isSealed": false,
|
|
54
|
+
"visibility": "Public",
|
|
53
55
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
54
56
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
55
57
|
"isExtensionMethod": false
|
|
@@ -71,6 +73,7 @@
|
|
|
71
73
|
"isAbstract": true,
|
|
72
74
|
"isVirtual": true,
|
|
73
75
|
"isOverride": false,
|
|
76
|
+
"visibility": "Public",
|
|
74
77
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
75
78
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
76
79
|
},
|
|
@@ -89,6 +92,7 @@
|
|
|
89
92
|
"isAbstract": true,
|
|
90
93
|
"isVirtual": true,
|
|
91
94
|
"isOverride": false,
|
|
95
|
+
"visibility": "Public",
|
|
92
96
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
93
97
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
94
98
|
},
|
|
@@ -107,6 +111,7 @@
|
|
|
107
111
|
"isAbstract": true,
|
|
108
112
|
"isVirtual": true,
|
|
109
113
|
"isOverride": false,
|
|
114
|
+
"visibility": "Public",
|
|
110
115
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
111
116
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
112
117
|
},
|
|
@@ -125,6 +130,7 @@
|
|
|
125
130
|
"isAbstract": true,
|
|
126
131
|
"isVirtual": true,
|
|
127
132
|
"isOverride": false,
|
|
133
|
+
"visibility": "Public",
|
|
128
134
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
129
135
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
130
136
|
}
|
|
@@ -12,6 +12,8 @@ import type { IReadOnlyDictionary } from "@tsonic/dotnet/System.Collections.Gene
|
|
|
12
12
|
import type { Int32, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
13
13
|
|
|
14
14
|
export interface IAuthenticationOperation$instance {
|
|
15
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_AuthScheme_IAuthenticationOperation: never;
|
|
16
|
+
|
|
15
17
|
readonly TelemetryTokenType: int;
|
|
16
18
|
readonly AuthorizationHeaderPrefix: string;
|
|
17
19
|
readonly KeyId: string;
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"isVirtual": true,
|
|
32
32
|
"isOverride": false,
|
|
33
33
|
"isSealed": false,
|
|
34
|
+
"visibility": "Public",
|
|
34
35
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
35
36
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
37
|
"isExtensionMethod": false
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
"isAbstract": true,
|
|
53
54
|
"isVirtual": true,
|
|
54
55
|
"isOverride": false,
|
|
56
|
+
"visibility": "Public",
|
|
55
57
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
56
58
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
57
59
|
},
|
|
@@ -70,6 +72,7 @@
|
|
|
70
72
|
"isAbstract": true,
|
|
71
73
|
"isVirtual": true,
|
|
72
74
|
"isOverride": false,
|
|
75
|
+
"visibility": "Public",
|
|
73
76
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
74
77
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
75
78
|
}
|
|
@@ -10,6 +10,8 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
10
10
|
import type { Byte, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
11
11
|
|
|
12
12
|
export interface IPoPCryptoProvider$instance {
|
|
13
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_AuthScheme_PoP_IPoPCryptoProvider: never;
|
|
14
|
+
|
|
13
15
|
readonly CannonicalPublicKeyJwk: string;
|
|
14
16
|
readonly CryptographicAlgorithm: string;
|
|
15
17
|
Sign(data: byte[]): byte[];
|
|
@@ -15,6 +15,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheLevel",
|
|
30
53
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheLevel",
|
|
41
65
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheLevel",
|
|
52
77
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
53
78
|
},
|
|
@@ -59,6 +84,7 @@
|
|
|
59
84
|
"isStatic": true,
|
|
60
85
|
"isReadOnly": false,
|
|
61
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
62
88
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheLevel",
|
|
63
89
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
64
90
|
},
|
|
@@ -70,6 +96,7 @@
|
|
|
70
96
|
"isStatic": true,
|
|
71
97
|
"isReadOnly": false,
|
|
72
98
|
"isLiteral": true,
|
|
99
|
+
"visibility": "Public",
|
|
73
100
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheLevel",
|
|
74
101
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
75
102
|
}
|
|
@@ -88,6 +115,10 @@
|
|
|
88
115
|
"isSealed": false,
|
|
89
116
|
"isStatic": false,
|
|
90
117
|
"arity": 0,
|
|
118
|
+
"baseType": {
|
|
119
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
120
|
+
"clrName": "System.Object"
|
|
121
|
+
},
|
|
91
122
|
"methods": [],
|
|
92
123
|
"properties": [
|
|
93
124
|
{
|
|
@@ -105,6 +136,7 @@
|
|
|
105
136
|
"isAbstract": false,
|
|
106
137
|
"isVirtual": false,
|
|
107
138
|
"isOverride": false,
|
|
139
|
+
"visibility": "Public",
|
|
108
140
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheData",
|
|
109
141
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
110
142
|
},
|
|
@@ -123,6 +155,7 @@
|
|
|
123
155
|
"isAbstract": false,
|
|
124
156
|
"isVirtual": false,
|
|
125
157
|
"isOverride": false,
|
|
158
|
+
"visibility": "Public",
|
|
126
159
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheData",
|
|
127
160
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
128
161
|
}
|
|
@@ -137,6 +170,7 @@
|
|
|
137
170
|
"normalizedSignature": "constructor|():void|static=false",
|
|
138
171
|
"isStatic": false,
|
|
139
172
|
"parameterCount": 0,
|
|
173
|
+
"visibility": "Public",
|
|
140
174
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheData",
|
|
141
175
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
142
176
|
}
|