@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,19 +15,19 @@ import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
|
15
15
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
16
16
|
import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Exception, Func, Int32, Nullable, Object as ClrObject, ReadOnlyMemory, String as ClrString, TimeSpan, Uri, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
17
17
|
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
18
|
-
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
18
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
19
19
|
import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js";
|
|
20
20
|
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
21
21
|
import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
22
22
|
|
|
23
23
|
export interface DeviceCodeInfo$instance {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
ClientId: string;
|
|
25
|
+
DeviceCode: string;
|
|
26
|
+
ExpiresOn: DateTimeOffset;
|
|
27
|
+
Message: string;
|
|
28
|
+
Scopes: IReadOnlyCollection<System_Internal.String>;
|
|
29
|
+
UserCode: string;
|
|
30
|
+
VerificationUri: Uri;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
|
|
@@ -51,6 +51,8 @@ export const TokenCacheData: {
|
|
|
51
51
|
export type TokenCacheData = TokenCacheData$instance;
|
|
52
52
|
|
|
53
53
|
export interface AuthenticationFailedException$instance extends Exception {
|
|
54
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
55
|
+
|
|
54
56
|
}
|
|
55
57
|
|
|
56
58
|
|
|
@@ -63,18 +65,17 @@ export const AuthenticationFailedException: {
|
|
|
63
65
|
export type AuthenticationFailedException = AuthenticationFailedException$instance;
|
|
64
66
|
|
|
65
67
|
export interface AuthenticationRecord$instance {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
+
Authority: string;
|
|
69
|
+
ClientId: string;
|
|
68
70
|
readonly HomeAccountId: string;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
+
TenantId: string;
|
|
72
|
+
Username: string;
|
|
71
73
|
Serialize(stream: Stream, cancellationToken?: CancellationToken): void;
|
|
72
74
|
SerializeAsync(stream: Stream, cancellationToken?: CancellationToken): Task;
|
|
73
75
|
}
|
|
74
76
|
|
|
75
77
|
|
|
76
78
|
export const AuthenticationRecord: {
|
|
77
|
-
new(): AuthenticationRecord;
|
|
78
79
|
Deserialize(stream: Stream, cancellationToken?: CancellationToken): AuthenticationRecord;
|
|
79
80
|
DeserializeAsync(stream: Stream, cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
|
|
80
81
|
};
|
|
@@ -83,6 +84,8 @@ export const AuthenticationRecord: {
|
|
|
83
84
|
export type AuthenticationRecord = AuthenticationRecord$instance;
|
|
84
85
|
|
|
85
86
|
export interface AuthenticationRequiredException$instance extends CredentialUnavailableException {
|
|
87
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
88
|
+
|
|
86
89
|
readonly TokenRequestContext: TokenRequestContext;
|
|
87
90
|
}
|
|
88
91
|
|
|
@@ -113,7 +116,10 @@ export const AuthorizationCodeCredential: {
|
|
|
113
116
|
export type AuthorizationCodeCredential = AuthorizationCodeCredential$instance;
|
|
114
117
|
|
|
115
118
|
export interface AuthorizationCodeCredentialOptions$instance extends TokenCredentialOptions {
|
|
116
|
-
readonly
|
|
119
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
120
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
121
|
+
|
|
122
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
117
123
|
DisableInstanceDiscovery: boolean;
|
|
118
124
|
RedirectUri: Uri;
|
|
119
125
|
}
|
|
@@ -143,7 +149,9 @@ export const AzureCliCredential: {
|
|
|
143
149
|
export type AzureCliCredential = AzureCliCredential$instance;
|
|
144
150
|
|
|
145
151
|
export interface AzureCliCredentialOptions$instance extends TokenCredentialOptions {
|
|
146
|
-
readonly
|
|
152
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
153
|
+
|
|
154
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
147
155
|
ProcessTimeout: Nullable<TimeSpan>;
|
|
148
156
|
Subscription: string;
|
|
149
157
|
TenantId: string;
|
|
@@ -174,7 +182,9 @@ export const AzureDeveloperCliCredential: {
|
|
|
174
182
|
export type AzureDeveloperCliCredential = AzureDeveloperCliCredential$instance;
|
|
175
183
|
|
|
176
184
|
export interface AzureDeveloperCliCredentialOptions$instance extends TokenCredentialOptions {
|
|
177
|
-
readonly
|
|
185
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
186
|
+
|
|
187
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
178
188
|
ProcessTimeout: Nullable<TimeSpan>;
|
|
179
189
|
TenantId: string;
|
|
180
190
|
}
|
|
@@ -203,7 +213,11 @@ export const AzurePipelinesCredential: {
|
|
|
203
213
|
export type AzurePipelinesCredential = AzurePipelinesCredential$instance;
|
|
204
214
|
|
|
205
215
|
export interface AzurePipelinesCredentialOptions$instance extends TokenCredentialOptions {
|
|
206
|
-
readonly
|
|
216
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
217
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
218
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
|
|
219
|
+
|
|
220
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
207
221
|
DisableInstanceDiscovery: boolean;
|
|
208
222
|
TokenCachePersistenceOptions: TokenCachePersistenceOptions;
|
|
209
223
|
}
|
|
@@ -233,7 +247,9 @@ export const AzurePowerShellCredential: {
|
|
|
233
247
|
export type AzurePowerShellCredential = AzurePowerShellCredential$instance;
|
|
234
248
|
|
|
235
249
|
export interface AzurePowerShellCredentialOptions$instance extends TokenCredentialOptions {
|
|
236
|
-
readonly
|
|
250
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
251
|
+
|
|
252
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
237
253
|
ProcessTimeout: Nullable<TimeSpan>;
|
|
238
254
|
TenantId: string;
|
|
239
255
|
}
|
|
@@ -292,7 +308,11 @@ export const ClientAssertionCredential: {
|
|
|
292
308
|
export type ClientAssertionCredential = ClientAssertionCredential$instance;
|
|
293
309
|
|
|
294
310
|
export interface ClientAssertionCredentialOptions$instance extends TokenCredentialOptions {
|
|
295
|
-
readonly
|
|
311
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
312
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
313
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
|
|
314
|
+
|
|
315
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
296
316
|
DisableInstanceDiscovery: boolean;
|
|
297
317
|
TokenCachePersistenceOptions: TokenCachePersistenceOptions;
|
|
298
318
|
}
|
|
@@ -326,7 +346,11 @@ export const ClientCertificateCredential: {
|
|
|
326
346
|
export type ClientCertificateCredential = ClientCertificateCredential$instance;
|
|
327
347
|
|
|
328
348
|
export interface ClientCertificateCredentialOptions$instance extends TokenCredentialOptions {
|
|
329
|
-
readonly
|
|
349
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
350
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
351
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
|
|
352
|
+
|
|
353
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
330
354
|
DisableInstanceDiscovery: boolean;
|
|
331
355
|
SendCertificateChain: boolean;
|
|
332
356
|
TokenCachePersistenceOptions: TokenCachePersistenceOptions;
|
|
@@ -358,7 +382,11 @@ export const ClientSecretCredential: {
|
|
|
358
382
|
export type ClientSecretCredential = ClientSecretCredential$instance;
|
|
359
383
|
|
|
360
384
|
export interface ClientSecretCredentialOptions$instance extends TokenCredentialOptions {
|
|
361
|
-
readonly
|
|
385
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
386
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
387
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
|
|
388
|
+
|
|
389
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
362
390
|
DisableInstanceDiscovery: boolean;
|
|
363
391
|
TokenCachePersistenceOptions: TokenCachePersistenceOptions;
|
|
364
392
|
}
|
|
@@ -372,6 +400,8 @@ export const ClientSecretCredentialOptions: {
|
|
|
372
400
|
export type ClientSecretCredentialOptions = ClientSecretCredentialOptions$instance;
|
|
373
401
|
|
|
374
402
|
export interface CredentialUnavailableException$instance extends AuthenticationFailedException {
|
|
403
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
404
|
+
|
|
375
405
|
}
|
|
376
406
|
|
|
377
407
|
|
|
@@ -400,7 +430,10 @@ export const DefaultAzureCredential: {
|
|
|
400
430
|
export type DefaultAzureCredential = DefaultAzureCredential$instance;
|
|
401
431
|
|
|
402
432
|
export interface DefaultAzureCredentialOptions$instance extends TokenCredentialOptions {
|
|
403
|
-
readonly
|
|
433
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
434
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
435
|
+
|
|
436
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
404
437
|
CredentialProcessTimeout: Nullable<TimeSpan>;
|
|
405
438
|
DisableInstanceDiscovery: boolean;
|
|
406
439
|
ExcludeAzureCliCredential: boolean;
|
|
@@ -456,7 +489,11 @@ export const DeviceCodeCredential: {
|
|
|
456
489
|
export type DeviceCodeCredential = DeviceCodeCredential$instance;
|
|
457
490
|
|
|
458
491
|
export interface DeviceCodeCredentialOptions$instance extends TokenCredentialOptions {
|
|
459
|
-
readonly
|
|
492
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
493
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
494
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
|
|
495
|
+
|
|
496
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
460
497
|
AuthenticationRecord: AuthenticationRecord;
|
|
461
498
|
ClientId: string;
|
|
462
499
|
DeviceCodeCallback: Func<DeviceCodeInfo, CancellationToken, Task>;
|
|
@@ -492,7 +529,10 @@ export const EnvironmentCredential: {
|
|
|
492
529
|
export type EnvironmentCredential = EnvironmentCredential$instance;
|
|
493
530
|
|
|
494
531
|
export interface EnvironmentCredentialOptions$instance extends TokenCredentialOptions {
|
|
495
|
-
readonly
|
|
532
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
533
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
534
|
+
|
|
535
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
496
536
|
DisableInstanceDiscovery: boolean;
|
|
497
537
|
}
|
|
498
538
|
|
|
@@ -527,7 +567,11 @@ export const InteractiveBrowserCredential: {
|
|
|
527
567
|
export type InteractiveBrowserCredential = InteractiveBrowserCredential$instance;
|
|
528
568
|
|
|
529
569
|
export interface InteractiveBrowserCredentialOptions$instance extends TokenCredentialOptions {
|
|
530
|
-
readonly
|
|
570
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
571
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
572
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
|
|
573
|
+
|
|
574
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
531
575
|
AuthenticationRecord: AuthenticationRecord;
|
|
532
576
|
BrowserCustomization: BrowserCustomizationOptions;
|
|
533
577
|
ClientId: string;
|
|
@@ -577,12 +621,11 @@ export const ManagedIdentityCredentialOptions: {
|
|
|
577
621
|
export type ManagedIdentityCredentialOptions = ManagedIdentityCredentialOptions$instance;
|
|
578
622
|
|
|
579
623
|
export interface ManagedIdentityId$instance {
|
|
580
|
-
ToString(): string
|
|
624
|
+
ToString(): string;
|
|
581
625
|
}
|
|
582
626
|
|
|
583
627
|
|
|
584
628
|
export const ManagedIdentityId: {
|
|
585
|
-
new(): ManagedIdentityId;
|
|
586
629
|
readonly SystemAssigned: ManagedIdentityId;
|
|
587
630
|
FromUserAssignedClientId(id: string): ManagedIdentityId;
|
|
588
631
|
FromUserAssignedObjectId(id: string): ManagedIdentityId;
|
|
@@ -613,7 +656,11 @@ export const OnBehalfOfCredential: {
|
|
|
613
656
|
export type OnBehalfOfCredential = OnBehalfOfCredential$instance;
|
|
614
657
|
|
|
615
658
|
export interface OnBehalfOfCredentialOptions$instance extends TokenCredentialOptions {
|
|
616
|
-
readonly
|
|
659
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
660
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
661
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
|
|
662
|
+
|
|
663
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
617
664
|
DisableInstanceDiscovery: boolean;
|
|
618
665
|
SendCertificateChain: boolean;
|
|
619
666
|
TokenCachePersistenceOptions: TokenCachePersistenceOptions;
|
|
@@ -645,6 +692,9 @@ export const SharedTokenCacheCredential: {
|
|
|
645
692
|
export type SharedTokenCacheCredential = SharedTokenCacheCredential$instance;
|
|
646
693
|
|
|
647
694
|
export interface SharedTokenCacheCredentialOptions$instance extends TokenCredentialOptions {
|
|
695
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
696
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
|
|
697
|
+
|
|
648
698
|
AuthenticationRecord: AuthenticationRecord;
|
|
649
699
|
ClientId: string;
|
|
650
700
|
DisableInstanceDiscovery: boolean;
|
|
@@ -683,7 +733,6 @@ export interface TokenCacheRefreshArgs$instance {
|
|
|
683
733
|
|
|
684
734
|
|
|
685
735
|
export const TokenCacheRefreshArgs: {
|
|
686
|
-
new(): TokenCacheRefreshArgs;
|
|
687
736
|
};
|
|
688
737
|
|
|
689
738
|
|
|
@@ -696,7 +745,6 @@ export interface TokenCacheUpdatedArgs$instance {
|
|
|
696
745
|
|
|
697
746
|
|
|
698
747
|
export const TokenCacheUpdatedArgs: {
|
|
699
|
-
new(): TokenCacheUpdatedArgs;
|
|
700
748
|
};
|
|
701
749
|
|
|
702
750
|
|
|
@@ -729,10 +777,13 @@ export const TokenCredentialOptions: {
|
|
|
729
777
|
export type TokenCredentialOptions = TokenCredentialOptions$instance;
|
|
730
778
|
|
|
731
779
|
export interface UnsafeTokenCacheOptions$instance extends TokenCachePersistenceOptions {
|
|
780
|
+
RefreshCacheAsync(): Task<ReadOnlyMemory<System_Internal.Byte>>;
|
|
781
|
+
RefreshCacheAsync(args: TokenCacheRefreshArgs, cancellationToken?: CancellationToken): Task<TokenCacheData>;
|
|
782
|
+
TokenCacheUpdatedAsync(tokenCacheUpdatedArgs: TokenCacheUpdatedArgs): Task;
|
|
732
783
|
}
|
|
733
784
|
|
|
734
785
|
|
|
735
|
-
export const UnsafeTokenCacheOptions: {
|
|
786
|
+
export const UnsafeTokenCacheOptions: (abstract new() => UnsafeTokenCacheOptions) & {
|
|
736
787
|
};
|
|
737
788
|
|
|
738
789
|
|
|
@@ -760,7 +811,11 @@ export const UsernamePasswordCredential: {
|
|
|
760
811
|
export type UsernamePasswordCredential = UsernamePasswordCredential$instance;
|
|
761
812
|
|
|
762
813
|
export interface UsernamePasswordCredentialOptions$instance extends TokenCredentialOptions {
|
|
763
|
-
readonly
|
|
814
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
815
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
816
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
|
|
817
|
+
|
|
818
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
764
819
|
DisableInstanceDiscovery: boolean;
|
|
765
820
|
TokenCachePersistenceOptions: TokenCachePersistenceOptions;
|
|
766
821
|
}
|
|
@@ -790,7 +845,9 @@ export const VisualStudioCodeCredential: {
|
|
|
790
845
|
export type VisualStudioCodeCredential = VisualStudioCodeCredential$instance;
|
|
791
846
|
|
|
792
847
|
export interface VisualStudioCodeCredentialOptions$instance extends TokenCredentialOptions {
|
|
793
|
-
readonly
|
|
848
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
849
|
+
|
|
850
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
794
851
|
TenantId: string;
|
|
795
852
|
}
|
|
796
853
|
|
|
@@ -819,7 +876,9 @@ export const VisualStudioCredential: {
|
|
|
819
876
|
export type VisualStudioCredential = VisualStudioCredential$instance;
|
|
820
877
|
|
|
821
878
|
export interface VisualStudioCredentialOptions$instance extends TokenCredentialOptions {
|
|
822
|
-
readonly
|
|
879
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
880
|
+
|
|
881
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
823
882
|
ProcessTimeout: Nullable<TimeSpan>;
|
|
824
883
|
TenantId: string;
|
|
825
884
|
}
|
|
@@ -849,7 +908,10 @@ export const WorkloadIdentityCredential: {
|
|
|
849
908
|
export type WorkloadIdentityCredential = WorkloadIdentityCredential$instance;
|
|
850
909
|
|
|
851
910
|
export interface WorkloadIdentityCredentialOptions$instance extends TokenCredentialOptions {
|
|
852
|
-
readonly
|
|
911
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
|
|
912
|
+
readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
|
|
913
|
+
|
|
914
|
+
AdditionallyAllowedTenants: IList<System_Internal.String>;
|
|
853
915
|
ClientId: string;
|
|
854
916
|
DisableInstanceDiscovery: boolean;
|
|
855
917
|
TenantId: string;
|
package/Azure.Identity.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ import type { AuthenticationToken, GetTokenOptions } from './System.ClientModel.
|
|
|
12
12
|
import type { IList, IReadOnlyCollection, IReadOnlyDictionary } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
13
13
|
import type { Stream } from '@tsonic/dotnet/System.IO.js';
|
|
14
14
|
import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Exception, Func, Int32, Nullable, Object as ClrObject, ReadOnlyMemory, String as ClrString, TimeSpan, Uri, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
15
|
-
import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
15
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
16
16
|
import type { X509Certificate2 } from '@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js';
|
|
17
17
|
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
18
18
|
import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
@@ -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": "Azure.Messaging.CloudEventDataFormat",
|
|
30
53
|
"declaringAssemblyName": "Azure.Core"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Azure.Messaging.CloudEventDataFormat",
|
|
41
65
|
"declaringAssemblyName": "Azure.Core"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Azure.Messaging.CloudEventDataFormat",
|
|
52
77
|
"declaringAssemblyName": "Azure.Core"
|
|
53
78
|
}
|
|
@@ -66,6 +91,10 @@
|
|
|
66
91
|
"isSealed": false,
|
|
67
92
|
"isStatic": false,
|
|
68
93
|
"arity": 0,
|
|
94
|
+
"baseType": {
|
|
95
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
96
|
+
"clrName": "System.Object"
|
|
97
|
+
},
|
|
69
98
|
"methods": [
|
|
70
99
|
{
|
|
71
100
|
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::ParseMany(System.BinaryData,System.Boolean):Azure.Messaging.CloudEvent[]",
|
|
@@ -82,6 +111,7 @@
|
|
|
82
111
|
"isVirtual": false,
|
|
83
112
|
"isOverride": false,
|
|
84
113
|
"isSealed": false,
|
|
114
|
+
"visibility": "Public",
|
|
85
115
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
86
116
|
"declaringAssemblyName": "Azure.Core",
|
|
87
117
|
"isExtensionMethod": false
|
|
@@ -101,6 +131,7 @@
|
|
|
101
131
|
"isVirtual": false,
|
|
102
132
|
"isOverride": false,
|
|
103
133
|
"isSealed": false,
|
|
134
|
+
"visibility": "Public",
|
|
104
135
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
105
136
|
"declaringAssemblyName": "Azure.Core",
|
|
106
137
|
"isExtensionMethod": false
|
|
@@ -122,6 +153,7 @@
|
|
|
122
153
|
"isAbstract": false,
|
|
123
154
|
"isVirtual": false,
|
|
124
155
|
"isOverride": false,
|
|
156
|
+
"visibility": "Public",
|
|
125
157
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
126
158
|
"declaringAssemblyName": "Azure.Core"
|
|
127
159
|
},
|
|
@@ -140,6 +172,7 @@
|
|
|
140
172
|
"isAbstract": false,
|
|
141
173
|
"isVirtual": false,
|
|
142
174
|
"isOverride": false,
|
|
175
|
+
"visibility": "Public",
|
|
143
176
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
144
177
|
"declaringAssemblyName": "Azure.Core"
|
|
145
178
|
},
|
|
@@ -158,6 +191,7 @@
|
|
|
158
191
|
"isAbstract": false,
|
|
159
192
|
"isVirtual": false,
|
|
160
193
|
"isOverride": false,
|
|
194
|
+
"visibility": "Public",
|
|
161
195
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
162
196
|
"declaringAssemblyName": "Azure.Core"
|
|
163
197
|
},
|
|
@@ -176,6 +210,7 @@
|
|
|
176
210
|
"isAbstract": false,
|
|
177
211
|
"isVirtual": false,
|
|
178
212
|
"isOverride": false,
|
|
213
|
+
"visibility": "Public",
|
|
179
214
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
180
215
|
"declaringAssemblyName": "Azure.Core"
|
|
181
216
|
},
|
|
@@ -194,6 +229,7 @@
|
|
|
194
229
|
"isAbstract": false,
|
|
195
230
|
"isVirtual": false,
|
|
196
231
|
"isOverride": false,
|
|
232
|
+
"visibility": "Public",
|
|
197
233
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
198
234
|
"declaringAssemblyName": "Azure.Core"
|
|
199
235
|
},
|
|
@@ -212,6 +248,7 @@
|
|
|
212
248
|
"isAbstract": false,
|
|
213
249
|
"isVirtual": false,
|
|
214
250
|
"isOverride": false,
|
|
251
|
+
"visibility": "Public",
|
|
215
252
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
216
253
|
"declaringAssemblyName": "Azure.Core"
|
|
217
254
|
},
|
|
@@ -230,6 +267,7 @@
|
|
|
230
267
|
"isAbstract": false,
|
|
231
268
|
"isVirtual": false,
|
|
232
269
|
"isOverride": false,
|
|
270
|
+
"visibility": "Public",
|
|
233
271
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
234
272
|
"declaringAssemblyName": "Azure.Core"
|
|
235
273
|
},
|
|
@@ -248,6 +286,7 @@
|
|
|
248
286
|
"isAbstract": false,
|
|
249
287
|
"isVirtual": false,
|
|
250
288
|
"isOverride": false,
|
|
289
|
+
"visibility": "Public",
|
|
251
290
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
252
291
|
"declaringAssemblyName": "Azure.Core"
|
|
253
292
|
},
|
|
@@ -266,6 +305,7 @@
|
|
|
266
305
|
"isAbstract": false,
|
|
267
306
|
"isVirtual": false,
|
|
268
307
|
"isOverride": false,
|
|
308
|
+
"visibility": "Public",
|
|
269
309
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
270
310
|
"declaringAssemblyName": "Azure.Core"
|
|
271
311
|
}
|
|
@@ -280,6 +320,7 @@
|
|
|
280
320
|
"normalizedSignature": "constructor|(System.String,System.String,System.Object,System.Type):void|static=false",
|
|
281
321
|
"isStatic": false,
|
|
282
322
|
"parameterCount": 4,
|
|
323
|
+
"visibility": "Public",
|
|
283
324
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
284
325
|
"declaringAssemblyName": "Azure.Core"
|
|
285
326
|
},
|
|
@@ -290,6 +331,7 @@
|
|
|
290
331
|
"normalizedSignature": "constructor|(System.String,System.String,System.BinaryData,System.String,Azure.Messaging.CloudEventDataFormat):void|static=false",
|
|
291
332
|
"isStatic": false,
|
|
292
333
|
"parameterCount": 5,
|
|
334
|
+
"visibility": "Public",
|
|
293
335
|
"declaringClrType": "Azure.Messaging.CloudEvent",
|
|
294
336
|
"declaringAssemblyName": "Azure.Core"
|
|
295
337
|
}
|
|
@@ -306,6 +348,10 @@
|
|
|
306
348
|
"isSealed": false,
|
|
307
349
|
"isStatic": false,
|
|
308
350
|
"arity": 0,
|
|
351
|
+
"baseType": {
|
|
352
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
353
|
+
"clrName": "System.Object"
|
|
354
|
+
},
|
|
309
355
|
"methods": [],
|
|
310
356
|
"properties": [
|
|
311
357
|
{
|
|
@@ -323,6 +369,7 @@
|
|
|
323
369
|
"isAbstract": false,
|
|
324
370
|
"isVirtual": true,
|
|
325
371
|
"isOverride": false,
|
|
372
|
+
"visibility": "Public",
|
|
326
373
|
"declaringClrType": "Azure.Messaging.MessageContent",
|
|
327
374
|
"declaringAssemblyName": "Azure.Core"
|
|
328
375
|
},
|
|
@@ -341,6 +388,26 @@
|
|
|
341
388
|
"isAbstract": false,
|
|
342
389
|
"isVirtual": true,
|
|
343
390
|
"isOverride": false,
|
|
391
|
+
"visibility": "Public",
|
|
392
|
+
"declaringClrType": "Azure.Messaging.MessageContent",
|
|
393
|
+
"declaringAssemblyName": "Azure.Core"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"stableId": "Azure.Core:Azure.Messaging.MessageContent::ContentTypeCore:System.Nullable_1[[Azure.Core.ContentType,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
|
|
397
|
+
"clrName": "ContentTypeCore",
|
|
398
|
+
"metadataToken": 385876053,
|
|
399
|
+
"canonicalSignature": ":System.Nullable_1[[Azure.Core.ContentType,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
|
|
400
|
+
"normalizedSignature": "ContentTypeCore|:System.Nullable_1[[Azure.Core.ContentType,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=getset",
|
|
401
|
+
"emitScope": "ClassSurface",
|
|
402
|
+
"provenance": "Original",
|
|
403
|
+
"isIndexer": false,
|
|
404
|
+
"hasGetter": true,
|
|
405
|
+
"hasSetter": true,
|
|
406
|
+
"isStatic": false,
|
|
407
|
+
"isAbstract": false,
|
|
408
|
+
"isVirtual": true,
|
|
409
|
+
"isOverride": false,
|
|
410
|
+
"visibility": "Protected",
|
|
344
411
|
"declaringClrType": "Azure.Messaging.MessageContent",
|
|
345
412
|
"declaringAssemblyName": "Azure.Core"
|
|
346
413
|
},
|
|
@@ -359,6 +426,7 @@
|
|
|
359
426
|
"isAbstract": false,
|
|
360
427
|
"isVirtual": true,
|
|
361
428
|
"isOverride": false,
|
|
429
|
+
"visibility": "Public",
|
|
362
430
|
"declaringClrType": "Azure.Messaging.MessageContent",
|
|
363
431
|
"declaringAssemblyName": "Azure.Core"
|
|
364
432
|
}
|
|
@@ -373,6 +441,7 @@
|
|
|
373
441
|
"normalizedSignature": "constructor|():void|static=false",
|
|
374
442
|
"isStatic": false,
|
|
375
443
|
"parameterCount": 0,
|
|
444
|
+
"visibility": "Public",
|
|
376
445
|
"declaringClrType": "Azure.Messaging.MessageContent",
|
|
377
446
|
"declaringAssemblyName": "Azure.Core"
|
|
378
447
|
}
|
|
@@ -20,16 +20,16 @@ export enum CloudEventDataFormat {
|
|
|
20
20
|
|
|
21
21
|
export interface CloudEvent$instance {
|
|
22
22
|
get Data(): BinaryData | undefined;
|
|
23
|
-
set Data(value: BinaryData);
|
|
23
|
+
set Data(value: BinaryData | undefined);
|
|
24
24
|
get DataContentType(): string | undefined;
|
|
25
|
-
set DataContentType(value: string);
|
|
25
|
+
set DataContentType(value: string | undefined);
|
|
26
26
|
get DataSchema(): string | undefined;
|
|
27
|
-
set DataSchema(value: string);
|
|
27
|
+
set DataSchema(value: string | undefined);
|
|
28
28
|
readonly ExtensionAttributes: IDictionary<System_Internal.String, unknown>;
|
|
29
29
|
Id: string;
|
|
30
30
|
Source: string;
|
|
31
31
|
get Subject(): string | undefined;
|
|
32
|
-
set Subject(value: string);
|
|
32
|
+
set Subject(value: string | undefined);
|
|
33
33
|
Time: Nullable<DateTimeOffset>;
|
|
34
34
|
Type: string;
|
|
35
35
|
}
|
|
@@ -47,8 +47,9 @@ export type CloudEvent = CloudEvent$instance;
|
|
|
47
47
|
|
|
48
48
|
export interface MessageContent$instance {
|
|
49
49
|
ContentType: Nullable<ContentType>;
|
|
50
|
+
ContentTypeCore: Nullable<ContentType>;
|
|
50
51
|
get Data(): BinaryData | undefined;
|
|
51
|
-
set Data(value: BinaryData);
|
|
52
|
+
set Data(value: BinaryData | undefined);
|
|
52
53
|
readonly IsReadOnly: boolean;
|
|
53
54
|
}
|
|
54
55
|
|
package/Azure.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import * as Internal from './Azure/internal/index.js';
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { HttpPipeline, HttpPipelinePolicy } from './Azure.Core.Pipeline/internal/index.js';
|
|
10
10
|
import type { JsonPropertyNames, ObjectSerializer } from './Azure.Core.Serialization/internal/index.js';
|
|
11
|
-
import type { ClientOptions, DelayStrategy, HttpPipelinePosition, RehydrationToken, RequestFailedDetailsParser, ResponseClassificationHandler, ResponseHeaders } from './Azure.Core/internal/index.js';
|
|
11
|
+
import type { ClientOptions, DelayStrategy, HttpHeader, HttpPipelinePosition, RehydrationToken, RequestFailedDetailsParser, ResponseClassificationHandler, ResponseHeaders } from './Azure.Core/internal/index.js';
|
|
12
12
|
import type { IJsonModel_1, IPersistableModel_1, ModelReaderWriterOptions } from './System.ClientModel.Primitives/internal/index.js';
|
|
13
13
|
import type { ApiKeyCredential } from './System.ClientModel/internal/index.js';
|
|
14
14
|
import type { BinaryData } from './System/internal/index.js';
|
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.SystemException",
|
|
20
|
+
"clrName": "System.SystemException"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
25
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
18
28
|
"methods": [],
|
|
19
29
|
"properties": [],
|
|
20
30
|
"fields": [],
|
|
@@ -32,6 +42,10 @@
|
|
|
32
42
|
"isSealed": true,
|
|
33
43
|
"isStatic": true,
|
|
34
44
|
"arity": 0,
|
|
45
|
+
"baseType": {
|
|
46
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
47
|
+
"clrName": "System.Object"
|
|
48
|
+
},
|
|
35
49
|
"methods": [],
|
|
36
50
|
"properties": [],
|
|
37
51
|
"fields": [
|
|
@@ -43,6 +57,7 @@
|
|
|
43
57
|
"isStatic": true,
|
|
44
58
|
"isReadOnly": false,
|
|
45
59
|
"isLiteral": true,
|
|
60
|
+
"visibility": "Public",
|
|
46
61
|
"declaringClrType": "Microsoft.Data.SqlDbTypeExtensions",
|
|
47
62
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
48
63
|
},
|
|
@@ -54,6 +69,7 @@
|
|
|
54
69
|
"isStatic": true,
|
|
55
70
|
"isReadOnly": false,
|
|
56
71
|
"isLiteral": true,
|
|
72
|
+
"visibility": "Public",
|
|
57
73
|
"declaringClrType": "Microsoft.Data.SqlDbTypeExtensions",
|
|
58
74
|
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
59
75
|
}
|
|
@@ -13,11 +13,12 @@ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Ru
|
|
|
13
13
|
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
14
14
|
|
|
15
15
|
export interface OperationAbortedException$instance extends SystemException {
|
|
16
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
17
|
+
|
|
16
18
|
}
|
|
17
19
|
|
|
18
20
|
|
|
19
21
|
export const OperationAbortedException: {
|
|
20
|
-
new(): OperationAbortedException;
|
|
21
22
|
};
|
|
22
23
|
|
|
23
24
|
|