@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,596 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.ClientModel.Primitives
|
|
3
|
+
// Assembly: System.ClientModel
|
|
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 { ApiKeyCredential, AuthenticationTokenProvider, BinaryContent, ClientResult, ContinuationToken } from "../../System.ClientModel/internal/index.js";
|
|
13
|
+
import type { BinaryData } from "../../System/internal/index.js";
|
|
14
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
15
|
+
import type { IAsyncEnumerable, ICollection as ICollection__System_Collections_Generic, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IList as IList__System_Collections_Generic, IReadOnlyCollection, IReadOnlyDictionary, IReadOnlyList, KeyValuePair } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
16
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
17
|
+
import type { ICollection, IEnumerable, IList } from "@tsonic/dotnet/System.Collections.js";
|
|
18
|
+
import * as System_Collections_ObjectModel_Internal from "@tsonic/dotnet/System.Collections.ObjectModel.js";
|
|
19
|
+
import type { KeyedCollection } from "@tsonic/dotnet/System.Collections.ObjectModel.js";
|
|
20
|
+
import type { Activity, ActivityContext, ActivityKind, ActivitySource } from "@tsonic/dotnet/System.Diagnostics.js";
|
|
21
|
+
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
22
|
+
import * as System_Lib from "@tsonic/dotnet/System.js";
|
|
23
|
+
import type { Attribute, Boolean as ClrBoolean, DateTimeOffset, Enum, Exception, Func, IComparable, IConvertible, IDisposable, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, ReadOnlySpan, String as ClrString, TimeSpan, Type, UInt16, Uri, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
24
|
+
import type { HttpClient } from "@tsonic/dotnet/System.Net.Http.js";
|
|
25
|
+
import type { JsonSerializerOptions, Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json.js";
|
|
26
|
+
import * as System_Text_Json_Serialization_Internal from "@tsonic/dotnet/System.Text.Json.Serialization.js";
|
|
27
|
+
import type { JsonConverter } from "@tsonic/dotnet/System.Text.Json.Serialization.js";
|
|
28
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
29
|
+
import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
30
|
+
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
31
|
+
|
|
32
|
+
export enum ClientErrorBehaviors {
|
|
33
|
+
default_ = 0,
|
|
34
|
+
noThrow = 1
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
export enum CredentialKind {
|
|
39
|
+
none = 0,
|
|
40
|
+
apiKeyString = 1,
|
|
41
|
+
tokenCredential = 2
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
export enum PipelinePosition {
|
|
46
|
+
perCall = 0,
|
|
47
|
+
perTry = 1,
|
|
48
|
+
beforeTransport = 2
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
export interface IJsonModel_1$instance<T> extends IPersistableModel_1<T> {
|
|
53
|
+
create(reader: Utf8JsonReader, options: ModelReaderWriterOptions): T | undefined;
|
|
54
|
+
create(data: BinaryData, options: ModelReaderWriterOptions): T | undefined;
|
|
55
|
+
create(data: BinaryData, options: ModelReaderWriterOptions): T;
|
|
56
|
+
getFormatFromOptions(options: ModelReaderWriterOptions): string;
|
|
57
|
+
write(writer: Utf8JsonWriter, options: ModelReaderWriterOptions): void;
|
|
58
|
+
write(options: ModelReaderWriterOptions): BinaryData;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
export type IJsonModel_1<T> = IJsonModel_1$instance<T>;
|
|
63
|
+
|
|
64
|
+
export interface IPersistableModel_1$instance<T> {
|
|
65
|
+
create(data: BinaryData, options: ModelReaderWriterOptions): T | undefined;
|
|
66
|
+
getFormatFromOptions(options: ModelReaderWriterOptions): string;
|
|
67
|
+
write(options: ModelReaderWriterOptions): BinaryData;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
export type IPersistableModel_1<T> = IPersistableModel_1$instance<T>;
|
|
72
|
+
|
|
73
|
+
export interface ClientConnection$instance {
|
|
74
|
+
readonly credential: unknown | undefined;
|
|
75
|
+
readonly credentialKind: CredentialKind;
|
|
76
|
+
readonly id: string;
|
|
77
|
+
readonly locator: string;
|
|
78
|
+
toString(): string;
|
|
79
|
+
tryGetLocatorAsUri(uri: Uri): boolean;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
export const ClientConnection: {
|
|
84
|
+
new(id: string, locator: string, credential: unknown, credentialKind: CredentialKind): ClientConnection;
|
|
85
|
+
new(id: string, locator: string): ClientConnection;
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
export type ClientConnection = ClientConnection$instance;
|
|
90
|
+
|
|
91
|
+
export interface ApiKeyAuthenticationPolicy$instance extends AuthenticationPolicy {
|
|
92
|
+
process(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): void;
|
|
93
|
+
processAsync(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
export const ApiKeyAuthenticationPolicy: {
|
|
98
|
+
new(): ApiKeyAuthenticationPolicy;
|
|
99
|
+
createBasicAuthorizationPolicy(credential: ApiKeyCredential): ApiKeyAuthenticationPolicy;
|
|
100
|
+
createBearerAuthorizationPolicy(credential: ApiKeyCredential): ApiKeyAuthenticationPolicy;
|
|
101
|
+
createHeaderApiKeyPolicy(credential: ApiKeyCredential, headerName: string, keyPrefix?: string): ApiKeyAuthenticationPolicy;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
export type ApiKeyAuthenticationPolicy = ApiKeyAuthenticationPolicy$instance;
|
|
106
|
+
|
|
107
|
+
export interface AsyncCollectionResult$instance {
|
|
108
|
+
getContinuationToken(page: ClientResult): ContinuationToken | undefined;
|
|
109
|
+
getRawPagesAsync(): IAsyncEnumerable<ClientResult>;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
export const AsyncCollectionResult: {
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
export type AsyncCollectionResult = AsyncCollectionResult$instance;
|
|
118
|
+
|
|
119
|
+
export interface AuthenticationPolicy$instance extends PipelinePolicy {
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
export const AuthenticationPolicy: {
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
export type AuthenticationPolicy = AuthenticationPolicy$instance;
|
|
128
|
+
|
|
129
|
+
export interface AuthenticationToken$instance {
|
|
130
|
+
readonly expiresOn: Nullable<DateTimeOffset>;
|
|
131
|
+
readonly refreshOn: Nullable<DateTimeOffset>;
|
|
132
|
+
readonly tokenType: string;
|
|
133
|
+
readonly tokenValue: string;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
export const AuthenticationToken: {
|
|
138
|
+
new(tokenValue: string, tokenType: string, expiresOn: DateTimeOffset, refreshOn: Nullable<DateTimeOffset>): AuthenticationToken;
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
export type AuthenticationToken = AuthenticationToken$instance;
|
|
143
|
+
|
|
144
|
+
export interface BearerTokenPolicy$instance extends AuthenticationPolicy {
|
|
145
|
+
process(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): void;
|
|
146
|
+
processAsync(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
export const BearerTokenPolicy: {
|
|
151
|
+
new(tokenProvider: AuthenticationTokenProvider, contexts: IEnumerable__System_Collections_Generic<IReadOnlyDictionary<System_Internal.String, unknown>>): BearerTokenPolicy;
|
|
152
|
+
new(tokenProvider: AuthenticationTokenProvider, scope: string): BearerTokenPolicy;
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
export type BearerTokenPolicy = BearerTokenPolicy$instance;
|
|
157
|
+
|
|
158
|
+
export interface ClientCache$instance {
|
|
159
|
+
getClient<T>(clientId: unknown, createClient: Func<T>): T;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
export const ClientCache: {
|
|
164
|
+
new(maxSize: int): ClientCache;
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
export type ClientCache = ClientCache$instance;
|
|
169
|
+
|
|
170
|
+
export interface ClientConnectionCollection$instance extends KeyedCollection<System_Internal.String, ClientConnection> {
|
|
171
|
+
addRange(connections: IEnumerable__System_Collections_Generic<ClientConnection>): void;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
export const ClientConnectionCollection: {
|
|
176
|
+
new(): ClientConnectionCollection;
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
export type ClientConnectionCollection = ClientConnectionCollection$instance;
|
|
181
|
+
|
|
182
|
+
export interface ClientConnectionProvider$instance {
|
|
183
|
+
readonly subclients: ClientCache;
|
|
184
|
+
getAllConnections(): IEnumerable__System_Collections_Generic<ClientConnection>;
|
|
185
|
+
getConnection(connectionId: string): ClientConnection;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
export const ClientConnectionProvider: {
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
export type ClientConnectionProvider = ClientConnectionProvider$instance;
|
|
194
|
+
|
|
195
|
+
export interface ClientLoggingOptions$instance {
|
|
196
|
+
readonly allowedHeaderNames: IList__System_Collections_Generic<System_Internal.String>;
|
|
197
|
+
readonly allowedQueryParameters: IList__System_Collections_Generic<System_Internal.String>;
|
|
198
|
+
enableLogging: Nullable<System_Internal.Boolean>;
|
|
199
|
+
enableMessageContentLogging: Nullable<System_Internal.Boolean>;
|
|
200
|
+
enableMessageLogging: Nullable<System_Internal.Boolean>;
|
|
201
|
+
get loggerFactory(): ILoggerFactory | undefined;
|
|
202
|
+
set loggerFactory(value: ILoggerFactory);
|
|
203
|
+
messageContentSizeLimit: Nullable<System_Internal.Int32>;
|
|
204
|
+
freeze(): void;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
export const ClientLoggingOptions: {
|
|
209
|
+
new(): ClientLoggingOptions;
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
export type ClientLoggingOptions = ClientLoggingOptions$instance;
|
|
214
|
+
|
|
215
|
+
export interface ClientPipeline$instance {
|
|
216
|
+
createMessage(): PipelineMessage;
|
|
217
|
+
send(message: PipelineMessage): void;
|
|
218
|
+
sendAsync(message: PipelineMessage): ValueTask;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
export const ClientPipeline: {
|
|
223
|
+
new(): ClientPipeline;
|
|
224
|
+
create(options: ClientPipelineOptions, perCallPolicies: ReadOnlySpan<PipelinePolicy>, perTryPolicies: ReadOnlySpan<PipelinePolicy>, beforeTransportPolicies: ReadOnlySpan<PipelinePolicy>): ClientPipeline;
|
|
225
|
+
create(options?: ClientPipelineOptions): ClientPipeline;
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
export type ClientPipeline = ClientPipeline$instance;
|
|
230
|
+
|
|
231
|
+
export interface ClientPipelineOptions$instance {
|
|
232
|
+
get clientLoggingOptions(): ClientLoggingOptions | undefined;
|
|
233
|
+
set clientLoggingOptions(value: ClientLoggingOptions);
|
|
234
|
+
enableDistributedTracing: Nullable<System_Internal.Boolean>;
|
|
235
|
+
get messageLoggingPolicy(): PipelinePolicy | undefined;
|
|
236
|
+
set messageLoggingPolicy(value: PipelinePolicy);
|
|
237
|
+
networkTimeout: Nullable<TimeSpan>;
|
|
238
|
+
get retryPolicy(): PipelinePolicy | undefined;
|
|
239
|
+
set retryPolicy(value: PipelinePolicy);
|
|
240
|
+
transport: PipelineTransport;
|
|
241
|
+
addPolicy(policy: PipelinePolicy, position: PipelinePosition): void;
|
|
242
|
+
freeze(): void;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
export const ClientPipelineOptions: {
|
|
247
|
+
new(): ClientPipelineOptions;
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
export type ClientPipelineOptions = ClientPipelineOptions$instance;
|
|
252
|
+
|
|
253
|
+
export interface ClientRetryPolicy$instance extends PipelinePolicy {
|
|
254
|
+
process(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): void;
|
|
255
|
+
processAsync(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
export const ClientRetryPolicy: {
|
|
260
|
+
new(maxRetries: int): ClientRetryPolicy;
|
|
261
|
+
new(maxRetries: int, enableLogging: boolean, loggerFactory: ILoggerFactory): ClientRetryPolicy;
|
|
262
|
+
readonly default_: ClientRetryPolicy;
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
export type ClientRetryPolicy = ClientRetryPolicy$instance;
|
|
267
|
+
|
|
268
|
+
export interface CollectionResult$instance {
|
|
269
|
+
getContinuationToken(page: ClientResult): ContinuationToken | undefined;
|
|
270
|
+
getRawPages(): IEnumerable__System_Collections_Generic<ClientResult>;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
export const CollectionResult: {
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
export type CollectionResult = CollectionResult$instance;
|
|
279
|
+
|
|
280
|
+
export interface GetTokenOptions$instance {
|
|
281
|
+
readonly properties: IReadOnlyDictionary<System_Internal.String, unknown>;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
export const GetTokenOptions: {
|
|
286
|
+
new(properties: IReadOnlyDictionary<System_Internal.String, unknown>): GetTokenOptions;
|
|
287
|
+
readonly scopesPropertyName: string;
|
|
288
|
+
readonly tokenUrlPropertyName: string;
|
|
289
|
+
readonly authorizationUrlPropertyName: string;
|
|
290
|
+
readonly refreshUrlPropertyName: string;
|
|
291
|
+
};
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
export type GetTokenOptions = GetTokenOptions$instance;
|
|
295
|
+
|
|
296
|
+
export interface HttpClientPipelineTransport$instance extends PipelineTransport {
|
|
297
|
+
dispose(): void;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
export const HttpClientPipelineTransport: {
|
|
302
|
+
new(): HttpClientPipelineTransport;
|
|
303
|
+
new(client: HttpClient): HttpClientPipelineTransport;
|
|
304
|
+
new(client: HttpClient, enableLogging: boolean, loggerFactory: ILoggerFactory): HttpClientPipelineTransport;
|
|
305
|
+
readonly shared: HttpClientPipelineTransport;
|
|
306
|
+
};
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
export type HttpClientPipelineTransport = HttpClientPipelineTransport$instance;
|
|
310
|
+
|
|
311
|
+
export interface JsonModelConverter$instance extends JsonConverter<IJsonModel_1<unknown>> {
|
|
312
|
+
canConvert(typeToConvert: Type): boolean;
|
|
313
|
+
read(reader: Utf8JsonReader, typeToConvert: Type, options: JsonSerializerOptions): IJsonModel_1<unknown> | undefined;
|
|
314
|
+
write(writer: Utf8JsonWriter, value: IJsonModel_1<unknown>, options: JsonSerializerOptions): void;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
export const JsonModelConverter: {
|
|
319
|
+
new(): JsonModelConverter;
|
|
320
|
+
new(options: ModelReaderWriterOptions): JsonModelConverter;
|
|
321
|
+
new(options: ModelReaderWriterOptions, context: ModelReaderWriterContext): JsonModelConverter;
|
|
322
|
+
};
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
export type JsonModelConverter = JsonModelConverter$instance;
|
|
326
|
+
|
|
327
|
+
export interface MessageLoggingPolicy$instance extends PipelinePolicy {
|
|
328
|
+
process(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): void;
|
|
329
|
+
processAsync(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
export const MessageLoggingPolicy: {
|
|
334
|
+
new(options: ClientLoggingOptions): MessageLoggingPolicy;
|
|
335
|
+
readonly default_: MessageLoggingPolicy;
|
|
336
|
+
};
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
export type MessageLoggingPolicy = MessageLoggingPolicy$instance;
|
|
340
|
+
|
|
341
|
+
export interface ModelReaderWriterBuildableAttribute$instance extends Attribute {
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
export const ModelReaderWriterBuildableAttribute: {
|
|
346
|
+
new(type_: Type): ModelReaderWriterBuildableAttribute;
|
|
347
|
+
};
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
export type ModelReaderWriterBuildableAttribute = ModelReaderWriterBuildableAttribute$instance;
|
|
351
|
+
|
|
352
|
+
export interface ModelReaderWriterContext$instance {
|
|
353
|
+
getTypeBuilder(type_: Type): ModelReaderWriterTypeBuilder;
|
|
354
|
+
tryGetTypeBuilder(type_: Type, builder: ModelReaderWriterTypeBuilder): boolean;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
export const ModelReaderWriterContext: {
|
|
359
|
+
};
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
export type ModelReaderWriterContext = ModelReaderWriterContext$instance;
|
|
363
|
+
|
|
364
|
+
export interface ModelReaderWriterContextTypeAttribute$instance extends Attribute {
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
export const ModelReaderWriterContextTypeAttribute: {
|
|
369
|
+
new(contextType: Type): ModelReaderWriterContextTypeAttribute;
|
|
370
|
+
};
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
export type ModelReaderWriterContextTypeAttribute = ModelReaderWriterContextTypeAttribute$instance;
|
|
374
|
+
|
|
375
|
+
export interface ModelReaderWriterOptions$instance {
|
|
376
|
+
readonly format: string;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
export const ModelReaderWriterOptions: {
|
|
381
|
+
new(format: string): ModelReaderWriterOptions;
|
|
382
|
+
readonly json: ModelReaderWriterOptions;
|
|
383
|
+
readonly xml: ModelReaderWriterOptions;
|
|
384
|
+
};
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
export type ModelReaderWriterOptions = ModelReaderWriterOptions$instance;
|
|
388
|
+
|
|
389
|
+
export interface ModelReaderWriterTypeBuilder$instance {
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
export const ModelReaderWriterTypeBuilder: {
|
|
394
|
+
};
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
export type ModelReaderWriterTypeBuilder = ModelReaderWriterTypeBuilder$instance;
|
|
398
|
+
|
|
399
|
+
export interface OperationResult$instance {
|
|
400
|
+
readonly hasCompleted: boolean;
|
|
401
|
+
readonly rehydrationToken: ContinuationToken | undefined;
|
|
402
|
+
getRawResponse(): PipelineResponse;
|
|
403
|
+
updateStatus(options?: RequestOptions): ClientResult;
|
|
404
|
+
updateStatusAsync(options?: RequestOptions): ValueTask<ClientResult>;
|
|
405
|
+
waitForCompletion(cancellationToken?: CancellationToken): void;
|
|
406
|
+
waitForCompletionAsync(cancellationToken?: CancellationToken): ValueTask;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
export const OperationResult: {
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
export type OperationResult = OperationResult$instance;
|
|
415
|
+
|
|
416
|
+
export interface PersistableModelProxyAttribute$instance extends Attribute {
|
|
417
|
+
readonly proxyType: Type;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
export const PersistableModelProxyAttribute: {
|
|
422
|
+
new(proxyType: Type): PersistableModelProxyAttribute;
|
|
423
|
+
};
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
export type PersistableModelProxyAttribute = PersistableModelProxyAttribute$instance;
|
|
427
|
+
|
|
428
|
+
export interface PipelineMessage$instance {
|
|
429
|
+
bufferResponse: boolean;
|
|
430
|
+
readonly cancellationToken: CancellationToken;
|
|
431
|
+
networkTimeout: Nullable<TimeSpan>;
|
|
432
|
+
readonly request: PipelineRequest;
|
|
433
|
+
readonly response: PipelineResponse;
|
|
434
|
+
responseClassifier: PipelineMessageClassifier;
|
|
435
|
+
apply(options: RequestOptions): void;
|
|
436
|
+
dispose(): void;
|
|
437
|
+
extractResponse(): PipelineResponse | undefined;
|
|
438
|
+
setProperty(key: Type, value: unknown): void;
|
|
439
|
+
tryGetProperty(key: Type, value: unknown): boolean;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
export const PipelineMessage: {
|
|
444
|
+
new(): PipelineMessage;
|
|
445
|
+
};
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
export type PipelineMessage = PipelineMessage$instance;
|
|
449
|
+
|
|
450
|
+
export interface PipelineMessageClassifier$instance {
|
|
451
|
+
tryClassify(message: PipelineMessage, isError: boolean): boolean;
|
|
452
|
+
tryClassify(message: PipelineMessage, exception: Exception, isRetriable: boolean): boolean;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
export const PipelineMessageClassifier: {
|
|
457
|
+
readonly default_: PipelineMessageClassifier;
|
|
458
|
+
create(successStatusCodes: ReadOnlySpan<System_Internal.UInt16>): PipelineMessageClassifier;
|
|
459
|
+
};
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
export type PipelineMessageClassifier = PipelineMessageClassifier$instance;
|
|
463
|
+
|
|
464
|
+
export interface PipelinePolicy$instance {
|
|
465
|
+
process(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): void;
|
|
466
|
+
processAsync(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
export const PipelinePolicy: {
|
|
471
|
+
};
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
export type PipelinePolicy = PipelinePolicy$instance;
|
|
475
|
+
|
|
476
|
+
export interface PipelineRequest$instance {
|
|
477
|
+
content: BinaryContent;
|
|
478
|
+
readonly headers: PipelineRequestHeaders;
|
|
479
|
+
method: string;
|
|
480
|
+
uri: Uri;
|
|
481
|
+
dispose(): void;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
export const PipelineRequest: {
|
|
486
|
+
};
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
export type PipelineRequest = PipelineRequest$instance;
|
|
490
|
+
|
|
491
|
+
export interface PipelineRequestHeaders$instance {
|
|
492
|
+
add(name: string, value: string): void;
|
|
493
|
+
getEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, System_Internal.String>>;
|
|
494
|
+
remove(name: string): boolean;
|
|
495
|
+
set_(name: string, value: string): void;
|
|
496
|
+
tryGetValue(name: string, value: string): boolean;
|
|
497
|
+
tryGetValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
export const PipelineRequestHeaders: {
|
|
502
|
+
};
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
export type PipelineRequestHeaders = PipelineRequestHeaders$instance;
|
|
506
|
+
|
|
507
|
+
export interface PipelineResponse$instance {
|
|
508
|
+
readonly content: BinaryData;
|
|
509
|
+
get contentStream(): Stream | undefined;
|
|
510
|
+
set contentStream(value: Stream);
|
|
511
|
+
readonly headers: PipelineResponseHeaders;
|
|
512
|
+
readonly isError: boolean;
|
|
513
|
+
readonly reasonPhrase: string;
|
|
514
|
+
readonly status: int;
|
|
515
|
+
bufferContent(cancellationToken?: CancellationToken): BinaryData;
|
|
516
|
+
bufferContentAsync(cancellationToken?: CancellationToken): ValueTask<BinaryData>;
|
|
517
|
+
dispose(): void;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
export const PipelineResponse: {
|
|
522
|
+
};
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
export type PipelineResponse = PipelineResponse$instance;
|
|
526
|
+
|
|
527
|
+
export interface PipelineResponseHeaders$instance {
|
|
528
|
+
getEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, System_Internal.String>>;
|
|
529
|
+
tryGetValue(name: string, value: string): boolean;
|
|
530
|
+
tryGetValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
export const PipelineResponseHeaders: {
|
|
535
|
+
};
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
export type PipelineResponseHeaders = PipelineResponseHeaders$instance;
|
|
539
|
+
|
|
540
|
+
export interface PipelineTransport$instance extends PipelinePolicy {
|
|
541
|
+
createMessage(): PipelineMessage;
|
|
542
|
+
process(message: PipelineMessage): void;
|
|
543
|
+
process(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): void;
|
|
544
|
+
process(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): void;
|
|
545
|
+
processAsync(message: PipelineMessage): ValueTask;
|
|
546
|
+
processAsync(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
547
|
+
processAsync(message: PipelineMessage, pipeline: IReadOnlyList<PipelinePolicy>, currentIndex: int): ValueTask;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
export const PipelineTransport: {
|
|
552
|
+
};
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
export type PipelineTransport = PipelineTransport$instance;
|
|
556
|
+
|
|
557
|
+
export interface RequestOptions$instance {
|
|
558
|
+
bufferResponse: boolean;
|
|
559
|
+
cancellationToken: CancellationToken;
|
|
560
|
+
errorOptions: ClientErrorBehaviors;
|
|
561
|
+
addHeader(name: string, value: string): void;
|
|
562
|
+
addPolicy(policy: PipelinePolicy, position: PipelinePosition): void;
|
|
563
|
+
freeze(): void;
|
|
564
|
+
setHeader(name: string, value: string): void;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
export const RequestOptions: {
|
|
569
|
+
new(): RequestOptions;
|
|
570
|
+
};
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
export type RequestOptions = RequestOptions$instance;
|
|
574
|
+
|
|
575
|
+
export abstract class ActivityExtensions$instance {
|
|
576
|
+
static markClientActivityFailed(activity: Activity, exception: Exception): Activity;
|
|
577
|
+
static startClientActivity(activitySource: ActivitySource, options: ClientPipelineOptions, name: string, kind?: ActivityKind, parentContext?: ActivityContext, tags?: IEnumerable__System_Collections_Generic<KeyValuePair<System_Internal.String, unknown>>): Activity | undefined;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
export type ActivityExtensions = ActivityExtensions$instance;
|
|
582
|
+
|
|
583
|
+
export abstract class ModelReaderWriter$instance {
|
|
584
|
+
static read<T>(data: BinaryData, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): T | undefined;
|
|
585
|
+
static read<T extends IPersistableModel_1<T>>(data: BinaryData, options?: ModelReaderWriterOptions): T | undefined;
|
|
586
|
+
static read(data: BinaryData, returnType: Type, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): unknown | undefined;
|
|
587
|
+
static read(data: BinaryData, returnType: Type, options?: ModelReaderWriterOptions): unknown | undefined;
|
|
588
|
+
static write(model: unknown, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): BinaryData;
|
|
589
|
+
static write(model: unknown, options?: ModelReaderWriterOptions): BinaryData;
|
|
590
|
+
static write<T>(model: T, options: ModelReaderWriterOptions, context: ModelReaderWriterContext): BinaryData;
|
|
591
|
+
static write<T extends IPersistableModel_1<T>>(model: T, options?: ModelReaderWriterOptions): BinaryData;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
export type ModelReaderWriter = ModelReaderWriter$instance;
|
|
596
|
+
|