@tsonic/efcore-sqlserver 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/internal/index.d.ts +68 -70
- package/Azure.Core/bindings.json +2859 -2859
- package/Azure.Core/internal/index.d.ts +100 -102
- package/Azure.Core.Cryptography/internal/index.d.ts +3 -2
- package/Azure.Core.Cryptography.d.ts +4 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +3 -2
- package/Azure.Core.Diagnostics.d.ts +4 -0
- package/Azure.Core.Extensions/internal/index.d.ts +12 -10
- package/Azure.Core.Extensions.d.ts +6 -2
- package/Azure.Core.GeoJson/internal/index.d.ts +20 -22
- package/Azure.Core.GeoJson.d.ts +4 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +20 -19
- package/Azure.Core.Pipeline.d.ts +4 -0
- package/Azure.Core.Serialization/internal/index.d.ts +15 -14
- package/Azure.Core.Serialization.d.ts +4 -0
- package/Azure.Core.d.ts +7 -3
- package/Azure.Identity/internal/index.d.ts +3 -2
- package/Azure.Identity.d.ts +4 -0
- package/Azure.Messaging/internal/index.d.ts +16 -15
- package/Azure.Messaging.d.ts +4 -0
- package/Azure.d.ts +8 -4
- package/Microsoft.Data/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql.d.ts +4 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +7 -9
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Server.d.ts +4 -0
- package/Microsoft.Data.SqlClient.d.ts +4 -0
- package/Microsoft.Data.SqlTypes/bindings.json +4 -1
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -7
- package/Microsoft.Data.SqlTypes.d.ts +4 -0
- package/Microsoft.Data.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +200 -202
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +10 -9
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +23 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +20 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -4
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +45 -44
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +26 -25
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +27 -26
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +16 -18
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +50 -49
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +418 -418
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +96 -98
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +8 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +9 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +18 -20
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +8 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +10 -12
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Identity.Client/bindings.json +100 -100
- package/Microsoft.Identity.Client/internal/index.d.ts +33 -35
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -3
- package/Microsoft.Identity.Client.Advanced.d.ts +4 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AppConfig.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +4 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Cache.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +8 -7
- package/Microsoft.Identity.Client.Extensibility.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +4 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +4 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.RP.d.ts +4 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Region.d.ts +4 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +4 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils.d.ts +4 -0
- package/Microsoft.Identity.Client.d.ts +5 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +11 -10
- package/Microsoft.IdentityModel.Abstractions.d.ts +4 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +8 -10
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +4 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -18
- package/Microsoft.IdentityModel.Logging.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +22 -21
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +7 -3
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +3 -5
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +3 -2
- package/Microsoft.SqlServer.Server.d.ts +4 -0
- package/README.md +36 -13
- package/System/internal/index.d.ts +20 -19
- package/System.ClientModel/internal/index.d.ts +23 -25
- package/System.ClientModel.Primitives/internal/index.d.ts +73 -75
- package/System.ClientModel.Primitives.d.ts +6 -2
- package/System.ClientModel.d.ts +6 -2
- package/System.Configuration/internal/index.d.ts +3 -2
- package/System.Configuration.Internal/internal/index.d.ts +2 -4
- package/System.Configuration.Internal.d.ts +4 -0
- package/System.Configuration.Provider/internal/index.d.ts +3 -2
- package/System.Configuration.Provider.d.ts +4 -0
- package/System.Configuration.d.ts +4 -0
- package/System.Diagnostics/internal/index.d.ts +3 -2
- package/System.Diagnostics.d.ts +4 -0
- package/System.Drawing.Configuration/internal/index.d.ts +3 -2
- package/System.Drawing.Configuration.d.ts +4 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +3 -5
- package/System.IdentityModel.Tokens.Jwt.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +5 -4
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +3 -5
- package/System.Text.Json.Serialization.d.ts +4 -0
- package/System.d.ts +4 -0
- package/__internal/extensions/index.d.ts +222 -224
- package/package.json +5 -5
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Azure
|
|
3
3
|
// Assembly: Azure.Core
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { HttpPipeline, HttpPipelinePolicy } from "../../Azure.Core.Pipeline/internal/index.js";
|
|
@@ -48,8 +46,8 @@ export interface ETag$instance {
|
|
|
48
46
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
49
47
|
|
|
50
48
|
Equals(other: ETag): boolean;
|
|
51
|
-
Equals(other: string): boolean;
|
|
52
|
-
Equals(obj: unknown): boolean;
|
|
49
|
+
Equals(other: string | null): boolean;
|
|
50
|
+
Equals(obj: unknown | null): boolean;
|
|
53
51
|
GetHashCode(): int;
|
|
54
52
|
ToString(): string;
|
|
55
53
|
ToString(format: string): string;
|
|
@@ -72,7 +70,7 @@ export interface HttpRange$instance {
|
|
|
72
70
|
readonly Length: Nullable_1<System_Internal.Int64>;
|
|
73
71
|
readonly Offset: long;
|
|
74
72
|
Equals(other: HttpRange): boolean;
|
|
75
|
-
Equals(obj: unknown): boolean;
|
|
73
|
+
Equals(obj: unknown | null): boolean;
|
|
76
74
|
GetHashCode(): int;
|
|
77
75
|
ToString(): string;
|
|
78
76
|
}
|
|
@@ -85,26 +83,26 @@ export const HttpRange: {
|
|
|
85
83
|
|
|
86
84
|
export type HttpRange = HttpRange$instance;
|
|
87
85
|
|
|
88
|
-
export interface AsyncPageable_1$instance<T> {
|
|
86
|
+
export interface AsyncPageable_1$instance<T extends unknown> {
|
|
89
87
|
readonly __tsonic_type_Azure_AsyncPageable_1: never;
|
|
90
88
|
|
|
91
89
|
readonly __tsonic_iface_System_Collections_Generic_IAsyncEnumerable_1: never;
|
|
92
90
|
|
|
93
91
|
readonly CancellationToken: CancellationToken;
|
|
94
|
-
AsPages(continuationToken?: string, pageSizeHint?: Nullable_1<System_Internal.Int32>): IAsyncEnumerable_1<Page_1<T>>;
|
|
95
|
-
Equals(obj: unknown): boolean;
|
|
92
|
+
AsPages(continuationToken?: string | null, pageSizeHint?: Nullable_1<System_Internal.Int32>): IAsyncEnumerable_1<Page_1<T>>;
|
|
93
|
+
Equals(obj: unknown | null): boolean;
|
|
96
94
|
GetAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator_1<T>;
|
|
97
95
|
GetHashCode(): int;
|
|
98
|
-
ToString(): string |
|
|
96
|
+
ToString(): string | null;
|
|
99
97
|
}
|
|
100
98
|
|
|
101
99
|
|
|
102
|
-
export const AsyncPageable_1: (abstract new<T>() => AsyncPageable_1<T>) & (abstract new<T>(cancellationToken: CancellationToken) => AsyncPageable_1<T>) & {
|
|
103
|
-
FromPages<T>(pages: IEnumerable_1<Page_1<T>>): AsyncPageable_1<T>;
|
|
100
|
+
export const AsyncPageable_1: (abstract new<T extends unknown>() => AsyncPageable_1<T>) & (abstract new<T extends unknown>(cancellationToken: CancellationToken) => AsyncPageable_1<T>) & {
|
|
101
|
+
FromPages<T extends unknown>(pages: IEnumerable_1<Page_1<T>>): AsyncPageable_1<T>;
|
|
104
102
|
};
|
|
105
103
|
|
|
106
104
|
|
|
107
|
-
export type AsyncPageable_1<T> = AsyncPageable_1$instance<T>;
|
|
105
|
+
export type AsyncPageable_1<T extends unknown> = AsyncPageable_1$instance<T>;
|
|
108
106
|
|
|
109
107
|
export interface AzureKeyCredential$instance extends ApiKeyCredential {
|
|
110
108
|
readonly __tsonic_type_Azure_AzureKeyCredential: never;
|
|
@@ -170,14 +168,14 @@ export type HttpAuthorization = HttpAuthorization$instance;
|
|
|
170
168
|
export interface JsonPatchDocument$instance {
|
|
171
169
|
readonly __tsonic_type_Azure_JsonPatchDocument: never;
|
|
172
170
|
|
|
173
|
-
AppendAdd<T>(path: string, value: T): void;
|
|
171
|
+
AppendAdd<T extends unknown>(path: string, value: T): void;
|
|
174
172
|
AppendAddRaw(path: string, rawJsonValue: string): void;
|
|
175
173
|
AppendCopy(from: string, path: string): void;
|
|
176
174
|
AppendMove(from: string, path: string): void;
|
|
177
175
|
AppendRemove(path: string): void;
|
|
178
|
-
AppendReplace<T>(path: string, value: T): void;
|
|
176
|
+
AppendReplace<T extends unknown>(path: string, value: T): void;
|
|
179
177
|
AppendReplaceRaw(path: string, rawJsonValue: string): void;
|
|
180
|
-
AppendTest<T>(path: string, value: T): void;
|
|
178
|
+
AppendTest<T extends unknown>(path: string, value: T): void;
|
|
181
179
|
AppendTestRaw(path: string, rawJsonValue: string): void;
|
|
182
180
|
ToBytes(): ReadOnlyMemory_1<System_Internal.Byte>;
|
|
183
181
|
ToString(): string;
|
|
@@ -211,34 +209,34 @@ export const MatchConditions: {
|
|
|
211
209
|
|
|
212
210
|
export type MatchConditions = MatchConditions$instance;
|
|
213
211
|
|
|
214
|
-
export interface NullableResponse_1$instance<T> {
|
|
212
|
+
export interface NullableResponse_1$instance<T extends unknown> {
|
|
215
213
|
readonly __tsonic_type_Azure_NullableResponse_1: never;
|
|
216
214
|
|
|
217
215
|
readonly HasValue: boolean;
|
|
218
|
-
readonly Value: T |
|
|
219
|
-
Equals(obj: unknown): boolean;
|
|
216
|
+
readonly Value: T | null;
|
|
217
|
+
Equals(obj: unknown | null): boolean;
|
|
220
218
|
GetHashCode(): int;
|
|
221
219
|
GetRawResponse(): Response;
|
|
222
220
|
ToString(): string;
|
|
223
221
|
}
|
|
224
222
|
|
|
225
223
|
|
|
226
|
-
export const NullableResponse_1: (abstract new<T>() => NullableResponse_1<T>) & {
|
|
224
|
+
export const NullableResponse_1: (abstract new<T extends unknown>() => NullableResponse_1<T>) & {
|
|
227
225
|
};
|
|
228
226
|
|
|
229
227
|
|
|
230
|
-
export type NullableResponse_1<T> = NullableResponse_1$instance<T>;
|
|
228
|
+
export type NullableResponse_1<T extends unknown> = NullableResponse_1$instance<T>;
|
|
231
229
|
|
|
232
230
|
export interface Operation$instance {
|
|
233
231
|
readonly __tsonic_type_Azure_Operation: never;
|
|
234
232
|
|
|
235
233
|
readonly HasCompleted: boolean;
|
|
236
234
|
readonly Id: string;
|
|
237
|
-
Equals(obj: unknown): boolean;
|
|
235
|
+
Equals(obj: unknown | null): boolean;
|
|
238
236
|
GetHashCode(): int;
|
|
239
237
|
GetRawResponse(): Response;
|
|
240
238
|
GetRehydrationToken(): Nullable_1<RehydrationToken>;
|
|
241
|
-
ToString(): string |
|
|
239
|
+
ToString(): string | null;
|
|
242
240
|
UpdateStatus(cancellationToken?: CancellationToken): Response;
|
|
243
241
|
UpdateStatusAsync(cancellationToken?: CancellationToken): ValueTask_1<Response>;
|
|
244
242
|
WaitForCompletionResponse(cancellationToken?: CancellationToken): Response;
|
|
@@ -251,16 +249,16 @@ export interface Operation$instance {
|
|
|
251
249
|
|
|
252
250
|
|
|
253
251
|
export const Operation: (abstract new() => Operation) & {
|
|
254
|
-
Rehydrate(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation;
|
|
255
|
-
Rehydrate<T extends IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation_1<T>;
|
|
256
|
-
RehydrateAsync(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Task_1<Operation>;
|
|
257
|
-
RehydrateAsync<T extends IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Task_1<Operation_1<T>>;
|
|
252
|
+
Rehydrate(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions | null): Operation;
|
|
253
|
+
Rehydrate<T extends unknown & IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions | null): Operation_1<T>;
|
|
254
|
+
RehydrateAsync(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions | null): Task_1<Operation>;
|
|
255
|
+
RehydrateAsync<T extends unknown & IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions | null): Task_1<Operation_1<T>>;
|
|
258
256
|
};
|
|
259
257
|
|
|
260
258
|
|
|
261
259
|
export type Operation = Operation$instance;
|
|
262
260
|
|
|
263
|
-
export interface Operation_1$instance<T> extends Operation {
|
|
261
|
+
export interface Operation_1$instance<T extends unknown> extends Operation {
|
|
264
262
|
readonly __tsonic_type_Azure_Operation_1: never;
|
|
265
263
|
|
|
266
264
|
readonly HasValue: boolean;
|
|
@@ -277,54 +275,54 @@ export interface Operation_1$instance<T> extends Operation {
|
|
|
277
275
|
}
|
|
278
276
|
|
|
279
277
|
|
|
280
|
-
export const Operation_1: (abstract new<T>() => Operation_1<T>) & {
|
|
278
|
+
export const Operation_1: (abstract new<T extends unknown>() => Operation_1<T>) & {
|
|
281
279
|
};
|
|
282
280
|
|
|
283
281
|
|
|
284
|
-
export type Operation_1<T> = Operation_1$instance<T>;
|
|
282
|
+
export type Operation_1<T extends unknown> = Operation_1$instance<T>;
|
|
285
283
|
|
|
286
|
-
export interface Page_1$instance<T> {
|
|
284
|
+
export interface Page_1$instance<T extends unknown> {
|
|
287
285
|
readonly __tsonic_type_Azure_Page_1: never;
|
|
288
286
|
|
|
289
|
-
readonly ContinuationToken: string |
|
|
287
|
+
readonly ContinuationToken: string | null;
|
|
290
288
|
readonly Values: IReadOnlyList_1<T>;
|
|
291
|
-
Equals(obj: unknown): boolean;
|
|
289
|
+
Equals(obj: unknown | null): boolean;
|
|
292
290
|
GetHashCode(): int;
|
|
293
291
|
GetRawResponse(): Response;
|
|
294
|
-
ToString(): string |
|
|
292
|
+
ToString(): string | null;
|
|
295
293
|
}
|
|
296
294
|
|
|
297
295
|
|
|
298
|
-
export const Page_1: (abstract new<T>() => Page_1<T>) & {
|
|
299
|
-
FromValues<T>(values: IReadOnlyList_1<T>, continuationToken: string, response: Response): Page_1<T>;
|
|
296
|
+
export const Page_1: (abstract new<T extends unknown>() => Page_1<T>) & {
|
|
297
|
+
FromValues<T extends unknown>(values: IReadOnlyList_1<T>, continuationToken: string | null, response: Response): Page_1<T>;
|
|
300
298
|
};
|
|
301
299
|
|
|
302
300
|
|
|
303
|
-
export type Page_1<T> = Page_1$instance<T>;
|
|
301
|
+
export type Page_1<T extends unknown> = Page_1$instance<T>;
|
|
304
302
|
|
|
305
|
-
export interface Pageable_1$instance<T> {
|
|
303
|
+
export interface Pageable_1$instance<T extends unknown> {
|
|
306
304
|
readonly __tsonic_type_Azure_Pageable_1: never;
|
|
307
305
|
|
|
308
306
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
309
307
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
310
308
|
|
|
311
309
|
readonly CancellationToken: CancellationToken;
|
|
312
|
-
AsPages(continuationToken?: string, pageSizeHint?: Nullable_1<System_Internal.Int32>): IEnumerable_1<Page_1<T>>;
|
|
313
|
-
Equals(obj: unknown): boolean;
|
|
310
|
+
AsPages(continuationToken?: string | null, pageSizeHint?: Nullable_1<System_Internal.Int32>): IEnumerable_1<Page_1<T>>;
|
|
311
|
+
Equals(obj: unknown | null): boolean;
|
|
314
312
|
GetEnumerator(): IEnumerator_1<T>;
|
|
315
313
|
GetHashCode(): int;
|
|
316
|
-
ToString(): string |
|
|
314
|
+
ToString(): string | null;
|
|
317
315
|
}
|
|
318
316
|
|
|
319
317
|
|
|
320
|
-
export const Pageable_1: (abstract new<T>() => Pageable_1<T>) & (abstract new<T>(cancellationToken: CancellationToken) => Pageable_1<T>) & {
|
|
321
|
-
FromPages<T>(pages: IEnumerable_1<Page_1<T>>): Pageable_1<T>;
|
|
318
|
+
export const Pageable_1: (abstract new<T extends unknown>() => Pageable_1<T>) & (abstract new<T extends unknown>(cancellationToken: CancellationToken) => Pageable_1<T>) & {
|
|
319
|
+
FromPages<T extends unknown>(pages: IEnumerable_1<Page_1<T>>): Pageable_1<T>;
|
|
322
320
|
};
|
|
323
321
|
|
|
324
322
|
|
|
325
|
-
export type Pageable_1<T> = Pageable_1$instance<T>;
|
|
323
|
+
export type Pageable_1<T extends unknown> = Pageable_1$instance<T>;
|
|
326
324
|
|
|
327
|
-
export interface PageableOperation_1$instance<T> extends Operation_1<AsyncPageable_1<T>> {
|
|
325
|
+
export interface PageableOperation_1$instance<T extends unknown> extends Operation_1<AsyncPageable_1<T>> {
|
|
328
326
|
readonly __tsonic_type_Azure_PageableOperation_1: never;
|
|
329
327
|
|
|
330
328
|
readonly Value: AsyncPageable_1<T>;
|
|
@@ -333,11 +331,11 @@ export interface PageableOperation_1$instance<T> extends Operation_1<AsyncPageab
|
|
|
333
331
|
}
|
|
334
332
|
|
|
335
333
|
|
|
336
|
-
export const PageableOperation_1: (abstract new<T>() => PageableOperation_1<T>) & {
|
|
334
|
+
export const PageableOperation_1: (abstract new<T extends unknown>() => PageableOperation_1<T>) & {
|
|
337
335
|
};
|
|
338
336
|
|
|
339
337
|
|
|
340
|
-
export type PageableOperation_1<T> = PageableOperation_1$instance<T>;
|
|
338
|
+
export type PageableOperation_1<T extends unknown> = PageableOperation_1$instance<T>;
|
|
341
339
|
|
|
342
340
|
export interface RequestConditions$instance extends MatchConditions {
|
|
343
341
|
readonly __tsonic_type_Azure_RequestConditions: never;
|
|
@@ -379,22 +377,22 @@ export interface RequestFailedException$instance extends Exception {
|
|
|
379
377
|
|
|
380
378
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
381
379
|
|
|
382
|
-
readonly ErrorCode: string |
|
|
380
|
+
readonly ErrorCode: string | null;
|
|
383
381
|
readonly Status: int;
|
|
384
382
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
385
|
-
GetRawResponse(): Response |
|
|
383
|
+
GetRawResponse(): Response | null;
|
|
386
384
|
}
|
|
387
385
|
|
|
388
386
|
|
|
389
387
|
export const RequestFailedException: {
|
|
390
388
|
new(message: string): RequestFailedException;
|
|
391
|
-
new(message: string, innerException: Exception): RequestFailedException;
|
|
389
|
+
new(message: string, innerException: Exception | null): RequestFailedException;
|
|
392
390
|
new(status: int, message: string): RequestFailedException;
|
|
393
|
-
new(status: int, message: string, innerException: Exception): RequestFailedException;
|
|
394
|
-
new(status: int, message: string, errorCode: string, innerException: Exception): RequestFailedException;
|
|
391
|
+
new(status: int, message: string, innerException: Exception | null): RequestFailedException;
|
|
392
|
+
new(status: int, message: string, errorCode: string | null, innerException: Exception | null): RequestFailedException;
|
|
395
393
|
new(response: Response): RequestFailedException;
|
|
396
|
-
new(response: Response, innerException: Exception): RequestFailedException;
|
|
397
|
-
new(response: Response, innerException: Exception, detailsParser: RequestFailedDetailsParser): RequestFailedException;
|
|
394
|
+
new(response: Response, innerException: Exception | null): RequestFailedException;
|
|
395
|
+
new(response: Response, innerException: Exception | null, detailsParser: RequestFailedDetailsParser | null): RequestFailedException;
|
|
398
396
|
};
|
|
399
397
|
|
|
400
398
|
|
|
@@ -407,8 +405,8 @@ export interface Response$instance {
|
|
|
407
405
|
|
|
408
406
|
ClientRequestId: string;
|
|
409
407
|
readonly Content: BinaryData;
|
|
410
|
-
get ContentStream(): Stream |
|
|
411
|
-
set ContentStream(value: Stream |
|
|
408
|
+
get ContentStream(): Stream | null;
|
|
409
|
+
set ContentStream(value: Stream | null);
|
|
412
410
|
readonly Headers: ResponseHeaders;
|
|
413
411
|
IsError: boolean;
|
|
414
412
|
readonly ReasonPhrase: string;
|
|
@@ -417,33 +415,33 @@ export interface Response$instance {
|
|
|
417
415
|
Dispose(): void;
|
|
418
416
|
EnumerateHeaders(): IEnumerable_1<HttpHeader>;
|
|
419
417
|
ToString(): string;
|
|
420
|
-
TryGetHeader(name: string, value: string): boolean;
|
|
421
|
-
TryGetHeaderValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
418
|
+
TryGetHeader(name: string, value: string | null): boolean;
|
|
419
|
+
TryGetHeaderValues(name: string, values: IEnumerable_1<System_Internal.String> | null): boolean;
|
|
422
420
|
}
|
|
423
421
|
|
|
424
422
|
|
|
425
423
|
export const Response: (abstract new() => Response) & {
|
|
426
|
-
FromValue<T>(value: T, response: Response): Response_1<T>;
|
|
424
|
+
FromValue<T extends unknown>(value: T, response: Response): Response_1<T>;
|
|
427
425
|
};
|
|
428
426
|
|
|
429
427
|
|
|
430
428
|
export type Response = Response$instance;
|
|
431
429
|
|
|
432
|
-
export interface Response_1$instance<T> extends NullableResponse_1<T> {
|
|
430
|
+
export interface Response_1$instance<T extends unknown> extends NullableResponse_1<T> {
|
|
433
431
|
readonly __tsonic_type_Azure_Response_1: never;
|
|
434
432
|
|
|
435
433
|
readonly HasValue: boolean;
|
|
436
434
|
readonly Value: T;
|
|
437
|
-
Equals(obj: unknown): boolean;
|
|
435
|
+
Equals(obj: unknown | null): boolean;
|
|
438
436
|
GetHashCode(): int;
|
|
439
437
|
}
|
|
440
438
|
|
|
441
439
|
|
|
442
|
-
export const Response_1: (abstract new<T>() => Response_1<T>) & {
|
|
440
|
+
export const Response_1: (abstract new<T extends unknown>() => Response_1<T>) & {
|
|
443
441
|
};
|
|
444
442
|
|
|
445
443
|
|
|
446
|
-
export type Response_1<T> = Response_1$instance<T>;
|
|
444
|
+
export type Response_1<T extends unknown> = Response_1$instance<T>;
|
|
447
445
|
|
|
448
446
|
export interface ResponseError$instance extends System_ClientModel_Primitives_Internal.IJsonModel_1$instance<ResponseError> {
|
|
449
447
|
readonly __tsonic_type_Azure_ResponseError: never;
|
|
@@ -451,15 +449,15 @@ export interface ResponseError$instance extends System_ClientModel_Primitives_In
|
|
|
451
449
|
readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
|
|
452
450
|
readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
|
|
453
451
|
|
|
454
|
-
readonly Code: string |
|
|
455
|
-
readonly Message: string |
|
|
452
|
+
readonly Code: string | null;
|
|
453
|
+
readonly Message: string | null;
|
|
456
454
|
ToString(): string;
|
|
457
455
|
}
|
|
458
456
|
|
|
459
457
|
|
|
460
458
|
export const ResponseError: {
|
|
461
459
|
new(): ResponseError;
|
|
462
|
-
new(code: string, message: string): ResponseError;
|
|
460
|
+
new(code: string | null, message: string | null): ResponseError;
|
|
463
461
|
};
|
|
464
462
|
|
|
465
463
|
|
|
@@ -489,9 +487,9 @@ export type SyncAsyncEventArgs = SyncAsyncEventArgs$instance;
|
|
|
489
487
|
export abstract class AzureCoreExtensions$instance {
|
|
490
488
|
static ToDynamicFromJson(utf8Json: BinaryData, propertyNameFormat: JsonPropertyNames, dateTimeFormat?: string): unknown;
|
|
491
489
|
static ToDynamicFromJson(utf8Json: BinaryData): unknown;
|
|
492
|
-
static ToObject<T>(data: BinaryData, serializer: ObjectSerializer, cancellationToken?: CancellationToken): T |
|
|
493
|
-
static ToObjectAsync<T>(data: BinaryData, serializer: ObjectSerializer, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
494
|
-
static ToObjectFromJson(data: BinaryData): unknown |
|
|
490
|
+
static ToObject<T extends unknown>(data: BinaryData, serializer: ObjectSerializer, cancellationToken?: CancellationToken): T | null;
|
|
491
|
+
static ToObjectAsync<T extends unknown>(data: BinaryData, serializer: ObjectSerializer, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
492
|
+
static ToObjectFromJson(data: BinaryData): unknown | null;
|
|
495
493
|
}
|
|
496
494
|
|
|
497
495
|
|