@tsonic/efcore-sqlserver 10.0.11 → 10.0.16

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.
Files changed (35) hide show
  1. package/Azure/bindings.json +3 -43
  2. package/Azure/internal/index.d.ts +0 -2
  3. package/Azure.Core/bindings.json +0 -40
  4. package/Azure.Core/internal/index.d.ts +0 -2
  5. package/Azure.Core.Cryptography/internal/index.d.ts +1 -1
  6. package/Azure.Core.Extensions/internal/index.d.ts +1 -1
  7. package/Azure.Core.Pipeline/bindings.json +0 -160
  8. package/Azure.Core.Pipeline/internal/index.d.ts +0 -2
  9. package/Azure.Core.Serialization/bindings.json +0 -40
  10. package/Azure.Core.Serialization/internal/index.d.ts +0 -1
  11. package/Azure.Identity/bindings.json +108 -188
  12. package/Microsoft.Data.SqlClient/bindings.json +0 -20
  13. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +1 -1
  14. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +0 -80
  15. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +1 -1
  16. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +1 -1
  17. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +1 -1
  18. package/Microsoft.Identity.Client/bindings.json +21 -501
  19. package/Microsoft.Identity.Client/internal/index.d.ts +0 -24
  20. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +1 -1
  21. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +1 -1
  22. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +0 -40
  23. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +0 -2
  24. package/Microsoft.IdentityModel.Protocols/bindings.json +0 -40
  25. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +0 -2
  26. package/Microsoft.IdentityModel.Tokens/bindings.json +4 -56
  27. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +2 -2
  28. package/README.md +53 -2
  29. package/System.ClientModel.Primitives/bindings.json +0 -200
  30. package/System.ClientModel.Primitives/internal/index.d.ts +0 -2
  31. package/System.Drawing.Configuration/internal/index.d.ts +1 -1
  32. package/System.IdentityModel.Tokens.Jwt/bindings.json +3 -23
  33. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +0 -1
  34. package/System.Text.Json.Serialization/internal/index.d.ts +1 -1
  35. package/package.json +5 -5
@@ -2255,26 +2255,6 @@
2255
2255
  "declaringClrType": "Microsoft.Data.SqlClient.ActiveDirectoryAuthenticationProvider",
2256
2256
  "declaringAssemblyName": "Microsoft.Data.SqlClient",
2257
2257
  "isExtensionMethod": false
2258
- },
2259
- {
2260
- "stableId": "Microsoft.Data.SqlClient:Microsoft.Data.SqlClient.ActiveDirectoryAuthenticationProvider::AcquireTokenAsync(Microsoft.Data.SqlClient.SqlAuthenticationParameters):System.Threading.Tasks.Task_1",
2261
- "clrName": "AcquireTokenAsync",
2262
- "metadataToken": 0,
2263
- "canonicalSignature": "(Microsoft.Data.SqlClient.SqlAuthenticationParameters):System.Threading.Tasks.Task_1",
2264
- "normalizedSignature": "AcquireTokenAsync|(Microsoft.Data.SqlClient.SqlAuthenticationParameters):System.Threading.Tasks.Task_1|static=false",
2265
- "emitScope": "ClassSurface",
2266
- "provenance": "BaseOverload",
2267
- "arity": 0,
2268
- "parameterCount": 1,
2269
- "isStatic": false,
2270
- "isAbstract": true,
2271
- "isVirtual": true,
2272
- "isOverride": false,
2273
- "isSealed": false,
2274
- "visibility": "Public",
2275
- "declaringClrType": "Microsoft.Data.SqlClient.ActiveDirectoryAuthenticationProvider",
2276
- "declaringAssemblyName": "Microsoft.Data.SqlClient",
2277
- "isExtensionMethod": false
2278
2258
  }
2279
2259
  ],
2280
2260
  "properties": [],
@@ -6,7 +6,7 @@
6
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
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
10
  import * as Microsoft_EntityFrameworkCore_SqlServer_Infrastructure_Internal_Internal from "../../Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.js";
