@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,316 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Azure.Messaging",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Azure.Core"
|
|
5
|
+
],
|
|
6
|
+
"types": [
|
|
7
|
+
{
|
|
8
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEventDataFormat",
|
|
9
|
+
"clrName": "Azure.Messaging.CloudEventDataFormat",
|
|
10
|
+
"tsEmitName": "CloudEventDataFormat",
|
|
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.Messaging.CloudEventDataFormat::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.Messaging.CloudEventDataFormat::BinaryAzure.Messaging.CloudEventDataFormat",
|
|
31
|
+
"clrName": "Binary",
|
|
32
|
+
"tsEmitName": "binary",
|
|
33
|
+
"normalizedSignature": "Binary|Azure.Messaging.CloudEventDataFormat|static=true|const=true",
|
|
34
|
+
"isStatic": true,
|
|
35
|
+
"isReadOnly": false,
|
|
36
|
+
"isLiteral": true
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEventDataFormat::JsonAzure.Messaging.CloudEventDataFormat",
|
|
40
|
+
"clrName": "Json",
|
|
41
|
+
"tsEmitName": "json",
|
|
42
|
+
"normalizedSignature": "Json|Azure.Messaging.CloudEventDataFormat|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.Messaging.CloudEvent",
|
|
53
|
+
"clrName": "Azure.Messaging.CloudEvent",
|
|
54
|
+
"tsEmitName": "CloudEvent",
|
|
55
|
+
"kind": "Class",
|
|
56
|
+
"accessibility": "Public",
|
|
57
|
+
"isAbstract": false,
|
|
58
|
+
"isSealed": false,
|
|
59
|
+
"isStatic": false,
|
|
60
|
+
"arity": 0,
|
|
61
|
+
"methods": [
|
|
62
|
+
{
|
|
63
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::ParseMany(System.BinaryData,System.Boolean):Azure.Messaging.CloudEvent[]",
|
|
64
|
+
"clrName": "ParseMany",
|
|
65
|
+
"tsEmitName": "parseMany",
|
|
66
|
+
"normalizedSignature": "ParseMany|(System.BinaryData,System.Boolean):Azure.Messaging.CloudEvent[]|static=true",
|
|
67
|
+
"provenance": "Original",
|
|
68
|
+
"emitScope": "ClassSurface",
|
|
69
|
+
"isStatic": true,
|
|
70
|
+
"isAbstract": false,
|
|
71
|
+
"isVirtual": false,
|
|
72
|
+
"isOverride": false,
|
|
73
|
+
"isSealed": false,
|
|
74
|
+
"arity": 0,
|
|
75
|
+
"parameterCount": 2,
|
|
76
|
+
"isExtensionMethod": false
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::Parse(System.BinaryData,System.Boolean):Azure.Messaging.CloudEvent",
|
|
80
|
+
"clrName": "Parse",
|
|
81
|
+
"tsEmitName": "parse",
|
|
82
|
+
"normalizedSignature": "Parse|(System.BinaryData,System.Boolean):Azure.Messaging.CloudEvent|static=true",
|
|
83
|
+
"provenance": "Original",
|
|
84
|
+
"emitScope": "ClassSurface",
|
|
85
|
+
"isStatic": true,
|
|
86
|
+
"isAbstract": false,
|
|
87
|
+
"isVirtual": false,
|
|
88
|
+
"isOverride": false,
|
|
89
|
+
"isSealed": false,
|
|
90
|
+
"arity": 0,
|
|
91
|
+
"parameterCount": 2,
|
|
92
|
+
"isExtensionMethod": false
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"properties": [
|
|
96
|
+
{
|
|
97
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::Data:System.BinaryData",
|
|
98
|
+
"clrName": "Data",
|
|
99
|
+
"tsEmitName": "data",
|
|
100
|
+
"normalizedSignature": "Data|:System.BinaryData|static=false|accessor=getset",
|
|
101
|
+
"provenance": "Original",
|
|
102
|
+
"emitScope": "ClassSurface",
|
|
103
|
+
"isStatic": false,
|
|
104
|
+
"isAbstract": false,
|
|
105
|
+
"isVirtual": false,
|
|
106
|
+
"isOverride": false,
|
|
107
|
+
"isIndexer": false,
|
|
108
|
+
"hasGetter": true,
|
|
109
|
+
"hasSetter": true
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::Id:System.String",
|
|
113
|
+
"clrName": "Id",
|
|
114
|
+
"tsEmitName": "id",
|
|
115
|
+
"normalizedSignature": "Id|:System.String|static=false|accessor=getset",
|
|
116
|
+
"provenance": "Original",
|
|
117
|
+
"emitScope": "ClassSurface",
|
|
118
|
+
"isStatic": false,
|
|
119
|
+
"isAbstract": false,
|
|
120
|
+
"isVirtual": false,
|
|
121
|
+
"isOverride": false,
|
|
122
|
+
"isIndexer": false,
|
|
123
|
+
"hasGetter": true,
|
|
124
|
+
"hasSetter": true
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::Source:System.String",
|
|
128
|
+
"clrName": "Source",
|
|
129
|
+
"tsEmitName": "source",
|
|
130
|
+
"normalizedSignature": "Source|:System.String|static=false|accessor=getset",
|
|
131
|
+
"provenance": "Original",
|
|
132
|
+
"emitScope": "ClassSurface",
|
|
133
|
+
"isStatic": false,
|
|
134
|
+
"isAbstract": false,
|
|
135
|
+
"isVirtual": false,
|
|
136
|
+
"isOverride": false,
|
|
137
|
+
"isIndexer": false,
|
|
138
|
+
"hasGetter": true,
|
|
139
|
+
"hasSetter": true
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::Type:System.String",
|
|
143
|
+
"clrName": "Type",
|
|
144
|
+
"tsEmitName": "type_",
|
|
145
|
+
"normalizedSignature": "Type|:System.String|static=false|accessor=getset",
|
|
146
|
+
"provenance": "Original",
|
|
147
|
+
"emitScope": "ClassSurface",
|
|
148
|
+
"isStatic": false,
|
|
149
|
+
"isAbstract": false,
|
|
150
|
+
"isVirtual": false,
|
|
151
|
+
"isOverride": false,
|
|
152
|
+
"isIndexer": false,
|
|
153
|
+
"hasGetter": true,
|
|
154
|
+
"hasSetter": true
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::Time:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
158
|
+
"clrName": "Time",
|
|
159
|
+
"tsEmitName": "time",
|
|
160
|
+
"normalizedSignature": "Time|:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
161
|
+
"provenance": "Original",
|
|
162
|
+
"emitScope": "ClassSurface",
|
|
163
|
+
"isStatic": false,
|
|
164
|
+
"isAbstract": false,
|
|
165
|
+
"isVirtual": false,
|
|
166
|
+
"isOverride": false,
|
|
167
|
+
"isIndexer": false,
|
|
168
|
+
"hasGetter": true,
|
|
169
|
+
"hasSetter": true
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::DataSchema:System.String",
|
|
173
|
+
"clrName": "DataSchema",
|
|
174
|
+
"tsEmitName": "dataSchema",
|
|
175
|
+
"normalizedSignature": "DataSchema|:System.String|static=false|accessor=getset",
|
|
176
|
+
"provenance": "Original",
|
|
177
|
+
"emitScope": "ClassSurface",
|
|
178
|
+
"isStatic": false,
|
|
179
|
+
"isAbstract": false,
|
|
180
|
+
"isVirtual": false,
|
|
181
|
+
"isOverride": false,
|
|
182
|
+
"isIndexer": false,
|
|
183
|
+
"hasGetter": true,
|
|
184
|
+
"hasSetter": true
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::DataContentType:System.String",
|
|
188
|
+
"clrName": "DataContentType",
|
|
189
|
+
"tsEmitName": "dataContentType",
|
|
190
|
+
"normalizedSignature": "DataContentType|:System.String|static=false|accessor=getset",
|
|
191
|
+
"provenance": "Original",
|
|
192
|
+
"emitScope": "ClassSurface",
|
|
193
|
+
"isStatic": false,
|
|
194
|
+
"isAbstract": false,
|
|
195
|
+
"isVirtual": false,
|
|
196
|
+
"isOverride": false,
|
|
197
|
+
"isIndexer": false,
|
|
198
|
+
"hasGetter": true,
|
|
199
|
+
"hasSetter": true
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::Subject:System.String",
|
|
203
|
+
"clrName": "Subject",
|
|
204
|
+
"tsEmitName": "subject",
|
|
205
|
+
"normalizedSignature": "Subject|:System.String|static=false|accessor=getset",
|
|
206
|
+
"provenance": "Original",
|
|
207
|
+
"emitScope": "ClassSurface",
|
|
208
|
+
"isStatic": false,
|
|
209
|
+
"isAbstract": false,
|
|
210
|
+
"isVirtual": false,
|
|
211
|
+
"isOverride": false,
|
|
212
|
+
"isIndexer": false,
|
|
213
|
+
"hasGetter": true,
|
|
214
|
+
"hasSetter": true
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"stableId": "Azure.Core:Azure.Messaging.CloudEvent::ExtensionAttributes:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
218
|
+
"clrName": "ExtensionAttributes",
|
|
219
|
+
"tsEmitName": "extensionAttributes",
|
|
220
|
+
"normalizedSignature": "ExtensionAttributes|:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
221
|
+
"provenance": "Original",
|
|
222
|
+
"emitScope": "ClassSurface",
|
|
223
|
+
"isStatic": false,
|
|
224
|
+
"isAbstract": false,
|
|
225
|
+
"isVirtual": false,
|
|
226
|
+
"isOverride": false,
|
|
227
|
+
"isIndexer": false,
|
|
228
|
+
"hasGetter": true,
|
|
229
|
+
"hasSetter": false
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"fields": [],
|
|
233
|
+
"events": [],
|
|
234
|
+
"constructors": [
|
|
235
|
+
{
|
|
236
|
+
"normalizedSignature": "constructor|(System.String,System.String,System.Object,System.Type):void|static=false",
|
|
237
|
+
"isStatic": false,
|
|
238
|
+
"parameterCount": 4
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"normalizedSignature": "constructor|(System.String,System.String,System.BinaryData,System.String,Azure.Messaging.CloudEventDataFormat):void|static=false",
|
|
242
|
+
"isStatic": false,
|
|
243
|
+
"parameterCount": 5
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"stableId": "Azure.Core:Azure.Messaging.MessageContent",
|
|
249
|
+
"clrName": "Azure.Messaging.MessageContent",
|
|
250
|
+
"tsEmitName": "MessageContent",
|
|
251
|
+
"kind": "Class",
|
|
252
|
+
"accessibility": "Public",
|
|
253
|
+
"isAbstract": false,
|
|
254
|
+
"isSealed": false,
|
|
255
|
+
"isStatic": false,
|
|
256
|
+
"arity": 0,
|
|
257
|
+
"methods": [],
|
|
258
|
+
"properties": [
|
|
259
|
+
{
|
|
260
|
+
"stableId": "Azure.Core:Azure.Messaging.MessageContent::Data:System.BinaryData",
|
|
261
|
+
"clrName": "Data",
|
|
262
|
+
"tsEmitName": "data",
|
|
263
|
+
"normalizedSignature": "Data|:System.BinaryData|static=false|accessor=getset",
|
|
264
|
+
"provenance": "Original",
|
|
265
|
+
"emitScope": "ClassSurface",
|
|
266
|
+
"isStatic": false,
|
|
267
|
+
"isAbstract": false,
|
|
268
|
+
"isVirtual": true,
|
|
269
|
+
"isOverride": false,
|
|
270
|
+
"isIndexer": false,
|
|
271
|
+
"hasGetter": true,
|
|
272
|
+
"hasSetter": true
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"stableId": "Azure.Core:Azure.Messaging.MessageContent::ContentType:System.Nullable_1[[Azure.Core.ContentType,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
|
|
276
|
+
"clrName": "ContentType",
|
|
277
|
+
"tsEmitName": "contentType",
|
|
278
|
+
"normalizedSignature": "ContentType|:System.Nullable_1[[Azure.Core.ContentType,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=getset",
|
|
279
|
+
"provenance": "Original",
|
|
280
|
+
"emitScope": "ClassSurface",
|
|
281
|
+
"isStatic": false,
|
|
282
|
+
"isAbstract": false,
|
|
283
|
+
"isVirtual": true,
|
|
284
|
+
"isOverride": false,
|
|
285
|
+
"isIndexer": false,
|
|
286
|
+
"hasGetter": true,
|
|
287
|
+
"hasSetter": true
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"stableId": "Azure.Core:Azure.Messaging.MessageContent::IsReadOnly:System.Boolean",
|
|
291
|
+
"clrName": "IsReadOnly",
|
|
292
|
+
"tsEmitName": "isReadOnly",
|
|
293
|
+
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
294
|
+
"provenance": "Original",
|
|
295
|
+
"emitScope": "ClassSurface",
|
|
296
|
+
"isStatic": false,
|
|
297
|
+
"isAbstract": false,
|
|
298
|
+
"isVirtual": true,
|
|
299
|
+
"isOverride": false,
|
|
300
|
+
"isIndexer": false,
|
|
301
|
+
"hasGetter": true,
|
|
302
|
+
"hasSetter": false
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"fields": [],
|
|
306
|
+
"events": [],
|
|
307
|
+
"constructors": [
|
|
308
|
+
{
|
|
309
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
310
|
+
"isStatic": false,
|
|
311
|
+
"parameterCount": 0
|
|
312
|
+
}
|
|
313
|
+
]
|
|
314
|
+
}
|
|
315
|
+
]
|
|
316
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Azure.Messaging
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Azure.Messaging/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ContentType } from './Azure.Core/internal/index.js';
|
|
10
|
+
import type { BinaryData } from './System/internal/index.js';
|
|
11
|
+
import type { IDictionary } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
12
|
+
import type { Boolean as ClrBoolean, DateTimeOffset, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, Type } from '@tsonic/dotnet/System.js';
|
|
13
|
+
|
|
14
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
|
+
export { CloudEvent as CloudEvent } from './Azure.Messaging/internal/index.js';
|
|
16
|
+
export { CloudEventDataFormat as CloudEventDataFormat } from './Azure.Messaging/internal/index.js';
|
|
17
|
+
export { MessageContent as MessageContent } from './Azure.Messaging/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Azure.Messaging
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Azure.Messaging in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
package/Azure.d.ts
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Azure
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Azure/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { HttpPipeline, HttpPipelinePolicy } from './Azure.Core.Pipeline/internal/index.js';
|
|
10
|
+
import type { JsonPropertyNames, ObjectSerializer } from './Azure.Core.Serialization/internal/index.js';
|
|
11
|
+
import type { ClientOptions, DelayStrategy, HttpPipelinePosition, RehydrationToken, RequestFailedDetailsParser, ResponseClassificationHandler, ResponseHeaders } from './Azure.Core/internal/index.js';
|
|
12
|
+
import type { IJsonModel_1, IPersistableModel_1, ModelReaderWriterOptions } from './System.ClientModel.Primitives/internal/index.js';
|
|
13
|
+
import type { ApiKeyCredential } from './System.ClientModel/internal/index.js';
|
|
14
|
+
import type { BinaryData } from './System/internal/index.js';
|
|
15
|
+
import type { IAsyncEnumerable, IAsyncEnumerator, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
16
|
+
import type { IEnumerable } from '@tsonic/dotnet/System.Collections.js';
|
|
17
|
+
import type { Stream } from '@tsonic/dotnet/System.IO.js';
|
|
18
|
+
import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, EventArgs, Exception, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, ISpanFormattable, Nullable, Object as ClrObject, ReadOnlyMemory, String as ClrString, TimeSpan, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
19
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
20
|
+
import type { Utf8JsonReader, Utf8JsonWriter } from '@tsonic/dotnet/System.Text.Json.js';
|
|
21
|
+
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
22
|
+
import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
23
|
+
|
|
24
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
25
|
+
export { AsyncPageable_1 as AsyncPageable } from './Azure/internal/index.js';
|
|
26
|
+
export { AzureKeyCredential as AzureKeyCredential } from './Azure/internal/index.js';
|
|
27
|
+
export { AzureNamedKeyCredential as AzureNamedKeyCredential } from './Azure/internal/index.js';
|
|
28
|
+
export { AzureSasCredential as AzureSasCredential } from './Azure/internal/index.js';
|
|
29
|
+
export { ErrorOptions as ErrorOptions } from './Azure/internal/index.js';
|
|
30
|
+
export { ETag as ETag } from './Azure/internal/index.js';
|
|
31
|
+
export { HttpAuthorization as HttpAuthorization } from './Azure/internal/index.js';
|
|
32
|
+
export { HttpRange as HttpRange } from './Azure/internal/index.js';
|
|
33
|
+
export { JsonPatchDocument as JsonPatchDocument } from './Azure/internal/index.js';
|
|
34
|
+
export { MatchConditions as MatchConditions } from './Azure/internal/index.js';
|
|
35
|
+
export { NullableResponse_1 as NullableResponse } from './Azure/internal/index.js';
|
|
36
|
+
export { Page_1 as Page } from './Azure/internal/index.js';
|
|
37
|
+
export { Pageable_1 as Pageable } from './Azure/internal/index.js';
|
|
38
|
+
export { PageableOperation_1 as PageableOperation } from './Azure/internal/index.js';
|
|
39
|
+
export { RequestConditions as RequestConditions } from './Azure/internal/index.js';
|
|
40
|
+
export { RequestContext as RequestContext } from './Azure/internal/index.js';
|
|
41
|
+
export { RequestFailedException as RequestFailedException } from './Azure/internal/index.js';
|
|
42
|
+
export { ResponseError as ResponseError } from './Azure/internal/index.js';
|
|
43
|
+
export { AzureCoreExtensions$instance as AzureCoreExtensions } from './Azure/internal/index.js';
|
|
44
|
+
export { SyncAsyncEventArgs as SyncAsyncEventArgs } from './Azure/internal/index.js';
|
|
45
|
+
export { WaitUntil as WaitUntil } from './Azure/internal/index.js';
|
|
46
|
+
|
|
47
|
+
// Multi-arity family value exports (arity-0 constructors/static namespaces)
|
|
48
|
+
export const Operation: typeof Internal.Operation;
|
|
49
|
+
export const Response: typeof Internal.Response;
|
|
50
|
+
|
|
51
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
52
|
+
declare const __unspecified: unique symbol;
|
|
53
|
+
export type __ = typeof __unspecified;
|
|
54
|
+
|
|
55
|
+
export type Operation<
|
|
56
|
+
T1 = __,
|
|
57
|
+
> =
|
|
58
|
+
[T1] extends [__] ? Internal.Operation :
|
|
59
|
+
Internal.Operation_1<T1>;
|
|
60
|
+
|
|
61
|
+
export type Response<
|
|
62
|
+
T1 = __,
|
|
63
|
+
> =
|
|
64
|
+
[T1] extends [__] ? Internal.Response :
|
|
65
|
+
Internal.Response_1<T1>;
|
|
66
|
+
|
|
67
|
+
// Extension methods (C# using semantics)
|
|
68
|
+
export type { ExtensionMethods_Azure as ExtensionMethods } from './__internal/extensions/index.js';
|
|
69
|
+
|
package/Azure.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Azure
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Azure in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 tsoniclang
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.Data",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.OperationAbortedException",
|
|
6
|
+
"clrName": "Microsoft.Data.OperationAbortedException",
|
|
7
|
+
"tsEmitName": "OperationAbortedException",
|
|
8
|
+
"assemblyName": "Microsoft.Data.SqlClient",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [],
|
|
11
|
+
"properties": [],
|
|
12
|
+
"fields": [],
|
|
13
|
+
"events": [],
|
|
14
|
+
"constructors": []
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions",
|
|
18
|
+
"clrName": "Microsoft.Data.SqlDbTypeExtensions",
|
|
19
|
+
"tsEmitName": "SqlDbTypeExtensions",
|
|
20
|
+
"assemblyName": "Microsoft.Data.SqlClient",
|
|
21
|
+
"metadataToken": 0,
|
|
22
|
+
"methods": [],
|
|
23
|
+
"properties": [],
|
|
24
|
+
"fields": [
|
|
25
|
+
{
|
|
26
|
+
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions::JsonSystem.Data.SqlDbType",
|
|
27
|
+
"clrName": "Json",
|
|
28
|
+
"tsEmitName": "json",
|
|
29
|
+
"metadataToken": 67108870,
|
|
30
|
+
"normalizedSignature": "Json|System.Data.SqlDbType|static=true|const=true",
|
|
31
|
+
"isStatic": true,
|
|
32
|
+
"isReadOnly": false,
|
|
33
|
+
"declaringClrType": "Microsoft.Data.SqlDbTypeExtensions",
|
|
34
|
+
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions::VectorSystem.Data.SqlDbType",
|
|
38
|
+
"clrName": "Vector",
|
|
39
|
+
"tsEmitName": "vector",
|
|
40
|
+
"metadataToken": 67108871,
|
|
41
|
+
"normalizedSignature": "Vector|System.Data.SqlDbType|static=true|const=true",
|
|
42
|
+
"isStatic": true,
|
|
43
|
+
"isReadOnly": false,
|
|
44
|
+
"declaringClrType": "Microsoft.Data.SqlDbTypeExtensions",
|
|
45
|
+
"declaringAssemblyName": "Microsoft.Data.SqlClient"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"events": [],
|
|
49
|
+
"constructors": [],
|
|
50
|
+
"exposedFields": [
|
|
51
|
+
{
|
|
52
|
+
"tsName": "json",
|
|
53
|
+
"isStatic": true,
|
|
54
|
+
"tsSignatureId": "Json|System.Data.SqlDbType|static=true|const=true",
|
|
55
|
+
"target": {
|
|
56
|
+
"declaringClrType": "Microsoft.Data.SqlDbTypeExtensions",
|
|
57
|
+
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
58
|
+
"metadataToken": 67108870
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"tsName": "vector",
|
|
63
|
+
"isStatic": true,
|
|
64
|
+
"tsSignatureId": "Vector|System.Data.SqlDbType|static=true|const=true",
|
|
65
|
+
"target": {
|
|
66
|
+
"declaringClrType": "Microsoft.Data.SqlDbTypeExtensions",
|
|
67
|
+
"declaringAssemblyName": "Microsoft.Data.SqlClient",
|
|
68
|
+
"metadataToken": 67108871
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Data
|
|
3
|
+
// Assembly: Microsoft.Data.SqlClient
|
|
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 { SqlDbType } from "@tsonic/dotnet/System.Data.js";
|
|
10
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
+
import type { Object as ClrObject, SystemException } from "@tsonic/dotnet/System.js";
|
|
12
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
13
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
14
|
+
|
|
15
|
+
export interface OperationAbortedException$instance extends SystemException {
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
export const OperationAbortedException: {
|
|
20
|
+
new(): OperationAbortedException;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
export type OperationAbortedException = OperationAbortedException$instance;
|
|
25
|
+
|
|
26
|
+
export abstract class SqlDbTypeExtensions$instance {
|
|
27
|
+
static readonly json: SqlDbType;
|
|
28
|
+
static readonly vector: SqlDbType;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
export type SqlDbTypeExtensions = SqlDbTypeExtensions$instance;
|
|
33
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.Data",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Data.SqlClient"
|
|
5
|
+
],
|
|
6
|
+
"types": [
|
|
7
|
+
{
|
|
8
|
+
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.OperationAbortedException",
|
|
9
|
+
"clrName": "Microsoft.Data.OperationAbortedException",
|
|
10
|
+
"tsEmitName": "OperationAbortedException",
|
|
11
|
+
"kind": "Class",
|
|
12
|
+
"accessibility": "Public",
|
|
13
|
+
"isAbstract": false,
|
|
14
|
+
"isSealed": true,
|
|
15
|
+
"isStatic": false,
|
|
16
|
+
"arity": 0,
|
|
17
|
+
"methods": [],
|
|
18
|
+
"properties": [],
|
|
19
|
+
"fields": [],
|
|
20
|
+
"events": [],
|
|
21
|
+
"constructors": []
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions",
|
|
25
|
+
"clrName": "Microsoft.Data.SqlDbTypeExtensions",
|
|
26
|
+
"tsEmitName": "SqlDbTypeExtensions",
|
|
27
|
+
"kind": "StaticNamespace",
|
|
28
|
+
"accessibility": "Public",
|
|
29
|
+
"isAbstract": true,
|
|
30
|
+
"isSealed": true,
|
|
31
|
+
"isStatic": true,
|
|
32
|
+
"arity": 0,
|
|
33
|
+
"methods": [],
|
|
34
|
+
"properties": [],
|
|
35
|
+
"fields": [
|
|
36
|
+
{
|
|
37
|
+
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions::JsonSystem.Data.SqlDbType",
|
|
38
|
+
"clrName": "Json",
|
|
39
|
+
"tsEmitName": "json",
|
|
40
|
+
"normalizedSignature": "Json|System.Data.SqlDbType|static=true|const=true",
|
|
41
|
+
"isStatic": true,
|
|
42
|
+
"isReadOnly": false,
|
|
43
|
+
"isLiteral": true
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlDbTypeExtensions::VectorSystem.Data.SqlDbType",
|
|
47
|
+
"clrName": "Vector",
|
|
48
|
+
"tsEmitName": "vector",
|
|
49
|
+
"normalizedSignature": "Vector|System.Data.SqlDbType|static=true|const=true",
|
|
50
|
+
"isStatic": true,
|
|
51
|
+
"isReadOnly": false,
|
|
52
|
+
"isLiteral": true
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"events": [],
|
|
56
|
+
"constructors": []
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|