@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,18 +17,18 @@ import type { IJsonModel_1, IPersistableModel_1, ModelReaderWriterOptions } from
|
|
|
17
17
|
import * as System_ClientModel_Internal from "../../System.ClientModel/internal/index.js";
|
|
18
18
|
import type { ApiKeyCredential } from "../../System.ClientModel/internal/index.js";
|
|
19
19
|
import type { BinaryData } from "../../System/internal/index.js";
|
|
20
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
21
|
-
import type {
|
|
22
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
23
|
-
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
24
|
-
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
25
|
-
import * as
|
|
26
|
-
import type {
|
|
27
|
-
import
|
|
28
|
-
import type {
|
|
29
|
-
import type {
|
|
30
|
-
import
|
|
31
|
-
import type {
|
|
20
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
21
|
+
import type { IAsyncEnumerable_1, IAsyncEnumerator_1, IEnumerable_1, IEnumerator_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
22
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
23
|
+
import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
24
|
+
import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
25
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
26
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
27
|
+
import type { Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
28
|
+
import type { Task_1, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
29
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
30
|
+
import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
|
|
31
|
+
import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, EventArgs, Exception, IComparable, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, TimeSpan, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
32
32
|
|
|
33
33
|
export enum ErrorOptions {
|
|
34
34
|
Default = 0,
|
|
@@ -43,6 +43,10 @@ export enum WaitUntil {
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
export interface ETag$instance {
|
|
46
|
+
readonly __tsonic_type_Azure_ETag: never;
|
|
47
|
+
|
|
48
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
49
|
+
|
|
46
50
|
Equals(other: ETag): boolean;
|
|
47
51
|
Equals(other: string): boolean;
|
|
48
52
|
Equals(obj: unknown): boolean;
|
|
@@ -61,7 +65,11 @@ export const ETag: {
|
|
|
61
65
|
export type ETag = ETag$instance;
|
|
62
66
|
|
|
63
67
|
export interface HttpRange$instance {
|
|
64
|
-
readonly
|
|
68
|
+
readonly __tsonic_type_Azure_HttpRange: never;
|
|
69
|
+
|
|
70
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
71
|
+
|
|
72
|
+
readonly Length: Nullable_1<System_Internal.Int64>;
|
|
65
73
|
readonly Offset: long;
|
|
66
74
|
Equals(other: HttpRange): boolean;
|
|
67
75
|
Equals(obj: unknown): boolean;
|
|
@@ -71,36 +79,36 @@ export interface HttpRange$instance {
|
|
|
71
79
|
|
|
72
80
|
|
|
73
81
|
export const HttpRange: {
|
|
74
|
-
new(offset: long, length:
|
|
82
|
+
new(offset: long, length: Nullable_1<System_Internal.Int64>): HttpRange;
|
|
75
83
|
};
|
|
76
84
|
|
|
77
85
|
|
|
78
86
|
export type HttpRange = HttpRange$instance;
|
|
79
87
|
|
|
80
|
-
export
|
|
81
|
-
|
|
82
|
-
}
|
|
88
|
+
export interface AsyncPageable_1$instance<T> {
|
|
89
|
+
readonly __tsonic_type_Azure_AsyncPageable_1: never;
|
|
83
90
|
|
|
91
|
+
readonly __tsonic_iface_System_Collections_Generic_IAsyncEnumerable_1: never;
|
|
84
92
|
|
|
85
|
-
|
|
86
|
-
AsPages(continuationToken?: string, pageSizeHint?:
|
|
93
|
+
readonly CancellationToken: CancellationToken;
|
|
94
|
+
AsPages(continuationToken?: string, pageSizeHint?: Nullable_1<System_Internal.Int32>): IAsyncEnumerable_1<Page_1<T>>;
|
|
87
95
|
Equals(obj: unknown): boolean;
|
|
88
|
-
GetAsyncEnumerator(cancellationToken?: CancellationToken):
|
|
96
|
+
GetAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator_1<T>;
|
|
89
97
|
GetHashCode(): int;
|
|
90
98
|
ToString(): string | undefined;
|
|
91
99
|
}
|
|
92
100
|
|
|
93
101
|
|
|
94
|
-
export const AsyncPageable_1: {
|
|
95
|
-
|
|
96
|
-
new<T>(cancellationToken: CancellationToken): AsyncPageable_1<T>;
|
|
97
|
-
FromPages<T>(pages: IEnumerable__System_Collections_Generic<Page_1<T>>): AsyncPageable_1<T>;
|
|
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>;
|
|
98
104
|
};
|
|
99
105
|
|
|
100
106
|
|
|
101
107
|
export type AsyncPageable_1<T> = AsyncPageable_1$instance<T>;
|
|
102
108
|
|
|
103
109
|
export interface AzureKeyCredential$instance extends ApiKeyCredential {
|
|
110
|
+
readonly __tsonic_type_Azure_AzureKeyCredential: never;
|
|
111
|
+
|
|
104
112
|
Key: string;
|
|
105
113
|
}
|
|
106
114
|
|
|
@@ -113,6 +121,8 @@ export const AzureKeyCredential: {
|
|
|
113
121
|
export type AzureKeyCredential = AzureKeyCredential$instance;
|
|
114
122
|
|
|
115
123
|
export interface AzureNamedKeyCredential$instance {
|
|
124
|
+
readonly __tsonic_type_Azure_AzureNamedKeyCredential: never;
|
|
125
|
+
|
|
116
126
|
readonly Name: string;
|
|
117
127
|
Deconstruct(name: string, key: string): void;
|
|
118
128
|
Update(name: string, key: string): void;
|
|
@@ -127,6 +137,8 @@ export const AzureNamedKeyCredential: {
|
|
|
127
137
|
export type AzureNamedKeyCredential = AzureNamedKeyCredential$instance;
|
|
128
138
|
|
|
129
139
|
export interface AzureSasCredential$instance {
|
|
140
|
+
readonly __tsonic_type_Azure_AzureSasCredential: never;
|
|
141
|
+
|
|
130
142
|
Signature: string;
|
|
131
143
|
Update(signature: string): void;
|
|
132
144
|
}
|
|
@@ -140,6 +152,8 @@ export const AzureSasCredential: {
|
|
|
140
152
|
export type AzureSasCredential = AzureSasCredential$instance;
|
|
141
153
|
|
|
142
154
|
export interface HttpAuthorization$instance {
|
|
155
|
+
readonly __tsonic_type_Azure_HttpAuthorization: never;
|
|
156
|
+
|
|
143
157
|
readonly Parameter: string;
|
|
144
158
|
readonly Scheme: string;
|
|
145
159
|
ToString(): string;
|
|
@@ -154,6 +168,8 @@ export const HttpAuthorization: {
|
|
|
154
168
|
export type HttpAuthorization = HttpAuthorization$instance;
|
|
155
169
|
|
|
156
170
|
export interface JsonPatchDocument$instance {
|
|
171
|
+
readonly __tsonic_type_Azure_JsonPatchDocument: never;
|
|
172
|
+
|
|
157
173
|
AppendAdd<T>(path: string, value: T): void;
|
|
158
174
|
AppendAddRaw(path: string, rawJsonValue: string): void;
|
|
159
175
|
AppendCopy(from: string, path: string): void;
|
|
@@ -163,7 +179,7 @@ export interface JsonPatchDocument$instance {
|
|
|
163
179
|
AppendReplaceRaw(path: string, rawJsonValue: string): void;
|
|
164
180
|
AppendTest<T>(path: string, value: T): void;
|
|
165
181
|
AppendTestRaw(path: string, rawJsonValue: string): void;
|
|
166
|
-
ToBytes():
|
|
182
|
+
ToBytes(): ReadOnlyMemory_1<System_Internal.Byte>;
|
|
167
183
|
ToString(): string;
|
|
168
184
|
}
|
|
169
185
|
|
|
@@ -171,16 +187,18 @@ export interface JsonPatchDocument$instance {
|
|
|
171
187
|
export const JsonPatchDocument: {
|
|
172
188
|
new(): JsonPatchDocument;
|
|
173
189
|
new(serializer: ObjectSerializer): JsonPatchDocument;
|
|
174
|
-
new(rawDocument:
|
|
175
|
-
new(rawDocument:
|
|
190
|
+
new(rawDocument: ReadOnlyMemory_1<System_Internal.Byte>): JsonPatchDocument;
|
|
191
|
+
new(rawDocument: ReadOnlyMemory_1<System_Internal.Byte>, serializer: ObjectSerializer): JsonPatchDocument;
|
|
176
192
|
};
|
|
177
193
|
|
|
178
194
|
|
|
179
195
|
export type JsonPatchDocument = JsonPatchDocument$instance;
|
|
180
196
|
|
|
181
197
|
export interface MatchConditions$instance {
|
|
182
|
-
|
|
183
|
-
|
|
198
|
+
readonly __tsonic_type_Azure_MatchConditions: never;
|
|
199
|
+
|
|
200
|
+
IfMatch: Nullable_1<ETag>;
|
|
201
|
+
IfNoneMatch: Nullable_1<ETag>;
|
|
184
202
|
}
|
|
185
203
|
|
|
186
204
|
|
|
@@ -192,8 +210,10 @@ export const MatchConditions: {
|
|
|
192
210
|
export type MatchConditions = MatchConditions$instance;
|
|
193
211
|
|
|
194
212
|
export interface NullableResponse_1$instance<T> {
|
|
213
|
+
readonly __tsonic_type_Azure_NullableResponse_1: never;
|
|
214
|
+
|
|
195
215
|
readonly HasValue: boolean;
|
|
196
|
-
readonly Value: T;
|
|
216
|
+
readonly Value: T | undefined;
|
|
197
217
|
Equals(obj: unknown): boolean;
|
|
198
218
|
GetHashCode(): int;
|
|
199
219
|
GetRawResponse(): Response;
|
|
@@ -201,70 +221,73 @@ export interface NullableResponse_1$instance<T> {
|
|
|
201
221
|
}
|
|
202
222
|
|
|
203
223
|
|
|
204
|
-
export const NullableResponse_1: {
|
|
205
|
-
new<T>(): NullableResponse_1<T>;
|
|
224
|
+
export const NullableResponse_1: (abstract new<T>() => NullableResponse_1<T>) & {
|
|
206
225
|
};
|
|
207
226
|
|
|
208
227
|
|
|
209
228
|
export type NullableResponse_1<T> = NullableResponse_1$instance<T>;
|
|
210
229
|
|
|
211
230
|
export interface Operation$instance {
|
|
231
|
+
readonly __tsonic_type_Azure_Operation: never;
|
|
232
|
+
|
|
212
233
|
readonly HasCompleted: boolean;
|
|
213
234
|
readonly Id: string;
|
|
214
235
|
Equals(obj: unknown): boolean;
|
|
215
236
|
GetHashCode(): int;
|
|
216
237
|
GetRawResponse(): Response;
|
|
217
|
-
GetRehydrationToken():
|
|
238
|
+
GetRehydrationToken(): Nullable_1<RehydrationToken>;
|
|
218
239
|
ToString(): string | undefined;
|
|
219
240
|
UpdateStatus(cancellationToken?: CancellationToken): Response;
|
|
220
|
-
UpdateStatusAsync(cancellationToken?: CancellationToken):
|
|
241
|
+
UpdateStatusAsync(cancellationToken?: CancellationToken): ValueTask_1<Response>;
|
|
221
242
|
WaitForCompletionResponse(cancellationToken?: CancellationToken): Response;
|
|
222
243
|
WaitForCompletionResponse(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): Response;
|
|
223
244
|
WaitForCompletionResponse(delayStrategy: DelayStrategy, cancellationToken?: CancellationToken): Response;
|
|
224
|
-
WaitForCompletionResponseAsync(cancellationToken?: CancellationToken):
|
|
225
|
-
WaitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken):
|
|
226
|
-
WaitForCompletionResponseAsync(delayStrategy: DelayStrategy, cancellationToken?: CancellationToken):
|
|
245
|
+
WaitForCompletionResponseAsync(cancellationToken?: CancellationToken): ValueTask_1<Response>;
|
|
246
|
+
WaitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): ValueTask_1<Response>;
|
|
247
|
+
WaitForCompletionResponseAsync(delayStrategy: DelayStrategy, cancellationToken?: CancellationToken): ValueTask_1<Response>;
|
|
227
248
|
}
|
|
228
249
|
|
|
229
250
|
|
|
230
|
-
export const Operation: {
|
|
231
|
-
new(): Operation;
|
|
251
|
+
export const Operation: (abstract new() => Operation) & {
|
|
232
252
|
Rehydrate(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation;
|
|
233
253
|
Rehydrate<T extends IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Operation_1<T>;
|
|
234
|
-
RehydrateAsync(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions):
|
|
235
|
-
RehydrateAsync<T extends IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions):
|
|
254
|
+
RehydrateAsync(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Task_1<Operation>;
|
|
255
|
+
RehydrateAsync<T extends IPersistableModel_1<T>>(pipeline: HttpPipeline, rehydrationToken: RehydrationToken, options?: ClientOptions): Task_1<Operation_1<T>>;
|
|
236
256
|
};
|
|
237
257
|
|
|
238
258
|
|
|
239
259
|
export type Operation = Operation$instance;
|
|
240
260
|
|
|
241
261
|
export interface Operation_1$instance<T> extends Operation {
|
|
262
|
+
readonly __tsonic_type_Azure_Operation_1: never;
|
|
263
|
+
|
|
242
264
|
readonly HasValue: boolean;
|
|
243
265
|
readonly Value: T;
|
|
244
266
|
WaitForCompletion(cancellationToken?: CancellationToken): Response_1<T>;
|
|
245
267
|
WaitForCompletion(pollingInterval: TimeSpan, cancellationToken: CancellationToken): Response_1<T>;
|
|
246
268
|
WaitForCompletion(delayStrategy: DelayStrategy, cancellationToken: CancellationToken): Response_1<T>;
|
|
247
|
-
WaitForCompletionAsync(cancellationToken?: CancellationToken):
|
|
248
|
-
WaitForCompletionAsync(pollingInterval: TimeSpan, cancellationToken: CancellationToken):
|
|
249
|
-
WaitForCompletionAsync(delayStrategy: DelayStrategy, cancellationToken: CancellationToken):
|
|
250
|
-
WaitForCompletionResponseAsync(cancellationToken?: CancellationToken):
|
|
251
|
-
WaitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken):
|
|
252
|
-
WaitForCompletionResponseAsync(cancellationToken?: CancellationToken):
|
|
253
|
-
WaitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken):
|
|
254
|
-
WaitForCompletionResponseAsync(delayStrategy: DelayStrategy, cancellationToken?: CancellationToken):
|
|
269
|
+
WaitForCompletionAsync(cancellationToken?: CancellationToken): ValueTask_1<Response_1<T>>;
|
|
270
|
+
WaitForCompletionAsync(pollingInterval: TimeSpan, cancellationToken: CancellationToken): ValueTask_1<Response_1<T>>;
|
|
271
|
+
WaitForCompletionAsync(delayStrategy: DelayStrategy, cancellationToken: CancellationToken): ValueTask_1<Response_1<T>>;
|
|
272
|
+
WaitForCompletionResponseAsync(cancellationToken?: CancellationToken): ValueTask_1<Response>;
|
|
273
|
+
WaitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): ValueTask_1<Response>;
|
|
274
|
+
WaitForCompletionResponseAsync(cancellationToken?: CancellationToken): ValueTask_1<Response>;
|
|
275
|
+
WaitForCompletionResponseAsync(pollingInterval: TimeSpan, cancellationToken?: CancellationToken): ValueTask_1<Response>;
|
|
276
|
+
WaitForCompletionResponseAsync(delayStrategy: DelayStrategy, cancellationToken?: CancellationToken): ValueTask_1<Response>;
|
|
255
277
|
}
|
|
256
278
|
|
|
257
279
|
|
|
258
|
-
export const Operation_1: {
|
|
259
|
-
new<T>(): Operation_1<T>;
|
|
280
|
+
export const Operation_1: (abstract new<T>() => Operation_1<T>) & {
|
|
260
281
|
};
|
|
261
282
|
|
|
262
283
|
|
|
263
284
|
export type Operation_1<T> = Operation_1$instance<T>;
|
|
264
285
|
|
|
265
286
|
export interface Page_1$instance<T> {
|
|
287
|
+
readonly __tsonic_type_Azure_Page_1: never;
|
|
288
|
+
|
|
266
289
|
readonly ContinuationToken: string | undefined;
|
|
267
|
-
readonly Values:
|
|
290
|
+
readonly Values: IReadOnlyList_1<T>;
|
|
268
291
|
Equals(obj: unknown): boolean;
|
|
269
292
|
GetHashCode(): int;
|
|
270
293
|
GetRawResponse(): Response;
|
|
@@ -272,54 +295,55 @@ export interface Page_1$instance<T> {
|
|
|
272
295
|
}
|
|
273
296
|
|
|
274
297
|
|
|
275
|
-
export const Page_1: {
|
|
276
|
-
|
|
277
|
-
FromValues<T>(values: IReadOnlyList<T>, continuationToken: string, response: Response): Page_1<T>;
|
|
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>;
|
|
278
300
|
};
|
|
279
301
|
|
|
280
302
|
|
|
281
303
|
export type Page_1<T> = Page_1$instance<T>;
|
|
282
304
|
|
|
283
|
-
export
|
|
284
|
-
|
|
285
|
-
}
|
|
305
|
+
export interface Pageable_1$instance<T> {
|
|
306
|
+
readonly __tsonic_type_Azure_Pageable_1: never;
|
|
286
307
|
|
|
308
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
309
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
287
310
|
|
|
288
|
-
|
|
289
|
-
AsPages(continuationToken?: string, pageSizeHint?:
|
|
311
|
+
readonly CancellationToken: CancellationToken;
|
|
312
|
+
AsPages(continuationToken?: string, pageSizeHint?: Nullable_1<System_Internal.Int32>): IEnumerable_1<Page_1<T>>;
|
|
290
313
|
Equals(obj: unknown): boolean;
|
|
291
|
-
GetEnumerator():
|
|
314
|
+
GetEnumerator(): IEnumerator_1<T>;
|
|
292
315
|
GetHashCode(): int;
|
|
293
316
|
ToString(): string | undefined;
|
|
294
317
|
}
|
|
295
318
|
|
|
296
319
|
|
|
297
|
-
export const Pageable_1: {
|
|
298
|
-
|
|
299
|
-
new<T>(cancellationToken: CancellationToken): Pageable_1<T>;
|
|
300
|
-
FromPages<T>(pages: IEnumerable__System_Collections_Generic<Page_1<T>>): Pageable_1<T>;
|
|
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>;
|
|
301
322
|
};
|
|
302
323
|
|
|
303
324
|
|
|
304
325
|
export type Pageable_1<T> = Pageable_1$instance<T>;
|
|
305
326
|
|
|
306
327
|
export interface PageableOperation_1$instance<T> extends Operation_1<AsyncPageable_1<T>> {
|
|
328
|
+
readonly __tsonic_type_Azure_PageableOperation_1: never;
|
|
329
|
+
|
|
307
330
|
readonly Value: AsyncPageable_1<T>;
|
|
308
331
|
GetValues(cancellationToken?: CancellationToken): Pageable_1<T>;
|
|
309
332
|
GetValuesAsync(cancellationToken?: CancellationToken): AsyncPageable_1<T>;
|
|
310
333
|
}
|
|
311
334
|
|
|
312
335
|
|
|
313
|
-
export const PageableOperation_1: {
|
|
314
|
-
new<T>(): PageableOperation_1<T>;
|
|
336
|
+
export const PageableOperation_1: (abstract new<T>() => PageableOperation_1<T>) & {
|
|
315
337
|
};
|
|
316
338
|
|
|
317
339
|
|
|
318
340
|
export type PageableOperation_1<T> = PageableOperation_1$instance<T>;
|
|
319
341
|
|
|
320
342
|
export interface RequestConditions$instance extends MatchConditions {
|
|
321
|
-
|
|
322
|
-
|
|
343
|
+
readonly __tsonic_type_Azure_RequestConditions: never;
|
|
344
|
+
|
|
345
|
+
IfModifiedSince: Nullable_1<DateTimeOffset>;
|
|
346
|
+
IfUnmodifiedSince: Nullable_1<DateTimeOffset>;
|
|
323
347
|
}
|
|
324
348
|
|
|
325
349
|
|
|
@@ -331,6 +355,8 @@ export const RequestConditions: {
|
|
|
331
355
|
export type RequestConditions = RequestConditions$instance;
|
|
332
356
|
|
|
333
357
|
export interface RequestContext$instance {
|
|
358
|
+
readonly __tsonic_type_Azure_RequestContext: never;
|
|
359
|
+
|
|
334
360
|
CancellationToken: CancellationToken;
|
|
335
361
|
ErrorOptions: ErrorOptions;
|
|
336
362
|
AddClassifier(statusCode: int, isError: boolean): void;
|
|
@@ -347,6 +373,10 @@ export const RequestContext: {
|
|
|
347
373
|
export type RequestContext = RequestContext$instance;
|
|
348
374
|
|
|
349
375
|
export interface RequestFailedException$instance extends Exception {
|
|
376
|
+
readonly __tsonic_type_Azure_RequestFailedException: never;
|
|
377
|
+
|
|
378
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
379
|
+
|
|
350
380
|
readonly ErrorCode: string | undefined;
|
|
351
381
|
readonly Status: int;
|
|
352
382
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -363,36 +393,34 @@ export const RequestFailedException: {
|
|
|
363
393
|
new(response: Response): RequestFailedException;
|
|
364
394
|
new(response: Response, innerException: Exception): RequestFailedException;
|
|
365
395
|
new(response: Response, innerException: Exception, detailsParser: RequestFailedDetailsParser): RequestFailedException;
|
|
366
|
-
new(info: SerializationInfo, context: StreamingContext): RequestFailedException;
|
|
367
396
|
};
|
|
368
397
|
|
|
369
398
|
|
|
370
399
|
export type RequestFailedException = RequestFailedException$instance;
|
|
371
400
|
|
|
372
|
-
export
|
|
373
|
-
|
|
374
|
-
protected abstract EnumerateHeaders(): IEnumerable__System_Collections_Generic<HttpHeader>;
|
|
375
|
-
protected abstract TryGetHeader(name: string, value: string): boolean;
|
|
376
|
-
protected abstract TryGetHeaderValues(name: string, values: IEnumerable__System_Collections_Generic<System_Internal.String>): boolean;
|
|
377
|
-
}
|
|
401
|
+
export interface Response$instance {
|
|
402
|
+
readonly __tsonic_type_Azure_Response: never;
|
|
378
403
|
|
|
404
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
379
405
|
|
|
380
|
-
export interface Response$instance extends Response$protected {
|
|
381
406
|
ClientRequestId: string;
|
|
382
407
|
readonly Content: BinaryData;
|
|
383
408
|
get ContentStream(): Stream | undefined;
|
|
384
|
-
set ContentStream(value: Stream);
|
|
409
|
+
set ContentStream(value: Stream | undefined);
|
|
385
410
|
readonly Headers: ResponseHeaders;
|
|
386
411
|
IsError: boolean;
|
|
387
412
|
readonly ReasonPhrase: string;
|
|
388
413
|
readonly Status: int;
|
|
414
|
+
ContainsHeader(name: string): boolean;
|
|
389
415
|
Dispose(): void;
|
|
416
|
+
EnumerateHeaders(): IEnumerable_1<HttpHeader>;
|
|
390
417
|
ToString(): string;
|
|
418
|
+
TryGetHeader(name: string, value: string): boolean;
|
|
419
|
+
TryGetHeaderValues(name: string, values: IEnumerable_1<System_Internal.String>): boolean;
|
|
391
420
|
}
|
|
392
421
|
|
|
393
422
|
|
|
394
|
-
export const Response: {
|
|
395
|
-
new(): Response;
|
|
423
|
+
export const Response: (abstract new() => Response) & {
|
|
396
424
|
FromValue<T>(value: T, response: Response): Response_1<T>;
|
|
397
425
|
};
|
|
398
426
|
|
|
@@ -400,6 +428,8 @@ export const Response: {
|
|
|
400
428
|
export type Response = Response$instance;
|
|
401
429
|
|
|
402
430
|
export interface Response_1$instance<T> extends NullableResponse_1<T> {
|
|
431
|
+
readonly __tsonic_type_Azure_Response_1: never;
|
|
432
|
+
|
|
403
433
|
readonly HasValue: boolean;
|
|
404
434
|
readonly Value: T;
|
|
405
435
|
Equals(obj: unknown): boolean;
|
|
@@ -407,14 +437,18 @@ export interface Response_1$instance<T> extends NullableResponse_1<T> {
|
|
|
407
437
|
}
|
|
408
438
|
|
|
409
439
|
|
|
410
|
-
export const Response_1: {
|
|
411
|
-
new<T>(): Response_1<T>;
|
|
440
|
+
export const Response_1: (abstract new<T>() => Response_1<T>) & {
|
|
412
441
|
};
|
|
413
442
|
|
|
414
443
|
|
|
415
444
|
export type Response_1<T> = Response_1$instance<T>;
|
|
416
445
|
|
|
417
446
|
export interface ResponseError$instance {
|
|
447
|
+
readonly __tsonic_type_Azure_ResponseError: never;
|
|
448
|
+
|
|
449
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
|
|
450
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
|
|
451
|
+
|
|
418
452
|
readonly Code: string | undefined;
|
|
419
453
|
readonly Message: string | undefined;
|
|
420
454
|
ToString(): string;
|
|
@@ -432,12 +466,12 @@ export interface __ResponseError$views {
|
|
|
432
466
|
As_IPersistableModel_1(): System_ClientModel_Primitives_Internal.IPersistableModel_1$instance<ResponseError>;
|
|
433
467
|
}
|
|
434
468
|
|
|
435
|
-
export interface ResponseError$instance extends System_ClientModel_Primitives_Internal.IJsonModel_1$instance<ResponseError> {}
|
|
436
|
-
|
|
437
469
|
export type ResponseError = ResponseError$instance & __ResponseError$views;
|
|
438
470
|
|
|
439
471
|
|
|
440
472
|
export interface SyncAsyncEventArgs$instance extends EventArgs {
|
|
473
|
+
readonly __tsonic_type_Azure_SyncAsyncEventArgs: never;
|
|
474
|
+
|
|
441
475
|
readonly CancellationToken: CancellationToken;
|
|
442
476
|
readonly IsRunningSynchronously: boolean;
|
|
443
477
|
}
|
|
@@ -454,7 +488,7 @@ export abstract class AzureCoreExtensions$instance {
|
|
|
454
488
|
static ToDynamicFromJson(utf8Json: BinaryData, propertyNameFormat: JsonPropertyNames, dateTimeFormat?: string): unknown;
|
|
455
489
|
static ToDynamicFromJson(utf8Json: BinaryData): unknown;
|
|
456
490
|
static ToObject<T>(data: BinaryData, serializer: ObjectSerializer, cancellationToken?: CancellationToken): T | undefined;
|
|
457
|
-
static ToObjectAsync<T>(data: BinaryData, serializer: ObjectSerializer, cancellationToken?: CancellationToken):
|
|
491
|
+
static ToObjectAsync<T>(data: BinaryData, serializer: ObjectSerializer, cancellationToken?: CancellationToken): ValueTask_1<T>;
|
|
458
492
|
static ToObjectFromJson(data: BinaryData): unknown | undefined;
|
|
459
493
|
}
|
|
460
494
|
|