@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,90 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Azure.Core.Serialization
|
|
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 types from other namespaces
|
|
9
|
+
import type { BinaryData } from "../../System/internal/index.js";
|
|
10
|
+
import * as System_Dynamic_Internal from "@tsonic/dotnet/System.Dynamic.js";
|
|
11
|
+
import type { IDynamicMetaObjectProvider } from "@tsonic/dotnet/System.Dynamic.js";
|
|
12
|
+
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
13
|
+
import * as System_Lib from "@tsonic/dotnet/System.js";
|
|
14
|
+
import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IDisposable, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System.js";
|
|
15
|
+
import type { MemberInfo } from "@tsonic/dotnet/System.Reflection.js";
|
|
16
|
+
import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json.js";
|
|
17
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
18
|
+
import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
19
|
+
|
|
20
|
+
export enum JsonPropertyNames {
|
|
21
|
+
useExact = 0,
|
|
22
|
+
camelCase = 1
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
export interface IMemberNameConverter$instance {
|
|
27
|
+
convertMemberName(member: MemberInfo): string | undefined;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
export type IMemberNameConverter = IMemberNameConverter$instance;
|
|
32
|
+
|
|
33
|
+
export interface DynamicData$instance {
|
|
34
|
+
dispose(): void;
|
|
35
|
+
equals(obj: unknown): boolean;
|
|
36
|
+
getHashCode(): int;
|
|
37
|
+
toString(): string;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
export const DynamicData: {
|
|
42
|
+
new(): DynamicData;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
export type DynamicData = DynamicData$instance;
|
|
47
|
+
|
|
48
|
+
export interface JsonObjectSerializer$instance extends ObjectSerializer {
|
|
49
|
+
deserialize(stream: Stream, returnType: Type, cancellationToken: CancellationToken): unknown | undefined;
|
|
50
|
+
deserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken): ValueTask<unknown>;
|
|
51
|
+
serialize(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): void;
|
|
52
|
+
serialize(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): BinaryData;
|
|
53
|
+
serializeAsync(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): ValueTask;
|
|
54
|
+
serializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask<BinaryData>;
|
|
55
|
+
serializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask<BinaryData>;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
export const JsonObjectSerializer: {
|
|
60
|
+
new(): JsonObjectSerializer;
|
|
61
|
+
new(options: JsonSerializerOptions): JsonObjectSerializer;
|
|
62
|
+
readonly default_: JsonObjectSerializer;
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
export interface __JsonObjectSerializer$views {
|
|
67
|
+
As_IMemberNameConverter(): IMemberNameConverter$instance;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export interface JsonObjectSerializer$instance extends IMemberNameConverter$instance {}
|
|
71
|
+
|
|
72
|
+
export type JsonObjectSerializer = JsonObjectSerializer$instance & __JsonObjectSerializer$views;
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
export interface ObjectSerializer$instance {
|
|
76
|
+
deserialize(stream: Stream, returnType: Type, cancellationToken: CancellationToken): unknown | undefined;
|
|
77
|
+
deserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken): ValueTask<unknown>;
|
|
78
|
+
serialize(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): void;
|
|
79
|
+
serialize(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): BinaryData;
|
|
80
|
+
serializeAsync(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): ValueTask;
|
|
81
|
+
serializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask<BinaryData>;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
export const ObjectSerializer: {
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
export type ObjectSerializer = ObjectSerializer$instance;
|
|
90
|
+
|
|
@@ -0,0 +1,468 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Azure.Core.Serialization",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Azure.Core"
|
|
5
|
+
],
|
|
6
|
+
"types": [
|
|
7
|
+
{
|
|
8
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonPropertyNames",
|
|
9
|
+
"clrName": "Azure.Core.Serialization.JsonPropertyNames",
|
|
10
|
+
"tsEmitName": "JsonPropertyNames",
|
|
11
|
+
"kind": "Enum",
|
|
12
|
+
"accessibility": "Public",
|
|
13
|
+
"isAbstract": false,
|
|
14
|
+
"isSealed": true,
|
|
15
|
+
"isStatic": false,
|
|
16
|
+
"arity": 0,
|
|
17
|
+
"methods": [],
|
|
18
|
+
"properties": [],
|
|
19
|
+
"fields": [
|
|
20
|
+
{
|
|
21
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonPropertyNames::value__System.Int32",
|
|
22
|
+
"clrName": "value__",
|
|
23
|
+
"tsEmitName": "value__",
|
|
24
|
+
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
25
|
+
"isStatic": false,
|
|
26
|
+
"isReadOnly": false,
|
|
27
|
+
"isLiteral": false
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonPropertyNames::UseExactAzure.Core.Serialization.JsonPropertyNames",
|
|
31
|
+
"clrName": "UseExact",
|
|
32
|
+
"tsEmitName": "useExact",
|
|
33
|
+
"normalizedSignature": "UseExact|Azure.Core.Serialization.JsonPropertyNames|static=true|const=true",
|
|
34
|
+
"isStatic": true,
|
|
35
|
+
"isReadOnly": false,
|
|
36
|
+
"isLiteral": true
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonPropertyNames::CamelCaseAzure.Core.Serialization.JsonPropertyNames",
|
|
40
|
+
"clrName": "CamelCase",
|
|
41
|
+
"tsEmitName": "camelCase",
|
|
42
|
+
"normalizedSignature": "CamelCase|Azure.Core.Serialization.JsonPropertyNames|static=true|const=true",
|
|
43
|
+
"isStatic": true,
|
|
44
|
+
"isReadOnly": false,
|
|
45
|
+
"isLiteral": true
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"events": [],
|
|
49
|
+
"constructors": []
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.IMemberNameConverter",
|
|
53
|
+
"clrName": "Azure.Core.Serialization.IMemberNameConverter",
|
|
54
|
+
"tsEmitName": "IMemberNameConverter",
|
|
55
|
+
"kind": "Interface",
|
|
56
|
+
"accessibility": "Public",
|
|
57
|
+
"isAbstract": true,
|
|
58
|
+
"isSealed": false,
|
|
59
|
+
"isStatic": false,
|
|
60
|
+
"arity": 0,
|
|
61
|
+
"methods": [
|
|
62
|
+
{
|
|
63
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.IMemberNameConverter::ConvertMemberName(System.Reflection.MemberInfo):System.String",
|
|
64
|
+
"clrName": "ConvertMemberName",
|
|
65
|
+
"tsEmitName": "convertMemberName",
|
|
66
|
+
"normalizedSignature": "ConvertMemberName|(System.Reflection.MemberInfo):System.String|static=false",
|
|
67
|
+
"provenance": "Original",
|
|
68
|
+
"emitScope": "ClassSurface",
|
|
69
|
+
"isStatic": false,
|
|
70
|
+
"isAbstract": true,
|
|
71
|
+
"isVirtual": true,
|
|
72
|
+
"isOverride": false,
|
|
73
|
+
"isSealed": false,
|
|
74
|
+
"arity": 0,
|
|
75
|
+
"parameterCount": 1,
|
|
76
|
+
"isExtensionMethod": false
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"properties": [],
|
|
80
|
+
"fields": [],
|
|
81
|
+
"events": [],
|
|
82
|
+
"constructors": []
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.DynamicData",
|
|
86
|
+
"clrName": "Azure.Core.Serialization.DynamicData",
|
|
87
|
+
"tsEmitName": "DynamicData",
|
|
88
|
+
"kind": "Class",
|
|
89
|
+
"accessibility": "Public",
|
|
90
|
+
"isAbstract": false,
|
|
91
|
+
"isSealed": true,
|
|
92
|
+
"isStatic": false,
|
|
93
|
+
"arity": 0,
|
|
94
|
+
"methods": [
|
|
95
|
+
{
|
|
96
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.DynamicData::ToString():System.String",
|
|
97
|
+
"clrName": "ToString",
|
|
98
|
+
"tsEmitName": "toString",
|
|
99
|
+
"normalizedSignature": "ToString|():System.String|static=false",
|
|
100
|
+
"provenance": "Original",
|
|
101
|
+
"emitScope": "ClassSurface",
|
|
102
|
+
"isStatic": false,
|
|
103
|
+
"isAbstract": false,
|
|
104
|
+
"isVirtual": true,
|
|
105
|
+
"isOverride": true,
|
|
106
|
+
"isSealed": false,
|
|
107
|
+
"arity": 0,
|
|
108
|
+
"parameterCount": 0,
|
|
109
|
+
"isExtensionMethod": false
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.DynamicData::Dispose():System.Void",
|
|
113
|
+
"clrName": "Dispose",
|
|
114
|
+
"tsEmitName": "dispose",
|
|
115
|
+
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
116
|
+
"provenance": "Original",
|
|
117
|
+
"emitScope": "ClassSurface",
|
|
118
|
+
"isStatic": false,
|
|
119
|
+
"isAbstract": false,
|
|
120
|
+
"isVirtual": true,
|
|
121
|
+
"isOverride": false,
|
|
122
|
+
"isSealed": true,
|
|
123
|
+
"arity": 0,
|
|
124
|
+
"parameterCount": 0,
|
|
125
|
+
"isExtensionMethod": false
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.DynamicData::Equals(System.Object):System.Boolean",
|
|
129
|
+
"clrName": "Equals",
|
|
130
|
+
"tsEmitName": "equals",
|
|
131
|
+
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
132
|
+
"provenance": "Original",
|
|
133
|
+
"emitScope": "ClassSurface",
|
|
134
|
+
"isStatic": false,
|
|
135
|
+
"isAbstract": false,
|
|
136
|
+
"isVirtual": true,
|
|
137
|
+
"isOverride": true,
|
|
138
|
+
"isSealed": false,
|
|
139
|
+
"arity": 0,
|
|
140
|
+
"parameterCount": 1,
|
|
141
|
+
"isExtensionMethod": false
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.DynamicData::GetHashCode():System.Int32",
|
|
145
|
+
"clrName": "GetHashCode",
|
|
146
|
+
"tsEmitName": "getHashCode",
|
|
147
|
+
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
148
|
+
"provenance": "Original",
|
|
149
|
+
"emitScope": "ClassSurface",
|
|
150
|
+
"isStatic": false,
|
|
151
|
+
"isAbstract": false,
|
|
152
|
+
"isVirtual": true,
|
|
153
|
+
"isOverride": true,
|
|
154
|
+
"isSealed": false,
|
|
155
|
+
"arity": 0,
|
|
156
|
+
"parameterCount": 0,
|
|
157
|
+
"isExtensionMethod": false
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"properties": [],
|
|
161
|
+
"fields": [],
|
|
162
|
+
"events": [],
|
|
163
|
+
"constructors": []
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer",
|
|
167
|
+
"clrName": "Azure.Core.Serialization.JsonObjectSerializer",
|
|
168
|
+
"tsEmitName": "JsonObjectSerializer",
|
|
169
|
+
"kind": "Class",
|
|
170
|
+
"accessibility": "Public",
|
|
171
|
+
"isAbstract": false,
|
|
172
|
+
"isSealed": false,
|
|
173
|
+
"isStatic": false,
|
|
174
|
+
"arity": 0,
|
|
175
|
+
"methods": [
|
|
176
|
+
{
|
|
177
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer::Serialize(System.IO.Stream,System.Object,System.Type,System.Threading.CancellationToken):System.Void",
|
|
178
|
+
"clrName": "Serialize",
|
|
179
|
+
"tsEmitName": "serialize",
|
|
180
|
+
"normalizedSignature": "Serialize|(System.IO.Stream,System.Object,System.Type,System.Threading.CancellationToken):System.Void|static=false",
|
|
181
|
+
"provenance": "Original",
|
|
182
|
+
"emitScope": "ClassSurface",
|
|
183
|
+
"isStatic": false,
|
|
184
|
+
"isAbstract": false,
|
|
185
|
+
"isVirtual": true,
|
|
186
|
+
"isOverride": true,
|
|
187
|
+
"isSealed": false,
|
|
188
|
+
"arity": 0,
|
|
189
|
+
"parameterCount": 4,
|
|
190
|
+
"isExtensionMethod": false
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer::SerializeAsync(System.IO.Stream,System.Object,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
194
|
+
"clrName": "SerializeAsync",
|
|
195
|
+
"tsEmitName": "serializeAsync2",
|
|
196
|
+
"normalizedSignature": "SerializeAsync|(System.IO.Stream,System.Object,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
197
|
+
"provenance": "Original",
|
|
198
|
+
"emitScope": "ClassSurface",
|
|
199
|
+
"isStatic": false,
|
|
200
|
+
"isAbstract": false,
|
|
201
|
+
"isVirtual": true,
|
|
202
|
+
"isOverride": true,
|
|
203
|
+
"isSealed": false,
|
|
204
|
+
"arity": 0,
|
|
205
|
+
"parameterCount": 4,
|
|
206
|
+
"isExtensionMethod": false
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer::Deserialize(System.IO.Stream,System.Type,System.Threading.CancellationToken):System.Object",
|
|
210
|
+
"clrName": "Deserialize",
|
|
211
|
+
"tsEmitName": "deserialize",
|
|
212
|
+
"normalizedSignature": "Deserialize|(System.IO.Stream,System.Type,System.Threading.CancellationToken):System.Object|static=false",
|
|
213
|
+
"provenance": "Original",
|
|
214
|
+
"emitScope": "ClassSurface",
|
|
215
|
+
"isStatic": false,
|
|
216
|
+
"isAbstract": false,
|
|
217
|
+
"isVirtual": true,
|
|
218
|
+
"isOverride": true,
|
|
219
|
+
"isSealed": false,
|
|
220
|
+
"arity": 0,
|
|
221
|
+
"parameterCount": 3,
|
|
222
|
+
"isExtensionMethod": false
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer::DeserializeAsync(System.IO.Stream,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
226
|
+
"clrName": "DeserializeAsync",
|
|
227
|
+
"tsEmitName": "deserializeAsync2",
|
|
228
|
+
"normalizedSignature": "DeserializeAsync|(System.IO.Stream,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
229
|
+
"provenance": "Original",
|
|
230
|
+
"emitScope": "ClassSurface",
|
|
231
|
+
"isStatic": false,
|
|
232
|
+
"isAbstract": false,
|
|
233
|
+
"isVirtual": true,
|
|
234
|
+
"isOverride": true,
|
|
235
|
+
"isSealed": false,
|
|
236
|
+
"arity": 0,
|
|
237
|
+
"parameterCount": 3,
|
|
238
|
+
"isExtensionMethod": false
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer::Serialize(System.Object,System.Type,System.Threading.CancellationToken):System.BinaryData",
|
|
242
|
+
"clrName": "Serialize",
|
|
243
|
+
"tsEmitName": "serialize",
|
|
244
|
+
"normalizedSignature": "Serialize|(System.Object,System.Type,System.Threading.CancellationToken):System.BinaryData|static=false",
|
|
245
|
+
"provenance": "Original",
|
|
246
|
+
"emitScope": "ClassSurface",
|
|
247
|
+
"isStatic": false,
|
|
248
|
+
"isAbstract": false,
|
|
249
|
+
"isVirtual": true,
|
|
250
|
+
"isOverride": true,
|
|
251
|
+
"isSealed": false,
|
|
252
|
+
"arity": 0,
|
|
253
|
+
"parameterCount": 3,
|
|
254
|
+
"isExtensionMethod": false
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer::SerializeAsync(System.Object,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
|
|
258
|
+
"clrName": "SerializeAsync",
|
|
259
|
+
"tsEmitName": "serializeAsync2",
|
|
260
|
+
"normalizedSignature": "SerializeAsync|(System.Object,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false",
|
|
261
|
+
"provenance": "Original",
|
|
262
|
+
"emitScope": "ClassSurface",
|
|
263
|
+
"isStatic": false,
|
|
264
|
+
"isAbstract": false,
|
|
265
|
+
"isVirtual": true,
|
|
266
|
+
"isOverride": true,
|
|
267
|
+
"isSealed": false,
|
|
268
|
+
"arity": 0,
|
|
269
|
+
"parameterCount": 3,
|
|
270
|
+
"isExtensionMethod": false
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.IMemberNameConverter::ConvertMemberName(System.Reflection.MemberInfo):System.String",
|
|
274
|
+
"clrName": "ConvertMemberName",
|
|
275
|
+
"tsEmitName": "convertMemberName",
|
|
276
|
+
"normalizedSignature": "ConvertMemberName|(System.Reflection.MemberInfo):System.String|static=false",
|
|
277
|
+
"provenance": "ExplicitView",
|
|
278
|
+
"emitScope": "ViewOnly",
|
|
279
|
+
"isStatic": false,
|
|
280
|
+
"isAbstract": false,
|
|
281
|
+
"isVirtual": true,
|
|
282
|
+
"isOverride": false,
|
|
283
|
+
"isSealed": false,
|
|
284
|
+
"arity": 0,
|
|
285
|
+
"parameterCount": 1,
|
|
286
|
+
"sourceInterface": "Azure.Core.Serialization.IMemberNameConverter",
|
|
287
|
+
"isExtensionMethod": false
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer::DeserializeAsync(System.IO.Stream,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
291
|
+
"clrName": "DeserializeAsync",
|
|
292
|
+
"tsEmitName": "deserializeAsync",
|
|
293
|
+
"normalizedSignature": "DeserializeAsync|(System.IO.Stream,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
|
|
294
|
+
"provenance": "BaseOverload",
|
|
295
|
+
"emitScope": "ClassSurface",
|
|
296
|
+
"isStatic": false,
|
|
297
|
+
"isAbstract": true,
|
|
298
|
+
"isVirtual": true,
|
|
299
|
+
"isOverride": false,
|
|
300
|
+
"isSealed": false,
|
|
301
|
+
"arity": 0,
|
|
302
|
+
"parameterCount": 3,
|
|
303
|
+
"isExtensionMethod": false
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer::SerializeAsync(System.Object,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
|
|
307
|
+
"clrName": "SerializeAsync",
|
|
308
|
+
"tsEmitName": "serializeAsync",
|
|
309
|
+
"normalizedSignature": "SerializeAsync|(System.Object,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
|
|
310
|
+
"provenance": "BaseOverload",
|
|
311
|
+
"emitScope": "ClassSurface",
|
|
312
|
+
"isStatic": false,
|
|
313
|
+
"isAbstract": false,
|
|
314
|
+
"isVirtual": true,
|
|
315
|
+
"isOverride": false,
|
|
316
|
+
"isSealed": false,
|
|
317
|
+
"arity": 0,
|
|
318
|
+
"parameterCount": 3,
|
|
319
|
+
"isExtensionMethod": false
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
"properties": [
|
|
323
|
+
{
|
|
324
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.JsonObjectSerializer::Default:Azure.Core.Serialization.JsonObjectSerializer",
|
|
325
|
+
"clrName": "Default",
|
|
326
|
+
"tsEmitName": "default_",
|
|
327
|
+
"normalizedSignature": "Default|:Azure.Core.Serialization.JsonObjectSerializer|static=true|accessor=get",
|
|
328
|
+
"provenance": "Original",
|
|
329
|
+
"emitScope": "ClassSurface",
|
|
330
|
+
"isStatic": true,
|
|
331
|
+
"isAbstract": false,
|
|
332
|
+
"isVirtual": false,
|
|
333
|
+
"isOverride": false,
|
|
334
|
+
"isIndexer": false,
|
|
335
|
+
"hasGetter": true,
|
|
336
|
+
"hasSetter": false
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"fields": [],
|
|
340
|
+
"events": [],
|
|
341
|
+
"constructors": [
|
|
342
|
+
{
|
|
343
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
344
|
+
"isStatic": false,
|
|
345
|
+
"parameterCount": 0
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"normalizedSignature": "constructor|(System.Text.Json.JsonSerializerOptions):void|static=false",
|
|
349
|
+
"isStatic": false,
|
|
350
|
+
"parameterCount": 1
|
|
351
|
+
}
|
|
352
|
+
]
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.ObjectSerializer",
|
|
356
|
+
"clrName": "Azure.Core.Serialization.ObjectSerializer",
|
|
357
|
+
"tsEmitName": "ObjectSerializer",
|
|
358
|
+
"kind": "Class",
|
|
359
|
+
"accessibility": "Public",
|
|
360
|
+
"isAbstract": true,
|
|
361
|
+
"isSealed": false,
|
|
362
|
+
"isStatic": false,
|
|
363
|
+
"arity": 0,
|
|
364
|
+
"methods": [
|
|
365
|
+
{
|
|
366
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.ObjectSerializer::Serialize(System.IO.Stream,System.Object,System.Type,System.Threading.CancellationToken):System.Void",
|
|
367
|
+
"clrName": "Serialize",
|
|
368
|
+
"tsEmitName": "serialize",
|
|
369
|
+
"normalizedSignature": "Serialize|(System.IO.Stream,System.Object,System.Type,System.Threading.CancellationToken):System.Void|static=false",
|
|
370
|
+
"provenance": "Original",
|
|
371
|
+
"emitScope": "ClassSurface",
|
|
372
|
+
"isStatic": false,
|
|
373
|
+
"isAbstract": true,
|
|
374
|
+
"isVirtual": true,
|
|
375
|
+
"isOverride": false,
|
|
376
|
+
"isSealed": false,
|
|
377
|
+
"arity": 0,
|
|
378
|
+
"parameterCount": 4,
|
|
379
|
+
"isExtensionMethod": false
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.ObjectSerializer::SerializeAsync(System.IO.Stream,System.Object,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
|
|
383
|
+
"clrName": "SerializeAsync",
|
|
384
|
+
"tsEmitName": "serializeAsync",
|
|
385
|
+
"normalizedSignature": "SerializeAsync|(System.IO.Stream,System.Object,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
|
|
386
|
+
"provenance": "Original",
|
|
387
|
+
"emitScope": "ClassSurface",
|
|
388
|
+
"isStatic": false,
|
|
389
|
+
"isAbstract": true,
|
|
390
|
+
"isVirtual": true,
|
|
391
|
+
"isOverride": false,
|
|
392
|
+
"isSealed": false,
|
|
393
|
+
"arity": 0,
|
|
394
|
+
"parameterCount": 4,
|
|
395
|
+
"isExtensionMethod": false
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.ObjectSerializer::Deserialize(System.IO.Stream,System.Type,System.Threading.CancellationToken):System.Object",
|
|
399
|
+
"clrName": "Deserialize",
|
|
400
|
+
"tsEmitName": "deserialize",
|
|
401
|
+
"normalizedSignature": "Deserialize|(System.IO.Stream,System.Type,System.Threading.CancellationToken):System.Object|static=false",
|
|
402
|
+
"provenance": "Original",
|
|
403
|
+
"emitScope": "ClassSurface",
|
|
404
|
+
"isStatic": false,
|
|
405
|
+
"isAbstract": true,
|
|
406
|
+
"isVirtual": true,
|
|
407
|
+
"isOverride": false,
|
|
408
|
+
"isSealed": false,
|
|
409
|
+
"arity": 0,
|
|
410
|
+
"parameterCount": 3,
|
|
411
|
+
"isExtensionMethod": false
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.ObjectSerializer::DeserializeAsync(System.IO.Stream,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
415
|
+
"clrName": "DeserializeAsync",
|
|
416
|
+
"tsEmitName": "deserializeAsync",
|
|
417
|
+
"normalizedSignature": "DeserializeAsync|(System.IO.Stream,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
418
|
+
"provenance": "Original",
|
|
419
|
+
"emitScope": "ClassSurface",
|
|
420
|
+
"isStatic": false,
|
|
421
|
+
"isAbstract": true,
|
|
422
|
+
"isVirtual": true,
|
|
423
|
+
"isOverride": false,
|
|
424
|
+
"isSealed": false,
|
|
425
|
+
"arity": 0,
|
|
426
|
+
"parameterCount": 3,
|
|
427
|
+
"isExtensionMethod": false
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.ObjectSerializer::Serialize(System.Object,System.Type,System.Threading.CancellationToken):System.BinaryData",
|
|
431
|
+
"clrName": "Serialize",
|
|
432
|
+
"tsEmitName": "serialize",
|
|
433
|
+
"normalizedSignature": "Serialize|(System.Object,System.Type,System.Threading.CancellationToken):System.BinaryData|static=false",
|
|
434
|
+
"provenance": "Original",
|
|
435
|
+
"emitScope": "ClassSurface",
|
|
436
|
+
"isStatic": false,
|
|
437
|
+
"isAbstract": false,
|
|
438
|
+
"isVirtual": true,
|
|
439
|
+
"isOverride": false,
|
|
440
|
+
"isSealed": false,
|
|
441
|
+
"arity": 0,
|
|
442
|
+
"parameterCount": 3,
|
|
443
|
+
"isExtensionMethod": false
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"stableId": "Azure.Core:Azure.Core.Serialization.ObjectSerializer::SerializeAsync(System.Object,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
|
|
447
|
+
"clrName": "SerializeAsync",
|
|
448
|
+
"tsEmitName": "serializeAsync",
|
|
449
|
+
"normalizedSignature": "SerializeAsync|(System.Object,System.Type,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false",
|
|
450
|
+
"provenance": "Original",
|
|
451
|
+
"emitScope": "ClassSurface",
|
|
452
|
+
"isStatic": false,
|
|
453
|
+
"isAbstract": false,
|
|
454
|
+
"isVirtual": true,
|
|
455
|
+
"isOverride": false,
|
|
456
|
+
"isSealed": false,
|
|
457
|
+
"arity": 0,
|
|
458
|
+
"parameterCount": 3,
|
|
459
|
+
"isExtensionMethod": false
|
|
460
|
+
}
|
|
461
|
+
],
|
|
462
|
+
"properties": [],
|
|
463
|
+
"fields": [],
|
|
464
|
+
"events": [],
|
|
465
|
+
"constructors": []
|
|
466
|
+
}
|
|
467
|
+
]
|
|
468
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Azure.Core.Serialization
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Azure.Core.Serialization/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { BinaryData } from './System/internal/index.js';
|
|
10
|
+
import type { IDynamicMetaObjectProvider } from '@tsonic/dotnet/System.Dynamic.js';
|
|
11
|
+
import type { Stream } from '@tsonic/dotnet/System.IO.js';
|
|
12
|
+
import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IDisposable, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, Void } from '@tsonic/dotnet/System.js';
|
|
13
|
+
import type { MemberInfo } from '@tsonic/dotnet/System.Reflection.js';
|
|
14
|
+
import type { JsonSerializerOptions } from '@tsonic/dotnet/System.Text.Json.js';
|
|
15
|
+
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
16
|
+
import type { ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
17
|
+
|
|
18
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
19
|
+
export { DynamicData as DynamicData } from './Azure.Core.Serialization/internal/index.js';
|
|
20
|
+
export type IMemberNameConverter = Internal.IMemberNameConverter;
|
|
21
|
+
export { JsonObjectSerializer as JsonObjectSerializer } from './Azure.Core.Serialization/internal/index.js';
|
|
22
|
+
export { JsonPropertyNames as JsonPropertyNames } from './Azure.Core.Serialization/internal/index.js';
|
|
23
|
+
export { ObjectSerializer as ObjectSerializer } from './Azure.Core.Serialization/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Azure.Core.Serialization
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Azure.Core.Serialization in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
package/Azure.Core.d.ts
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Azure.Core
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Azure.Core/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { HttpPipelinePolicy, HttpPipelineTransport } from './Azure.Core.Pipeline/internal/index.js';
|
|
10
|
+
import type { DynamicData, JsonPropertyNames, ObjectSerializer } from './Azure.Core.Serialization/internal/index.js';
|
|
11
|
+
import type { ETag, Response, ResponseError, SyncAsyncEventArgs } from './Azure/internal/index.js';
|
|
12
|
+
import type { AuthenticationToken, GetTokenOptions, IJsonModel_1, IPersistableModel_1, ModelReaderWriterContext, ModelReaderWriterOptions, ModelReaderWriterTypeBuilder } from './System.ClientModel.Primitives/internal/index.js';
|
|
13
|
+
import type { AuthenticationTokenProvider } from './System.ClientModel/internal/index.js';
|
|
14
|
+
import type { BinaryData } from './System/internal/index.js';
|
|
15
|
+
import type { ReadOnlySequence } from '@tsonic/dotnet/System.Buffers.js';
|
|
16
|
+
import type { IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IList, IReadOnlyDictionary } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
17
|
+
import type { IEnumerable } from '@tsonic/dotnet/System.Collections.js';
|
|
18
|
+
import type { Stream } from '@tsonic/dotnet/System.IO.js';
|
|
19
|
+
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';
|
|
20
|
+
import type { Assembly } from '@tsonic/dotnet/System.Reflection.js';
|
|
21
|
+
import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
22
|
+
import type { Utf8JsonReader, Utf8JsonWriter } from '@tsonic/dotnet/System.Text.Json.js';
|
|
23
|
+
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
24
|
+
import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
25
|
+
|
|
26
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
27
|
+
export { AccessToken as AccessToken } from './Azure.Core/internal/index.js';
|
|
28
|
+
export { AzureCoreContext as AzureCoreContext } from './Azure.Core/internal/index.js';
|
|
29
|
+
export { AzureLocation as AzureLocation } from './Azure.Core/internal/index.js';
|
|
30
|
+
export { ClientOptions as ClientOptions } from './Azure.Core/internal/index.js';
|
|
31
|
+
export { ContentType as ContentType } from './Azure.Core/internal/index.js';
|
|
32
|
+
export { DelayStrategy as DelayStrategy } from './Azure.Core/internal/index.js';
|
|
33
|
+
export { DelegatedTokenCredential$instance as DelegatedTokenCredential } from './Azure.Core/internal/index.js';
|
|
34
|
+
export { DiagnosticsOptions as DiagnosticsOptions } from './Azure.Core/internal/index.js';
|
|
35
|
+
export { HttpHeader as HttpHeader } from './Azure.Core/internal/index.js';
|
|
36
|
+
export { HttpMessage as HttpMessage } from './Azure.Core/internal/index.js';
|
|
37
|
+
export { HttpPipelinePosition as HttpPipelinePosition } from './Azure.Core/internal/index.js';
|
|
38
|
+
export { MessageProcessingContext as MessageProcessingContext } from './Azure.Core/internal/index.js';
|
|
39
|
+
export { MultipartResponse$instance as MultipartResponse } from './Azure.Core/internal/index.js';
|
|
40
|
+
export { RequestFailedDetailsParser as RequestFailedDetailsParser } from './Azure.Core/internal/index.js';
|
|
41
|
+
export { RehydrationToken as RehydrationToken } from './Azure.Core/internal/index.js';
|
|
42
|
+
export { Request as Request } from './Azure.Core/internal/index.js';
|
|
43
|
+
export { RequestContent as RequestContent } from './Azure.Core/internal/index.js';
|
|
44
|
+
export { RequestHeaders as RequestHeaders } from './Azure.Core/internal/index.js';
|
|
45
|
+
export { RequestMethod as RequestMethod } from './Azure.Core/internal/index.js';
|
|
46
|
+
export { RequestUriBuilder as RequestUriBuilder } from './Azure.Core/internal/index.js';
|
|
47
|
+
export { ResourceIdentifier as ResourceIdentifier } from './Azure.Core/internal/index.js';
|
|
48
|
+
export { ResourceType as ResourceType } from './Azure.Core/internal/index.js';
|
|
49
|
+
export { ResponseClassificationHandler as ResponseClassificationHandler } from './Azure.Core/internal/index.js';
|
|
50
|
+
export { ResponseClassifier as ResponseClassifier } from './Azure.Core/internal/index.js';
|
|
51
|
+
export { ResponseHeaders as ResponseHeaders } from './Azure.Core/internal/index.js';
|
|
52
|
+
export { RetryMode as RetryMode } from './Azure.Core/internal/index.js';
|
|
53
|
+
export { RetryOptions as RetryOptions } from './Azure.Core/internal/index.js';
|
|
54
|
+
export { StatusCodeClassifier as StatusCodeClassifier } from './Azure.Core/internal/index.js';
|
|
55
|
+
export type SyncAsyncEventHandler<T extends Internal.SyncAsyncEventArgs> = Internal.SyncAsyncEventHandler_1<T>;
|
|
56
|
+
export { TelemetryDetails as TelemetryDetails } from './Azure.Core/internal/index.js';
|
|
57
|
+
export { TokenCredential as TokenCredential } from './Azure.Core/internal/index.js';
|
|
58
|
+
export { TokenRequestContext as TokenRequestContext } from './Azure.Core/internal/index.js';
|
|
59
|
+
export { HttpHeader_Names$instance as HttpHeader_Names } from './Azure.Core/internal/index.js';
|
|
60
|
+
export { HttpHeader_Common$instance as HttpHeader_Common } from './Azure.Core/internal/index.js';
|
package/Azure.Core.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Azure.Core
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Azure.Core in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|