@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
|
@@ -7,13 +7,15 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { BaseConfiguration } from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
|
|
10
|
-
import type {
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import type {
|
|
10
|
+
import type { IEqualityComparer_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
11
|
+
import type { TaskCreationOptions } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
import type { Boolean as ClrBoolean, Int32, Object as ClrObject } from "@tsonic/dotnet/System/internal/index.js";
|
|
14
14
|
|
|
15
15
|
export interface LKGConfigurationCacheOptions$instance {
|
|
16
|
-
|
|
16
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Tokens_Configuration_LKGConfigurationCacheOptions: never;
|
|
17
|
+
|
|
18
|
+
BaseConfigurationComparer: IEqualityComparer_1<BaseConfiguration>;
|
|
17
19
|
LastKnownGoodConfigurationSizeLimit: int;
|
|
18
20
|
RemoveExpiredValues: boolean;
|
|
19
21
|
TaskCreationOptions: TaskCreationOptions;
|
|
@@ -121,3 +121,6 @@ export { Validators$instance as Validators } from './Microsoft.IdentityModel.Tok
|
|
|
121
121
|
export { X509EncryptingCredentials as X509EncryptingCredentials } from './Microsoft.IdentityModel.Tokens/internal/index.js';
|
|
122
122
|
export { X509SecurityKey as X509SecurityKey } from './Microsoft.IdentityModel.Tokens/internal/index.js';
|
|
123
123
|
export { X509SigningCredentials as X509SigningCredentials } from './Microsoft.IdentityModel.Tokens/internal/index.js';
|
|
124
|
+
// Extension methods (C# using semantics)
|
|
125
|
+
export type { ExtensionMethods_Microsoft_IdentityModel_Tokens as ExtensionMethods } from './__internal/extensions/index.js';
|
|
126
|
+
|
|
@@ -6,11 +6,11 @@
|
|
|
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 type { BinaryReader, BinaryWriter } from "@tsonic/dotnet/System.IO.js";
|
|
10
|
-
import * as
|
|
11
|
-
import type {
|
|
12
|
-
import * as
|
|
13
|
-
import type {
|
|
9
|
+
import type { BinaryReader, BinaryWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
10
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
11
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, String as ClrString, SystemException, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
14
14
|
|
|
15
15
|
export enum DataAccessKind {
|
|
16
16
|
None = 0,
|
|
@@ -32,6 +32,8 @@ export enum SystemDataAccessKind {
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
export interface IBinarySerialize$instance {
|
|
35
|
+
readonly __tsonic_iface_Microsoft_SqlServer_Server_IBinarySerialize: never;
|
|
36
|
+
|
|
35
37
|
Read(r: BinaryReader): void;
|
|
36
38
|
Write(w: BinaryWriter): void;
|
|
37
39
|
}
|
|
@@ -40,12 +42,15 @@ export interface IBinarySerialize$instance {
|
|
|
40
42
|
export type IBinarySerialize = IBinarySerialize$instance;
|
|
41
43
|
|
|
42
44
|
export interface InvalidUdtException$instance extends SystemException {
|
|
45
|
+
readonly __tsonic_type_Microsoft_SqlServer_Server_InvalidUdtException: never;
|
|
46
|
+
|
|
47
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
48
|
+
|
|
43
49
|
GetObjectData(si: SerializationInfo, context: StreamingContext): void;
|
|
44
50
|
}
|
|
45
51
|
|
|
46
52
|
|
|
47
53
|
export const InvalidUdtException: {
|
|
48
|
-
new(): InvalidUdtException;
|
|
49
54
|
Create(udtType: Type, resourceReason?: string): InvalidUdtException;
|
|
50
55
|
};
|
|
51
56
|
|
|
@@ -53,6 +58,8 @@ export const InvalidUdtException: {
|
|
|
53
58
|
export type InvalidUdtException = InvalidUdtException$instance;
|
|
54
59
|
|
|
55
60
|
export interface SqlFacetAttribute$instance extends Attribute {
|
|
61
|
+
readonly __tsonic_type_Microsoft_SqlServer_Server_SqlFacetAttribute: never;
|
|
62
|
+
|
|
56
63
|
IsFixedLength: boolean;
|
|
57
64
|
IsNullable: boolean;
|
|
58
65
|
MaxSize: int;
|
|
@@ -69,6 +76,8 @@ export const SqlFacetAttribute: {
|
|
|
69
76
|
export type SqlFacetAttribute = SqlFacetAttribute$instance;
|
|
70
77
|
|
|
71
78
|
export interface SqlFunctionAttribute$instance extends Attribute {
|
|
79
|
+
readonly __tsonic_type_Microsoft_SqlServer_Server_SqlFunctionAttribute: never;
|
|
80
|
+
|
|
72
81
|
DataAccess: DataAccessKind;
|
|
73
82
|
FillRowMethodName: string;
|
|
74
83
|
IsDeterministic: boolean;
|
|
@@ -87,6 +96,8 @@ export const SqlFunctionAttribute: {
|
|
|
87
96
|
export type SqlFunctionAttribute = SqlFunctionAttribute$instance;
|
|
88
97
|
|
|
89
98
|
export interface SqlMethodAttribute$instance extends SqlFunctionAttribute {
|
|
99
|
+
readonly __tsonic_type_Microsoft_SqlServer_Server_SqlMethodAttribute: never;
|
|
100
|
+
|
|
90
101
|
InvokeIfReceiverIsNull: boolean;
|
|
91
102
|
IsMutator: boolean;
|
|
92
103
|
OnNullCall: boolean;
|
|
@@ -101,6 +112,8 @@ export const SqlMethodAttribute: {
|
|
|
101
112
|
export type SqlMethodAttribute = SqlMethodAttribute$instance;
|
|
102
113
|
|
|
103
114
|
export interface SqlUserDefinedAggregateAttribute$instance extends Attribute {
|
|
115
|
+
readonly __tsonic_type_Microsoft_SqlServer_Server_SqlUserDefinedAggregateAttribute: never;
|
|
116
|
+
|
|
104
117
|
readonly Format: Format;
|
|
105
118
|
IsInvariantToDuplicates: boolean;
|
|
106
119
|
IsInvariantToNulls: boolean;
|
|
@@ -120,6 +133,8 @@ export const SqlUserDefinedAggregateAttribute: {
|
|
|
120
133
|
export type SqlUserDefinedAggregateAttribute = SqlUserDefinedAggregateAttribute$instance;
|
|
121
134
|
|
|
122
135
|
export interface SqlUserDefinedTypeAttribute$instance extends Attribute {
|
|
136
|
+
readonly __tsonic_type_Microsoft_SqlServer_Server_SqlUserDefinedTypeAttribute: never;
|
|
137
|
+
|
|
123
138
|
readonly Format: Format;
|
|
124
139
|
IsByteOrdered: boolean;
|
|
125
140
|
IsFixedLength: boolean;
|
|
@@ -6,14 +6,14 @@
|
|
|
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 type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
10
|
-
import
|
|
11
|
-
import type {
|
|
12
|
-
import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json.js";
|
|
13
|
-
import type {
|
|
14
|
-
import type {
|
|
15
|
-
import
|
|
16
|
-
import type {
|
|
9
|
+
import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
10
|
+
import type { JsonTypeInfo_1 } from "@tsonic/dotnet/System.Text.Json.Serialization.Metadata/internal/index.js";
|
|
11
|
+
import type { JsonSerializerContext } from "@tsonic/dotnet/System.Text.Json.Serialization/internal/index.js";
|
|
12
|
+
import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
13
|
+
import type { Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
14
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
15
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
16
|
+
import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, Type } from "@tsonic/dotnet/System/internal/index.js";
|
|
17
17
|
|
|
18
18
|
export enum UriIdnScope {
|
|
19
19
|
None = 0,
|
|
@@ -23,15 +23,17 @@ export enum UriIdnScope {
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
export interface BinaryData$instance {
|
|
26
|
+
readonly __tsonic_type_System_BinaryData: never;
|
|
27
|
+
|
|
26
28
|
readonly IsEmpty: boolean;
|
|
27
29
|
readonly Length: int;
|
|
28
30
|
readonly MediaType: string | undefined;
|
|
29
31
|
Equals(obj: unknown): boolean;
|
|
30
32
|
GetHashCode(): int;
|
|
31
33
|
ToArray(): byte[];
|
|
32
|
-
ToMemory():
|
|
34
|
+
ToMemory(): ReadOnlyMemory_1<Byte>;
|
|
33
35
|
ToObjectFromJson<T>(options?: JsonSerializerOptions): T | undefined;
|
|
34
|
-
ToObjectFromJson<T>(jsonTypeInfo:
|
|
36
|
+
ToObjectFromJson<T>(jsonTypeInfo: JsonTypeInfo_1<T>): T | undefined;
|
|
35
37
|
ToStream(): Stream;
|
|
36
38
|
ToString(): string;
|
|
37
39
|
WithMediaType(mediaType: string): BinaryData;
|
|
@@ -43,21 +45,21 @@ export const BinaryData: {
|
|
|
43
45
|
new(data: byte[], mediaType: string): BinaryData;
|
|
44
46
|
new(jsonSerializable: unknown, options: JsonSerializerOptions, type: Type): BinaryData;
|
|
45
47
|
new(jsonSerializable: unknown, context: JsonSerializerContext, type: Type): BinaryData;
|
|
46
|
-
new(data:
|
|
47
|
-
new(data:
|
|
48
|
+
new(data: ReadOnlyMemory_1<Byte>): BinaryData;
|
|
49
|
+
new(data: ReadOnlyMemory_1<Byte>, mediaType: string): BinaryData;
|
|
48
50
|
new(data: string): BinaryData;
|
|
49
51
|
new(data: string, mediaType: string): BinaryData;
|
|
50
52
|
readonly Empty: BinaryData;
|
|
51
53
|
FromBytes(data: byte[], mediaType: string): BinaryData;
|
|
52
54
|
FromBytes(data: byte[]): BinaryData;
|
|
53
|
-
FromBytes(data:
|
|
54
|
-
FromBytes(data:
|
|
55
|
-
FromObjectAsJson<T>(jsonSerializable: T, jsonTypeInfo:
|
|
55
|
+
FromBytes(data: ReadOnlyMemory_1<Byte>, mediaType: string): BinaryData;
|
|
56
|
+
FromBytes(data: ReadOnlyMemory_1<Byte>): BinaryData;
|
|
57
|
+
FromObjectAsJson<T>(jsonSerializable: T, jsonTypeInfo: JsonTypeInfo_1<T>): BinaryData;
|
|
56
58
|
FromObjectAsJson<T>(jsonSerializable: T, options?: JsonSerializerOptions): BinaryData;
|
|
57
59
|
FromStream(stream: Stream, mediaType: string): BinaryData;
|
|
58
60
|
FromStream(stream: Stream): BinaryData;
|
|
59
|
-
FromStreamAsync(stream: Stream, mediaType: string, cancellationToken?: CancellationToken):
|
|
60
|
-
FromStreamAsync(stream: Stream, cancellationToken?: CancellationToken):
|
|
61
|
+
FromStreamAsync(stream: Stream, mediaType: string, cancellationToken?: CancellationToken): Task_1<BinaryData>;
|
|
62
|
+
FromStreamAsync(stream: Stream, cancellationToken?: CancellationToken): Task_1<BinaryData>;
|
|
61
63
|
FromString(data: string, mediaType: string): BinaryData;
|
|
62
64
|
FromString(data: string): BinaryData;
|
|
63
65
|
};
|
|
@@ -12,21 +12,23 @@ import type { ptr } from "@tsonic/core/types.js";
|
|
|
12
12
|
import * as System_ClientModel_Primitives_Internal from "../../System.ClientModel.Primitives/internal/index.js";
|
|
13
13
|
import type { AsyncCollectionResult, AuthenticationToken, CollectionResult, GetTokenOptions, IPersistableModel_1, ModelReaderWriterOptions, PipelineResponse } from "../../System.ClientModel.Primitives/internal/index.js";
|
|
14
14
|
import type { BinaryData } from "../../System/internal/index.js";
|
|
15
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
16
|
-
import type {
|
|
17
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
18
|
-
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
19
|
-
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
20
|
-
import * as
|
|
21
|
-
import type {
|
|
22
|
-
import
|
|
23
|
-
import type {
|
|
24
|
-
import type {
|
|
25
|
-
import type {
|
|
26
|
-
import
|
|
27
|
-
import type {
|
|
15
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
16
|
+
import type { IAsyncEnumerable_1, IAsyncEnumerator_1, IEnumerable_1, IEnumerator_1, IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
17
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
18
|
+
import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
19
|
+
import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
20
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
21
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
22
|
+
import type { JsonTypeInfo_1 } from "@tsonic/dotnet/System.Text.Json.Serialization.Metadata/internal/index.js";
|
|
23
|
+
import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
24
|
+
import type { Task, Task_1, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
25
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
26
|
+
import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
|
|
27
|
+
import type { Boolean as ClrBoolean, Exception, IDisposable, Int32, Int64, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
28
28
|
|
|
29
29
|
export interface ApiKeyCredential$instance {
|
|
30
|
+
readonly __tsonic_type_System_ClientModel_ApiKeyCredential: never;
|
|
31
|
+
|
|
30
32
|
Deconstruct(key: string): void;
|
|
31
33
|
Update(key: string): void;
|
|
32
34
|
}
|
|
@@ -39,40 +41,44 @@ export const ApiKeyCredential: {
|
|
|
39
41
|
|
|
40
42
|
export type ApiKeyCredential = ApiKeyCredential$instance;
|
|
41
43
|
|
|
42
|
-
export
|
|
43
|
-
|
|
44
|
-
}
|
|
44
|
+
export interface AsyncCollectionResult_1$instance<T> extends AsyncCollectionResult {
|
|
45
|
+
readonly __tsonic_type_System_ClientModel_AsyncCollectionResult_1: never;
|
|
45
46
|
|
|
47
|
+
readonly __tsonic_iface_System_Collections_Generic_IAsyncEnumerable_1: never;
|
|
46
48
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
+
GetAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator_1<T>;
|
|
50
|
+
GetValuesFromPageAsync(page: ClientResult): IAsyncEnumerable_1<T>;
|
|
49
51
|
}
|
|
50
52
|
|
|
51
53
|
|
|
52
|
-
export const AsyncCollectionResult_1: {
|
|
53
|
-
new<T>(): AsyncCollectionResult_1<T>;
|
|
54
|
+
export const AsyncCollectionResult_1: (abstract new<T>() => AsyncCollectionResult_1<T>) & {
|
|
54
55
|
};
|
|
55
56
|
|
|
56
57
|
|
|
57
58
|
export type AsyncCollectionResult_1<T> = AsyncCollectionResult_1$instance<T>;
|
|
58
59
|
|
|
59
60
|
export interface AuthenticationTokenProvider$instance {
|
|
60
|
-
|
|
61
|
+
readonly __tsonic_type_System_ClientModel_AuthenticationTokenProvider: never;
|
|
62
|
+
|
|
63
|
+
CreateTokenOptions(properties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GetTokenOptions | undefined;
|
|
61
64
|
GetToken(options: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
|
|
62
|
-
GetTokenAsync(options: GetTokenOptions, cancellationToken: CancellationToken):
|
|
65
|
+
GetTokenAsync(options: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
|
|
63
66
|
}
|
|
64
67
|
|
|
65
68
|
|
|
66
|
-
export const AuthenticationTokenProvider: {
|
|
67
|
-
new(): AuthenticationTokenProvider;
|
|
69
|
+
export const AuthenticationTokenProvider: (abstract new() => AuthenticationTokenProvider) & {
|
|
68
70
|
};
|
|
69
71
|
|
|
70
72
|
|
|
71
73
|
export type AuthenticationTokenProvider = AuthenticationTokenProvider$instance;
|
|
72
74
|
|
|
73
75
|
export interface BinaryContent$instance {
|
|
76
|
+
readonly __tsonic_type_System_ClientModel_BinaryContent: never;
|
|
77
|
+
|
|
78
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
79
|
+
|
|
74
80
|
get MediaType(): string | undefined;
|
|
75
|
-
set MediaType(value: string);
|
|
81
|
+
set MediaType(value: string | undefined);
|
|
76
82
|
Dispose(): void;
|
|
77
83
|
TryComputeLength(length: long): boolean;
|
|
78
84
|
WriteTo(stream: Stream, cancellationToken?: CancellationToken): void;
|
|
@@ -80,13 +86,12 @@ export interface BinaryContent$instance {
|
|
|
80
86
|
}
|
|
81
87
|
|
|
82
88
|
|
|
83
|
-
export const BinaryContent: {
|
|
84
|
-
new(): BinaryContent;
|
|
89
|
+
export const BinaryContent: (abstract new() => BinaryContent) & {
|
|
85
90
|
Create(value: BinaryData): BinaryContent;
|
|
86
91
|
Create(stream: Stream): BinaryContent;
|
|
87
92
|
Create<T extends IPersistableModel_1<T>>(model: T, options?: ModelReaderWriterOptions): BinaryContent;
|
|
88
93
|
CreateJson(jsonString: string, validate?: boolean): BinaryContent;
|
|
89
|
-
CreateJson<T>(jsonSerializable: T, jsonTypeInfo:
|
|
94
|
+
CreateJson<T>(jsonSerializable: T, jsonTypeInfo: JsonTypeInfo_1<T>): BinaryContent;
|
|
90
95
|
CreateJson<T>(jsonSerializable: T, options?: JsonSerializerOptions): BinaryContent;
|
|
91
96
|
};
|
|
92
97
|
|
|
@@ -94,12 +99,13 @@ export const BinaryContent: {
|
|
|
94
99
|
export type BinaryContent = BinaryContent$instance;
|
|
95
100
|
|
|
96
101
|
export interface ClientResult$instance {
|
|
102
|
+
readonly __tsonic_type_System_ClientModel_ClientResult: never;
|
|
103
|
+
|
|
97
104
|
GetRawResponse(): PipelineResponse;
|
|
98
105
|
}
|
|
99
106
|
|
|
100
107
|
|
|
101
|
-
export const ClientResult: {
|
|
102
|
-
new(response: PipelineResponse): ClientResult;
|
|
108
|
+
export const ClientResult: (abstract new(response: PipelineResponse) => ClientResult) & {
|
|
103
109
|
FromOptionalValue<T>(value: T, response: PipelineResponse): ClientResult_1<T | undefined>;
|
|
104
110
|
FromResponse(response: PipelineResponse): ClientResult;
|
|
105
111
|
FromValue<T>(value: T, response: PipelineResponse): ClientResult_1<T>;
|
|
@@ -109,18 +115,23 @@ export const ClientResult: {
|
|
|
109
115
|
export type ClientResult = ClientResult$instance;
|
|
110
116
|
|
|
111
117
|
export interface ClientResult_1$instance<T> extends ClientResult {
|
|
118
|
+
readonly __tsonic_type_System_ClientModel_ClientResult_1: never;
|
|
119
|
+
|
|
112
120
|
readonly Value: T;
|
|
113
121
|
}
|
|
114
122
|
|
|
115
123
|
|
|
116
|
-
export const ClientResult_1: {
|
|
117
|
-
new<T>(value: T, response: PipelineResponse): ClientResult_1<T>;
|
|
124
|
+
export const ClientResult_1: (abstract new<T>(value: T, response: PipelineResponse) => ClientResult_1<T>) & {
|
|
118
125
|
};
|
|
119
126
|
|
|
120
127
|
|
|
121
128
|
export type ClientResult_1<T> = ClientResult_1$instance<T>;
|
|
122
129
|
|
|
123
130
|
export interface ClientResultException$instance extends Exception {
|
|
131
|
+
readonly __tsonic_type_System_ClientModel_ClientResultException: never;
|
|
132
|
+
|
|
133
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
134
|
+
|
|
124
135
|
Status: int;
|
|
125
136
|
GetRawResponse(): PipelineResponse | undefined;
|
|
126
137
|
}
|
|
@@ -129,37 +140,37 @@ export interface ClientResultException$instance extends Exception {
|
|
|
129
140
|
export const ClientResultException: {
|
|
130
141
|
new(response: PipelineResponse, innerException: Exception): ClientResultException;
|
|
131
142
|
new(message: string, response: PipelineResponse, innerException: Exception): ClientResultException;
|
|
132
|
-
CreateAsync(response: PipelineResponse, innerException?: Exception):
|
|
143
|
+
CreateAsync(response: PipelineResponse, innerException?: Exception): Task_1<ClientResultException>;
|
|
133
144
|
};
|
|
134
145
|
|
|
135
146
|
|
|
136
147
|
export type ClientResultException = ClientResultException$instance;
|
|
137
148
|
|
|
138
|
-
export
|
|
139
|
-
|
|
140
|
-
}
|
|
149
|
+
export interface CollectionResult_1$instance<T> extends CollectionResult {
|
|
150
|
+
readonly __tsonic_type_System_ClientModel_CollectionResult_1: never;
|
|
141
151
|
|
|
152
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
153
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
142
154
|
|
|
143
|
-
|
|
144
|
-
|
|
155
|
+
GetEnumerator(): IEnumerator_1<T>;
|
|
156
|
+
GetValuesFromPage(page: ClientResult): IEnumerable_1<T>;
|
|
145
157
|
}
|
|
146
158
|
|
|
147
159
|
|
|
148
|
-
export const CollectionResult_1: {
|
|
149
|
-
new<T>(): CollectionResult_1<T>;
|
|
160
|
+
export const CollectionResult_1: (abstract new<T>() => CollectionResult_1<T>) & {
|
|
150
161
|
};
|
|
151
162
|
|
|
152
163
|
|
|
153
164
|
export type CollectionResult_1<T> = CollectionResult_1$instance<T>;
|
|
154
165
|
|
|
155
166
|
export interface ContinuationToken$instance {
|
|
167
|
+
readonly __tsonic_type_System_ClientModel_ContinuationToken: never;
|
|
168
|
+
|
|
156
169
|
ToBytes(): BinaryData;
|
|
157
170
|
}
|
|
158
171
|
|
|
159
172
|
|
|
160
|
-
export const ContinuationToken: {
|
|
161
|
-
new(): ContinuationToken;
|
|
162
|
-
new(bytes: BinaryData): ContinuationToken;
|
|
173
|
+
export const ContinuationToken: (abstract new() => ContinuationToken) & (abstract new(bytes: BinaryData) => ContinuationToken) & {
|
|
163
174
|
FromBytes(bytes: BinaryData): ContinuationToken;
|
|
164
175
|
};
|
|
165
176
|
|