11
11
  import type { SqlServerOptionsExtension } from "../../Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.js";
12
12
  import type { ICollection_1, IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
@@ -373,46 +373,6 @@
373
373
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602",
374
374
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
375
375
  "isExtensionMethod": false
376
- },
377
- {
378
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602::UseHistoryTable(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
379
- "clrName": "UseHistoryTable",
380
- "metadataToken": 0,
381
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
382
- "normalizedSignature": "UseHistoryTable|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder|static=false",
383
- "emitScope": "ClassSurface",
384
- "provenance": "BaseOverload",
385
- "arity": 0,
386
- "parameterCount": 1,
387
- "isStatic": false,
388
- "isAbstract": false,
389
- "isVirtual": true,
390
- "isOverride": false,
391
- "isSealed": false,
392
- "visibility": "Public",
393
- "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602",
394
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
395
- "isExtensionMethod": false
396
- },
397
- {
398
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602::UseHistoryTable(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
399
- "clrName": "UseHistoryTable",
400
- "metadataToken": 0,
401
- "canonicalSignature": "(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder",
402
- "normalizedSignature": "UseHistoryTable|(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder|static=false",
403
- "emitScope": "ClassSurface",
404
- "provenance": "BaseOverload",
405
- "arity": 0,
406
- "parameterCount": 2,
407
- "isStatic": false,
408
- "isAbstract": false,
409
- "isVirtual": true,
410
- "isOverride": false,
411
- "isSealed": false,
412
- "visibility": "Public",
413
- "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTemporalTableBuilder\u00602",
414
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
415
- "isExtensionMethod": false
416
376
  }
417
377
  ],
418
378
  "properties": [],
@@ -807,46 +767,6 @@
807
767
  "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601",
808
768
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
809
769
  "isExtensionMethod": false
810
- },
811
- {
812
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601::UseHistoryTable(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
813
- "clrName": "UseHistoryTable",
814
- "metadataToken": 0,
815
- "canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
816
- "normalizedSignature": "UseHistoryTable|(System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder|static=false",
817
- "emitScope": "ClassSurface",
818
- "provenance": "BaseOverload",
819
- "arity": 0,
820
- "parameterCount": 1,
821
- "isStatic": false,
822
- "isAbstract": false,
823
- "isVirtual": true,
824
- "isOverride": false,
825
- "isSealed": false,
826
- "visibility": "Public",
827
- "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601",
828
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
829
- "isExtensionMethod": false
830
- },
831
- {
832
- "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601::UseHistoryTable(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
833
- "clrName": "UseHistoryTable",
834
- "metadataToken": 0,
835
- "canonicalSignature": "(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder",
836
- "normalizedSignature": "UseHistoryTable|(System.String,System.String):Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder|static=false",
837
- "emitScope": "ClassSurface",
838
- "provenance": "BaseOverload",
839
- "arity": 0,
840
- "parameterCount": 2,
841
- "isStatic": false,
842
- "isAbstract": false,
843
- "isVirtual": true,
844
- "isOverride": false,
845
- "isSealed": false,
846
- "visibility": "Public",
847
- "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.TemporalTableBuilder\u00601",
848
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
849
- "isExtensionMethod": false
850
770
  }
851
771
  ],
852
772
  "properties": [],
@@ -6,7 +6,7 @@
6
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
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
10
  import type { String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
11
11
  import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
12
12
  import type { IAnnotatable, IReadOnlyAnnotatable } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
@@ -6,7 +6,7 @@
6
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
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
10
  import * as Microsoft_EntityFrameworkCore_Diagnostics_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js";
11
11
  import type { EventDefinitionBase, RelationalLoggingDefinitions } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js";
12
12
 
@@ -6,7 +6,7 @@
6
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
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Internal from "@tsonic/dotnet/System.js";
9
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
10
10
  import type { IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
11
11
  import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
12
12
  import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";