@tsonic/efcore-sqlserver 10.0.5 → 10.0.8

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 (80) hide show
  1. package/Azure/internal/index.d.ts +92 -50
  2. package/Azure.Core/internal/index.d.ts +103 -51
  3. package/Azure.Core.Cryptography/internal/index.d.ts +6 -6
  4. package/Azure.Core.Diagnostics/internal/index.d.ts +8 -6
  5. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  6. package/Azure.Core.GeoJson/internal/index.d.ts +67 -50
  7. package/Azure.Core.Pipeline/internal/index.d.ts +56 -32
  8. package/Azure.Core.Serialization/internal/index.d.ts +21 -17
  9. package/Azure.Identity/internal/index.d.ts +199 -93
  10. package/Azure.Messaging/internal/index.d.ts +11 -7
  11. package/Microsoft.Data/internal/index.d.ts +7 -5
  12. package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
  13. package/Microsoft.Data.SqlClient/internal/index.d.ts +158 -73
  14. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
  15. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +82 -67
  16. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +9 -5
  17. package/Microsoft.Data.SqlTypes/internal/index.d.ts +15 -9
  18. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +331 -329
  19. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +24 -14
  21. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  22. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +18 -6
  23. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +65 -41
  24. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
  25. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +14 -12
  26. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +11 -7
  27. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +19 -13
  28. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
  29. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
  30. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +31 -25
  31. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
  32. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +13 -11
  33. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +22 -16
  34. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +182 -60
  35. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -10
  36. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +15 -11
  37. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +98 -46
  38. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +27 -17
  39. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +23 -17
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
  41. package/Microsoft.Identity.Client/internal/index.d.ts +283 -171
  42. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
  43. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -3
  44. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -3
  45. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +1 -1
  46. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
  47. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +25 -17
  48. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +30 -14
  49. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +4 -2
  50. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
  51. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +4 -2
  52. package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
  53. package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
  54. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  55. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
  56. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -4
  57. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  58. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +16 -12
  59. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +34 -24
  60. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -11
  61. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +42 -30
  62. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +10 -6
  63. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +66 -48
  64. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +5 -5
  65. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +206 -82
  66. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
  67. package/Microsoft.SqlServer.Server/internal/index.d.ts +17 -5
  68. package/System/internal/index.d.ts +19 -17
  69. package/System.ClientModel/internal/index.d.ts +39 -21
  70. package/System.ClientModel.Primitives/internal/index.d.ts +133 -65
  71. package/System.Configuration/internal/index.d.ts +280 -64
  72. package/System.Configuration.Internal/internal/index.d.ts +10 -6
  73. package/System.Configuration.Provider/internal/index.d.ts +14 -9
  74. package/System.Diagnostics/internal/index.d.ts +2 -2
  75. package/System.Drawing.Configuration/internal/index.d.ts +6 -4
  76. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +68 -56
  77. package/System.Security.Cryptography/internal/index.d.ts +2 -2
  78. package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
  79. package/__internal/extensions/index.d.ts +745 -695
  80. package/package.json +5 -5
@@ -12,13 +12,13 @@ import type { ptr } from "@tsonic/core/types.js";
12
12
  import * as System_ClientModel_Primitives_Internal from "../../System.ClientModel.Primitives/internal/index.js";
13
13
  import type { IJsonModel_1, IPersistableModel_1, ModelReaderWriterOptions } from "../../System.ClientModel.Primitives/internal/index.js";
14
14
  import type { BinaryData } from "../../System/internal/index.js";
