@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,113 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
# Generate TypeScript declarations for Microsoft.EntityFrameworkCore.SqlServer (+ dependencies) from NuGet packages.
|
|
3
|
+
#
|
|
4
|
+
# Prerequisites:
|
|
5
|
+
# - .NET 10 SDK installed
|
|
6
|
+
# - tsbindgen repository cloned at ../tsbindgen (sibling directory)
|
|
7
|
+
# - @tsonic/dotnet cloned at ../dotnet (sibling directory)
|
|
8
|
+
# - @tsonic/microsoft-extensions cloned at ../microsoft-extensions (sibling directory)
|
|
9
|
+
# - @tsonic/efcore cloned at ../efcore (sibling directory)
|
|
10
|
+
#
|
|
11
|
+
# Usage:
|
|
12
|
+
# ./__build/scripts/generate.sh
|
|
13
|
+
|
|
14
|
+
set -e
|
|
15
|
+
|
|
16
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
17
|
+
PROJECT_DIR="$(cd "$SCRIPT_DIR/../.." && pwd)"
|
|
18
|
+
TSBINDGEN_DIR="$PROJECT_DIR/../tsbindgen"
|
|
19
|
+
DOTNET_LIB="$PROJECT_DIR/../dotnet"
|
|
20
|
+
EXT_LIB="$PROJECT_DIR/../microsoft-extensions"
|
|
21
|
+
EFCORE_LIB="$PROJECT_DIR/../efcore"
|
|
22
|
+
REF_DIR="$PROJECT_DIR/__build/ref"
|
|
23
|
+
|
|
24
|
+
DOTNET_VERSION="${DOTNET_VERSION:-10.0.1}"
|
|
25
|
+
DOTNET_HOME="${DOTNET_HOME:-$HOME/.dotnet}"
|
|
26
|
+
NETCORE_RUNTIME_PATH="$DOTNET_HOME/shared/Microsoft.NETCore.App/$DOTNET_VERSION"
|
|
27
|
+
|
|
28
|
+
echo "================================================================"
|
|
29
|
+
echo "Generating EF Core SQL Server TypeScript Declarations"
|
|
30
|
+
echo "================================================================"
|
|
31
|
+
echo ""
|
|
32
|
+
echo "Configuration:"
|
|
33
|
+
echo " .NET Runtime: $NETCORE_RUNTIME_PATH"
|
|
34
|
+
echo " BCL Library: $DOTNET_LIB (external reference)"
|
|
35
|
+
echo " Extensions Library: $EXT_LIB (external reference)"
|
|
36
|
+
echo " EF Core Library: $EFCORE_LIB (external reference)"
|
|
37
|
+
echo " tsbindgen: $TSBINDGEN_DIR"
|
|
38
|
+
echo " Ref project: $REF_DIR"
|
|
39
|
+
echo " Output: $PROJECT_DIR"
|
|
40
|
+
echo " Naming: JS (camelCase)"
|
|
41
|
+
echo ""
|
|
42
|
+
|
|
43
|
+
if [ ! -d "$NETCORE_RUNTIME_PATH" ]; then
|
|
44
|
+
echo "ERROR: .NET runtime not found at $NETCORE_RUNTIME_PATH"
|
|
45
|
+
exit 1
|
|
46
|
+
fi
|
|
47
|
+
|
|
48
|
+
for dir in "$TSBINDGEN_DIR" "$DOTNET_LIB" "$EXT_LIB" "$EFCORE_LIB"; do
|
|
49
|
+
if [ ! -d "$dir" ]; then
|
|
50
|
+
echo "ERROR: Missing required repo at $dir"
|
|
51
|
+
exit 1
|
|
52
|
+
fi
|
|
53
|
+
done
|
|
54
|
+
|
|
55
|
+
if [ ! -f "$REF_DIR/ref.csproj" ]; then
|
|
56
|
+
echo "ERROR: Reference project not found at $REF_DIR/ref.csproj"
|
|
57
|
+
exit 1
|
|
58
|
+
fi
|
|
59
|
+
|
|
60
|
+
echo "[1/4] Cleaning output directory..."
|
|
61
|
+
cd "$PROJECT_DIR"
|
|
62
|
+
|
|
63
|
+
find . -maxdepth 1 -type d \
|
|
64
|
+
! -name '.' \
|
|
65
|
+
! -name '.git' \
|
|
66
|
+
! -name '.tests' \
|
|
67
|
+
! -name 'node_modules' \
|
|
68
|
+
! -name '__build' \
|
|
69
|
+
-exec rm -rf {} \; 2>/dev/null || true
|
|
70
|
+
|
|
71
|
+
rm -f *.d.ts *.js families.json 2>/dev/null || true
|
|
72
|
+
rm -rf __internal Internal internal 2>/dev/null || true
|
|
73
|
+
|
|
74
|
+
echo " Done"
|
|
75
|
+
|
|
76
|
+
echo "[2/4] Restoring reference project packages..."
|
|
77
|
+
dotnet restore "$REF_DIR/ref.csproj" --verbosity quiet
|
|
78
|
+
echo " Done"
|
|
79
|
+
|
|
80
|
+
echo "[3/4] Building reference project..."
|
|
81
|
+
dotnet build "$REF_DIR/ref.csproj" -c Release --no-restore --verbosity quiet
|
|
82
|
+
echo " Done"
|
|
83
|
+
|
|
84
|
+
echo "[4/4] Building + running tsbindgen..."
|
|
85
|
+
cd "$TSBINDGEN_DIR"
|
|
86
|
+
dotnet build src/tsbindgen/tsbindgen.csproj -c Release --verbosity quiet
|
|
87
|
+
|
|
88
|
+
REF_OUT="$REF_DIR/bin/Release/net10.0"
|
|
89
|
+
REF_DLLS=( "$REF_OUT"/*.dll )
|
|
90
|
+
if [ ! -f "${REF_DLLS[0]}" ]; then
|
|
91
|
+
echo "ERROR: No dlls found in $REF_OUT"
|
|
92
|
+
exit 1
|
|
93
|
+
fi
|
|
94
|
+
|
|
95
|
+
GEN_ARGS=()
|
|
96
|
+
for dll in "${REF_DLLS[@]}"; do
|
|
97
|
+
GEN_ARGS+=( -a "$dll" )
|
|
98
|
+
done
|
|
99
|
+
|
|
100
|
+
# EF Core includes generic `new()` constraints that TypeScript cannot represent for instance-type generics.
|
|
101
|
+
# We explicitly allow this constraint loss to unblock generation (emitted as warnings by tsbindgen).
|
|
102
|
+
dotnet run --project src/tsbindgen/tsbindgen.csproj --no-build -c Release -- \
|
|
103
|
+
generate "${GEN_ARGS[@]}" -d "$NETCORE_RUNTIME_PATH" -o "$PROJECT_DIR" \
|
|
104
|
+
--allow-constructor-constraint-loss \
|
|
105
|
+
--lib "$DOTNET_LIB" \
|
|
106
|
+
--lib "$EXT_LIB" \
|
|
107
|
+
--lib "$EFCORE_LIB" \
|
|
108
|
+
--naming js
|
|
109
|
+
|
|
110
|
+
echo ""
|
|
111
|
+
echo "================================================================"
|
|
112
|
+
echo "Generation Complete"
|
|
113
|
+
echo "================================================================"
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
// Generated by tsbindgen - Extension Method Buckets
|
|
2
|
+
// This file contains bucket interfaces for C# extension methods.
|
|
3
|
+
// Buckets are scoped by declaring namespace (C# using semantics).
|
|
4
|
+
// For each namespace with extension methods, this file exports an ExtensionMethods_<Namespace> helper.
|
|
5
|
+
|
|
6
|
+
// Import namespace modules for cross-namespace type references
|
|
7
|
+
import * as Azure_Core_Serialization from "../../Azure.Core.Serialization/internal/index.js";
|
|
8
|
+
import * as Microsoft_Identity_Client from "../../Microsoft.Identity.Client/internal/index.js";
|
|
9
|
+
import * as Microsoft_Identity_Client_Extensibility from "../../Microsoft.Identity.Client.Extensibility/internal/index.js";
|
|
10
|
+
import * as System from "../../System/internal/index.js";
|
|
11
|
+
|
|
12
|
+
// Import primitive type aliases
|
|
13
|
+
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
14
|
+
|
|
15
|
+
// Import CLR type aliases for generic type arguments
|
|
16
|
+
import * as System_Internal from "../../System/internal/index.js";
|
|
17
|
+
|
|
18
|
+
// Import unsafe type markers
|
|
19
|
+
import type { ptr } from '@tsonic/core/types.js';
|
|
20
|
+
|
|
21
|
+
export interface __Ext_Azure_BinaryData {
|
|
22
|
+
toObject<T>(serializer: Azure_Core_Serialization.ObjectSerializer, cancellationToken: CancellationToken): ExtensionMethods_Azure<T | undefined>;
|
|
23
|
+
toObjectAsync<T>(serializer: Azure_Core_Serialization.ObjectSerializer, cancellationToken: CancellationToken): ExtensionMethods_Azure<ValueTask_1<T>>;
|
|
24
|
+
toObjectFromJson(): ExtensionMethods_Azure<unknown | undefined>;
|
|
25
|
+
toDynamicFromJson(): ExtensionMethods_Azure<unknown>;
|
|
26
|
+
toDynamicFromJson(propertyNameFormat: Azure_Core_Serialization.JsonPropertyNames, dateTimeFormat: string): ExtensionMethods_Azure<unknown>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface __Ext_Microsoft_Identity_Client_IAccount {
|
|
30
|
+
getTenantProfiles(): ExtensionMethods_Microsoft_Identity_Client<IEnumerable_1<Microsoft_Identity_Client.TenantProfile>>;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export interface __Ext_Microsoft_Identity_Client_IConfidentialClientApplication {
|
|
34
|
+
getCertificate(): ExtensionMethods_Microsoft_Identity_Client<X509Certificate2>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface __Ext_Microsoft_Identity_Client_IPublicClientApplication {
|
|
38
|
+
isProofOfPossessionSupportedByClient(): ExtensionMethods_Microsoft_Identity_Client<boolean>;
|
|
39
|
+
isSystemWebViewAvailable(): ExtensionMethods_Microsoft_Identity_Client<boolean>;
|
|
40
|
+
isEmbeddedWebViewAvailable(): ExtensionMethods_Microsoft_Identity_Client<boolean>;
|
|
41
|
+
isUserInteractive(): ExtensionMethods_Microsoft_Identity_Client<boolean>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export interface __Ext_Microsoft_Identity_Client_ITokenCache {
|
|
45
|
+
setCacheOptions(options: Microsoft_Identity_Client.CacheOptions): ExtensionMethods_Microsoft_Identity_Client<void>;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface __Ext_Microsoft_Identity_Client_Advanced_AbstractAcquireTokenParameterBuilder_1<T> {
|
|
49
|
+
withExtraHttpHeaders(extraHttpHeaders: IDictionary_2<System_Internal.String, System_Internal.String>): ExtensionMethods_Microsoft_Identity_Client_Advanced<T>;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export interface __Ext_Microsoft_Identity_Client_Extensibility_AbstractAcquireTokenParameterBuilder_1<T> {
|
|
53
|
+
onBeforeTokenRequest(onBeforeTokenRequestHandler: Func_2<Microsoft_Identity_Client_Extensibility.OnBeforeTokenRequestData, Task>): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
|
|
54
|
+
withProofOfPosessionKeyId(keyId: string, expectedTokenTypeFromAad: string): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
|
|
55
|
+
withAuthenticationExtension(authenticationExtension: Microsoft_Identity_Client_Extensibility.MsalAuthenticationExtension): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
|
|
56
|
+
withAdditionalCacheParameters(cacheParameters: IEnumerable_1<System_Internal.String>): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
|
|
57
|
+
withFmiPathForClientAssertion(fmiPath: string): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<T>>;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenForClientParameterBuilder {
|
|
61
|
+
withProofOfPosessionKeyId(keyId: string, expectedTokenTypeFromAad: string): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder>;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenInteractiveParameterBuilder {
|
|
65
|
+
withCustomWebUi(customWebUi: Microsoft_Identity_Client_Extensibility.ICustomWebUi): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder>;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export interface __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenOnBehalfOfParameterBuilder {
|
|
69
|
+
withSearchInCacheForLongRunningProcess(searchInCache: boolean): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.AcquireTokenOnBehalfOfParameterBuilder>;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface __Ext_Microsoft_Identity_Client_Extensibility_ConfidentialClientApplicationBuilder {
|
|
73
|
+
withAppTokenProvider(appTokenProvider: Func_2<Microsoft_Identity_Client_Extensibility.AppTokenProviderParameters, Task_1<Microsoft_Identity_Client_Extensibility.AppTokenProviderResult>>): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Microsoft_Identity_Client.ConfidentialClientApplicationBuilder>;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export interface __Ext_Microsoft_Identity_Client_Extensibility_ILongRunningWebApi {
|
|
77
|
+
stopLongRunningProcessInWebApiAsync(longRunningProcessSessionKey: string, cancellationToken: CancellationToken): ExtensionMethods_Microsoft_Identity_Client_Extensibility<Task_1<System_Internal.Boolean>>;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface __Ext_Microsoft_Identity_Client_RP_AcquireTokenForClientParameterBuilder {
|
|
81
|
+
withAccessTokenSha256ToRefresh(hash: string): ExtensionMethods_Microsoft_Identity_Client_RP<Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder>;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export interface __Ext_Microsoft_Identity_Client_RP_ConfidentialClientApplicationBuilder {
|
|
85
|
+
withCertificate(certificate: X509Certificate2, sendX5C: boolean, associateTokensWithCertificateSerialNumber: boolean): ExtensionMethods_Microsoft_Identity_Client_RP<Microsoft_Identity_Client.ConfidentialClientApplicationBuilder>;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export interface __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenInteractiveParameterBuilder {
|
|
89
|
+
withSSHCertificateAuthenticationScheme(publicKeyJwk: string, keyId: string): ExtensionMethods_Microsoft_Identity_Client_SSHCertificates<Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder>;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export interface __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenSilentParameterBuilder {
|
|
93
|
+
withSSHCertificateAuthenticationScheme(publicKeyJwk: string, keyId: string): ExtensionMethods_Microsoft_Identity_Client_SSHCertificates<Microsoft_Identity_Client.AcquireTokenSilentParameterBuilder>;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// Generic helper type for extension methods in namespace: Azure
|
|
97
|
+
export type ExtensionMethods_Azure<TShape> =
|
|
98
|
+
TShape extends null | undefined ? TShape
|
|
99
|
+
: TShape extends void ? void
|
|
100
|
+
: TShape & (
|
|
101
|
+
(TShape extends System.BinaryData ? __Ext_Azure_BinaryData : {})
|
|
102
|
+
);
|
|
103
|
+
|
|
104
|
+
// Generic helper type for extension methods in namespace: Microsoft.Identity.Client
|
|
105
|
+
export type ExtensionMethods_Microsoft_Identity_Client<TShape> =
|
|
106
|
+
TShape extends null | undefined ? TShape
|
|
107
|
+
: TShape extends void ? void
|
|
108
|
+
: TShape & (
|
|
109
|
+
(TShape extends Microsoft_Identity_Client.IAccount ? __Ext_Microsoft_Identity_Client_IAccount : {}) &
|
|
110
|
+
(TShape extends Microsoft_Identity_Client.IConfidentialClientApplication ? __Ext_Microsoft_Identity_Client_IConfidentialClientApplication : {}) &
|
|
111
|
+
(TShape extends Microsoft_Identity_Client.IPublicClientApplication ? __Ext_Microsoft_Identity_Client_IPublicClientApplication : {}) &
|
|
112
|
+
(TShape extends Microsoft_Identity_Client.ITokenCache ? __Ext_Microsoft_Identity_Client_ITokenCache : {})
|
|
113
|
+
);
|
|
114
|
+
|
|
115
|
+
// Generic helper type for extension methods in namespace: Microsoft.Identity.Client.Advanced
|
|
116
|
+
export type ExtensionMethods_Microsoft_Identity_Client_Advanced<TShape> =
|
|
117
|
+
TShape extends null | undefined ? TShape
|
|
118
|
+
: TShape extends void ? void
|
|
119
|
+
: TShape & (
|
|
120
|
+
(TShape extends Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<infer T0> ? __Ext_Microsoft_Identity_Client_Advanced_AbstractAcquireTokenParameterBuilder_1<T0> : {})
|
|
121
|
+
);
|
|
122
|
+
|
|
123
|
+
// Generic helper type for extension methods in namespace: Microsoft.Identity.Client.Extensibility
|
|
124
|
+
export type ExtensionMethods_Microsoft_Identity_Client_Extensibility<TShape> =
|
|
125
|
+
TShape extends null | undefined ? TShape
|
|
126
|
+
: TShape extends void ? void
|
|
127
|
+
: TShape & (
|
|
128
|
+
(TShape extends Microsoft_Identity_Client.AbstractAcquireTokenParameterBuilder_1<infer T0> ? __Ext_Microsoft_Identity_Client_Extensibility_AbstractAcquireTokenParameterBuilder_1<T0> : {}) &
|
|
129
|
+
(TShape extends Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenForClientParameterBuilder : {}) &
|
|
130
|
+
(TShape extends Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenInteractiveParameterBuilder : {}) &
|
|
131
|
+
(TShape extends Microsoft_Identity_Client.AcquireTokenOnBehalfOfParameterBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_AcquireTokenOnBehalfOfParameterBuilder : {}) &
|
|
132
|
+
(TShape extends Microsoft_Identity_Client.ConfidentialClientApplicationBuilder ? __Ext_Microsoft_Identity_Client_Extensibility_ConfidentialClientApplicationBuilder : {}) &
|
|
133
|
+
(TShape extends Microsoft_Identity_Client.ILongRunningWebApi ? __Ext_Microsoft_Identity_Client_Extensibility_ILongRunningWebApi : {})
|
|
134
|
+
);
|
|
135
|
+
|
|
136
|
+
// Generic helper type for extension methods in namespace: Microsoft.Identity.Client.RP
|
|
137
|
+
export type ExtensionMethods_Microsoft_Identity_Client_RP<TShape> =
|
|
138
|
+
TShape extends null | undefined ? TShape
|
|
139
|
+
: TShape extends void ? void
|
|
140
|
+
: TShape & (
|
|
141
|
+
(TShape extends Microsoft_Identity_Client.AcquireTokenForClientParameterBuilder ? __Ext_Microsoft_Identity_Client_RP_AcquireTokenForClientParameterBuilder : {}) &
|
|
142
|
+
(TShape extends Microsoft_Identity_Client.ConfidentialClientApplicationBuilder ? __Ext_Microsoft_Identity_Client_RP_ConfidentialClientApplicationBuilder : {})
|
|
143
|
+
);
|
|
144
|
+
|
|
145
|
+
// Generic helper type for extension methods in namespace: Microsoft.Identity.Client.SSHCertificates
|
|
146
|
+
export type ExtensionMethods_Microsoft_Identity_Client_SSHCertificates<TShape> =
|
|
147
|
+
TShape extends null | undefined ? TShape
|
|
148
|
+
: TShape extends void ? void
|
|
149
|
+
: TShape & (
|
|
150
|
+
(TShape extends Microsoft_Identity_Client.AcquireTokenInteractiveParameterBuilder ? __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenInteractiveParameterBuilder : {}) &
|
|
151
|
+
(TShape extends Microsoft_Identity_Client.AcquireTokenSilentParameterBuilder ? __Ext_Microsoft_Identity_Client_SSHCertificates_AcquireTokenSilentParameterBuilder : {})
|
|
152
|
+
);
|
|
153
|
+
|
package/families.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Azure.Operation": {
|
|
3
|
+
"stem": "Operation",
|
|
4
|
+
"namespace": "Azure",
|
|
5
|
+
"minArity": 0,
|
|
6
|
+
"maxArity": 1,
|
|
7
|
+
"isDelegate": false
|
|
8
|
+
},
|
|
9
|
+
"Azure.Response": {
|
|
10
|
+
"stem": "Response",
|
|
11
|
+
"namespace": "Azure",
|
|
12
|
+
"minArity": 0,
|
|
13
|
+
"maxArity": 1,
|
|
14
|
+
"isDelegate": false
|
|
15
|
+
},
|
|
16
|
+
"Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder": {
|
|
17
|
+
"stem": "TemporalTableBuilder",
|
|
18
|
+
"namespace": "Microsoft.EntityFrameworkCore.Metadata.Builders",
|
|
19
|
+
"minArity": 0,
|
|
20
|
+
"maxArity": 1,
|
|
21
|
+
"isDelegate": false
|
|
22
|
+
},
|
|
23
|
+
"System.ClientModel.ClientResult": {
|
|
24
|
+
"stem": "ClientResult",
|
|
25
|
+
"namespace": "System.ClientModel",
|
|
26
|
+
"minArity": 0,
|
|
27
|
+
"maxArity": 1,
|
|
28
|
+
"isDelegate": false
|
|
29
|
+
}
|
|
30
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@tsonic/efcore-sqlserver",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.SqlServer (+ dependencies) for .NET 10",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"dotnet",
|
|
8
|
+
"typescript",
|
|
9
|
+
"types",
|
|
10
|
+
"tsonic",
|
|
11
|
+
"efcore",
|
|
12
|
+
"entity-framework-core",
|
|
13
|
+
"sqlserver"
|
|
14
|
+
],
|
|
15
|
+
"author": "Tsonic Team",
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/tsoniclang/efcore-sqlserver.git"
|
|
20
|
+
},
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"@tsonic/core": "^0.6.0",
|
|
23
|
+
"@tsonic/dotnet": "^0.8.4",
|
|
24
|
+
"@tsonic/microsoft-extensions": "^0.1.0",
|
|
25
|
+
"@tsonic/efcore": "^0.1.0"
|
|
26
|
+
}
|
|
27
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "ES2022",
|
|
4
|
+
"module": "ESNext",
|
|
5
|
+
"lib": ["ES2022"],
|
|
6
|
+
"moduleResolution": "node",
|
|
7
|
+
"strict": true,
|
|
8
|
+
"noEmit": true,
|
|
9
|
+
"skipLibCheck": false,
|
|
10
|
+
"types": []
|
|
11
|
+
},
|
|
12
|
+
"include": [
|
|
13
|
+
"**/*.d.ts"
|
|
14
|
+
],
|
|
15
|
+
"exclude": [
|
|
16
|
+
"node_modules",
|
|
17
|
+
"__build"
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
|