@tsonic/efcore-sqlserver 10.0.2 → 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.
- package/Azure/internal/index.d.ts +119 -85
- package/Azure.Core/internal/index.d.ts +151 -92
- package/Azure.Core.Cryptography/internal/index.d.ts +10 -6
- package/Azure.Core.Diagnostics/internal/index.d.ts +12 -12
- package/Azure.Core.Extensions/internal/index.d.ts +12 -4
- package/Azure.Core.GeoJson/internal/index.d.ts +102 -42
- package/Azure.Core.Pipeline/internal/index.d.ts +75 -59
- package/Azure.Core.Serialization/internal/index.d.ts +29 -20
- package/Azure.Identity/internal/index.d.ts +265 -118
- package/Azure.Messaging/internal/index.d.ts +16 -16
- package/Microsoft.Data/internal/index.d.ts +9 -6
- package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
- package/Microsoft.Data.SqlClient/internal/index.d.ts +272 -172
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +157 -52
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +11 -5
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +23 -10
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +333 -333
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +35 -16
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +20 -6
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +135 -98
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +57 -57
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +20 -8
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +29 -23
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +43 -35
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +15 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +34 -24
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +343 -226
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +18 -17
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +19 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +187 -211
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +50 -41
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +38 -25
- package/Microsoft.EntityFrameworkCore.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +377 -263
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -4
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -1
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +28 -19
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +34 -18
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +29 -19
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +41 -33
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +25 -16
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +59 -32
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +12 -7
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +83 -64
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +6 -4
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +316 -191
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
- package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +21 -6
- package/System/internal/index.d.ts +19 -17
- package/System.ClientModel/internal/index.d.ts +54 -43
- package/System.ClientModel.Primitives/internal/index.d.ts +220 -177
- package/System.ClientModel.Primitives.d.ts +3 -0
- package/System.Configuration/internal/index.d.ts +529 -340
- package/System.Configuration.Internal/internal/index.d.ts +33 -8
- package/System.Configuration.Provider/internal/index.d.ts +20 -11
- package/System.Diagnostics/internal/index.d.ts +2 -2
- package/System.Drawing.Configuration/internal/index.d.ts +7 -9
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +102 -68
- package/System.Security.Cryptography/internal/index.d.ts +2 -2
- package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
- package/__internal/extensions/index.d.ts +1004 -53
- package/package.json +5 -5
|
@@ -17,20 +17,20 @@ import type { AuthenticationToken, GetTokenOptions, IJsonModel_1, IPersistableMo
|
|
|
17
17
|
import * as System_ClientModel_Internal from "../../System.ClientModel/internal/index.js";
|
|
18
18
|
import type { AuthenticationTokenProvider } from "../../System.ClientModel/internal/index.js";
|
|
19
19
|
import type { BinaryData } from "../../System/internal/index.js";
|
|
20
|
-
import type {
|
|
21
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
22
|
-
import type {
|
|
23
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
24
|
-
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
25
|
-
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import type {
|
|
29
|
-
import
|
|
30
|
-
import type {
|
|
31
|
-
import type {
|
|
32
|
-
import
|
|
33
|
-
import type {
|
|
20
|
+
import type { ReadOnlySequence_1 } from "@tsonic/dotnet/System.Buffers/internal/index.js";
|
|
21
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
22
|
+
import type { IDictionary_2, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
23
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
24
|
+
import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
25
|
+
import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
26
|
+
import type { Assembly } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
27
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
28
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
29
|
+
import type { Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
30
|
+
import type { Task, Task_1, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
31
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
32
|
+
import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
|
|
33
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Double, Enum, Exception, Func_3, IAsyncResult, ICloneable, IComparable, IComparable_1, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, UInt16, Uri, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
34
34
|
|
|
35
35
|
export enum HttpPipelinePosition {
|
|
36
36
|
PerCall = 0,
|
|
@@ -49,8 +49,10 @@ export type SyncAsyncEventHandler_1<T extends SyncAsyncEventArgs> = (e: T) => Ta
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
export interface AccessToken$instance {
|
|
52
|
+
readonly __tsonic_type_Azure_Core_AccessToken: never;
|
|
53
|
+
|
|
52
54
|
readonly ExpiresOn: DateTimeOffset;
|
|
53
|
-
readonly RefreshOn:
|
|
55
|
+
readonly RefreshOn: Nullable_1<DateTimeOffset>;
|
|
54
56
|
readonly Token: string;
|
|
55
57
|
readonly TokenType: string;
|
|
56
58
|
Equals(obj: unknown): boolean;
|
|
@@ -60,14 +62,18 @@ export interface AccessToken$instance {
|
|
|
60
62
|
|
|
61
63
|
export const AccessToken: {
|
|
62
64
|
new(accessToken: string, expiresOn: DateTimeOffset): AccessToken;
|
|
63
|
-
new(accessToken: string, expiresOn: DateTimeOffset, refreshOn:
|
|
64
|
-
new(accessToken: string, expiresOn: DateTimeOffset, refreshOn:
|
|
65
|
+
new(accessToken: string, expiresOn: DateTimeOffset, refreshOn: Nullable_1<DateTimeOffset>): AccessToken;
|
|
66
|
+
new(accessToken: string, expiresOn: DateTimeOffset, refreshOn: Nullable_1<DateTimeOffset>, tokenType: string): AccessToken;
|
|
65
67
|
};
|
|
66
68
|
|
|
67
69
|
|
|
68
70
|
export type AccessToken = AccessToken$instance;
|
|
69
71
|
|
|
70
72
|
export interface AzureLocation$instance {
|
|
73
|
+
readonly __tsonic_type_Azure_Core_AzureLocation: never;
|
|
74
|
+
|
|
75
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
76
|
+
|
|
71
77
|
readonly DisplayName: string | undefined;
|
|
72
78
|
readonly Name: string;
|
|
73
79
|
Equals(other: AzureLocation): boolean;
|
|
@@ -150,6 +156,10 @@ export const AzureLocation: {
|
|
|
150
156
|
export type AzureLocation = AzureLocation$instance;
|
|
151
157
|
|
|
152
158
|
export interface ContentType$instance {
|
|
159
|
+
readonly __tsonic_type_Azure_Core_ContentType: never;
|
|
160
|
+
|
|
161
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
162
|
+
|
|
153
163
|
Equals(other: ContentType): boolean;
|
|
154
164
|
Equals(other: string): boolean;
|
|
155
165
|
Equals(obj: unknown): boolean;
|
|
@@ -169,6 +179,10 @@ export const ContentType: {
|
|
|
169
179
|
export type ContentType = ContentType$instance;
|
|
170
180
|
|
|
171
181
|
export interface HttpHeader$instance {
|
|
182
|
+
readonly __tsonic_type_Azure_Core_HttpHeader: never;
|
|
183
|
+
|
|
184
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
185
|
+
|
|
172
186
|
readonly Name: string;
|
|
173
187
|
readonly Value: string;
|
|
174
188
|
Equals(obj: unknown): boolean;
|
|
@@ -186,6 +200,8 @@ export const HttpHeader: {
|
|
|
186
200
|
export type HttpHeader = HttpHeader$instance;
|
|
187
201
|
|
|
188
202
|
export interface MessageProcessingContext$instance {
|
|
203
|
+
readonly __tsonic_type_Azure_Core_MessageProcessingContext: never;
|
|
204
|
+
|
|
189
205
|
RetryNumber: int;
|
|
190
206
|
StartTime: DateTimeOffset;
|
|
191
207
|
}
|
|
@@ -199,6 +215,11 @@ export const MessageProcessingContext: {
|
|
|
199
215
|
export type MessageProcessingContext = MessageProcessingContext$instance;
|
|
200
216
|
|
|
201
217
|
export interface RehydrationToken$instance {
|
|
218
|
+
readonly __tsonic_type_Azure_Core_RehydrationToken: never;
|
|
219
|
+
|
|
220
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
|
|
221
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
|
|
222
|
+
|
|
202
223
|
readonly Id: string;
|
|
203
224
|
}
|
|
204
225
|
|
|
@@ -213,20 +234,23 @@ export interface __RehydrationToken$views {
|
|
|
213
234
|
As_IPersistableModel_1(): System_ClientModel_Primitives_Internal.IPersistableModel_1$instance<RehydrationToken>;
|
|
214
235
|
}
|
|
215
236
|
|
|
216
|
-
export interface RehydrationToken$instance extends System_ClientModel_Primitives_Internal.IJsonModel_1$instance<RehydrationToken> {}
|
|
217
|
-
|
|
218
237
|
export type RehydrationToken = RehydrationToken$instance & __RehydrationToken$views;
|
|
219
238
|
|
|
220
239
|
|
|
221
240
|
export interface RequestHeaders$instance {
|
|
241
|
+
readonly __tsonic_type_Azure_Core_RequestHeaders: never;
|
|
242
|
+
|
|
243
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
244
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
245
|
+
|
|
222
246
|
Add(header: HttpHeader): void;
|
|
223
247
|
Add(name: string, value: string): void;
|
|
224
248
|
Contains(name: string): boolean;
|
|
225
|
-
GetEnumerator():
|
|
249
|
+
GetEnumerator(): IEnumerator_1<HttpHeader>;
|
|
226
250
|
Remove(name: string): boolean;
|
|
227
251
|
SetValue(name: string, value: string): void;
|
|
228
252
|
TryGetValue(name: string, value: string): boolean;
|
|
229
|
-
TryGetValues(name: string, values:
|
|
253
|
+
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
230
254
|
}
|
|
231
255
|
|
|
232
256
|
|
|
@@ -238,6 +262,10 @@ export const RequestHeaders: {
|
|
|
238
262
|
export type RequestHeaders = RequestHeaders$instance;
|
|
239
263
|
|
|
240
264
|
export interface RequestMethod$instance {
|
|
265
|
+
readonly __tsonic_type_Azure_Core_RequestMethod: never;
|
|
266
|
+
|
|
267
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
268
|
+
|
|
241
269
|
readonly Method: string;
|
|
242
270
|
Equals(other: RequestMethod): boolean;
|
|
243
271
|
Equals(obj: unknown): boolean;
|
|
@@ -263,6 +291,10 @@ export const RequestMethod: {
|
|
|
263
291
|
export type RequestMethod = RequestMethod$instance;
|
|
264
292
|
|
|
265
293
|
export interface ResourceType$instance {
|
|
294
|
+
readonly __tsonic_type_Azure_Core_ResourceType: never;
|
|
295
|
+
|
|
296
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
297
|
+
|
|
266
298
|
readonly Namespace: string;
|
|
267
299
|
readonly Type: string;
|
|
268
300
|
Equals(other: ResourceType): boolean;
|
|
@@ -281,16 +313,21 @@ export const ResourceType: {
|
|
|
281
313
|
export type ResourceType = ResourceType$instance;
|
|
282
314
|
|
|
283
315
|
export interface ResponseHeaders$instance {
|
|
284
|
-
readonly
|
|
285
|
-
|
|
316
|
+
readonly __tsonic_type_Azure_Core_ResponseHeaders: never;
|
|
317
|
+
|
|
318
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
319
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
320
|
+
|
|
321
|
+
readonly ContentLength: Nullable_1<System_Internal.Int32>;
|
|
322
|
+
readonly ContentLengthLong: Nullable_1<System_Internal.Int64>;
|
|
286
323
|
readonly ContentType: string | undefined;
|
|
287
|
-
readonly Date:
|
|
288
|
-
readonly ETag:
|
|
324
|
+
readonly Date: Nullable_1<DateTimeOffset>;
|
|
325
|
+
readonly ETag: Nullable_1<ETag>;
|
|
289
326
|
readonly RequestId: string | undefined;
|
|
290
327
|
Contains(name: string): boolean;
|
|
291
|
-
GetEnumerator():
|
|
328
|
+
GetEnumerator(): IEnumerator_1<HttpHeader>;
|
|
292
329
|
TryGetValue(name: string, value: string): boolean;
|
|
293
|
-
TryGetValues(name: string, values:
|
|
330
|
+
TryGetValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
294
331
|
}
|
|
295
332
|
|
|
296
333
|
|
|
@@ -302,6 +339,8 @@ export const ResponseHeaders: {
|
|
|
302
339
|
export type ResponseHeaders = ResponseHeaders$instance;
|
|
303
340
|
|
|
304
341
|
export interface TokenRequestContext$instance {
|
|
342
|
+
readonly __tsonic_type_Azure_Core_TokenRequestContext: never;
|
|
343
|
+
|
|
305
344
|
readonly Claims: string | undefined;
|
|
306
345
|
readonly IsCaeEnabled: boolean;
|
|
307
346
|
readonly IsProofOfPossessionEnabled: boolean;
|
|
@@ -325,17 +364,14 @@ export const TokenRequestContext: {
|
|
|
325
364
|
|
|
326
365
|
export type TokenRequestContext = TokenRequestContext$instance;
|
|
327
366
|
|
|
328
|
-
export
|
|
329
|
-
|
|
330
|
-
}
|
|
367
|
+
export interface AzureCoreContext$instance extends ModelReaderWriterContext {
|
|
368
|
+
readonly __tsonic_type_Azure_Core_AzureCoreContext: never;
|
|
331
369
|
|
|
332
|
-
|
|
333
|
-
export interface AzureCoreContext$instance extends AzureCoreContext$protected, ModelReaderWriterContext {
|
|
370
|
+
TryGetTypeBuilderCore(type: Type, builder: ModelReaderWriterTypeBuilder): boolean;
|
|
334
371
|
}
|
|
335
372
|
|
|
336
373
|
|
|
337
374
|
export const AzureCoreContext: {
|
|
338
|
-
new(): AzureCoreContext;
|
|
339
375
|
readonly Default: AzureCoreContext;
|
|
340
376
|
};
|
|
341
377
|
|
|
@@ -343,10 +379,12 @@ export const AzureCoreContext: {
|
|
|
343
379
|
export type AzureCoreContext = AzureCoreContext$instance;
|
|
344
380
|
|
|
345
381
|
export interface ClientOptions$instance {
|
|
382
|
+
readonly __tsonic_type_Azure_Core_ClientOptions: never;
|
|
383
|
+
|
|
346
384
|
readonly Diagnostics: DiagnosticsOptions | TokenCredentialDiagnosticsOptions;
|
|
347
385
|
readonly Retry: RetryOptions;
|
|
348
386
|
get RetryPolicy(): HttpPipelinePolicy | undefined;
|
|
349
|
-
set RetryPolicy(value: HttpPipelinePolicy);
|
|
387
|
+
set RetryPolicy(value: HttpPipelinePolicy | undefined);
|
|
350
388
|
Transport: HttpPipelineTransport;
|
|
351
389
|
AddPolicy(policy: HttpPipelinePolicy, position: HttpPipelinePosition): void;
|
|
352
390
|
Equals(obj: unknown): boolean;
|
|
@@ -355,29 +393,24 @@ export interface ClientOptions$instance {
|
|
|
355
393
|
}
|
|
356
394
|
|
|
357
395
|
|
|
358
|
-
export const ClientOptions: {
|
|
359
|
-
new(): ClientOptions;
|
|
360
|
-
new(diagnostics: DiagnosticsOptions): ClientOptions;
|
|
396
|
+
export const ClientOptions: (abstract new() => ClientOptions) & (abstract new(diagnostics: DiagnosticsOptions) => ClientOptions) & {
|
|
361
397
|
Default: ClientOptions;
|
|
362
398
|
};
|
|
363
399
|
|
|
364
400
|
|
|
365
401
|
export type ClientOptions = ClientOptions$instance;
|
|
366
402
|
|
|
367
|
-
export
|
|
368
|
-
|
|
369
|
-
}
|
|
403
|
+
export interface DelayStrategy$instance {
|
|
404
|
+
readonly __tsonic_type_Azure_Core_DelayStrategy: never;
|
|
370
405
|
|
|
371
|
-
|
|
372
|
-
export interface DelayStrategy$instance extends DelayStrategy$protected {
|
|
373
406
|
GetNextDelay(response: Response, retryNumber: int): TimeSpan;
|
|
407
|
+
GetNextDelayCore(response: Response, retryNumber: int): TimeSpan;
|
|
374
408
|
}
|
|
375
409
|
|
|
376
410
|
|
|
377
|
-
export const DelayStrategy: {
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
CreateFixedDelayStrategy(delay?: Nullable<TimeSpan>): DelayStrategy;
|
|
411
|
+
export const DelayStrategy: (abstract new(maxDelay: Nullable_1<TimeSpan>, jitterFactor: double) => DelayStrategy) & {
|
|
412
|
+
CreateExponentialDelayStrategy(initialDelay?: Nullable_1<TimeSpan>, maxDelay?: Nullable_1<TimeSpan>): DelayStrategy;
|
|
413
|
+
CreateFixedDelayStrategy(delay?: Nullable_1<TimeSpan>): DelayStrategy;
|
|
381
414
|
Max(val1: TimeSpan, val2: TimeSpan): TimeSpan;
|
|
382
415
|
Min(val1: TimeSpan, val2: TimeSpan): TimeSpan;
|
|
383
416
|
};
|
|
@@ -386,32 +419,37 @@ export const DelayStrategy: {
|
|
|
386
419
|
export type DelayStrategy = DelayStrategy$instance;
|
|
387
420
|
|
|
388
421
|
export interface DiagnosticsOptions$instance {
|
|
422
|
+
readonly __tsonic_type_Azure_Core_DiagnosticsOptions: never;
|
|
423
|
+
|
|
389
424
|
get ApplicationId(): string | undefined;
|
|
390
|
-
set ApplicationId(value: string);
|
|
425
|
+
set ApplicationId(value: string | undefined);
|
|
391
426
|
IsDistributedTracingEnabled: boolean;
|
|
392
427
|
IsLoggingContentEnabled: boolean;
|
|
393
428
|
IsLoggingEnabled: boolean;
|
|
394
429
|
IsTelemetryEnabled: boolean;
|
|
395
430
|
LoggedContentSizeLimit: int;
|
|
396
|
-
LoggedHeaderNames:
|
|
397
|
-
LoggedQueryParameters:
|
|
431
|
+
LoggedHeaderNames: IList_1<System_Internal.String>;
|
|
432
|
+
LoggedQueryParameters: IList_1<System_Internal.String>;
|
|
398
433
|
}
|
|
399
434
|
|
|
400
435
|
|
|
401
|
-
export const DiagnosticsOptions: {
|
|
402
|
-
new(): DiagnosticsOptions;
|
|
436
|
+
export const DiagnosticsOptions: (abstract new() => DiagnosticsOptions) & {
|
|
403
437
|
get DefaultApplicationId(): string | undefined;
|
|
404
|
-
set DefaultApplicationId(value: string);
|
|
438
|
+
set DefaultApplicationId(value: string | undefined);
|
|
405
439
|
};
|
|
406
440
|
|
|
407
441
|
|
|
408
442
|
export type DiagnosticsOptions = DiagnosticsOptions$instance;
|
|
409
443
|
|
|
410
444
|
export interface HttpMessage$instance {
|
|
445
|
+
readonly __tsonic_type_Azure_Core_HttpMessage: never;
|
|
446
|
+
|
|
447
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
448
|
+
|
|
411
449
|
BufferResponse: boolean;
|
|
412
450
|
CancellationToken: CancellationToken;
|
|
413
451
|
readonly HasResponse: boolean;
|
|
414
|
-
NetworkTimeout:
|
|
452
|
+
NetworkTimeout: Nullable_1<TimeSpan>;
|
|
415
453
|
readonly ProcessingContext: MessageProcessingContext;
|
|
416
454
|
readonly Request: Request;
|
|
417
455
|
Response: Response;
|
|
@@ -432,35 +470,39 @@ export const HttpMessage: {
|
|
|
432
470
|
|
|
433
471
|
export type HttpMessage = HttpMessage$instance;
|
|
434
472
|
|
|
435
|
-
export
|
|
436
|
-
|
|
437
|
-
protected abstract ContainsHeader(name: string): boolean;
|
|
438
|
-
protected abstract EnumerateHeaders(): IEnumerable__System_Collections_Generic<HttpHeader>;
|
|
439
|
-
protected abstract RemoveHeader(name: string): boolean;
|
|
440
|
-
protected SetHeader(name: string, value: string): void;
|
|
441
|
-
protected abstract TryGetHeader(name: string, value: string): boolean;
|
|
442
|
-
protected abstract TryGetHeaderValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
|
|
443
|
-
}
|
|
473
|
+
export interface Request$instance {
|
|
474
|
+
readonly __tsonic_type_Azure_Core_Request: never;
|
|
444
475
|
|
|
476
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
445
477
|
|
|
446
|
-
export interface Request$instance extends Request$protected {
|
|
447
478
|
ClientRequestId: string;
|
|
448
|
-
Content: RequestContent;
|
|
479
|
+
get Content(): RequestContent | undefined;
|
|
480
|
+
set Content(value: RequestContent | undefined);
|
|
449
481
|
readonly Headers: RequestHeaders;
|
|
450
482
|
Method: RequestMethod;
|
|
451
483
|
Uri: RequestUriBuilder;
|
|
484
|
+
AddHeader(name: string, value: string): void;
|
|
485
|
+
ContainsHeader(name: string): boolean;
|
|
452
486
|
Dispose(): void;
|
|
487
|
+
EnumerateHeaders(): IEnumerable_1<HttpHeader>;
|
|
488
|
+
RemoveHeader(name: string): boolean;
|
|
489
|
+
SetHeader(name: string, value: string): void;
|
|
490
|
+
TryGetHeader(name: string, value: string): boolean;
|
|
491
|
+
TryGetHeaderValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
453
492
|
}
|
|
454
493
|
|
|
455
494
|
|
|
456
|
-
export const Request: {
|
|
457
|
-
new(): Request;
|
|
495
|
+
export const Request: (abstract new() => Request) & {
|
|
458
496
|
};
|
|
459
497
|
|
|
460
498
|
|
|
461
499
|
export type Request = Request$instance;
|
|
462
500
|
|
|
463
501
|
export interface RequestContent$instance {
|
|
502
|
+
readonly __tsonic_type_Azure_Core_RequestContent: never;
|
|
503
|
+
|
|
504
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
505
|
+
|
|
464
506
|
Dispose(): void;
|
|
465
507
|
TryComputeLength(length: long): boolean;
|
|
466
508
|
WriteTo(stream: Stream, cancellation: CancellationToken): void;
|
|
@@ -468,18 +510,17 @@ export interface RequestContent$instance {
|
|
|
468
510
|
}
|
|
469
511
|
|
|
470
512
|
|
|
471
|
-
export const RequestContent: {
|
|
472
|
-
new(): RequestContent;
|
|
513
|
+
export const RequestContent: (abstract new() => RequestContent) & {
|
|
473
514
|
Create(content: DynamicData): RequestContent;
|
|
474
515
|
Create(content: BinaryData): RequestContent;
|
|
475
|
-
Create(bytes:
|
|
516
|
+
Create(bytes: ReadOnlySequence_1<System_Internal.Byte>): RequestContent;
|
|
476
517
|
Create(bytes: byte[], index: int, length: int): RequestContent;
|
|
477
518
|
Create(bytes: byte[]): RequestContent;
|
|
478
519
|
Create(stream: Stream): RequestContent;
|
|
479
520
|
Create(serializable: unknown, propertyNameFormat: JsonPropertyNames, dateTimeFormat?: string): RequestContent;
|
|
480
521
|
Create(serializable: unknown, serializer: ObjectSerializer): RequestContent;
|
|
481
522
|
Create(serializable: unknown): RequestContent;
|
|
482
|
-
Create(bytes:
|
|
523
|
+
Create(bytes: ReadOnlyMemory_1<System_Internal.Byte>): RequestContent;
|
|
483
524
|
Create(content: string): RequestContent;
|
|
484
525
|
Create<T extends IPersistableModel_1<T>>(model: T, options?: ModelReaderWriterOptions): RequestContent;
|
|
485
526
|
};
|
|
@@ -488,31 +529,35 @@ export const RequestContent: {
|
|
|
488
529
|
export type RequestContent = RequestContent$instance;
|
|
489
530
|
|
|
490
531
|
export interface RequestFailedDetailsParser$instance {
|
|
491
|
-
|
|
532
|
+
readonly __tsonic_type_Azure_Core_RequestFailedDetailsParser: never;
|
|
533
|
+
|
|
534
|
+
TryParse(response: Response, error: ResponseError, data: IDictionary_2<System_Internal.String, System_Internal.String>): boolean;
|
|
492
535
|
}
|
|
493
536
|
|
|
494
537
|
|
|
495
|
-
export const RequestFailedDetailsParser: {
|
|
496
|
-
new(): RequestFailedDetailsParser;
|
|
538
|
+
export const RequestFailedDetailsParser: (abstract new() => RequestFailedDetailsParser) & {
|
|
497
539
|
};
|
|
498
540
|
|
|
499
541
|
|
|
500
542
|
export type RequestFailedDetailsParser = RequestFailedDetailsParser$instance;
|
|
501
543
|
|
|
502
544
|
export interface RequestUriBuilder$instance {
|
|
545
|
+
readonly __tsonic_type_Azure_Core_RequestUriBuilder: never;
|
|
546
|
+
|
|
503
547
|
get Host(): string | undefined;
|
|
504
|
-
set Host(value: string);
|
|
548
|
+
set Host(value: string | undefined);
|
|
505
549
|
Path: string;
|
|
506
550
|
readonly PathAndQuery: string;
|
|
507
551
|
Port: int;
|
|
508
552
|
Query: string;
|
|
509
|
-
Scheme: string;
|
|
553
|
+
get Scheme(): string | undefined;
|
|
554
|
+
set Scheme(value: string | undefined);
|
|
510
555
|
AppendPath(value: string): void;
|
|
511
556
|
AppendPath(value: string, escape: boolean): void;
|
|
512
|
-
AppendPath(value:
|
|
557
|
+
AppendPath(value: ReadOnlySpan_1<System_Internal.Char>, escape: boolean): void;
|
|
513
558
|
AppendQuery(name: string, value: string): void;
|
|
514
559
|
AppendQuery(name: string, value: string, escapeValue: boolean): void;
|
|
515
|
-
AppendQuery(name:
|
|
560
|
+
AppendQuery(name: ReadOnlySpan_1<System_Internal.Char>, value: ReadOnlySpan_1<System_Internal.Char>, escapeValue: boolean): void;
|
|
516
561
|
Reset(value: Uri): void;
|
|
517
562
|
ToString(): string;
|
|
518
563
|
ToUri(): Uri;
|
|
@@ -527,7 +572,12 @@ export const RequestUriBuilder: {
|
|
|
527
572
|
export type RequestUriBuilder = RequestUriBuilder$instance;
|
|
528
573
|
|
|
529
574
|
export interface ResourceIdentifier$instance {
|
|
530
|
-
readonly
|
|
575
|
+
readonly __tsonic_type_Azure_Core_ResourceIdentifier: never;
|
|
576
|
+
|
|
577
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
578
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
579
|
+
|
|
580
|
+
readonly Location: Nullable_1<AzureLocation>;
|
|
531
581
|
readonly Name: string;
|
|
532
582
|
readonly Parent: ResourceIdentifier | undefined;
|
|
533
583
|
readonly Provider: string | undefined;
|
|
@@ -555,18 +605,21 @@ export const ResourceIdentifier: {
|
|
|
555
605
|
export type ResourceIdentifier = ResourceIdentifier$instance;
|
|
556
606
|
|
|
557
607
|
export interface ResponseClassificationHandler$instance {
|
|
608
|
+
readonly __tsonic_type_Azure_Core_ResponseClassificationHandler: never;
|
|
609
|
+
|
|
558
610
|
TryClassify(message: HttpMessage, isError: boolean): boolean;
|
|
559
611
|
}
|
|
560
612
|
|
|
561
613
|
|
|
562
|
-
export const ResponseClassificationHandler: {
|
|
563
|
-
new(): ResponseClassificationHandler;
|
|
614
|
+
export const ResponseClassificationHandler: (abstract new() => ResponseClassificationHandler) & {
|
|
564
615
|
};
|
|
565
616
|
|
|
566
617
|
|
|
567
618
|
export type ResponseClassificationHandler = ResponseClassificationHandler$instance;
|
|
568
619
|
|
|
569
620
|
export interface ResponseClassifier$instance {
|
|
621
|
+
readonly __tsonic_type_Azure_Core_ResponseClassifier: never;
|
|
622
|
+
|
|
570
623
|
IsErrorResponse(message: HttpMessage): boolean;
|
|
571
624
|
IsRetriable(message: HttpMessage, exception: Exception): boolean;
|
|
572
625
|
IsRetriableException(exception: Exception): boolean;
|
|
@@ -582,6 +635,8 @@ export const ResponseClassifier: {
|
|
|
582
635
|
export type ResponseClassifier = ResponseClassifier$instance;
|
|
583
636
|
|
|
584
637
|
export interface RetryOptions$instance {
|
|
638
|
+
readonly __tsonic_type_Azure_Core_RetryOptions: never;
|
|
639
|
+
|
|
585
640
|
Delay: TimeSpan;
|
|
586
641
|
MaxDelay: TimeSpan;
|
|
587
642
|
MaxRetries: int;
|
|
@@ -591,25 +646,28 @@ export interface RetryOptions$instance {
|
|
|
591
646
|
|
|
592
647
|
|
|
593
648
|
export const RetryOptions: {
|
|
594
|
-
new(): RetryOptions;
|
|
595
649
|
};
|
|
596
650
|
|
|
597
651
|
|
|
598
652
|
export type RetryOptions = RetryOptions$instance;
|
|
599
653
|
|
|
600
654
|
export interface StatusCodeClassifier$instance extends ResponseClassifier {
|
|
655
|
+
readonly __tsonic_type_Azure_Core_StatusCodeClassifier: never;
|
|
656
|
+
|
|
601
657
|
IsErrorResponse(message: HttpMessage): boolean;
|
|
602
658
|
}
|
|
603
659
|
|
|
604
660
|
|
|
605
661
|
export const StatusCodeClassifier: {
|
|
606
|
-
new(successStatusCodes:
|
|
662
|
+
new(successStatusCodes: ReadOnlySpan_1<System_Internal.UInt16>): StatusCodeClassifier;
|
|
607
663
|
};
|
|
608
664
|
|
|
609
665
|
|
|
610
666
|
export type StatusCodeClassifier = StatusCodeClassifier$instance;
|
|
611
667
|
|
|
612
668
|
export interface TelemetryDetails$instance {
|
|
669
|
+
readonly __tsonic_type_Azure_Core_TelemetryDetails: never;
|
|
670
|
+
|
|
613
671
|
readonly ApplicationId: string | undefined;
|
|
614
672
|
readonly Assembly: Assembly;
|
|
615
673
|
Apply(message: HttpMessage): void;
|
|
@@ -625,26 +683,27 @@ export const TelemetryDetails: {
|
|
|
625
683
|
export type TelemetryDetails = TelemetryDetails$instance;
|
|
626
684
|
|
|
627
685
|
export interface TokenCredential$instance extends AuthenticationTokenProvider {
|
|
628
|
-
|
|
629
|
-
|
|
686
|
+
readonly __tsonic_type_Azure_Core_TokenCredential: never;
|
|
687
|
+
|
|
688
|
+
CreateTokenOptions(properties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GetTokenOptions | undefined;
|
|
689
|
+
CreateTokenOptions(properties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GetTokenOptions | undefined;
|
|
630
690
|
GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
|
|
631
691
|
GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
|
|
632
|
-
GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken):
|
|
633
|
-
GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken):
|
|
634
|
-
GetTokenAsync(options: GetTokenOptions, cancellationToken: CancellationToken):
|
|
692
|
+
GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask_1<AccessToken>;
|
|
693
|
+
GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
|
|
694
|
+
GetTokenAsync(options: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
|
|
635
695
|
}
|
|
636
696
|
|
|
637
697
|
|
|
638
|
-
export const TokenCredential: {
|
|
639
|
-
new(): TokenCredential;
|
|
698
|
+
export const TokenCredential: (abstract new() => TokenCredential) & {
|
|
640
699
|
};
|
|
641
700
|
|
|
642
701
|
|
|
643
702
|
export type TokenCredential = TokenCredential$instance;
|
|
644
703
|
|
|
645
704
|
export abstract class DelegatedTokenCredential$instance {
|
|
646
|
-
static Create(getToken:
|
|
647
|
-
static Create(getToken:
|
|
705
|
+
static Create(getToken: Func_3<TokenRequestContext, CancellationToken, AccessToken>, getTokenAsync: Func_3<TokenRequestContext, CancellationToken, ValueTask_1<AccessToken>>): TokenCredential;
|
|
706
|
+
static Create(getToken: Func_3<TokenRequestContext, CancellationToken, AccessToken>): TokenCredential;
|
|
648
707
|
}
|
|
649
708
|
|
|
650
709
|
|
|
@@ -688,7 +747,7 @@ export type HttpHeader_Names = HttpHeader_Names$instance;
|
|
|
688
747
|
|
|
689
748
|
export abstract class MultipartResponse$instance {
|
|
690
749
|
static Parse(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Response[];
|
|
691
|
-
static ParseAsync(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken):
|
|
750
|
+
static ParseAsync(response: Response, expectCrLf: boolean, cancellationToken: CancellationToken): Task_1<Response[]>;
|
|
692
751
|
}
|
|
693
752
|
|
|
694
753
|
|
|
@@ -7,22 +7,26 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
-
import type {
|
|
11
|
-
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
12
|
-
import type {
|
|
10
|
+
import type { Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
11
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
12
|
+
import type { Byte, ReadOnlyMemory_1, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export interface IKeyEncryptionKey$instance {
|
|
15
|
+
readonly __tsonic_iface_Azure_Core_Cryptography_IKeyEncryptionKey: never;
|
|
16
|
+
|
|
15
17
|
readonly KeyId: string;
|
|
16
|
-
WrapKey(algorithm: string, key:
|
|
17
|
-
WrapKeyAsync(algorithm: string, key:
|
|
18
|
+
WrapKey(algorithm: string, key: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): byte[];
|
|
19
|
+
WrapKeyAsync(algorithm: string, key: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): Task_1<byte[]>;
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
|
|
21
23
|
export type IKeyEncryptionKey = IKeyEncryptionKey$instance;
|
|
22
24
|
|
|
23
25
|
export interface IKeyEncryptionKeyResolver$instance {
|
|
26
|
+
readonly __tsonic_iface_Azure_Core_Cryptography_IKeyEncryptionKeyResolver: never;
|
|
27
|
+
|
|
24
28
|
Resolve(keyId: string, cancellationToken?: CancellationToken): IKeyEncryptionKey;
|
|
25
|
-
ResolveAsync(keyId: string, cancellationToken?: CancellationToken):
|
|
29
|
+
ResolveAsync(keyId: string, cancellationToken?: CancellationToken): Task_1<IKeyEncryptionKey>;
|
|
26
30
|
}
|
|
27
31
|
|
|
28
32
|
|
|
@@ -6,24 +6,24 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import * as System_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
10
|
-
import type { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
11
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
12
|
-
import type {
|
|
13
|
-
|
|
14
|
-
export
|
|
15
|
-
|
|
16
|
-
protected OnEventWritten(eventData: EventWrittenEventArgs): void;
|
|
17
|
-
}
|
|
9
|
+
import * as System_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing/internal/index.js";
|
|
10
|
+
import type { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from "@tsonic/dotnet/System.Diagnostics.Tracing/internal/index.js";
|
|
11
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
12
|
+
import type { Action_1, Action_2, IDisposable, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
|
|
14
|
+
export interface AzureEventSourceListener$instance extends EventListener {
|
|
15
|
+
readonly __tsonic_type_Azure_Core_Diagnostics_AzureEventSourceListener: never;
|
|
18
16
|
|
|
17
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
19
18
|
|
|
20
|
-
|
|
19
|
+
OnEventSourceCreated(eventSource: EventSource): void;
|
|
20
|
+
OnEventWritten(eventData: EventWrittenEventArgs): void;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
export const AzureEventSourceListener: {
|
|
25
|
-
new(log:
|
|
26
|
-
new(log:
|
|
25
|
+
new(log: Action_1<EventWrittenEventArgs>, level: EventLevel): AzureEventSourceListener;
|
|
26
|
+
new(log: Action_2<EventWrittenEventArgs, System_Internal.String>, level: EventLevel): AzureEventSourceListener;
|
|
27
27
|
readonly TraitName: string;
|
|
28
28
|
readonly TraitValue: string;
|
|
29
29
|
CreateConsoleLogger(level?: EventLevel): AzureEventSourceListener;
|