15
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
16
- import type { IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator as IEnumerator__System_Collections_Generic, IReadOnlyCollection, IReadOnlyDictionary, IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
17
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
18
- import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections.js";
19
- import * as System_Lib from "@tsonic/dotnet/System.js";
20
- import type { Boolean as ClrBoolean, Double, Enum, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
21
- import type { Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json.js";
15
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
16
+ import type { IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
17
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
18
+ import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
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";
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 {
24
24
  Point = 0,
@@ -32,13 +32,14 @@ export enum GeoObjectType {
32
32
 
33
33
 
34
34
  export interface GeoArray_1$instance<T> {
35
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoArray_1: never;
36
+
35
37
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
36
38
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
37
39
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
38
40
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
39
41
 
40
42
  readonly Count: int;
41
- readonly [index: number]: T;
42
43
  GetEnumerator(): GeoArray_1_Enumerator<T>;
43
44
  }
44
45
 
@@ -48,9 +49,11 @@ export const GeoArray_1: {
48
49
  };
49
50
 
50
51
 
51
- export type GeoArray_1<T> = GeoArray_1$instance<T>;
52
+ export type GeoArray_1<T> = GeoArray_1$instance<T> & { readonly [index: number]: T; };
52
53
 
53
54
  export interface GeoArray_1_Enumerator$instance<T> {
55
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoArray_1_Enumerator: never;
56
+
54
57
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
55
58
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
56
59
  readonly __tsonic_iface_System_IDisposable: never;
@@ -70,11 +73,12 @@ export const GeoArray_1_Enumerator: {
70
73
  export type GeoArray_1_Enumerator<T> = GeoArray_1_Enumerator$instance<T>;
71
74
 
72
75
  export interface GeoPosition$instance {
76
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoPosition: never;
77
+
73
78
  readonly __tsonic_iface_System_IEquatable_1: never;
74
79
 
75
- readonly Altitude: Nullable<System_Internal.Double>;
80
+ readonly Altitude: Nullable_1<System_Internal.Double>;
76
81
  readonly Count: int;
77
- readonly [index: number]: double;
78
82
  readonly Latitude: double;
79
83
  readonly Longitude: double;
80
84
  Equals(other: GeoPosition): boolean;
@@ -86,19 +90,20 @@ export interface GeoPosition$instance {
86
90
 
87
91
  export const GeoPosition: {
88
92
  new(longitude: double, latitude: double): GeoPosition;
89
- new(longitude: double, latitude: double, altitude: Nullable<System_Internal.Double>): GeoPosition;
93
+ new(longitude: double, latitude: double, altitude: Nullable_1<System_Internal.Double>): GeoPosition;
90
94
  };
91
95
 
92
96
 
93
- export type GeoPosition = GeoPosition$instance;
97
+ export type GeoPosition = GeoPosition$instance & { readonly [index: number]: double; };
94
98
 
95
99
  export interface GeoBoundingBox$instance {
100
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoBoundingBox: never;
101
+
96
102
  readonly __tsonic_iface_System_IEquatable_1: never;
97
103
 
98
104
  readonly East: double;
99
- readonly [index: number]: double;
100
- readonly MaxAltitude: Nullable<System_Internal.Double>;
101
- readonly MinAltitude: Nullable<System_Internal.Double>;
105
+ readonly MaxAltitude: Nullable_1<System_Internal.Double>;
106
+ readonly MinAltitude: Nullable_1<System_Internal.Double>;
102
107
  readonly North: double;
103
108
  readonly South: double;
104
109
  readonly West: double;
@@ -111,60 +116,67 @@ export interface GeoBoundingBox$instance {
111
116
 
112
117
  export const GeoBoundingBox: {
113
118
  new(west: double, south: double, east: double, north: double): GeoBoundingBox;
114
- new(west: double, south: double, east: double, north: double, minAltitude: Nullable<System_Internal.Double>, maxAltitude: Nullable<System_Internal.Double>): GeoBoundingBox;
119
+ new(west: double, south: double, east: double, north: double, minAltitude: Nullable_1<System_Internal.Double>, maxAltitude: Nullable_1<System_Internal.Double>): GeoBoundingBox;
115
120
  };
116
121
 
117
122
 
118
- export type GeoBoundingBox = GeoBoundingBox$instance;
123
+ export type GeoBoundingBox = GeoBoundingBox$instance & { readonly [index: number]: double; };
119
124
 
120
125
  export interface GeoCollection$instance extends GeoObject {
126
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoCollection: never;
127
+
121
128
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
122
129
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
123
130
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
124
131
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
125
132
 
126
133
  readonly Count: int;
127
- readonly [index: number]: GeoObject;
128
134
  readonly Type: GeoObjectType;
129
- GetEnumerator(): IEnumerator__System_Collections_Generic<GeoObject>;
135
+ GetEnumerator(): IEnumerator_1<GeoObject>;
130
136
  }
131
137
 
132
138
 
133
139
  export const GeoCollection: {
134
- new(geometries: IEnumerable__System_Collections_Generic<GeoObject>): GeoCollection;
135
- new(geometries: IEnumerable__System_Collections_Generic<GeoObject>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary<System_Internal.String, unknown>): GeoCollection;
140
+ new(geometries: IEnumerable_1<GeoObject>): GeoCollection;
141
+ new(geometries: IEnumerable_1<GeoObject>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoCollection;
136
142
  };
137
143
 
138
144
 
139
- export type GeoCollection = GeoCollection$instance;
145
+ export type GeoCollection = GeoCollection$instance & { readonly [index: number]: GeoObject; };
140
146
 
141
147
  export interface GeoLinearRing$instance {
148
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoLinearRing: never;
149
+
142
150
  readonly Coordinates: GeoArray_1<GeoPosition>;
143
151
  }
144
152
 
145
153
 
146
154
  export const GeoLinearRing: {
147
- new(coordinates: IEnumerable__System_Collections_Generic<GeoPosition>): GeoLinearRing;
155
+ new(coordinates: IEnumerable_1<GeoPosition>): GeoLinearRing;
148
156
  };
149
157
 
150
158
 
151
159
  export type GeoLinearRing = GeoLinearRing$instance;
152
160
 
153
161
  export interface GeoLineString$instance extends GeoObject {
162
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoLineString: never;
163
+
154
164
  readonly Coordinates: GeoArray_1<GeoPosition>;
155
165
  readonly Type: GeoObjectType;
156
166
  }
157
167
 
158
168
 
159
169
  export const GeoLineString: {
160
- new(coordinates: IEnumerable__System_Collections_Generic<GeoPosition>): GeoLineString;
161
- new(coordinates: IEnumerable__System_Collections_Generic<GeoPosition>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary<System_Internal.String, unknown>): GeoLineString;
170
+ new(coordinates: IEnumerable_1<GeoPosition>): GeoLineString;
171
+ new(coordinates: IEnumerable_1<GeoPosition>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoLineString;
162
172
  };
163
173
 
164
174
 
165
175
  export type GeoLineString = GeoLineString$instance;
166
176
 
167
177
  export interface GeoLineStringCollection$instance extends GeoObject {
178
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoLineStringCollection: never;
179
+
168
180
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
169
181
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
170
182
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -172,21 +184,22 @@ export interface GeoLineStringCollection$instance extends GeoObject {
172
184
 
173
185
  readonly Coordinates: GeoArray_1<GeoArray_1<GeoPosition>>;
174
186
  readonly Count: int;
175
- readonly [index: number]: GeoLineString;
176
187
  readonly Type: GeoObjectType;
177
- GetEnumerator(): IEnumerator__System_Collections_Generic<GeoLineString>;
188
+ GetEnumerator(): IEnumerator_1<GeoLineString>;
178
189
  }
179
190
 
180
191
 
181
192
  export const GeoLineStringCollection: {
182
- new(lines: IEnumerable__System_Collections_Generic<GeoLineString>): GeoLineStringCollection;
183
- new(lines: IEnumerable__System_Collections_Generic<GeoLineString>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary<System_Internal.String, unknown>): GeoLineStringCollection;
193
+ new(lines: IEnumerable_1<GeoLineString>): GeoLineStringCollection;
194
+ new(lines: IEnumerable_1<GeoLineString>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoLineStringCollection;
184
195
  };
185
196
 
186
197
 
187
- export type GeoLineStringCollection = GeoLineStringCollection$instance;
198
+ export type GeoLineStringCollection = GeoLineStringCollection$instance & { readonly [index: number]: GeoLineString; };
188
199
 
189
200
  export interface GeoObject$instance {
201
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoObject: never;
202
+
190
203
  readonly BoundingBox: GeoBoundingBox | undefined;
191
204
  readonly Type: GeoObjectType;
192
205
  ToString(): string;
@@ -201,7 +214,9 @@ export const GeoObject: {
201
214
 
202
215
  export type GeoObject = GeoObject$instance;
203
216
 
204
- export interface GeoPoint$instance extends GeoObject {
217
+ export interface GeoPoint$instance extends GeoObject, System_ClientModel_Primitives_Internal.IJsonModel_1$instance<GeoPoint> {
218
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoPoint: never;
219
+
205
220
  readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
206
221
  readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
207
222
 
@@ -213,9 +228,9 @@ export interface GeoPoint$instance extends GeoObject {
213
228
  export const GeoPoint: {
214
229
  new(): GeoPoint;
215
230
  new(longitude: double, latitude: double): GeoPoint;
216
- new(longitude: double, latitude: double, altitude: Nullable<System_Internal.Double>): GeoPoint;
231
+ new(longitude: double, latitude: double, altitude: Nullable_1<System_Internal.Double>): GeoPoint;
217
232
  new(position: GeoPosition): GeoPoint;
218
- new(position: GeoPosition, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary<System_Internal.String, unknown>): GeoPoint;
233
+ new(position: GeoPosition, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPoint;
219
234
  };
220
235
 
221
236
 
@@ -224,12 +239,12 @@ export interface __GeoPoint$views {
224
239
  As_IPersistableModel_1(): System_ClientModel_Primitives_Internal.IPersistableModel_1$instance<GeoPoint>;
225
240
  }
226
241
 
227
- export interface GeoPoint$instance extends System_ClientModel_Primitives_Internal.IJsonModel_1$instance<GeoPoint> {}
228
-
229
242
  export type GeoPoint = GeoPoint$instance & __GeoPoint$views;
230
243
 
231
244
 
232
245
  export interface GeoPointCollection$instance extends GeoObject {
246
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoPointCollection: never;
247
+
233
248
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
234
249
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
235
250
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -237,38 +252,41 @@ export interface GeoPointCollection$instance extends GeoObject {
237
252
 
238
253
  readonly Coordinates: GeoArray_1<GeoPosition>;
239
254
  readonly Count: int;
240
- readonly [index: number]: GeoPoint;
241
255
  readonly Type: GeoObjectType;
242
- GetEnumerator(): IEnumerator__System_Collections_Generic<GeoPoint>;
256
+ GetEnumerator(): IEnumerator_1<GeoPoint>;
243
257
  }
244
258
 
245
259
 
246
260
  export const GeoPointCollection: {
247
- new(points: IEnumerable__System_Collections_Generic<GeoPoint>): GeoPointCollection;
248
- new(points: IEnumerable__System_Collections_Generic<GeoPoint>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary<System_Internal.String, unknown>): GeoPointCollection;
261
+ new(points: IEnumerable_1<GeoPoint>): GeoPointCollection;
262
+ new(points: IEnumerable_1<GeoPoint>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPointCollection;
249
263
  };
250
264
 
251
265
 
252
- export type GeoPointCollection = GeoPointCollection$instance;
266
+ export type GeoPointCollection = GeoPointCollection$instance & { readonly [index: number]: GeoPoint; };
253
267
 
254
268
  export interface GeoPolygon$instance extends GeoObject {
269
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoPolygon: never;
270
+
255
271
  readonly Coordinates: GeoArray_1<GeoArray_1<GeoPosition>>;
256
272
  readonly OuterRing: GeoLinearRing;
257
- readonly Rings: IReadOnlyList<GeoLinearRing>;
273
+ readonly Rings: IReadOnlyList_1<GeoLinearRing>;
258
274
  readonly Type: GeoObjectType;
259
275
  }
260
276
 
261
277
 
262
278
  export const GeoPolygon: {
263
- new(positions: IEnumerable__System_Collections_Generic<GeoPosition>): GeoPolygon;
264
- new(rings: IEnumerable__System_Collections_Generic<GeoLinearRing>): GeoPolygon;
265
- new(rings: IEnumerable__System_Collections_Generic<GeoLinearRing>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary<System_Internal.String, unknown>): GeoPolygon;
279
+ new(positions: IEnumerable_1<GeoPosition>): GeoPolygon;
280
+ new(rings: IEnumerable_1<GeoLinearRing>): GeoPolygon;
281
+ new(rings: IEnumerable_1<GeoLinearRing>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPolygon;
266
282
  };
267
283
 
268
284
 
269
285
  export type GeoPolygon = GeoPolygon$instance;
270
286
 
271
287
  export interface GeoPolygonCollection$instance extends GeoObject {
288
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoPolygonCollection: never;
289
+
272
290
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
273
291
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
274
292
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -276,17 +294,16 @@ export interface GeoPolygonCollection$instance extends GeoObject {
276
294
 
277
295
  readonly Coordinates: GeoArray_1<GeoArray_1<GeoArray_1<GeoPosition>>>;
278
296
  readonly Count: int;
279
- readonly [index: number]: GeoPolygon;
280
297
  readonly Type: GeoObjectType;
281
- GetEnumerator(): IEnumerator__System_Collections_Generic<GeoPolygon>;
298
+ GetEnumerator(): IEnumerator_1<GeoPolygon>;
282
299
  }
283
300
 
284
301
 
285
302
  export const GeoPolygonCollection: {
286
- new(polygons: IEnumerable__System_Collections_Generic<GeoPolygon>): GeoPolygonCollection;
287
- new(polygons: IEnumerable__System_Collections_Generic<GeoPolygon>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary<System_Internal.String, unknown>): GeoPolygonCollection;
303
+ new(polygons: IEnumerable_1<GeoPolygon>): GeoPolygonCollection;
304
+ new(polygons: IEnumerable_1<GeoPolygon>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPolygonCollection;
288
305
  };
289
306
 
290
307
 
291
- export type GeoPolygonCollection = GeoPolygonCollection$instance;
308
+ export type GeoPolygonCollection = GeoPolygonCollection$instance & { readonly [index: number]: GeoPolygon; };
292
309
 
@@ -8,34 +8,38 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
8
8
  // Import types from other namespaces
9
9
  import type { ClientOptions, DelayStrategy, HttpMessage, Request, RequestFailedDetailsParser, ResponseClassifier, TokenCredential, TokenRequestContext } from "../../Azure.Core/internal/index.js";
10
10
  import type { RequestContext, Response } from "../../Azure/internal/index.js";
11
- import type { IDictionary, IEnumerable, IList } from "@tsonic/dotnet/System.Collections.Generic.js";
12
- import * as System_Internal from "@tsonic/dotnet/System.js";
13
- import type { Boolean as ClrBoolean, Exception, Func, IDisposable, Int32, Object as ClrObject, ReadOnlyMemory, String as ClrString, Void } from "@tsonic/dotnet/System.js";
14
- import type { HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http.js";
15
- import type { SslPolicyErrors } from "@tsonic/dotnet/System.Net.Security.js";
16
- import type { X509Certificate2, X509Chain } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js";
17
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
18
- import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
11
+ import type { IDictionary_2, IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
12
+ import type { HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http/internal/index.js";
13
+ import type { SslPolicyErrors } from "@tsonic/dotnet/System.Net.Security/internal/index.js";
14
+ import type { X509Certificate2, X509Chain } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
15
+ import type { ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
16
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
17
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
18
+ import type { Boolean as ClrBoolean, Exception, Func_2, IDisposable, Int32, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
19
19
 
20
20
  export interface BearerTokenAuthenticationPolicy$instance extends HttpPipelinePolicy {
21
+ readonly __tsonic_type_Azure_Core_Pipeline_BearerTokenAuthenticationPolicy: never;
22
+
21
23
  AuthorizeRequest(message: HttpMessage): void;
22
24
  AuthorizeRequestAsync(message: HttpMessage): ValueTask;
23
25
  AuthorizeRequestOnChallenge(message: HttpMessage): boolean;
24
- AuthorizeRequestOnChallengeAsync(message: HttpMessage): ValueTask<System_Internal.Boolean>;
25
- Process(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): void;
26
- ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): ValueTask;
26
+ AuthorizeRequestOnChallengeAsync(message: HttpMessage): ValueTask_1<System_Internal.Boolean>;
27
+ Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
28
+ ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
27
29
  }
28
30
 
29
31
 
30
32
  export const BearerTokenAuthenticationPolicy: {
31
33
  new(credential: TokenCredential, scope: string): BearerTokenAuthenticationPolicy;
32
- new(credential: TokenCredential, scopes: IEnumerable<System_Internal.String>): BearerTokenAuthenticationPolicy;
34
+ new(credential: TokenCredential, scopes: IEnumerable_1<System_Internal.String>): BearerTokenAuthenticationPolicy;
33
35
  };
34
36
 
35
37
 
36
38
  export type BearerTokenAuthenticationPolicy = BearerTokenAuthenticationPolicy$instance;
37
39
 
38
40
  export interface DisposableHttpPipeline$instance extends HttpPipeline {
41
+ readonly __tsonic_type_Azure_Core_Pipeline_DisposableHttpPipeline: never;
42
+
39
43
  readonly __tsonic_iface_System_IDisposable: never;
40
44
 
41
45
  Dispose(): void;
@@ -49,6 +53,8 @@ export const DisposableHttpPipeline: {
49
53
  export type DisposableHttpPipeline = DisposableHttpPipeline$instance;
50
54
 
51
55
  export interface HttpClientTransport$instance extends HttpPipelineTransport {
56
+ readonly __tsonic_type_Azure_Core_Pipeline_HttpClientTransport: never;
57
+
52
58
  readonly __tsonic_iface_System_IDisposable: never;
53
59
 
54
60
  CreateRequest(): Request;
@@ -69,6 +75,8 @@ export const HttpClientTransport: {
69
75
  export type HttpClientTransport = HttpClientTransport$instance;
70
76
 
71
77
  export interface HttpPipeline$instance {
78
+ readonly __tsonic_type_Azure_Core_Pipeline_HttpPipeline: never;
79
+
72
80
  readonly ResponseClassifier: ResponseClassifier;
73
81
  CreateMessage(): HttpMessage;
74
82
  CreateMessage(context: RequestContext): HttpMessage;
@@ -77,23 +85,25 @@ export interface HttpPipeline$instance {
77
85
  Send(message: HttpMessage, cancellationToken: CancellationToken): void;
78
86
  SendAsync(message: HttpMessage, cancellationToken: CancellationToken): ValueTask;
79
87
  SendRequest(request: Request, cancellationToken: CancellationToken): Response;
80
- SendRequestAsync(request: Request, cancellationToken: CancellationToken): ValueTask<Response>;
88
+ SendRequestAsync(request: Request, cancellationToken: CancellationToken): ValueTask_1<Response>;
81
89
  }
82
90
 
83
91
 
84
92
  export const HttpPipeline: {
85
93
  new(transport: HttpPipelineTransport, policies: HttpPipelinePolicy[], responseClassifier: ResponseClassifier): HttpPipeline;
86
94
  CreateClientRequestIdScope(clientRequestId: string): IDisposable;
87
- CreateHttpMessagePropertiesScope(messageProperties: IDictionary<System_Internal.String, unknown>): IDisposable;
95
+ CreateHttpMessagePropertiesScope(messageProperties: IDictionary_2<System_Internal.String, unknown>): IDisposable;
88
96
  };
89
97
 
90
98
 
91
99
  export type HttpPipeline = HttpPipeline$instance;
92
100
 
93
101
  export interface HttpPipelineOptions$instance {
102
+ readonly __tsonic_type_Azure_Core_Pipeline_HttpPipelineOptions: never;
103
+
94
104
  readonly ClientOptions: ClientOptions;
95
- readonly PerCallPolicies: IList<HttpPipelinePolicy>;
96
- readonly PerRetryPolicies: IList<HttpPipelinePolicy>;
105
+ readonly PerCallPolicies: IList_1<HttpPipelinePolicy>;
106
+ readonly PerRetryPolicies: IList_1<HttpPipelinePolicy>;
97
107
  RequestFailedDetailsParser: RequestFailedDetailsParser;
98
108
  get ResponseClassifier(): ResponseClassifier | undefined;
99
109
  set ResponseClassifier(value: ResponseClassifier | undefined);
@@ -108,26 +118,30 @@ export const HttpPipelineOptions: {
108
118
  export type HttpPipelineOptions = HttpPipelineOptions$instance;
109
119
 
110
120
  export interface HttpPipelinePolicy$instance {
111
- Process(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): void;
112
- ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): ValueTask;
121
+ readonly __tsonic_type_Azure_Core_Pipeline_HttpPipelinePolicy: never;
122
+
123
+ Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
124
+ ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
113
125
  }
114
126
 
115
127
 
116
128
  export const HttpPipelinePolicy: (abstract new() => HttpPipelinePolicy) & {
117
- ProcessNext(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): void;
118
- ProcessNextAsync(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): ValueTask;
129
+ ProcessNext(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
130
+ ProcessNextAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
119
131
  };
120
132
 
121
133
 
122
134
  export type HttpPipelinePolicy = HttpPipelinePolicy$instance;
123
135
 
124
136
  export interface HttpPipelineSynchronousPolicy$instance extends HttpPipelinePolicy {
137
+ readonly __tsonic_type_Azure_Core_Pipeline_HttpPipelineSynchronousPolicy: never;
138
+
125
139
  OnReceivedResponse(message: HttpMessage): void;
126
140
  OnSendingRequest(message: HttpMessage): void;
127
- Process(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): void;
128
- Process(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): void;
129
- ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): ValueTask;
130
- ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): ValueTask;
141
+ Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
142
+ Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
143
+ ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
144
+ ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
131
145
  }
132
146
 
133
147
 
@@ -138,6 +152,8 @@ export const HttpPipelineSynchronousPolicy: (abstract new() => HttpPipelineSynch
138
152
  export type HttpPipelineSynchronousPolicy = HttpPipelineSynchronousPolicy$instance;
139
153
 
140
154
  export interface HttpPipelineTransport$instance {
155
+ readonly __tsonic_type_Azure_Core_Pipeline_HttpPipelineTransport: never;
156
+
141
157
  CreateRequest(): Request;
142
158
  Process(message: HttpMessage): void;
143
159
  ProcessAsync(message: HttpMessage): ValueTask;
@@ -151,10 +167,12 @@ export const HttpPipelineTransport: (abstract new() => HttpPipelineTransport) &
151
167
  export type HttpPipelineTransport = HttpPipelineTransport$instance;
152
168
 
153
169
  export interface HttpPipelineTransportOptions$instance {
154
- readonly ClientCertificates: IList<X509Certificate2>;
170
+ readonly __tsonic_type_Azure_Core_Pipeline_HttpPipelineTransportOptions: never;
171
+
172
+ readonly ClientCertificates: IList_1<X509Certificate2>;
155
173
  IsClientRedirectEnabled: boolean;
156
- get ServerCertificateCustomValidationCallback(): Func<ServerCertificateCustomValidationArgs, System_Internal.Boolean> | undefined;
157
- set ServerCertificateCustomValidationCallback(value: Func<ServerCertificateCustomValidationArgs, System_Internal.Boolean> | undefined);
174
+ get ServerCertificateCustomValidationCallback(): Func_2<ServerCertificateCustomValidationArgs, System_Internal.Boolean> | undefined;
175
+ set ServerCertificateCustomValidationCallback(value: Func_2<ServerCertificateCustomValidationArgs, System_Internal.Boolean> | undefined);
158
176
  }
159
177
 
160
178
 
@@ -166,8 +184,10 @@ export const HttpPipelineTransportOptions: {
166
184
  export type HttpPipelineTransportOptions = HttpPipelineTransportOptions$instance;
167
185
 
168
186
  export interface RedirectPolicy$instance extends HttpPipelinePolicy {
169
- Process(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): void;
170
- ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): ValueTask;
187
+ readonly __tsonic_type_Azure_Core_Pipeline_RedirectPolicy: never;
188
+
189
+ Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
190
+ ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
171
191
  }
172
192
 
173
193
 
@@ -179,14 +199,16 @@ export const RedirectPolicy: {
179
199
  export type RedirectPolicy = RedirectPolicy$instance;
180
200
 
181
201
  export interface RetryPolicy$instance extends HttpPipelinePolicy {
202
+ readonly __tsonic_type_Azure_Core_Pipeline_RetryPolicy: never;
203
+
182
204
  OnRequestSent(message: HttpMessage): void;
183
205
  OnRequestSentAsync(message: HttpMessage): ValueTask;
184
206
  OnSendingRequest(message: HttpMessage): void;
185
207
  OnSendingRequestAsync(message: HttpMessage): ValueTask;
186
- Process(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): void;
187
- ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): ValueTask;
208
+ Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
209
+ ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
188
210
  ShouldRetry(message: HttpMessage, exception: Exception): boolean;
189
- ShouldRetryAsync(message: HttpMessage, exception: Exception): ValueTask<System_Internal.Boolean>;
211
+ ShouldRetryAsync(message: HttpMessage, exception: Exception): ValueTask_1<System_Internal.Boolean>;
190
212
  }
191
213
 
192
214
 
@@ -198,6 +220,8 @@ export const RetryPolicy: {
198
220
  export type RetryPolicy = RetryPolicy$instance;
199
221
 
200
222
  export interface ServerCertificateCustomValidationArgs$instance {
223
+ readonly __tsonic_type_Azure_Core_Pipeline_ServerCertificateCustomValidationArgs: never;
224
+
201
225
  readonly Certificate: X509Certificate2 | undefined;
202
226
  readonly CertificateAuthorityChain: X509Chain | undefined;
203
227
  readonly SslPolicyErrors: SslPolicyErrors;
@@ -7,15 +7,15 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { BinaryData } from "../../System/internal/index.js";
10
- import * as System_Dynamic_Internal from "@tsonic/dotnet/System.Dynamic.js";
11
- import type { IDynamicMetaObjectProvider } from "@tsonic/dotnet/System.Dynamic.js";
12
- import type { Stream } from "@tsonic/dotnet/System.IO.js";
13
- import * as System_Lib from "@tsonic/dotnet/System.js";
14
- import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IDisposable, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System.js";
15
- import type { MemberInfo } from "@tsonic/dotnet/System.Reflection.js";
16
- import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json.js";
17
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
18
- import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
10
+ import * as System_Dynamic_Internal from "@tsonic/dotnet/System.Dynamic/internal/index.js";
11
+ import type { IDynamicMetaObjectProvider } from "@tsonic/dotnet/System.Dynamic/internal/index.js";
12
+ import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
13
+ import type { MemberInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
14
+ import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
15
+ import type { ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
16
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
17
+ import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
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 {
21
21
  UseExact = 0,
@@ -33,6 +33,8 @@ export interface IMemberNameConverter$instance {
33
33
  export type IMemberNameConverter = IMemberNameConverter$instance;
34
34
 
35
35
  export interface DynamicData$instance {
36
+ readonly __tsonic_type_Azure_Core_Serialization_DynamicData: never;
37
+
36
38
  readonly __tsonic_iface_System_Dynamic_IDynamicMetaObjectProvider: never;
37
39
  readonly __tsonic_iface_System_IDisposable: never;
38
40
 
@@ -49,16 +51,18 @@ export const DynamicData: {
49
51
 
50
52
  export type DynamicData = DynamicData$instance;
51
53
 
52
- export interface JsonObjectSerializer$instance extends ObjectSerializer {
54
+ export interface JsonObjectSerializer$instance extends ObjectSerializer, IMemberNameConverter$instance {
55
+ readonly __tsonic_type_Azure_Core_Serialization_JsonObjectSerializer: never;
56
+
53
57
  readonly __tsonic_iface_Azure_Core_Serialization_IMemberNameConverter: never;
54
58
 
55
59
  Deserialize(stream: Stream, returnType: Type, cancellationToken: CancellationToken): unknown | undefined;
56
- DeserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken): ValueTask<unknown>;
60
+ DeserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken): ValueTask_1<unknown>;
57
61
  Serialize(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): void;
58
62
  Serialize(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): BinaryData;
59
63
  SerializeAsync(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): ValueTask;
60
- SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask<BinaryData>;
61
- SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask<BinaryData>;
64
+ SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask_1<BinaryData>;
65
+ SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask_1<BinaryData>;
62
66
  }
63
67
 
64
68
 
@@ -73,18 +77,18 @@ export interface __JsonObjectSerializer$views {
73
77
  As_IMemberNameConverter(): IMemberNameConverter$instance;
74
78
  }
75
79
 
76
- export interface JsonObjectSerializer$instance extends IMemberNameConverter$instance {}
77
-
78
80
  export type JsonObjectSerializer = JsonObjectSerializer$instance & __JsonObjectSerializer$views;
79
81
 
80
82
 
81
83
  export interface ObjectSerializer$instance {
84
+ readonly __tsonic_type_Azure_Core_Serialization_ObjectSerializer: never;
85
+
82
86
  Deserialize(stream: Stream, returnType: Type, cancellationToken: CancellationToken): unknown | undefined;
83
- DeserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken): ValueTask<unknown>;
87
+ DeserializeAsync(stream: Stream, returnType: Type, cancellationToken: CancellationToken): ValueTask_1<unknown>;
84
88
  Serialize(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): void;
85
89
  Serialize(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): BinaryData;
86
90
  SerializeAsync(stream: Stream, value: unknown, inputType: Type, cancellationToken: CancellationToken): ValueTask;
87
- SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask<BinaryData>;
91
+ SerializeAsync(value: unknown, inputType?: Type, cancellationToken?: CancellationToken): ValueTask_1<BinaryData>;
88
92
  }
89
93
 
90
94