@tsonic/efcore-sqlserver 10.0.5 → 10.0.7

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 +91 -49
  2. package/Azure.Core/internal/index.d.ts +102 -50
  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 +59 -35
  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 +153 -63
  14. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
  15. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +82 -52
  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 +281 -167
  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 +65 -47
  64. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +4 -4
  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 +268 -40
  72. package/System.Configuration.Internal/internal/index.d.ts +10 -6
  73. package/System.Configuration.Provider/internal/index.d.ts +14 -8
  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,6 +32,8 @@ 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;
@@ -51,6 +53,8 @@ export const GeoArray_1: {
51
53
  export type GeoArray_1<T> = GeoArray_1$instance<T>;
52
54
 
53
55
  export interface GeoArray_1_Enumerator$instance<T> {
56
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoArray_1_Enumerator: never;
57
+
54
58
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
55
59
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
56
60
  readonly __tsonic_iface_System_IDisposable: never;
@@ -70,9 +74,11 @@ export const GeoArray_1_Enumerator: {
70
74
  export type GeoArray_1_Enumerator<T> = GeoArray_1_Enumerator$instance<T>;
71
75
 
72
76
  export interface GeoPosition$instance {
77
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoPosition: never;
78
+
73
79
  readonly __tsonic_iface_System_IEquatable_1: never;
74
80
 
75
- readonly Altitude: Nullable<System_Internal.Double>;
81
+ readonly Altitude: Nullable_1<System_Internal.Double>;
76
82
  readonly Count: int;
77
83
  readonly [index: number]: double;
78
84
  readonly Latitude: double;
@@ -86,19 +92,21 @@ export interface GeoPosition$instance {
86
92
 
87
93
  export const GeoPosition: {
88
94
  new(longitude: double, latitude: double): GeoPosition;
89
- new(longitude: double, latitude: double, altitude: Nullable<System_Internal.Double>): GeoPosition;
95
+ new(longitude: double, latitude: double, altitude: Nullable_1<System_Internal.Double>): GeoPosition;
90
96
  };
91
97
 
92
98
 
93
99
  export type GeoPosition = GeoPosition$instance;
94
100
 
95
101
  export interface GeoBoundingBox$instance {
102
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoBoundingBox: never;
103
+
96
104
  readonly __tsonic_iface_System_IEquatable_1: never;
97
105
 
98
106
  readonly East: double;
99
107
  readonly [index: number]: double;
100
- readonly MaxAltitude: Nullable<System_Internal.Double>;
101
- readonly MinAltitude: Nullable<System_Internal.Double>;
108
+ readonly MaxAltitude: Nullable_1<System_Internal.Double>;
109
+ readonly MinAltitude: Nullable_1<System_Internal.Double>;
102
110
  readonly North: double;
103
111
  readonly South: double;
104
112
  readonly West: double;
@@ -111,13 +119,15 @@ export interface GeoBoundingBox$instance {
111
119
 
112
120
  export const GeoBoundingBox: {
113
121
  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;
122
+ new(west: double, south: double, east: double, north: double, minAltitude: Nullable_1<System_Internal.Double>, maxAltitude: Nullable_1<System_Internal.Double>): GeoBoundingBox;
115
123
  };
116
124
 
117
125
 
118
126
  export type GeoBoundingBox = GeoBoundingBox$instance;
119
127
 
120
128
  export interface GeoCollection$instance extends GeoObject {
129
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoCollection: never;
130
+
121
131
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
122
132
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
123
133
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -126,45 +136,51 @@ export interface GeoCollection$instance extends GeoObject {
126
136
  readonly Count: int;
127
137
  readonly [index: number]: GeoObject;
128
138
  readonly Type: GeoObjectType;
129
- GetEnumerator(): IEnumerator__System_Collections_Generic<GeoObject>;
139
+ GetEnumerator(): IEnumerator_1<GeoObject>;
130
140
  }
131
141
 
132
142
 
133
143
  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;
144
+ new(geometries: IEnumerable_1<GeoObject>): GeoCollection;
145
+ new(geometries: IEnumerable_1<GeoObject>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoCollection;
136
146
  };
137
147
 
138
148
 
139
149
  export type GeoCollection = GeoCollection$instance;
140
150
 
141
151
  export interface GeoLinearRing$instance {
152
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoLinearRing: never;
153
+
142
154
  readonly Coordinates: GeoArray_1<GeoPosition>;
143
155
  }
144
156
 
145
157
 
146
158
  export const GeoLinearRing: {
147
- new(coordinates: IEnumerable__System_Collections_Generic<GeoPosition>): GeoLinearRing;
159
+ new(coordinates: IEnumerable_1<GeoPosition>): GeoLinearRing;
148
160
  };
149
161
 
150
162
 
151
163
  export type GeoLinearRing = GeoLinearRing$instance;
152
164
 
153
165
  export interface GeoLineString$instance extends GeoObject {
166
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoLineString: never;
167
+
154
168
  readonly Coordinates: GeoArray_1<GeoPosition>;
155
169
  readonly Type: GeoObjectType;
156
170
  }
157
171
 
158
172
 
159
173
  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;
174
+ new(coordinates: IEnumerable_1<GeoPosition>): GeoLineString;
175
+ new(coordinates: IEnumerable_1<GeoPosition>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoLineString;
162
176
  };
163
177
 
164
178
 
165
179
  export type GeoLineString = GeoLineString$instance;
166
180
 
167
181
  export interface GeoLineStringCollection$instance extends GeoObject {
182
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoLineStringCollection: never;
183
+
168
184
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
169
185
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
170
186
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -174,19 +190,21 @@ export interface GeoLineStringCollection$instance extends GeoObject {
174
190
  readonly Count: int;
175
191
  readonly [index: number]: GeoLineString;
176
192
  readonly Type: GeoObjectType;
177
- GetEnumerator(): IEnumerator__System_Collections_Generic<GeoLineString>;
193
+ GetEnumerator(): IEnumerator_1<GeoLineString>;
178
194
  }
179
195
 
180
196
 
181
197
  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;
198
+ new(lines: IEnumerable_1<GeoLineString>): GeoLineStringCollection;
199
+ new(lines: IEnumerable_1<GeoLineString>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoLineStringCollection;
184
200
  };
185
201
 
186
202
 
187
203
  export type GeoLineStringCollection = GeoLineStringCollection$instance;
188
204
 
189
205
  export interface GeoObject$instance {
206
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoObject: never;
207
+
190
208
  readonly BoundingBox: GeoBoundingBox | undefined;
191
209
  readonly Type: GeoObjectType;
192
210
  ToString(): string;
@@ -202,6 +220,8 @@ export const GeoObject: {
202
220
  export type GeoObject = GeoObject$instance;
203
221
 
204
222
  export interface GeoPoint$instance extends GeoObject {
223
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoPoint: never;
224
+
205
225
  readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
206
226
  readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
207
227
 
@@ -213,9 +233,9 @@ export interface GeoPoint$instance extends GeoObject {
213
233
  export const GeoPoint: {
214
234
  new(): GeoPoint;
215
235
  new(longitude: double, latitude: double): GeoPoint;
216
- new(longitude: double, latitude: double, altitude: Nullable<System_Internal.Double>): GeoPoint;
236
+ new(longitude: double, latitude: double, altitude: Nullable_1<System_Internal.Double>): GeoPoint;
217
237
  new(position: GeoPosition): GeoPoint;
218
- new(position: GeoPosition, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary<System_Internal.String, unknown>): GeoPoint;
238
+ new(position: GeoPosition, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPoint;
219
239
  };
220
240
 
221
241
 
@@ -224,12 +244,12 @@ export interface __GeoPoint$views {
224
244
  As_IPersistableModel_1(): System_ClientModel_Primitives_Internal.IPersistableModel_1$instance<GeoPoint>;
225
245
  }
226
246
 
227
- export interface GeoPoint$instance extends System_ClientModel_Primitives_Internal.IJsonModel_1$instance<GeoPoint> {}
228
-
229
247
  export type GeoPoint = GeoPoint$instance & __GeoPoint$views;
230
248
 
231
249
 
232
250
  export interface GeoPointCollection$instance extends GeoObject {
251
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoPointCollection: never;
252
+
233
253
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
234
254
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
235
255
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -239,36 +259,40 @@ export interface GeoPointCollection$instance extends GeoObject {
239
259
  readonly Count: int;
240
260
  readonly [index: number]: GeoPoint;
241
261
  readonly Type: GeoObjectType;
242
- GetEnumerator(): IEnumerator__System_Collections_Generic<GeoPoint>;
262
+ GetEnumerator(): IEnumerator_1<GeoPoint>;
243
263
  }
244
264
 
245
265
 
246
266
  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;
267
+ new(points: IEnumerable_1<GeoPoint>): GeoPointCollection;
268
+ new(points: IEnumerable_1<GeoPoint>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPointCollection;
249
269
  };
250
270
 
251
271
 
252
272
  export type GeoPointCollection = GeoPointCollection$instance;
253
273
 
254
274
  export interface GeoPolygon$instance extends GeoObject {
275
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoPolygon: never;
276
+
255
277
  readonly Coordinates: GeoArray_1<GeoArray_1<GeoPosition>>;
256
278
  readonly OuterRing: GeoLinearRing;
257
- readonly Rings: IReadOnlyList<GeoLinearRing>;
279
+ readonly Rings: IReadOnlyList_1<GeoLinearRing>;
258
280
  readonly Type: GeoObjectType;
259
281
  }
260
282
 
261
283
 
262
284
  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;
285
+ new(positions: IEnumerable_1<GeoPosition>): GeoPolygon;
286
+ new(rings: IEnumerable_1<GeoLinearRing>): GeoPolygon;
287
+ new(rings: IEnumerable_1<GeoLinearRing>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPolygon;
266
288
  };
267
289
 
268
290
 
269
291
  export type GeoPolygon = GeoPolygon$instance;
270
292
 
271
293
  export interface GeoPolygonCollection$instance extends GeoObject {
294
+ readonly __tsonic_type_Azure_Core_GeoJson_GeoPolygonCollection: never;
295
+
272
296
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
273
297
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
274
298
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -278,13 +302,13 @@ export interface GeoPolygonCollection$instance extends GeoObject {
278
302
  readonly Count: int;
279
303
  readonly [index: number]: GeoPolygon;
280
304
  readonly Type: GeoObjectType;
281
- GetEnumerator(): IEnumerator__System_Collections_Generic<GeoPolygon>;
305
+ GetEnumerator(): IEnumerator_1<GeoPolygon>;
282
306
  }
283
307
 
284
308
 
285
309
  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;
310
+ new(polygons: IEnumerable_1<GeoPolygon>): GeoPolygonCollection;
311
+ new(polygons: IEnumerable_1<GeoPolygon>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPolygonCollection;
288
312
  };
289
313
 
290
314
 
@@ -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