@tsonic/efcore-sqlserver 10.0.40 → 10.0.42
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/internal/index.d.ts +68 -70
- package/Azure.Core/bindings.json +2859 -2859
- package/Azure.Core/internal/index.d.ts +100 -102
- package/Azure.Core.Cryptography/internal/index.d.ts +3 -2
- package/Azure.Core.Cryptography.d.ts +4 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +3 -2
- package/Azure.Core.Diagnostics.d.ts +4 -0
- package/Azure.Core.Extensions/internal/index.d.ts +12 -10
- package/Azure.Core.Extensions.d.ts +6 -2
- package/Azure.Core.GeoJson/internal/index.d.ts +20 -22
- package/Azure.Core.GeoJson.d.ts +4 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +20 -19
- package/Azure.Core.Pipeline.d.ts +4 -0
- package/Azure.Core.Serialization/internal/index.d.ts +15 -14
- package/Azure.Core.Serialization.d.ts +4 -0
- package/Azure.Core.d.ts +7 -3
- package/Azure.Identity/internal/index.d.ts +3 -2
- package/Azure.Identity.d.ts +4 -0
- package/Azure.Messaging/internal/index.d.ts +16 -15
- package/Azure.Messaging.d.ts +4 -0
- package/Azure.d.ts +8 -4
- package/Microsoft.Data/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql.d.ts +4 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +7 -9
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Server.d.ts +4 -0
- package/Microsoft.Data.SqlClient.d.ts +4 -0
- package/Microsoft.Data.SqlTypes/bindings.json +4 -1
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -7
- package/Microsoft.Data.SqlTypes.d.ts +4 -0
- package/Microsoft.Data.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +200 -202
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +10 -9
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +23 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +20 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -4
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +45 -44
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +26 -25
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +27 -26
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +16 -18
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +50 -49
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +418 -418
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +96 -98
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +8 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +9 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +18 -20
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +8 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +10 -12
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Identity.Client/bindings.json +100 -100
- package/Microsoft.Identity.Client/internal/index.d.ts +33 -35
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -3
- package/Microsoft.Identity.Client.Advanced.d.ts +4 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AppConfig.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +4 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Cache.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +8 -7
- package/Microsoft.Identity.Client.Extensibility.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +4 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +4 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.RP.d.ts +4 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Region.d.ts +4 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +4 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils.d.ts +4 -0
- package/Microsoft.Identity.Client.d.ts +5 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +11 -10
- package/Microsoft.IdentityModel.Abstractions.d.ts +4 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +8 -10
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +4 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -18
- package/Microsoft.IdentityModel.Logging.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +22 -21
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +7 -3
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +3 -5
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +3 -2
- package/Microsoft.SqlServer.Server.d.ts +4 -0
- package/README.md +36 -13
- package/System/internal/index.d.ts +20 -19
- package/System.ClientModel/internal/index.d.ts +23 -25
- package/System.ClientModel.Primitives/internal/index.d.ts +73 -75
- package/System.ClientModel.Primitives.d.ts +6 -2
- package/System.ClientModel.d.ts +6 -2
- package/System.Configuration/internal/index.d.ts +3 -2
- package/System.Configuration.Internal/internal/index.d.ts +2 -4
- package/System.Configuration.Internal.d.ts +4 -0
- package/System.Configuration.Provider/internal/index.d.ts +3 -2
- package/System.Configuration.Provider.d.ts +4 -0
- package/System.Configuration.d.ts +4 -0
- package/System.Diagnostics/internal/index.d.ts +3 -2
- package/System.Diagnostics.d.ts +4 -0
- package/System.Drawing.Configuration/internal/index.d.ts +3 -2
- package/System.Drawing.Configuration.d.ts +4 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +3 -5
- package/System.IdentityModel.Tokens.Jwt.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +5 -4
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +3 -5
- package/System.Text.Json.Serialization.d.ts +4 -0
- package/System.d.ts +4 -0
- package/__internal/extensions/index.d.ts +222 -224
- package/package.json +5 -5
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Azure.Core.GeoJson
|
|
3
3
|
// Assembly: Azure.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_ClientModel_Primitives_Internal from "../../System.ClientModel.Primitives/internal/index.js";
|
|
@@ -31,7 +29,7 @@ export enum GeoObjectType {
|
|
|
31
29
|
}
|
|
32
30
|
|
|
33
31
|
|
|
34
|
-
export interface GeoArray_1$instance<T> {
|
|
32
|
+
export interface GeoArray_1$instance<T extends unknown> {
|
|
35
33
|
readonly __tsonic_type_Azure_Core_GeoJson_GeoArray_1: never;
|
|
36
34
|
|
|
37
35
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -45,13 +43,13 @@ export interface GeoArray_1$instance<T> {
|
|
|
45
43
|
|
|
46
44
|
|
|
47
45
|
export const GeoArray_1: {
|
|
48
|
-
new<T>(): GeoArray_1<T>;
|
|
46
|
+
new<T extends unknown>(): GeoArray_1<T>;
|
|
49
47
|
};
|
|
50
48
|
|
|
51
49
|
|
|
52
|
-
export type GeoArray_1<T> = GeoArray_1$instance<T> & { readonly [index: number]: T; };
|
|
50
|
+
export type GeoArray_1<T extends unknown> = GeoArray_1$instance<T> & { readonly [index: number]: T; };
|
|
53
51
|
|
|
54
|
-
export interface GeoArray_1_Enumerator$instance<T> {
|
|
52
|
+
export interface GeoArray_1_Enumerator$instance<T extends unknown> {
|
|
55
53
|
readonly __tsonic_type_Azure_Core_GeoJson_GeoArray_1_Enumerator: never;
|
|
56
54
|
|
|
57
55
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -66,11 +64,11 @@ export interface GeoArray_1_Enumerator$instance<T> {
|
|
|
66
64
|
|
|
67
65
|
|
|
68
66
|
export const GeoArray_1_Enumerator: {
|
|
69
|
-
new<T>(): GeoArray_1_Enumerator<T>;
|
|
67
|
+
new<T extends unknown>(): GeoArray_1_Enumerator<T>;
|
|
70
68
|
};
|
|
71
69
|
|
|
72
70
|
|
|
73
|
-
export type GeoArray_1_Enumerator<T> = GeoArray_1_Enumerator$instance<T>;
|
|
71
|
+
export type GeoArray_1_Enumerator<T extends unknown> = GeoArray_1_Enumerator$instance<T>;
|
|
74
72
|
|
|
75
73
|
export interface GeoPosition$instance {
|
|
76
74
|
readonly __tsonic_type_Azure_Core_GeoJson_GeoPosition: never;
|
|
@@ -82,7 +80,7 @@ export interface GeoPosition$instance {
|
|
|
82
80
|
readonly Latitude: double;
|
|
83
81
|
readonly Longitude: double;
|
|
84
82
|
Equals(other: GeoPosition): boolean;
|
|
85
|
-
Equals(obj: unknown): boolean;
|
|
83
|
+
Equals(obj: unknown | null): boolean;
|
|
86
84
|
GetHashCode(): int;
|
|
87
85
|
ToString(): string;
|
|
88
86
|
}
|
|
@@ -107,8 +105,8 @@ export interface GeoBoundingBox$instance {
|
|
|
107
105
|
readonly North: double;
|
|
108
106
|
readonly South: double;
|
|
109
107
|
readonly West: double;
|
|
110
|
-
Equals(other: GeoBoundingBox): boolean;
|
|
111
|
-
Equals(obj: unknown): boolean;
|
|
108
|
+
Equals(other: GeoBoundingBox | null): boolean;
|
|
109
|
+
Equals(obj: unknown | null): boolean;
|
|
112
110
|
GetHashCode(): int;
|
|
113
111
|
ToString(): string;
|
|
114
112
|
}
|
|
@@ -138,7 +136,7 @@ export interface GeoCollection$instance extends GeoObject {
|
|
|
138
136
|
|
|
139
137
|
export const GeoCollection: {
|
|
140
138
|
new(geometries: IEnumerable_1<GeoObject>): GeoCollection;
|
|
141
|
-
new(geometries: IEnumerable_1<GeoObject>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoCollection;
|
|
139
|
+
new(geometries: IEnumerable_1<GeoObject>, boundingBox: GeoBoundingBox | null, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): GeoCollection;
|
|
142
140
|
};
|
|
143
141
|
|
|
144
142
|
|
|
@@ -168,7 +166,7 @@ export interface GeoLineString$instance extends GeoObject {
|
|
|
168
166
|
|
|
169
167
|
export const GeoLineString: {
|
|
170
168
|
new(coordinates: IEnumerable_1<GeoPosition>): GeoLineString;
|
|
171
|
-
new(coordinates: IEnumerable_1<GeoPosition>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoLineString;
|
|
169
|
+
new(coordinates: IEnumerable_1<GeoPosition>, boundingBox: GeoBoundingBox | null, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): GeoLineString;
|
|
172
170
|
};
|
|
173
171
|
|
|
174
172
|
|
|
@@ -191,7 +189,7 @@ export interface GeoLineStringCollection$instance extends GeoObject {
|
|
|
191
189
|
|
|
192
190
|
export const GeoLineStringCollection: {
|
|
193
191
|
new(lines: IEnumerable_1<GeoLineString>): GeoLineStringCollection;
|
|
194
|
-
new(lines: IEnumerable_1<GeoLineString>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoLineStringCollection;
|
|
192
|
+
new(lines: IEnumerable_1<GeoLineString>, boundingBox: GeoBoundingBox | null, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): GeoLineStringCollection;
|
|
195
193
|
};
|
|
196
194
|
|
|
197
195
|
|
|
@@ -200,10 +198,10 @@ export type GeoLineStringCollection = GeoLineStringCollection$instance & { reado
|
|
|
200
198
|
export interface GeoObject$instance {
|
|
201
199
|
readonly __tsonic_type_Azure_Core_GeoJson_GeoObject: never;
|
|
202
200
|
|
|
203
|
-
readonly BoundingBox: GeoBoundingBox |
|
|
201
|
+
readonly BoundingBox: GeoBoundingBox | null;
|
|
204
202
|
readonly Type: GeoObjectType;
|
|
205
203
|
ToString(): string;
|
|
206
|
-
TryGetCustomProperty(name: string, value: unknown): boolean;
|
|
204
|
+
TryGetCustomProperty(name: string, value: unknown | null): boolean;
|
|
207
205
|
}
|
|
208
206
|
|
|
209
207
|
|
|
@@ -230,7 +228,7 @@ export const GeoPoint: {
|
|
|
230
228
|
new(longitude: double, latitude: double): GeoPoint;
|
|
231
229
|
new(longitude: double, latitude: double, altitude: Nullable_1<System_Internal.Double>): GeoPoint;
|
|
232
230
|
new(position: GeoPosition): GeoPoint;
|
|
233
|
-
new(position: GeoPosition, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPoint;
|
|
231
|
+
new(position: GeoPosition, boundingBox: GeoBoundingBox | null, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): GeoPoint;
|
|
234
232
|
};
|
|
235
233
|
|
|
236
234
|
|
|
@@ -259,7 +257,7 @@ export interface GeoPointCollection$instance extends GeoObject {
|
|
|
259
257
|
|
|
260
258
|
export const GeoPointCollection: {
|
|
261
259
|
new(points: IEnumerable_1<GeoPoint>): GeoPointCollection;
|
|
262
|
-
new(points: IEnumerable_1<GeoPoint>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPointCollection;
|
|
260
|
+
new(points: IEnumerable_1<GeoPoint>, boundingBox: GeoBoundingBox | null, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): GeoPointCollection;
|
|
263
261
|
};
|
|
264
262
|
|
|
265
263
|
|
|
@@ -278,7 +276,7 @@ export interface GeoPolygon$instance extends GeoObject {
|
|
|
278
276
|
export const GeoPolygon: {
|
|
279
277
|
new(positions: IEnumerable_1<GeoPosition>): GeoPolygon;
|
|
280
278
|
new(rings: IEnumerable_1<GeoLinearRing>): GeoPolygon;
|
|
281
|
-
new(rings: IEnumerable_1<GeoLinearRing>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPolygon;
|
|
279
|
+
new(rings: IEnumerable_1<GeoLinearRing>, boundingBox: GeoBoundingBox | null, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): GeoPolygon;
|
|
282
280
|
};
|
|
283
281
|
|
|
284
282
|
|
|
@@ -301,7 +299,7 @@ export interface GeoPolygonCollection$instance extends GeoObject {
|
|
|
301
299
|
|
|
302
300
|
export const GeoPolygonCollection: {
|
|
303
301
|
new(polygons: IEnumerable_1<GeoPolygon>): GeoPolygonCollection;
|
|
304
|
-
new(polygons: IEnumerable_1<GeoPolygon>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPolygonCollection;
|
|
302
|
+
new(polygons: IEnumerable_1<GeoPolygon>, boundingBox: GeoBoundingBox | null, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown | null>): GeoPolygonCollection;
|
|
305
303
|
};
|
|
306
304
|
|
|
307
305
|
|
package/Azure.Core.GeoJson.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Azure.Core.GeoJson/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IJsonModel_1, IPersistableModel_1, ModelReaderWriterOptions } from './System.ClientModel.Primitives/internal/index.js';
|
|
10
14
|
import type { BinaryData } from './System/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Azure.Core.Pipeline
|
|
3
3
|
// Assembly: Azure.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { ClientOptions, DelayStrategy, HttpMessage, Request, RequestFailedDetailsParser, ResponseClassifier, TokenCredential, TokenRequestContext } from "../../Azure.Core/internal/index.js";
|
|
@@ -79,8 +80,8 @@ export interface HttpPipeline$instance {
|
|
|
79
80
|
|
|
80
81
|
readonly ResponseClassifier: ResponseClassifier;
|
|
81
82
|
CreateMessage(): HttpMessage;
|
|
82
|
-
CreateMessage(context: RequestContext): HttpMessage;
|
|
83
|
-
CreateMessage(context: RequestContext, classifier?: ResponseClassifier): HttpMessage;
|
|
83
|
+
CreateMessage(context: RequestContext | null): HttpMessage;
|
|
84
|
+
CreateMessage(context: RequestContext | null, classifier?: ResponseClassifier | null): HttpMessage;
|
|
84
85
|
CreateRequest(): Request;
|
|
85
86
|
Send(message: HttpMessage, cancellationToken: CancellationToken): void;
|
|
86
87
|
SendAsync(message: HttpMessage, cancellationToken: CancellationToken): ValueTask;
|
|
@@ -90,9 +91,9 @@ export interface HttpPipeline$instance {
|
|
|
90
91
|
|
|
91
92
|
|
|
92
93
|
export const HttpPipeline: {
|
|
93
|
-
new(transport: HttpPipelineTransport, policies: HttpPipelinePolicy[], responseClassifier: ResponseClassifier): HttpPipeline;
|
|
94
|
-
CreateClientRequestIdScope(clientRequestId: string): IDisposable;
|
|
95
|
-
CreateHttpMessagePropertiesScope(messageProperties: IDictionary_2<System_Internal.String, unknown>): IDisposable;
|
|
94
|
+
new(transport: HttpPipelineTransport, policies: HttpPipelinePolicy[] | null, responseClassifier: ResponseClassifier | null): HttpPipeline;
|
|
95
|
+
CreateClientRequestIdScope(clientRequestId: string | null): IDisposable;
|
|
96
|
+
CreateHttpMessagePropertiesScope(messageProperties: IDictionary_2<System_Internal.String, unknown | null>): IDisposable;
|
|
96
97
|
};
|
|
97
98
|
|
|
98
99
|
|
|
@@ -105,8 +106,8 @@ export interface HttpPipelineOptions$instance {
|
|
|
105
106
|
readonly PerCallPolicies: IList_1<HttpPipelinePolicy>;
|
|
106
107
|
readonly PerRetryPolicies: IList_1<HttpPipelinePolicy>;
|
|
107
108
|
RequestFailedDetailsParser: RequestFailedDetailsParser;
|
|
108
|
-
get ResponseClassifier(): ResponseClassifier |
|
|
109
|
-
set ResponseClassifier(value: ResponseClassifier |
|
|
109
|
+
get ResponseClassifier(): ResponseClassifier | null;
|
|
110
|
+
set ResponseClassifier(value: ResponseClassifier | null);
|
|
110
111
|
}
|
|
111
112
|
|
|
112
113
|
|
|
@@ -169,8 +170,8 @@ export interface HttpPipelineTransportOptions$instance {
|
|
|
169
170
|
|
|
170
171
|
readonly ClientCertificates: IList_1<X509Certificate2>;
|
|
171
172
|
IsClientRedirectEnabled: boolean;
|
|
172
|
-
get ServerCertificateCustomValidationCallback(): Func_2<ServerCertificateCustomValidationArgs, System_Internal.Boolean> |
|
|
173
|
-
set ServerCertificateCustomValidationCallback(value: Func_2<ServerCertificateCustomValidationArgs, System_Internal.Boolean> |
|
|
173
|
+
get ServerCertificateCustomValidationCallback(): Func_2<ServerCertificateCustomValidationArgs, System_Internal.Boolean> | null;
|
|
174
|
+
set ServerCertificateCustomValidationCallback(value: Func_2<ServerCertificateCustomValidationArgs, System_Internal.Boolean> | null);
|
|
174
175
|
}
|
|
175
176
|
|
|
176
177
|
|
|
@@ -205,13 +206,13 @@ export interface RetryPolicy$instance extends HttpPipelinePolicy {
|
|
|
205
206
|
OnSendingRequestAsync(message: HttpMessage): ValueTask;
|
|
206
207
|
Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
|
|
207
208
|
ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
|
|
208
|
-
ShouldRetry(message: HttpMessage, exception: Exception): boolean;
|
|
209
|
-
ShouldRetryAsync(message: HttpMessage, exception: Exception): ValueTask_1<System_Internal.Boolean>;
|
|
209
|
+
ShouldRetry(message: HttpMessage, exception: Exception | null): boolean;
|
|
210
|
+
ShouldRetryAsync(message: HttpMessage, exception: Exception | null): ValueTask_1<System_Internal.Boolean>;
|
|
210
211
|
}
|
|
211
212
|
|
|
212
213
|
|
|
213
214
|
export const RetryPolicy: {
|
|
214
|
-
new(maxRetries: int, delayStrategy: DelayStrategy): RetryPolicy;
|
|
215
|
+
new(maxRetries: int, delayStrategy: DelayStrategy | null): RetryPolicy;
|
|
215
216
|
};
|
|
216
217
|
|
|
217
218
|
|
|
@@ -220,22 +221,22 @@ export type RetryPolicy = RetryPolicy$instance;
|
|
|
220
221
|
export interface ServerCertificateCustomValidationArgs$instance {
|
|
221
222
|
readonly __tsonic_type_Azure_Core_Pipeline_ServerCertificateCustomValidationArgs: never;
|
|
222
223
|
|
|
223
|
-
readonly Certificate: X509Certificate2 |
|
|
224
|
-
readonly CertificateAuthorityChain: X509Chain |
|
|
224
|
+
readonly Certificate: X509Certificate2 | null;
|
|
225
|
+
readonly CertificateAuthorityChain: X509Chain | null;
|
|
225
226
|
readonly SslPolicyErrors: SslPolicyErrors;
|
|
226
227
|
}
|
|
227
228
|
|
|
228
229
|
|
|
229
230
|
export const ServerCertificateCustomValidationArgs: {
|
|
230
|
-
new(certificate: X509Certificate2, certificateAuthorityChain: X509Chain, sslPolicyErrors: SslPolicyErrors): ServerCertificateCustomValidationArgs;
|
|
231
|
+
new(certificate: X509Certificate2 | null, certificateAuthorityChain: X509Chain | null, sslPolicyErrors: SslPolicyErrors): ServerCertificateCustomValidationArgs;
|
|
231
232
|
};
|
|
232
233
|
|
|
233
234
|
|
|
234
235
|
export type ServerCertificateCustomValidationArgs = ServerCertificateCustomValidationArgs$instance;
|
|
235
236
|
|
|
236
237
|
export abstract class HttpPipelineBuilder$instance {
|
|
237
|
-
static Build(options: ClientOptions, perCallPolicies: HttpPipelinePolicy[], perRetryPolicies: HttpPipelinePolicy[], transportOptions: HttpPipelineTransportOptions, responseClassifier: ResponseClassifier): DisposableHttpPipeline;
|
|
238
|
-
static Build(options: ClientOptions, perCallPolicies: HttpPipelinePolicy[], perRetryPolicies: HttpPipelinePolicy[], responseClassifier: ResponseClassifier): HttpPipeline;
|
|
238
|
+
static Build(options: ClientOptions, perCallPolicies: HttpPipelinePolicy[], perRetryPolicies: HttpPipelinePolicy[], transportOptions: HttpPipelineTransportOptions, responseClassifier: ResponseClassifier | null): DisposableHttpPipeline;
|
|
239
|
+
static Build(options: ClientOptions, perCallPolicies: HttpPipelinePolicy[], perRetryPolicies: HttpPipelinePolicy[], responseClassifier: ResponseClassifier | null): HttpPipeline;
|
|
239
240
|
static Build(options: ClientOptions, ...perRetryPolicies: HttpPipelinePolicy[]): HttpPipeline;
|
|
240
241
|
static Build(options: HttpPipelineOptions, transportOptions: HttpPipelineTransportOptions): DisposableHttpPipeline;
|
|
241
242
|
static Build(options: HttpPipelineOptions): HttpPipeline;
|
package/Azure.Core.Pipeline.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Azure.Core.Pipeline/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ClientOptions, DelayStrategy, HttpMessage, Request, RequestFailedDetailsParser, ResponseClassifier, TokenCredential, TokenRequestContext } from './Azure.Core/internal/index.js';
|
|
10
14
|
import type { RequestContext, Response } from './Azure/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Azure.Core.Serialization
|
|
3
3
|
// Assembly: Azure.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { BinaryData } from "../../System/internal/index.js";
|
|
@@ -26,7 +27,7 @@ export enum JsonPropertyNames {
|
|
|
26
27
|
export interface IMemberNameConverter$instance {
|
|
27
28
|
readonly __tsonic_iface_Azure_Core_Serialization_IMemberNameConverter: never;
|
|
28
29
|
|
|
29
|
-
ConvertMemberName(member: MemberInfo): string |
|
|
30
|
+
ConvertMemberName(member: MemberInfo): string | null;
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
|
|
@@ -39,7 +40,7 @@ export interface DynamicData$instance {
|
|
|
39
40
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
40
41
|
|
|
41
42
|
Dispose(): void;
|
|
42
|
-
Equals(obj: unknown): boolean;
|
|
43
|
+
Equals(obj: unknown | null): boolean;
|
|
43
44
|
GetHashCode(): int;
|
|
44
45
|
ToString(): string;
|
|
45
46
|
}
|
|
@@ -56,12 +57,12 @@ export interface JsonObjectSerializer$instance extends ObjectSerializer, IMember
|
|
|
56
57
|
|
|
57
58
|
readonly __tsonic_iface_Azure_Core_Serialization_IMemberNameConverter: never;
|
|
58
59
|
|
|
59
|
-
Deserialize(stream: Stream, returnType: Type, cancellationToken: CancellationToken): unknown |
|
|
60
|
+
Deserialize(stream: Stream, returnType: Type, cancellationToken: CancellationToken): unknown | null;
|
|
60
61
|
DeserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken): ValueTask_1<unknown>;
|
|
61
|
-
Serialize(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): void;
|
|
62
|
-
Serialize(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): BinaryData;
|
|
63
|
-
SerializeAsync(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): ValueTask;
|
|
64
|
-
SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask_1<BinaryData>;
|
|
62
|
+
Serialize(stream: Stream, value: unknown | null, inputType: Type, cancellationToken: CancellationToken): void;
|
|
63
|
+
Serialize(value: unknown | null, inputType?: Type | null, cancellationToken?: CancellationToken): BinaryData;
|
|
64
|
+
SerializeAsync(stream: Stream, value: unknown | null, inputType: Type, cancellationToken: CancellationToken): ValueTask;
|
|
65
|
+
SerializeAsync(value: unknown | null, inputType?: Type | null, cancellationToken?: CancellationToken): ValueTask_1<BinaryData>;
|
|
65
66
|
}
|
|
66
67
|
|
|
67
68
|
|
|
@@ -82,12 +83,12 @@ export type JsonObjectSerializer = JsonObjectSerializer$instance & __JsonObjectS
|
|
|
82
83
|
export interface ObjectSerializer$instance {
|
|
83
84
|
readonly __tsonic_type_Azure_Core_Serialization_ObjectSerializer: never;
|
|
84
85
|
|
|
85
|
-
Deserialize(stream: Stream, returnType: Type, cancellationToken: CancellationToken): unknown |
|
|
86
|
+
Deserialize(stream: Stream, returnType: Type, cancellationToken: CancellationToken): unknown | null;
|
|
86
87
|
DeserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken): ValueTask_1<unknown>;
|
|
87
|
-
Serialize(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): void;
|
|
88
|
-
Serialize(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): BinaryData;
|
|
89
|
-
SerializeAsync(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): ValueTask;
|
|
90
|
-
SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask_1<BinaryData>;
|
|
88
|
+
Serialize(stream: Stream, value: unknown | null, inputType: Type, cancellationToken: CancellationToken): void;
|
|
89
|
+
Serialize(value: unknown | null, inputType?: Type | null, cancellationToken?: CancellationToken): BinaryData;
|
|
90
|
+
SerializeAsync(stream: Stream, value: unknown | null, inputType: Type, cancellationToken: CancellationToken): ValueTask;
|
|
91
|
+
SerializeAsync(value: unknown | null, inputType?: Type | null, cancellationToken?: CancellationToken): ValueTask_1<BinaryData>;
|
|
91
92
|
}
|
|
92
93
|
|
|
93
94
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Azure.Core.Serialization/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { BinaryData } from './System/internal/index.js';
|
|
10
14
|
import type { IDynamicMetaObjectProvider } from '@tsonic/dotnet/System.Dynamic.js';
|
package/Azure.Core.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Azure.Core/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { HttpPipelinePolicy, HttpPipelineTransport } from './Azure.Core.Pipeline/internal/index.js';
|
|
10
14
|
import type { DynamicData, JsonPropertyNames, ObjectSerializer } from './Azure.Core.Serialization/internal/index.js';
|
|
@@ -34,6 +38,8 @@ export { DelayStrategy as DelayStrategy } from './Azure.Core/internal/index.js';
|
|
|
34
38
|
export { DelegatedTokenCredential$instance as DelegatedTokenCredential } from './Azure.Core/internal/index.js';
|
|
35
39
|
export { DiagnosticsOptions as DiagnosticsOptions } from './Azure.Core/internal/index.js';
|
|
36
40
|
export { HttpHeader as HttpHeader } from './Azure.Core/internal/index.js';
|
|
41
|
+
export { HttpHeader_Names$instance as HttpHeader_Names } from './Azure.Core/internal/index.js';
|
|
42
|
+
export { HttpHeader_Common$instance as HttpHeader_Common } from './Azure.Core/internal/index.js';
|
|
37
43
|
export { HttpMessage as HttpMessage } from './Azure.Core/internal/index.js';
|
|
38
44
|
export { HttpPipelinePosition as HttpPipelinePosition } from './Azure.Core/internal/index.js';
|
|
39
45
|
export { MessageProcessingContext as MessageProcessingContext } from './Azure.Core/internal/index.js';
|
|
@@ -53,9 +59,7 @@ export { ResponseHeaders as ResponseHeaders } from './Azure.Core/internal/index.
|
|
|
53
59
|
export { RetryMode as RetryMode } from './Azure.Core/internal/index.js';
|
|
54
60
|
export { RetryOptions as RetryOptions } from './Azure.Core/internal/index.js';
|
|
55
61
|
export { StatusCodeClassifier as StatusCodeClassifier } from './Azure.Core/internal/index.js';
|
|
56
|
-
export type SyncAsyncEventHandler<T extends Internal.SyncAsyncEventArgs> = Internal.SyncAsyncEventHandler_1<T>;
|
|
62
|
+
export type SyncAsyncEventHandler<T extends unknown & Internal.SyncAsyncEventArgs> = Internal.SyncAsyncEventHandler_1<T>;
|
|
57
63
|
export { TelemetryDetails as TelemetryDetails } from './Azure.Core/internal/index.js';
|
|
58
64
|
export { TokenCredential as TokenCredential } from './Azure.Core/internal/index.js';
|
|
59
65
|
export { TokenRequestContext as TokenRequestContext } from './Azure.Core/internal/index.js';
|
|
60
|
-
export { HttpHeader_Names$instance as HttpHeader_Names } from './Azure.Core/internal/index.js';
|
|
61
|
-
export { HttpHeader_Common$instance as HttpHeader_Common } from './Azure.Core/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Azure.Identity
|
|
3
3
|
// Assembly: Azure.Identity
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { HttpPipelinePolicy, HttpPipelineTransport } from "../../Azure.Core.Pipeline/internal/index.js";
|
package/Azure.Identity.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Azure.Identity/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { HttpPipelinePolicy, HttpPipelineTransport } from './Azure.Core.Pipeline/internal/index.js';
|
|
10
14
|
import type { AccessToken, ClientOptions, DiagnosticsOptions, HttpPipelinePosition, ResourceIdentifier, RetryOptions, TokenCredential, TokenRequestContext } from './Azure.Core/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Azure.Messaging
|
|
3
3
|
// Assembly: Azure.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { ContentType } from "../../Azure.Core/internal/index.js";
|
|
@@ -21,17 +22,17 @@ export enum CloudEventDataFormat {
|
|
|
21
22
|
export interface CloudEvent$instance {
|
|
22
23
|
readonly __tsonic_type_Azure_Messaging_CloudEvent: never;
|
|
23
24
|
|
|
24
|
-
get Data(): BinaryData |
|
|
25
|
-
set Data(value: BinaryData |
|
|
26
|
-
get DataContentType(): string |
|
|
27
|
-
set DataContentType(value: string |
|
|
28
|
-
get DataSchema(): string |
|
|
29
|
-
set DataSchema(value: string |
|
|
25
|
+
get Data(): BinaryData | null;
|
|
26
|
+
set Data(value: BinaryData | null);
|
|
27
|
+
get DataContentType(): string | null;
|
|
28
|
+
set DataContentType(value: string | null);
|
|
29
|
+
get DataSchema(): string | null;
|
|
30
|
+
set DataSchema(value: string | null);
|
|
30
31
|
readonly ExtensionAttributes: IDictionary_2<System_Internal.String, unknown>;
|
|
31
32
|
Id: string;
|
|
32
33
|
Source: string;
|
|
33
|
-
get Subject(): string |
|
|
34
|
-
set Subject(value: string |
|
|
34
|
+
get Subject(): string | null;
|
|
35
|
+
set Subject(value: string | null);
|
|
35
36
|
get Time(): Nullable_1<DateTimeOffset>;
|
|
36
37
|
set Time(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
37
38
|
Type: string;
|
|
@@ -39,9 +40,9 @@ export interface CloudEvent$instance {
|
|
|
39
40
|
|
|
40
41
|
|
|
41
42
|
export const CloudEvent: {
|
|
42
|
-
new(source: string, type: string, jsonSerializableData: unknown, dataSerializationType: Type): CloudEvent;
|
|
43
|
-
new(source: string, type: string, data: BinaryData, dataContentType: string, dataFormat: CloudEventDataFormat): CloudEvent;
|
|
44
|
-
Parse(json: BinaryData, skipValidation?: boolean): CloudEvent |
|
|
43
|
+
new(source: string, type: string, jsonSerializableData: unknown | null, dataSerializationType: Type | null): CloudEvent;
|
|
44
|
+
new(source: string, type: string, data: BinaryData | null, dataContentType: string | null, dataFormat: CloudEventDataFormat): CloudEvent;
|
|
45
|
+
Parse(json: BinaryData, skipValidation?: boolean): CloudEvent | null;
|
|
45
46
|
ParseMany(json: BinaryData, skipValidation?: boolean): CloudEvent[];
|
|
46
47
|
};
|
|
47
48
|
|
|
@@ -55,8 +56,8 @@ export interface MessageContent$instance {
|
|
|
55
56
|
set ContentType(value: Nullable_1<ContentType> | ContentType);
|
|
56
57
|
get ContentTypeCore(): Nullable_1<ContentType>;
|
|
57
58
|
set ContentTypeCore(value: Nullable_1<ContentType> | ContentType);
|
|
58
|
-
get Data(): BinaryData |
|
|
59
|
-
set Data(value: BinaryData |
|
|
59
|
+
get Data(): BinaryData | null;
|
|
60
|
+
set Data(value: BinaryData | null);
|
|
60
61
|
readonly IsReadOnly: boolean;
|
|
61
62
|
}
|
|
62
63
|
|
package/Azure.Messaging.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Azure.Messaging/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ContentType } from './Azure.Core/internal/index.js';
|
|
10
14
|
import type { BinaryData } from './System/internal/index.js';
|
package/Azure.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Azure/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { HttpPipeline, HttpPipelinePolicy } from './Azure.Core.Pipeline/internal/index.js';
|
|
10
14
|
import type { JsonPropertyNames, ObjectSerializer } from './Azure.Core.Serialization/internal/index.js';
|
|
@@ -53,16 +57,16 @@ declare const __unspecified: unique symbol;
|
|
|
53
57
|
export type __ = typeof __unspecified;
|
|
54
58
|
|
|
55
59
|
export type Operation<
|
|
56
|
-
T1 = __,
|
|
60
|
+
T1 extends unknown | __ = __,
|
|
57
61
|
> =
|
|
58
62
|
[T1] extends [__] ? Internal.Operation :
|
|
59
|
-
Internal.Operation_1<T1
|
|
63
|
+
[T1] extends [unknown] ? Internal.Operation_1<T1> : never;
|
|
60
64
|
|
|
61
65
|
export type Response<
|
|
62
|
-
T1 = __,
|
|
66
|
+
T1 extends unknown | __ = __,
|
|
63
67
|
> =
|
|
64
68
|
[T1] extends [__] ? Internal.Response :
|
|
65
|
-
Internal.Response_1<T1
|
|
69
|
+
[T1] extends [unknown] ? Internal.Response_1<T1> : never;
|
|
66
70
|
|
|
67
71
|
// Extension methods (C# using semantics)
|
|
68
72
|
export type { ExtensionMethods_Azure as ExtensionMethods } from './__internal/extensions/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.Data
|
|
3
3
|
// Assembly: Microsoft.Data.SqlClient
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { SqlDbType } from "@tsonic/dotnet/System.Data/internal/index.js";
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.Data.Sql
|
|
3
3
|
// Assembly: Microsoft.Data.SqlClient
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import * as System_Data_Common_Internal from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
package/Microsoft.Data.Sql.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Data.Sql/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { DbDataSourceEnumerator } from '@tsonic/dotnet/System.Data.Common.js';
|
|
10
14
|
import type { DataTable } from '@tsonic/dotnet/System.Data.js';
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.Data.SqlClient
|
|
3
3
|
// Assembly: Microsoft.Data.SqlClient
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { SqlNotificationRequest } from "../../Microsoft.Data.Sql/internal/index.js";
|
|
@@ -970,8 +968,8 @@ export interface SqlDataReader$instance extends DbDataReader {
|
|
|
970
968
|
GetDouble(i: int): double;
|
|
971
969
|
GetEnumerator(): IEnumerator;
|
|
972
970
|
GetFieldType(i: int): Type;
|
|
973
|
-
GetFieldValue<T>(i: int): T;
|
|
974
|
-
GetFieldValueAsync<T>(i: int, cancellationToken: CancellationToken): Task_1<T>;
|
|
971
|
+
GetFieldValue<T extends unknown>(i: int): T;
|
|
972
|
+
GetFieldValueAsync<T extends unknown>(i: int, cancellationToken: CancellationToken): Task_1<T>;
|
|
975
973
|
GetFloat(i: int): float;
|
|
976
974
|
GetGuid(i: int): Guid;
|
|
977
975
|
GetInt16(i: int): short;
|
|
@@ -1001,7 +999,7 @@ export interface SqlDataReader$instance extends DbDataReader {
|
|
|
1001
999
|
GetSqlString(i: int): SqlString;
|
|
1002
1000
|
GetSqlValue(i: int): unknown;
|
|
1003
1001
|
GetSqlValues(values: unknown[]): int;
|
|
1004
|
-
GetSqlVector<T extends unknown
|
|
1002
|
+
GetSqlVector<T extends NonNullable<unknown>>(i: int): SqlVector_1<T>;
|
|
1005
1003
|
GetSqlXml(i: int): SqlXml;
|
|
1006
1004
|
GetStream(i: int): Stream;
|
|
1007
1005
|
GetString(i: int): string;
|
|
@@ -1318,9 +1316,9 @@ export interface SqlRetryLogicBaseProvider$instance {
|
|
|
1318
1316
|
|
|
1319
1317
|
Retrying: EventHandler_1<SqlRetryingEventArgs>;
|
|
1320
1318
|
RetryLogic: SqlRetryLogicBase;
|
|
1321
|
-
Execute<TResult>(sender: unknown, function_: Func_1<TResult>): TResult;
|
|
1319
|
+
Execute<TResult extends unknown>(sender: unknown, function_: Func_1<TResult>): TResult;
|
|
1322
1320
|
ExecuteAsync(sender: unknown, function_: Func_1<Task>, cancellationToken?: CancellationToken): Task;
|
|
1323
|
-
ExecuteAsync<TResult>(sender: unknown, function_: Func_1<Task_1<TResult>>, cancellationToken?: CancellationToken): Task_1<TResult>;
|
|
1321
|
+
ExecuteAsync<TResult extends unknown>(sender: unknown, function_: Func_1<Task_1<TResult>>, cancellationToken?: CancellationToken): Task_1<TResult>;
|
|
1324
1322
|
}
|
|
1325
1323
|
|
|
1326
1324
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.Data.SqlClient.DataClassification
|
|
3
3
|
// Assembly: Microsoft.Data.SqlClient
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Data.SqlClient.DataClassification/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
14
|
import type { ReadOnlyCollection } from '@tsonic/dotnet/System.Collections.ObjectModel.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.Data.SqlClient.Diagnostics
|
|
3
3
|
// Assembly: Microsoft.Data.SqlClient
|
|
4
4
|
|
|
5
|
-
//
|
|
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';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, 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
9
|
// Import types from other namespaces
|
|
9
10
|
import type { SqlCommand, SqlConnection } from "../../Microsoft.Data.SqlClient/internal/index.js";
|