@tsonic/efcore-sqlserver 0.1.1
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 +4791 -0
- package/Azure/internal/index.d.ts +433 -0
- package/Azure/internal/metadata.json +2772 -0
- package/Azure.Core/bindings.json +8215 -0
- package/Azure.Core/internal/index.d.ts +665 -0
- package/Azure.Core/internal/metadata.json +5291 -0
- package/Azure.Core.Cryptography/bindings.json +158 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
- package/Azure.Core.Cryptography/internal/metadata.json +122 -0
- package/Azure.Core.Cryptography.d.ts +15 -0
- package/Azure.Core.Cryptography.js +9 -0
- package/Azure.Core.Diagnostics/bindings.json +154 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
- package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
- package/Azure.Core.Diagnostics.d.ts +13 -0
- package/Azure.Core.Diagnostics.js +9 -0
- package/Azure.Core.Extensions/bindings.json +158 -0
- package/Azure.Core.Extensions/internal/index.d.ts +42 -0
- package/Azure.Core.Extensions/internal/metadata.json +139 -0
- package/Azure.Core.Extensions.d.ts +16 -0
- package/Azure.Core.Extensions.js +9 -0
- package/Azure.Core.GeoJson/bindings.json +2736 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
- package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
- package/Azure.Core.GeoJson.d.ts +29 -0
- package/Azure.Core.GeoJson.js +9 -0
- package/Azure.Core.Pipeline/bindings.json +1894 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
- package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
- package/Azure.Core.Pipeline.d.ts +32 -0
- package/Azure.Core.Pipeline.js +9 -0
- package/Azure.Core.Serialization/bindings.json +691 -0
- package/Azure.Core.Serialization/internal/index.d.ts +90 -0
- package/Azure.Core.Serialization/internal/metadata.json +468 -0
- package/Azure.Core.Serialization.d.ts +23 -0
- package/Azure.Core.Serialization.js +9 -0
- package/Azure.Core.d.ts +60 -0
- package/Azure.Core.js +9 -0
- package/Azure.Identity/bindings.json +11689 -0
- package/Azure.Identity/internal/index.d.ts +884 -0
- package/Azure.Identity/internal/metadata.json +5255 -0
- package/Azure.Identity.d.ts +75 -0
- package/Azure.Identity.js +9 -0
- package/Azure.Messaging/bindings.json +515 -0
- package/Azure.Messaging/internal/index.d.ts +62 -0
- package/Azure.Messaging/internal/metadata.json +316 -0
- package/Azure.Messaging.d.ts +17 -0
- package/Azure.Messaging.js +9 -0
- package/Azure.d.ts +69 -0
- package/Azure.js +9 -0
- package/LICENSE +21 -0
- package/Microsoft.Data/bindings.json +74 -0
- package/Microsoft.Data/internal/index.d.ts +33 -0
- package/Microsoft.Data/internal/metadata.json +59 -0
- package/Microsoft.Data.Sql/bindings.json +221 -0
- package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
- package/Microsoft.Data.Sql/internal/metadata.json +136 -0
- package/Microsoft.Data.Sql.d.ts +15 -0
- package/Microsoft.Data.Sql.js +9 -0
- package/Microsoft.Data.SqlClient/bindings.json +17875 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
- package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
- package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
- package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
- package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
- package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
- package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
- package/Microsoft.Data.SqlClient.Server.js +9 -0
- package/Microsoft.Data.SqlClient.d.ts +92 -0
- package/Microsoft.Data.SqlClient.js +9 -0
- package/Microsoft.Data.SqlTypes/bindings.json +902 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
- package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
- package/Microsoft.Data.SqlTypes.d.ts +17 -0
- package/Microsoft.Data.SqlTypes.js +9 -0
- package/Microsoft.Data.d.ts +15 -0
- package/Microsoft.Data.js +9 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +46 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Microsoft.Identity.Client/bindings.json +23512 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
- package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
- package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
- package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
- package/Microsoft.Identity.Client.Advanced.js +9 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
- package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
- package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
- package/Microsoft.Identity.Client.AppConfig.js +9 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
- package/Microsoft.Identity.Client.AuthScheme.js +9 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
- package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
- package/Microsoft.Identity.Client.Cache.d.ts +13 -0
- package/Microsoft.Identity.Client.Cache.js +9 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
- package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
- package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
- package/Microsoft.Identity.Client.Extensibility.js +9 -0
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
- package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
- package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
- package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
- package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
- package/Microsoft.Identity.Client.Kerberos.js +9 -0
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
- package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
- package/Microsoft.Identity.Client.RP/bindings.json +83 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
- package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
- package/Microsoft.Identity.Client.RP.d.ts +18 -0
- package/Microsoft.Identity.Client.RP.js +9 -0
- package/Microsoft.Identity.Client.Region/bindings.json +167 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
- package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
- package/Microsoft.Identity.Client.Region.d.ts +12 -0
- package/Microsoft.Identity.Client.Region.js +9 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
- package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
- package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
- package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
- package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
- package/Microsoft.Identity.Client.Utils.d.ts +13 -0
- package/Microsoft.Identity.Client.Utils.js +9 -0
- package/Microsoft.Identity.Client.d.ts +124 -0
- package/Microsoft.Identity.Client.js +9 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
- package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
- package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
- package/Microsoft.IdentityModel.Abstractions.js +9 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
- package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
- package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
- package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
- package/Microsoft.IdentityModel.Logging.d.ts +21 -0
- package/Microsoft.IdentityModel.Logging.js +9 -0
- package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
- package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
- package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
- package/Microsoft.IdentityModel.Protocols.js +9 -0
- package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
- package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
- package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
- package/Microsoft.IdentityModel.Tokens.js +9 -0
- package/Microsoft.SqlServer.Server/bindings.json +1337 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
- package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
- package/Microsoft.SqlServer.Server.d.ts +23 -0
- package/Microsoft.SqlServer.Server.js +9 -0
- package/README.md +5 -0
- package/System/bindings.json +877 -0
- package/System/internal/index.d.ts +67 -0
- package/System/internal/metadata.json +523 -0
- package/System.ClientModel/bindings.json +975 -0
- package/System.ClientModel/internal/index.d.ts +152 -0
- package/System.ClientModel/internal/metadata.json +637 -0
- package/System.ClientModel.Primitives/bindings.json +5278 -0
- package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
- package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
- package/System.ClientModel.Primitives.d.ts +65 -0
- package/System.ClientModel.Primitives.js +9 -0
- package/System.ClientModel.d.ts +42 -0
- package/System.ClientModel.js +9 -0
- package/System.Configuration/bindings.json +22798 -0
- package/System.Configuration/internal/index.d.ts +2085 -0
- package/System.Configuration/internal/metadata.json +11888 -0
- package/System.Configuration.Internal/bindings.json +3313 -0
- package/System.Configuration.Internal/internal/index.d.ts +228 -0
- package/System.Configuration.Internal/internal/metadata.json +2269 -0
- package/System.Configuration.Internal.d.ts +30 -0
- package/System.Configuration.Internal.js +9 -0
- package/System.Configuration.Provider/bindings.json +447 -0
- package/System.Configuration.Provider/internal/index.d.ts +63 -0
- package/System.Configuration.Provider/internal/metadata.json +284 -0
- package/System.Configuration.Provider.d.ts +17 -0
- package/System.Configuration.Provider.js +9 -0
- package/System.Configuration.d.ts +166 -0
- package/System.Configuration.js +9 -0
- package/System.Diagnostics/bindings.json +44 -0
- package/System.Diagnostics/internal/index.d.ts +18 -0
- package/System.Diagnostics/internal/metadata.json +48 -0
- package/System.Diagnostics.d.ts +12 -0
- package/System.Diagnostics.js +9 -0
- package/System.Drawing.Configuration/bindings.json +178 -0
- package/System.Drawing.Configuration/internal/index.d.ts +25 -0
- package/System.Drawing.Configuration/internal/metadata.json +46 -0
- package/System.Drawing.Configuration.d.ts +13 -0
- package/System.Drawing.Configuration.js +9 -0
- package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
- package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
- package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
- package/System.IdentityModel.Tokens.Jwt.js +9 -0
- package/System.Security.Cryptography/bindings.json +146 -0
- package/System.Security.Cryptography/internal/index.d.ts +25 -0
- package/System.Security.Cryptography/internal/metadata.json +104 -0
- package/System.Security.Cryptography.d.ts +13 -0
- package/System.Security.Cryptography.js +9 -0
- package/System.Text.Json.Serialization/bindings.json +96 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
- package/System.Text.Json.Serialization/internal/metadata.json +70 -0
- package/System.Text.Json.Serialization.d.ts +15 -0
- package/System.Text.Json.Serialization.js +9 -0
- package/System.d.ts +21 -0
- package/System.js +9 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +14 -0
- package/__build/scripts/generate.sh +113 -0
- package/__internal/extensions/index.d.ts +153 -0
- package/families.json +30 -0
- package/package.json +27 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,665 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Azure.Core
|
|
3
|
+
// Assembly: Azure.Core
|
|
4
|
+
|
|
5
|
+
// Primitive type aliases from @tsonic/core
|
|
6
|
+
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
8
|
+
// Import support types from @tsonic/core
|
|
9
|
+
import type { ptr } from "@tsonic/core/types.js";
|
|
10
|
+
|
|
11
|
+
// Import types from other namespaces
|
|
12
|
+
import type { HttpPipelinePolicy, HttpPipelineTransport } from "../../Azure.Core.Pipeline/internal/index.js";
|
|
13
|
+
import type { DynamicData, JsonPropertyNames, ObjectSerializer } from "../../Azure.Core.Serialization/internal/index.js";
|
|
14
|
+
import type { ETag, Response, ResponseError, SyncAsyncEventArgs } from "../../Azure/internal/index.js";
|
|
15
|
+
import * as System_ClientModel_Primitives_Internal from "../../System.ClientModel.Primitives/internal/index.js";
|
|
16
|
+
import type { AuthenticationToken, GetTokenOptions, IJsonModel_1, IPersistableModel_1, ModelReaderWriterContext, ModelReaderWriterOptions, ModelReaderWriterTypeBuilder } from "../../System.ClientModel.Primitives/internal/index.js";
|
|
17
|
+
import * as System_ClientModel_Internal from "../../System.ClientModel/internal/index.js";
|
|
18
|
+
import type { AuthenticationTokenProvider } from "../../System.ClientModel/internal/index.js";
|
|
19
|
+
import type { BinaryData } from "../../System/internal/index.js";
|
|
20
|
+
import type { ReadOnlySequence } from "@tsonic/dotnet/System.Buffers.js";
|
|
21
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
22
|
+
import type { IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IList, IReadOnlyDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
23
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
24
|
+
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
25
|
+
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
26
|
+
import * as System_Lib from "@tsonic/dotnet/System.js";
|
|
27
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Enum, Exception, Func, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, String as ClrString, TimeSpan, Type, UInt16, Uri, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
28
|
+
import type { Assembly } from "@tsonic/dotnet/System.Reflection.js";
|
|
29
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
30
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
31
|
+
import type { Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json.js";
|
|
32
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
33
|
+
import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
34
|
+
|
|
35
|
+
export enum HttpPipelinePosition {
|
|
36
|
+
perCall = 0,
|
|
37
|
+
perRetry = 1,
|
|
38
|
+
beforeTransport = 2
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
export enum RetryMode {
|
|
43
|
+
fixed = 0,
|
|
44
|
+
exponential = 1
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
export type SyncAsyncEventHandler_1<T extends SyncAsyncEventArgs> = (e: T) => Task;
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
export interface AccessToken$instance {
|
|
52
|
+
readonly expiresOn: DateTimeOffset;
|
|
53
|
+
readonly refreshOn: Nullable<DateTimeOffset>;
|
|
54
|
+
readonly token: string;
|
|
55
|
+
readonly tokenType: string;
|
|
56
|
+
equals(obj: unknown): boolean;
|
|
57
|
+
getHashCode(): int;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
export const AccessToken: {
|
|
62
|
+
new(accessToken: string, expiresOn: DateTimeOffset): AccessToken;
|
|
63
|
+
new(accessToken: string, expiresOn: DateTimeOffset, refreshOn: Nullable<DateTimeOffset>): AccessToken;
|
|
64
|
+
new(accessToken: string, expiresOn: DateTimeOffset, refreshOn: Nullable<DateTimeOffset>, tokenType: string): AccessToken;
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
export type AccessToken = AccessToken$instance;
|
|
69
|
+
|
|
70
|
+
export interface AzureLocation$instance {
|
|
71
|
+
readonly displayName: string | undefined;
|
|
72
|
+
readonly name: string;
|
|
73
|
+
equals(other: AzureLocation): boolean;
|
|
74
|
+
equals(obj: unknown): boolean;
|
|
75
|
+
getHashCode(): int;
|
|
76
|
+
toString(): string;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
export const AzureLocation: {
|
|
81
|
+
new(location: string): AzureLocation;
|
|
82
|
+
new(name: string, displayName: string): AzureLocation;
|
|
83
|
+
readonly eastAsia: AzureLocation;
|
|
84
|
+
readonly southeastAsia: AzureLocation;
|
|
85
|
+
readonly centralUS: AzureLocation;
|
|
86
|
+
readonly eastUS: AzureLocation;
|
|
87
|
+
readonly eastUS2: AzureLocation;
|
|
88
|
+
readonly westUS: AzureLocation;
|
|
89
|
+
readonly westUS2: AzureLocation;
|
|
90
|
+
readonly westUS3: AzureLocation;
|
|
91
|
+
readonly northCentralUS: AzureLocation;
|
|
92
|
+
readonly southCentralUS: AzureLocation;
|
|
93
|
+
readonly northEurope: AzureLocation;
|
|
94
|
+
readonly westEurope: AzureLocation;
|
|
95
|
+
readonly japanWest: AzureLocation;
|
|
96
|
+
readonly japanEast: AzureLocation;
|
|
97
|
+
readonly brazilSouth: AzureLocation;
|
|
98
|
+
readonly australiaEast: AzureLocation;
|
|
99
|
+
readonly australiaSoutheast: AzureLocation;
|
|
100
|
+
readonly southIndia: AzureLocation;
|
|
101
|
+
readonly centralIndia: AzureLocation;
|
|
102
|
+
readonly westIndia: AzureLocation;
|
|
103
|
+
readonly canadaCentral: AzureLocation;
|
|
104
|
+
readonly canadaEast: AzureLocation;
|
|
105
|
+
readonly ukSouth: AzureLocation;
|
|
106
|
+
readonly ukWest: AzureLocation;
|
|
107
|
+
readonly westCentralUS: AzureLocation;
|
|
108
|
+
readonly koreaCentral: AzureLocation;
|
|
109
|
+
readonly koreaSouth: AzureLocation;
|
|
110
|
+
readonly franceCentral: AzureLocation;
|
|
111
|
+
readonly franceSouth: AzureLocation;
|
|
112
|
+
readonly australiaCentral: AzureLocation;
|
|
113
|
+
readonly australiaCentral2: AzureLocation;
|
|
114
|
+
readonly uaeCentral: AzureLocation;
|
|
115
|
+
readonly uaeNorth: AzureLocation;
|
|
116
|
+
readonly southAfricaNorth: AzureLocation;
|
|
117
|
+
readonly southAfricaWest: AzureLocation;
|
|
118
|
+
readonly swedenCentral: AzureLocation;
|
|
119
|
+
readonly swedenSouth: AzureLocation;
|
|
120
|
+
readonly switzerlandNorth: AzureLocation;
|
|
121
|
+
readonly switzerlandWest: AzureLocation;
|
|
122
|
+
readonly germanyNorth: AzureLocation;
|
|
123
|
+
readonly germanyWestCentral: AzureLocation;
|
|
124
|
+
readonly germanyCentral: AzureLocation;
|
|
125
|
+
readonly germanyNorthEast: AzureLocation;
|
|
126
|
+
readonly norwayWest: AzureLocation;
|
|
127
|
+
readonly norwayEast: AzureLocation;
|
|
128
|
+
readonly brazilSoutheast: AzureLocation;
|
|
129
|
+
readonly chinaNorth: AzureLocation;
|
|
130
|
+
readonly chinaEast: AzureLocation;
|
|
131
|
+
readonly chinaNorth2: AzureLocation;
|
|
132
|
+
readonly chinaNorth3: AzureLocation;
|
|
133
|
+
readonly chinaEast2: AzureLocation;
|
|
134
|
+
readonly chinaEast3: AzureLocation;
|
|
135
|
+
readonly qatarCentral: AzureLocation;
|
|
136
|
+
readonly usDoDCentral: AzureLocation;
|
|
137
|
+
readonly usDoDEast: AzureLocation;
|
|
138
|
+
readonly usGovArizona: AzureLocation;
|
|
139
|
+
readonly usGovTexas: AzureLocation;
|
|
140
|
+
readonly usGovVirginia: AzureLocation;
|
|
141
|
+
readonly usGovIowa: AzureLocation;
|
|
142
|
+
readonly israelCentral: AzureLocation;
|
|
143
|
+
readonly italyNorth: AzureLocation;
|
|
144
|
+
readonly polandCentral: AzureLocation;
|
|
145
|
+
readonly mexicoCentral: AzureLocation;
|
|
146
|
+
readonly spainCentral: AzureLocation;
|
|
147
|
+
};
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
export type AzureLocation = AzureLocation$instance;
|
|
151
|
+
|
|
152
|
+
export interface ContentType$instance {
|
|
153
|
+
equals(other: ContentType): boolean;
|
|
154
|
+
equals(other: string): boolean;
|
|
155
|
+
equals(obj: unknown): boolean;
|
|
156
|
+
getHashCode(): int;
|
|
157
|
+
toString(): string;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
export const ContentType: {
|
|
162
|
+
new(contentType: string): ContentType;
|
|
163
|
+
readonly applicationJson: ContentType;
|
|
164
|
+
readonly applicationOctetStream: ContentType;
|
|
165
|
+
readonly textPlain: ContentType;
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
export type ContentType = ContentType$instance;
|
|
170
|
+
|
|
171
|
+
export interface HttpHeader$instance {
|
|
172
|
+
readonly name: string;
|
|
173
|
+
readonly value: string;
|
|
174
|
+
equals(obj: unknown): boolean;
|
|
175
|
+
equals(other: HttpHeader): boolean;
|
|
176
|
+
getHashCode(): int;
|
|
177
|
+
toString(): string;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
export const HttpHeader: {
|
|
182
|
+
new(name: string, value: string): HttpHeader;
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
export type HttpHeader = HttpHeader$instance;
|
|
187
|
+
|
|
188
|
+
export interface MessageProcessingContext$instance {
|
|
189
|
+
retryNumber: int;
|
|
190
|
+
readonly startTime: DateTimeOffset;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
export const MessageProcessingContext: {
|
|
195
|
+
new(): MessageProcessingContext;
|
|
196
|
+
};
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
export type MessageProcessingContext = MessageProcessingContext$instance;
|
|
200
|
+
|
|
201
|
+
export interface RehydrationToken$instance {
|
|
202
|
+
readonly id: string;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
export const RehydrationToken: {
|
|
207
|
+
new(): RehydrationToken;
|
|
208
|
+
};
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
export interface __RehydrationToken$views {
|
|
212
|
+
As_IJsonModel_1(): System_ClientModel_Primitives_Internal.IJsonModel_1$instance<RehydrationToken>;
|
|
213
|
+
As_IPersistableModel_1(): System_ClientModel_Primitives_Internal.IPersistableModel_1$instance<RehydrationToken>;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export interface RehydrationToken$instance extends System_ClientModel_Primitives_Internal.IJsonModel_1$instance<RehydrationToken> {}
|
|
217
|
+
|
|
218
|
+
export type RehydrationToken = RehydrationToken$instance & __RehydrationToken$views;
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
export interface RequestHeaders$instance {
|
|
222
|
+
add(header: HttpHeader): void;
|
|
223
|
+
add(name: string, value: string): void;
|
|
224
|
+
contains(name: string): boolean;
|
|
225
|
+
getEnumerator(): IEnumerator<HttpHeader>;
|
|
226
|
+
remove(name: string): boolean;
|
|
227
|
+
setValue(name: string, value: string): void;
|
|
228
|
+
tryGetValue(name: string, value: string): boolean;
|
|
229
|
+
tryGetValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
export const RequestHeaders: {
|
|
234
|
+
new(): RequestHeaders;
|
|
235
|
+
};
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
export type RequestHeaders = RequestHeaders$instance;
|
|
239
|
+
|
|
240
|
+
export interface RequestMethod$instance {
|
|
241
|
+
readonly method: string;
|
|
242
|
+
equals(other: RequestMethod): boolean;
|
|
243
|
+
equals(obj: unknown): boolean;
|
|
244
|
+
getHashCode(): int;
|
|
245
|
+
toString(): string;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
export const RequestMethod: {
|
|
250
|
+
new(method: string): RequestMethod;
|
|
251
|
+
readonly get_: RequestMethod;
|
|
252
|
+
readonly post: RequestMethod;
|
|
253
|
+
readonly put: RequestMethod;
|
|
254
|
+
readonly patch: RequestMethod;
|
|
255
|
+
readonly delete_: RequestMethod;
|
|
256
|
+
readonly head: RequestMethod;
|
|
257
|
+
readonly options: RequestMethod;
|
|
258
|
+
readonly trace: RequestMethod;
|
|
259
|
+
parse(method: string): RequestMethod;
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
export type RequestMethod = RequestMethod$instance;
|
|
264
|
+
|
|
265
|
+
export interface ResourceType$instance {
|
|
266
|
+
readonly namespace_: string;
|
|
267
|
+
readonly type_: string;
|
|
268
|
+
equals(other: ResourceType): boolean;
|
|
269
|
+
equals(other: unknown): boolean;
|
|
270
|
+
getHashCode(): int;
|
|
271
|
+
getLastType(): string;
|
|
272
|
+
toString(): string;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
export const ResourceType: {
|
|
277
|
+
new(resourceType: string): ResourceType;
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
export type ResourceType = ResourceType$instance;
|
|
282
|
+
|
|
283
|
+
export interface ResponseHeaders$instance {
|
|
284
|
+
readonly contentLength: Nullable<System_Internal.Int32>;
|
|
285
|
+
readonly contentLengthLong: Nullable<System_Internal.Int64>;
|
|
286
|
+
readonly contentType: string | undefined;
|
|
287
|
+
readonly date: Nullable<DateTimeOffset>;
|
|
288
|
+
readonly eTag: Nullable<ETag>;
|
|
289
|
+
readonly requestId: string | undefined;
|
|
290
|
+
contains(name: string): boolean;
|
|
291
|
+
getEnumerator(): IEnumerator<HttpHeader>;
|
|
292
|
+
tryGetValue(name: string, value: string): boolean;
|
|
293
|
+
tryGetValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
export const ResponseHeaders: {
|
|
298
|
+
new(): ResponseHeaders;
|
|
299
|
+
};
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
export type ResponseHeaders = ResponseHeaders$instance;
|
|
303
|
+
|
|
304
|
+
export interface TokenRequestContext$instance {
|
|
305
|
+
readonly claims: string | undefined;
|
|
306
|
+
readonly isCaeEnabled: boolean;
|
|
307
|
+
readonly isProofOfPossessionEnabled: boolean;
|
|
308
|
+
readonly parentRequestId: string | undefined;
|
|
309
|
+
readonly proofOfPossessionNonce: string | undefined;
|
|
310
|
+
readonly resourceRequestMethod: string | undefined;
|
|
311
|
+
readonly resourceRequestUri: Uri | undefined;
|
|
312
|
+
readonly scopes: string[];
|
|
313
|
+
readonly tenantId: string | undefined;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
export const TokenRequestContext: {
|
|
318
|
+
new(scopes: string[], parentRequestId: string): TokenRequestContext;
|
|
319
|
+
new(scopes: string[], parentRequestId: string, claims: string): TokenRequestContext;
|
|
320
|
+
new(scopes: string[], parentRequestId: string, claims: string, tenantId: string): TokenRequestContext;
|
|
321
|
+
new(scopes: string[], parentRequestId: string, claims: string, tenantId: string, isCaeEnabled: boolean): TokenRequestContext;
|
|
322
|
+
new(scopes: string[], parentRequestId: string, claims: string, tenantId: string, isCaeEnabled: boolean, isProofOfPossessionEnabled: boolean, proofOfPossessionNonce: string, requestUri: Uri, requestMethod: string): TokenRequestContext;
|
|
323
|
+
};
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
export type TokenRequestContext = TokenRequestContext$instance;
|
|
327
|
+
|
|
328
|
+
export interface AzureCoreContext$instance extends ModelReaderWriterContext {
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
export const AzureCoreContext: {
|
|
333
|
+
new(): AzureCoreContext;
|
|
334
|
+
readonly default_: AzureCoreContext;
|
|
335
|
+
};
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
export type AzureCoreContext = AzureCoreContext$instance;
|
|
339
|
+
|
|
340
|
+
export interface ClientOptions$instance {
|
|
341
|
+
readonly diagnostics: DiagnosticsOptions | TokenCredentialDiagnosticsOptions;
|
|
342
|
+
readonly retry: RetryOptions;
|
|
343
|
+
get retryPolicy(): HttpPipelinePolicy | undefined;
|
|
344
|
+
set retryPolicy(value: HttpPipelinePolicy);
|
|
345
|
+
transport: HttpPipelineTransport;
|
|
346
|
+
addPolicy(policy: HttpPipelinePolicy, position: HttpPipelinePosition): void;
|
|
347
|
+
equals(obj: unknown): boolean;
|
|
348
|
+
getHashCode(): int;
|
|
349
|
+
toString(): string | undefined;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
export const ClientOptions: {
|
|
354
|
+
readonly default_: ClientOptions;
|
|
355
|
+
};
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
export type ClientOptions = ClientOptions$instance;
|
|
359
|
+
|
|
360
|
+
export interface DelayStrategy$instance {
|
|
361
|
+
getNextDelay(response: Response, retryNumber: int): TimeSpan;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
export const DelayStrategy: {
|
|
366
|
+
createExponentialDelayStrategy(initialDelay?: Nullable<TimeSpan>, maxDelay?: Nullable<TimeSpan>): DelayStrategy;
|
|
367
|
+
createFixedDelayStrategy(delay?: Nullable<TimeSpan>): DelayStrategy;
|
|
368
|
+
};
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
export type DelayStrategy = DelayStrategy$instance;
|
|
372
|
+
|
|
373
|
+
export interface DiagnosticsOptions$instance {
|
|
374
|
+
get applicationId(): string | undefined;
|
|
375
|
+
set applicationId(value: string);
|
|
376
|
+
isDistributedTracingEnabled: boolean;
|
|
377
|
+
isLoggingContentEnabled: boolean;
|
|
378
|
+
isLoggingEnabled: boolean;
|
|
379
|
+
isTelemetryEnabled: boolean;
|
|
380
|
+
loggedContentSizeLimit: int;
|
|
381
|
+
readonly loggedHeaderNames: IList<System_Internal.String>;
|
|
382
|
+
readonly loggedQueryParameters: IList<System_Internal.String>;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
export const DiagnosticsOptions: {
|
|
387
|
+
new(): DiagnosticsOptions;
|
|
388
|
+
get defaultApplicationId(): string | undefined;
|
|
389
|
+
set defaultApplicationId(value: string);
|
|
390
|
+
};
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
export type DiagnosticsOptions = DiagnosticsOptions$instance;
|
|
394
|
+
|
|
395
|
+
export interface HttpMessage$instance {
|
|
396
|
+
bufferResponse: boolean;
|
|
397
|
+
readonly cancellationToken: CancellationToken;
|
|
398
|
+
readonly hasResponse: boolean;
|
|
399
|
+
networkTimeout: Nullable<TimeSpan>;
|
|
400
|
+
readonly processingContext: MessageProcessingContext;
|
|
401
|
+
readonly request: Request;
|
|
402
|
+
response: Response;
|
|
403
|
+
responseClassifier: ResponseClassifier;
|
|
404
|
+
dispose(): void;
|
|
405
|
+
extractResponseContent(): Stream | undefined;
|
|
406
|
+
setProperty(name: string, value: unknown): void;
|
|
407
|
+
setProperty(type_: Type, value: unknown): void;
|
|
408
|
+
tryGetProperty(name: string, value: unknown): boolean;
|
|
409
|
+
tryGetProperty(type_: Type, value: unknown): boolean;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
export const HttpMessage: {
|
|
414
|
+
new(request: Request, responseClassifier: ResponseClassifier): HttpMessage;
|
|
415
|
+
};
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
export type HttpMessage = HttpMessage$instance;
|
|
419
|
+
|
|
420
|
+
export interface Request$instance {
|
|
421
|
+
clientRequestId: string;
|
|
422
|
+
content: RequestContent;
|
|
423
|
+
readonly headers: RequestHeaders;
|
|
424
|
+
method: RequestMethod;
|
|
425
|
+
uri: RequestUriBuilder;
|
|
426
|
+
dispose(): void;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
export const Request: {
|
|
431
|
+
};
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
export type Request = Request$instance;
|
|
435
|
+
|
|
436
|
+
export interface RequestContent$instance {
|
|
437
|
+
dispose(): void;
|
|
438
|
+
tryComputeLength(length: long): boolean;
|
|
439
|
+
writeTo(stream: Stream, cancellation: CancellationToken): void;
|
|
440
|
+
writeToAsync(stream: Stream, cancellation: CancellationToken): Task;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
export const RequestContent: {
|
|
445
|
+
create(content: DynamicData): RequestContent;
|
|
446
|
+
create(content: BinaryData): RequestContent;
|
|
447
|
+
create(bytes: ReadOnlySequence<System_Internal.Byte>): RequestContent;
|
|
448
|
+
create(bytes: byte[], index: int, length: int): RequestContent;
|
|
449
|
+
create(bytes: byte[]): RequestContent;
|
|
450
|
+
create(stream: Stream): RequestContent;
|
|
451
|
+
create(serializable: unknown, propertyNameFormat: JsonPropertyNames, dateTimeFormat?: string): RequestContent;
|
|
452
|
+
create(serializable: unknown, serializer: ObjectSerializer): RequestContent;
|
|
453
|
+
create(serializable: unknown): RequestContent;
|
|
454
|
+
create(bytes: ReadOnlyMemory<System_Internal.Byte>): RequestContent;
|
|
455
|
+
create(content: string): RequestContent;
|
|
456
|
+
create<T extends IPersistableModel_1<T>>(model: T, options?: ModelReaderWriterOptions): RequestContent;
|
|
457
|
+
};
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
export type RequestContent = RequestContent$instance;
|
|
461
|
+
|
|
462
|
+
export interface RequestFailedDetailsParser$instance {
|
|
463
|
+
tryParse(response: Response, error: ResponseError, data: IDictionary<System_Internal.String, System_Internal.String>): boolean;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
export const RequestFailedDetailsParser: {
|
|
468
|
+
};
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
export type RequestFailedDetailsParser = RequestFailedDetailsParser$instance;
|
|
472
|
+
|
|
473
|
+
export interface RequestUriBuilder$instance {
|
|
474
|
+
get host(): string | undefined;
|
|
475
|
+
set host(value: string);
|
|
476
|
+
path: string;
|
|
477
|
+
readonly pathAndQuery: string;
|
|
478
|
+
port: int;
|
|
479
|
+
query: string;
|
|
480
|
+
scheme: string;
|
|
481
|
+
appendPath(value: string): void;
|
|
482
|
+
appendPath(value: string, escape: boolean): void;
|
|
483
|
+
appendPath(value: ReadOnlySpan<System_Internal.Char>, escape: boolean): void;
|
|
484
|
+
appendQuery(name: string, value: string): void;
|
|
485
|
+
appendQuery(name: string, value: string, escapeValue: boolean): void;
|
|
486
|
+
appendQuery(name: ReadOnlySpan<System_Internal.Char>, value: ReadOnlySpan<System_Internal.Char>, escapeValue: boolean): void;
|
|
487
|
+
reset(value: Uri): void;
|
|
488
|
+
toString(): string;
|
|
489
|
+
toUri(): Uri;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
export const RequestUriBuilder: {
|
|
494
|
+
new(): RequestUriBuilder;
|
|
495
|
+
};
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
export type RequestUriBuilder = RequestUriBuilder$instance;
|
|
499
|
+
|
|
500
|
+
export interface ResourceIdentifier$instance {
|
|
501
|
+
readonly location: Nullable<AzureLocation>;
|
|
502
|
+
readonly name: string;
|
|
503
|
+
readonly parent: ResourceIdentifier | undefined;
|
|
504
|
+
readonly provider: string | undefined;
|
|
505
|
+
readonly resourceGroupName: string | undefined;
|
|
506
|
+
readonly resourceType: ResourceType;
|
|
507
|
+
readonly subscriptionId: string | undefined;
|
|
508
|
+
appendChildResource(childResourceType: string, childResourceName: string): ResourceIdentifier;
|
|
509
|
+
appendProviderResource(providerNamespace: string, resourceType: string, resourceName: string): ResourceIdentifier;
|
|
510
|
+
compareTo(other: ResourceIdentifier): int;
|
|
511
|
+
equals(other: ResourceIdentifier): boolean;
|
|
512
|
+
equals(obj: unknown): boolean;
|
|
513
|
+
getHashCode(): int;
|
|
514
|
+
toString(): string;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
export const ResourceIdentifier: {
|
|
519
|
+
new(resourceId: string): ResourceIdentifier;
|
|
520
|
+
readonly root: ResourceIdentifier;
|
|
521
|
+
parse(input: string): ResourceIdentifier;
|
|
522
|
+
tryParse(input: string, result: ResourceIdentifier): boolean;
|
|
523
|
+
};
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
export type ResourceIdentifier = ResourceIdentifier$instance;
|
|
527
|
+
|
|
528
|
+
export interface ResponseClassificationHandler$instance {
|
|
529
|
+
tryClassify(message: HttpMessage, isError: boolean): boolean;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
export const ResponseClassificationHandler: {
|
|
534
|
+
};
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
export type ResponseClassificationHandler = ResponseClassificationHandler$instance;
|
|
538
|
+
|
|
539
|
+
export interface ResponseClassifier$instance {
|
|
540
|
+
isErrorResponse(message: HttpMessage): boolean;
|
|
541
|
+
isRetriable(message: HttpMessage, exception: Exception): boolean;
|
|
542
|
+
isRetriableException(exception: Exception): boolean;
|
|
543
|
+
isRetriableResponse(message: HttpMessage): boolean;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
export const ResponseClassifier: {
|
|
548
|
+
new(): ResponseClassifier;
|
|
549
|
+
};
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
export type ResponseClassifier = ResponseClassifier$instance;
|
|
553
|
+
|
|
554
|
+
export interface RetryOptions$instance {
|
|
555
|
+
delay: TimeSpan;
|
|
556
|
+
maxDelay: TimeSpan;
|
|
557
|
+
maxRetries: int;
|
|
558
|
+
mode: RetryMode;
|
|
559
|
+
networkTimeout: TimeSpan;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
export const RetryOptions: {
|
|
564
|
+
new(): RetryOptions;
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
export type RetryOptions = RetryOptions$instance;
|
|
569
|
+
|
|
570
|
+
export interface StatusCodeClassifier$instance extends ResponseClassifier {
|
|
571
|
+
isErrorResponse(message: HttpMessage): boolean;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
export const StatusCodeClassifier: {
|
|
576
|
+
new(successStatusCodes: ReadOnlySpan<System_Internal.UInt16>): StatusCodeClassifier;
|
|
577
|
+
};
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
export type StatusCodeClassifier = StatusCodeClassifier$instance;
|
|
581
|
+
|
|
582
|
+
export interface TelemetryDetails$instance {
|
|
583
|
+
readonly applicationId: string | undefined;
|
|
584
|
+
readonly assembly: Assembly;
|
|
585
|
+
apply(message: HttpMessage): void;
|
|
586
|
+
toString(): string;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
export const TelemetryDetails: {
|
|
591
|
+
new(assembly: Assembly, applicationId: string): TelemetryDetails;
|
|
592
|
+
};
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
export type TelemetryDetails = TelemetryDetails$instance;
|
|
596
|
+
|
|
597
|
+
export interface TokenCredential$instance extends AuthenticationTokenProvider {
|
|
598
|
+
createTokenOptions(properties: IReadOnlyDictionary<System_Internal.String, unknown>): GetTokenOptions | undefined;
|
|
599
|
+
createTokenOptions(properties: IReadOnlyDictionary<System_Internal.String, unknown>): GetTokenOptions | undefined;
|
|
600
|
+
getToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
|
|
601
|
+
getToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
|
|
602
|
+
getTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
|
|
603
|
+
getTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
|
|
604
|
+
getTokenAsync(options: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
export const TokenCredential: {
|
|
609
|
+
};
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
export type TokenCredential = TokenCredential$instance;
|
|
613
|
+
|
|
614
|
+
export abstract class DelegatedTokenCredential$instance {
|
|
615
|
+
static create(getToken: Func<TokenRequestContext, CancellationToken, AccessToken>, getTokenAsync: Func<TokenRequestContext, CancellationToken, ValueTask<AccessToken>>): TokenCredential;
|
|
616
|
+
static create(getToken: Func<TokenRequestContext, CancellationToken, AccessToken>): TokenCredential;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
export type DelegatedTokenCredential = DelegatedTokenCredential$instance;
|
|
621
|
+
|
|
622
|
+
export abstract class HttpHeader_Common$instance {
|
|
623
|
+
static readonly jsonContentType: HttpHeader;
|
|
624
|
+
static readonly jsonAccept: HttpHeader;
|
|
625
|
+
static readonly octetStreamContentType: HttpHeader;
|
|
626
|
+
static readonly formUrlEncodedContentType: HttpHeader;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
export type HttpHeader_Common = HttpHeader_Common$instance;
|
|
631
|
+
|
|
632
|
+
export abstract class HttpHeader_Names$instance {
|
|
633
|
+
static readonly date: string;
|
|
634
|
+
static readonly xMsDate: string;
|
|
635
|
+
static readonly contentType: string;
|
|
636
|
+
static readonly contentLength: string;
|
|
637
|
+
static readonly eTag: string;
|
|
638
|
+
static readonly xMsRequestId: string;
|
|
639
|
+
static readonly userAgent: string;
|
|
640
|
+
static readonly accept: string;
|
|
641
|
+
static readonly authorization: string;
|
|
642
|
+
static readonly range: string;
|
|
643
|
+
static readonly xMsRange: string;
|
|
644
|
+
static readonly ifMatch: string;
|
|
645
|
+
static readonly ifNoneMatch: string;
|
|
646
|
+
static readonly ifModifiedSince: string;
|
|
647
|
+
static readonly ifUnmodifiedSince: string;
|
|
648
|
+
static readonly prefer: string;
|
|
649
|
+
static readonly referer: string;
|
|
650
|
+
static readonly host: string;
|
|
651
|
+
static readonly contentDisposition: string;
|
|
652
|
+
static readonly wwwAuthenticate: string;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
export type HttpHeader_Names = HttpHeader_Names$instance;
|
|
657
|
+
|
|
658
|
+
export abstract class MultipartResponse$instance {
|
|
659
|
+
static parse(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Response[];
|
|
660
|
+
static parseAsync(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Task<Response[]>;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
export type MultipartResponse = MultipartResponse$instance;
|
|
665
|
+
|