@tsonic/efcore-sqlserver 10.0.26 → 10.0.27

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.
@@ -27,7 +27,7 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic
27
27
  import type { Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
28
28
  import type { Task_1, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
29
29
  import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
30
- import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
30
+ import * as System_Lib_tsonic_dotnet from "@tsonic/dotnet/System/internal/index.js";
31
31
  import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, EventArgs, Exception, IComparable, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, TimeSpan, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
32
32
 
33
33
  export enum ErrorOptions {
@@ -11,6 +11,7 @@ import type { ptr } from "@tsonic/core/types.js";
11
11
  // Import types from other namespaces
12
12
  import type { HttpPipelinePolicy, HttpPipelineTransport } from "../../Azure.Core.Pipeline/internal/index.js";
13
13
  import type { DynamicData, JsonPropertyNames, ObjectSerializer } from "../../Azure.Core.Serialization/internal/index.js";
14
+ import type { TokenCredentialDiagnosticsOptions } from "../../Azure.Identity/internal/index.js";
14
15
  import type { ETag, Response, ResponseError, SyncAsyncEventArgs } from "../../Azure/internal/index.js";
15
16
  import * as System_ClientModel_Primitives_Internal from "../../System.ClientModel.Primitives/internal/index.js";
16
17
  import type { AuthenticationToken, GetTokenOptions, IJsonModel_1, IPersistableModel_1, ModelReaderWriterContext, ModelReaderWriterOptions, ModelReaderWriterTypeBuilder } from "../../System.ClientModel.Primitives/internal/index.js";
@@ -29,7 +30,7 @@ import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/
29
30
  import type { Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
30
31
  import type { Task, Task_1, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
31
32
  import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
32
- import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
33
+ import * as System_Lib_tsonic_dotnet from "@tsonic/dotnet/System/internal/index.js";
33
34
  import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Double, Enum, Exception, Func_3, IAsyncResult, ICloneable, IComparable, IComparable_1, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, UInt16, Uri, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
34
35
 
35
36
  export enum HttpPipelinePosition {
@@ -17,7 +17,7 @@ import type { IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyDict
17
17
  import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
18
18
  import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
19
19
  import type { Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
20
- import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
20
+ import * as System_Lib_tsonic_dotnet from "@tsonic/dotnet/System/internal/index.js";
21
21
  import type { Boolean as ClrBoolean, Double, Enum, IComparable, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
22
22
 
23
23
  export enum GeoObjectType {
@@ -14,7 +14,7 @@ import type { MemberInfo } from "@tsonic/dotnet/System.Reflection/internal/index
14
14
  import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
15
15
  import type { ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
16
16
  import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
17
- import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
17
+ import * as System_Lib_tsonic_dotnet from "@tsonic/dotnet/System/internal/index.js";
18
18
  import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IDisposable, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
19
19
 
20
20
  export enum JsonPropertyNames {
package/Azure.Core.d.ts CHANGED
@@ -8,6 +8,7 @@ import * as Internal from './Azure.Core/internal/index.js';
8
8
  // Cross-namespace type imports for constraints
9
9
  import type { HttpPipelinePolicy, HttpPipelineTransport } from './Azure.Core.Pipeline/internal/index.js';
10
10
  import type { DynamicData, JsonPropertyNames, ObjectSerializer } from './Azure.Core.Serialization/internal/index.js';
11
+ import type { TokenCredentialDiagnosticsOptions } from './Azure.Identity/internal/index.js';
11
12
  import type { ETag, Response, ResponseError, SyncAsyncEventArgs } from './Azure/internal/index.js';
12
13
  import type { AuthenticationToken, GetTokenOptions, IJsonModel_1, IPersistableModel_1, ModelReaderWriterContext, ModelReaderWriterOptions, ModelReaderWriterTypeBuilder } from './System.ClientModel.Primitives/internal/index.js';
13
14
  import type { AuthenticationTokenProvider } from './System.ClientModel/internal/index.js';
@@ -9,7 +9,7 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
9
9
  import type { ContentType } from "../../Azure.Core/internal/index.js";
10
10
  import type { BinaryData } from "../../System/internal/index.js";
11
11
  import type { IDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
12
- import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
12
+ import * as System_Lib_tsonic_dotnet from "@tsonic/dotnet/System/internal/index.js";
13
13
  import type { Boolean as ClrBoolean, DateTimeOffset, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, Type } from "@tsonic/dotnet/System/internal/index.js";
14
14
 
15
15
  export enum CloudEventDataFormat {
@@ -23,7 +23,7 @@ import type { JsonTypeInfo_1 } from "@tsonic/dotnet/System.Text.Json.Serializati
23
23
  import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
24
24
  import type { Task, Task_1, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
25
25
  import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
26
- import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
26
+ import * as System_Lib_tsonic_dotnet from "@tsonic/dotnet/System/internal/index.js";
27
27
  import type { Boolean as ClrBoolean, Exception, IDisposable, Int32, Int64, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
28
28
 
29
29
  export interface ApiKeyCredential$instance {
@@ -25,7 +25,7 @@ import type { JsonConverter_1 } from "@tsonic/dotnet/System.Text.Json.Serializat
25
25
  import type { JsonSerializerOptions, Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
26
26
  import type { Task, ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
27
27
  import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
28
- import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
28
+ import * as System_Lib_tsonic_dotnet from "@tsonic/dotnet/System/internal/index.js";
29
29
  import type { Attribute, Boolean as ClrBoolean, DateTimeOffset, Enum, Exception, Func_1, IComparable, IConvertible, IDisposable, IFormattable, Int32, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, UInt16, Uri, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
30
30
  import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
31
31
 
@@ -26,7 +26,7 @@ import * as System_Xml_XPath_Internal from "@tsonic/dotnet/System.Xml.XPath/inte
26
26
  import type { IXPathNavigable } from "@tsonic/dotnet/System.Xml.XPath/internal/index.js";
27
27
  import * as System_Xml_Internal from "@tsonic/dotnet/System.Xml/internal/index.js";
28
28
  import type { XmlAttribute, XmlCDataSection, XmlComment, XmlDocument, XmlElement, XmlNode, XmlReader, XmlSignificantWhitespace, XmlText, XmlTextReader, XmlWhitespace, XmlWriter } from "@tsonic/dotnet/System.Xml/internal/index.js";
29
- import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
29
+ import * as System_Lib_tsonic_dotnet from "@tsonic/dotnet/System/internal/index.js";
30
30
  import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Enum, EventArgs, Exception, Func_2, GenericUriParserOptions, IAsyncResult, ICloneable, IComparable, IConvertible, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, TimeSpan, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
31
31
 
32
32
  export enum ConfigurationAllowDefinition {
@@ -862,7 +862,7 @@ export const ConfigurationValidatorBase: (abstract new() => ConfigurationValidat
862
862
 
863
863
  export type ConfigurationValidatorBase = ConfigurationValidatorBase$instance;
864
864
 
865
- export interface ConfigXmlDocument$instance extends XmlDocument, System_Configuration_Internal_Internal.IConfigErrorInfo$instance, System_Lib.ICloneable, System_Xml_XPath_Internal.IXPathNavigable {
865
+ export interface ConfigXmlDocument$instance extends XmlDocument, System_Configuration_Internal_Internal.IConfigErrorInfo$instance, System_Lib_tsonic_dotnet.ICloneable, System_Xml_XPath_Internal.IXPathNavigable {
866
866
  readonly __tsonic_type_System_Configuration_ConfigXmlDocument: never;
867
867
 
868
868
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
@@ -6,6 +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 type { ProtectedConfigurationProvider } from "../../System.Configuration/internal/index.js";
9
10
  import type { NameValueCollection } from "@tsonic/dotnet/System.Collections.Specialized/internal/index.js";
10
11
  import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
11
12
  import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
@@ -6,6 +6,7 @@
6
6
  import * as Internal from './System.Configuration.Provider/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
+ import type { ProtectedConfigurationProvider } from './System.Configuration/internal/index.js';
9
10
  import type { ICollection, IEnumerable, IEnumerator } from '@tsonic/dotnet/System.Collections.js';
10
11
  import type { NameValueCollection } from '@tsonic/dotnet/System.Collections.Specialized.js';
11
12
  import type { Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/efcore-sqlserver",
3
- "version": "10.0.26",
3
+ "version": "10.0.27",
4
4
  "description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.SqlServer (+ dependencies) for .NET 10",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -19,9 +19,9 @@
19
19
  "url": "https://github.com/tsoniclang/efcore-sqlserver.git"
20
20
  },
21
21
  "peerDependencies": {
22
- "@tsonic/core": "10.0.26",
23
- "@tsonic/dotnet": "10.0.26",
24
- "@tsonic/microsoft-extensions": "10.0.26",
25
- "@tsonic/efcore": "10.0.26"
22
+ "@tsonic/core": "10.0.27",
23
+ "@tsonic/dotnet": "10.0.27",
24
+ "@tsonic/microsoft-extensions": "10.0.27",
25
+ "@tsonic/efcore": "10.0.27"
26
26
  }
27
27
  }