@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
|
@@ -8,23 +8,29 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
10
|
import type { TokenCredential } from "../../Azure.Core/internal/index.js";
|
|
11
|
-
import type { Boolean as ClrBoolean,
|
|
11
|
+
import type { Boolean as ClrBoolean, Func_2, Func_3 } from "@tsonic/dotnet/System/internal/index.js";
|
|
12
12
|
|
|
13
13
|
export interface IAzureClientBuilder_2$instance<TClient, TOptions> {
|
|
14
|
+
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientBuilder_2: never;
|
|
15
|
+
|
|
14
16
|
}
|
|
15
17
|
|
|
16
18
|
|
|
17
19
|
export type IAzureClientBuilder_2<TClient, TOptions> = IAzureClientBuilder_2$instance<TClient, TOptions>;
|
|
18
20
|
|
|
19
21
|
export interface IAzureClientFactoryBuilder$instance {
|
|
20
|
-
|
|
22
|
+
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilder: never;
|
|
23
|
+
|
|
24
|
+
RegisterClientFactory<TClient, TOptions>(clientFactory: Func_2<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
|
|
21
25
|
}
|
|
22
26
|
|
|
23
27
|
|
|
24
28
|
export type IAzureClientFactoryBuilder = IAzureClientFactoryBuilder$instance;
|
|
25
29
|
|
|
26
30
|
export interface IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfiguration> extends IAzureClientFactoryBuilder {
|
|
27
|
-
|
|
31
|
+
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilderWithConfiguration_1: never;
|
|
32
|
+
|
|
33
|
+
RegisterClientFactory<TClient, TOptions>(clientFactory: Func_2<TOptions, TClient>): IAzureClientBuilder_2<TClient, TOptions>;
|
|
28
34
|
RegisterClientFactory<TClient, TOptions>(configuration: TConfiguration): IAzureClientBuilder_2<TClient, TOptions>;
|
|
29
35
|
}
|
|
30
36
|
|
|
@@ -34,7 +40,9 @@ export interface IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfigu
|
|
|
34
40
|
export type IAzureClientFactoryBuilderWithConfiguration_1<TConfiguration> = IAzureClientFactoryBuilderWithConfiguration_1$instance<TConfiguration>;
|
|
35
41
|
|
|
36
42
|
export interface IAzureClientFactoryBuilderWithCredential$instance {
|
|
37
|
-
|
|
43
|
+
readonly __tsonic_iface_Azure_Core_Extensions_IAzureClientFactoryBuilderWithCredential: never;
|
|
44
|
+
|
|
45
|
+
RegisterClientFactory<TClient, TOptions>(clientFactory: Func_3<TOptions, TokenCredential, TClient>, requiresCredential?: boolean): IAzureClientBuilder_2<TClient, TOptions>;
|
|
38
46
|
}
|
|
39
47
|
|
|
40
48
|
|
|
@@ -12,13 +12,13 @@ import type { ptr } from "@tsonic/core/types.js";
|
|
|
12
12
|
import * as System_ClientModel_Primitives_Internal from "../../System.ClientModel.Primitives/internal/index.js";
|
|
13
13
|
import type { IJsonModel_1, IPersistableModel_1, ModelReaderWriterOptions } from "../../System.ClientModel.Primitives/internal/index.js";
|
|
14
14
|
import type { BinaryData } from "../../System/internal/index.js";
|
|
15
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
16
|
-
import type {
|
|
17
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
18
|
-
import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections.js";
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import type {
|
|
15
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
16
|
+
import type { IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
17
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
18
|
+
import type { IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
19
|
+
import type { Utf8JsonReader, Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
20
|
+
import * as System_Lib from "@tsonic/dotnet/System/internal/index.js";
|
|
21
|
+
import type { Boolean as ClrBoolean, Double, Enum, IComparable, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
22
22
|
|
|
23
23
|
export enum GeoObjectType {
|
|
24
24
|
Point = 0,
|
|
@@ -32,8 +32,15 @@ export enum GeoObjectType {
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
export interface GeoArray_1$instance<T> {
|
|
35
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoArray_1: never;
|
|
36
|
+
|
|
37
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
38
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
39
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
40
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
41
|
+
|
|
35
42
|
readonly Count: int;
|
|
36
|
-
readonly
|
|
43
|
+
readonly [index: number]: T;
|
|
37
44
|
GetEnumerator(): GeoArray_1_Enumerator<T>;
|
|
38
45
|
}
|
|
39
46
|
|
|
@@ -46,6 +53,12 @@ export const GeoArray_1: {
|
|
|
46
53
|
export type GeoArray_1<T> = GeoArray_1$instance<T>;
|
|
47
54
|
|
|
48
55
|
export interface GeoArray_1_Enumerator$instance<T> {
|
|
56
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoArray_1_Enumerator: never;
|
|
57
|
+
|
|
58
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
59
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
60
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
61
|
+
|
|
49
62
|
readonly Current: T;
|
|
50
63
|
Dispose(): void;
|
|
51
64
|
MoveNext(): boolean;
|
|
@@ -61,9 +74,13 @@ export const GeoArray_1_Enumerator: {
|
|
|
61
74
|
export type GeoArray_1_Enumerator<T> = GeoArray_1_Enumerator$instance<T>;
|
|
62
75
|
|
|
63
76
|
export interface GeoPosition$instance {
|
|
64
|
-
readonly
|
|
77
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoPosition: never;
|
|
78
|
+
|
|
79
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
80
|
+
|
|
81
|
+
readonly Altitude: Nullable_1<System_Internal.Double>;
|
|
65
82
|
readonly Count: int;
|
|
66
|
-
readonly
|
|
83
|
+
readonly [index: number]: double;
|
|
67
84
|
readonly Latitude: double;
|
|
68
85
|
readonly Longitude: double;
|
|
69
86
|
Equals(other: GeoPosition): boolean;
|
|
@@ -75,17 +92,21 @@ export interface GeoPosition$instance {
|
|
|
75
92
|
|
|
76
93
|
export const GeoPosition: {
|
|
77
94
|
new(longitude: double, latitude: double): GeoPosition;
|
|
78
|
-
new(longitude: double, latitude: double, altitude:
|
|
95
|
+
new(longitude: double, latitude: double, altitude: Nullable_1<System_Internal.Double>): GeoPosition;
|
|
79
96
|
};
|
|
80
97
|
|
|
81
98
|
|
|
82
99
|
export type GeoPosition = GeoPosition$instance;
|
|
83
100
|
|
|
84
101
|
export interface GeoBoundingBox$instance {
|
|
102
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoBoundingBox: never;
|
|
103
|
+
|
|
104
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
105
|
+
|
|
85
106
|
readonly East: double;
|
|
86
|
-
readonly
|
|
87
|
-
readonly MaxAltitude:
|
|
88
|
-
readonly MinAltitude:
|
|
107
|
+
readonly [index: number]: double;
|
|
108
|
+
readonly MaxAltitude: Nullable_1<System_Internal.Double>;
|
|
109
|
+
readonly MinAltitude: Nullable_1<System_Internal.Double>;
|
|
89
110
|
readonly North: double;
|
|
90
111
|
readonly South: double;
|
|
91
112
|
readonly West: double;
|
|
@@ -98,72 +119,92 @@ export interface GeoBoundingBox$instance {
|
|
|
98
119
|
|
|
99
120
|
export const GeoBoundingBox: {
|
|
100
121
|
new(west: double, south: double, east: double, north: double): GeoBoundingBox;
|
|
101
|
-
new(west: double, south: double, east: double, north: double, minAltitude:
|
|
122
|
+
new(west: double, south: double, east: double, north: double, minAltitude: Nullable_1<System_Internal.Double>, maxAltitude: Nullable_1<System_Internal.Double>): GeoBoundingBox;
|
|
102
123
|
};
|
|
103
124
|
|
|
104
125
|
|
|
105
126
|
export type GeoBoundingBox = GeoBoundingBox$instance;
|
|
106
127
|
|
|
107
128
|
export interface GeoCollection$instance extends GeoObject {
|
|
129
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoCollection: never;
|
|
130
|
+
|
|
131
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
132
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
133
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
134
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
135
|
+
|
|
108
136
|
readonly Count: int;
|
|
109
|
-
readonly
|
|
137
|
+
readonly [index: number]: GeoObject;
|
|
110
138
|
readonly Type: GeoObjectType;
|
|
111
|
-
GetEnumerator():
|
|
139
|
+
GetEnumerator(): IEnumerator_1<GeoObject>;
|
|
112
140
|
}
|
|
113
141
|
|
|
114
142
|
|
|
115
143
|
export const GeoCollection: {
|
|
116
|
-
new(geometries:
|
|
117
|
-
new(geometries:
|
|
144
|
+
new(geometries: IEnumerable_1<GeoObject>): GeoCollection;
|
|
145
|
+
new(geometries: IEnumerable_1<GeoObject>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoCollection;
|
|
118
146
|
};
|
|
119
147
|
|
|
120
148
|
|
|
121
149
|
export type GeoCollection = GeoCollection$instance;
|
|
122
150
|
|
|
123
151
|
export interface GeoLinearRing$instance {
|
|
152
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoLinearRing: never;
|
|
153
|
+
|
|
124
154
|
readonly Coordinates: GeoArray_1<GeoPosition>;
|
|
125
155
|
}
|
|
126
156
|
|
|
127
157
|
|
|
128
158
|
export const GeoLinearRing: {
|
|
129
|
-
new(coordinates:
|
|
159
|
+
new(coordinates: IEnumerable_1<GeoPosition>): GeoLinearRing;
|
|
130
160
|
};
|
|
131
161
|
|
|
132
162
|
|
|
133
163
|
export type GeoLinearRing = GeoLinearRing$instance;
|
|
134
164
|
|
|
135
165
|
export interface GeoLineString$instance extends GeoObject {
|
|
166
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoLineString: never;
|
|
167
|
+
|
|
136
168
|
readonly Coordinates: GeoArray_1<GeoPosition>;
|
|
137
169
|
readonly Type: GeoObjectType;
|
|
138
170
|
}
|
|
139
171
|
|
|
140
172
|
|
|
141
173
|
export const GeoLineString: {
|
|
142
|
-
new(coordinates:
|
|
143
|
-
new(coordinates:
|
|
174
|
+
new(coordinates: IEnumerable_1<GeoPosition>): GeoLineString;
|
|
175
|
+
new(coordinates: IEnumerable_1<GeoPosition>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoLineString;
|
|
144
176
|
};
|
|
145
177
|
|
|
146
178
|
|
|
147
179
|
export type GeoLineString = GeoLineString$instance;
|
|
148
180
|
|
|
149
181
|
export interface GeoLineStringCollection$instance extends GeoObject {
|
|
182
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoLineStringCollection: never;
|
|
183
|
+
|
|
184
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
185
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
186
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
187
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
188
|
+
|
|
150
189
|
readonly Coordinates: GeoArray_1<GeoArray_1<GeoPosition>>;
|
|
151
190
|
readonly Count: int;
|
|
152
|
-
readonly
|
|
191
|
+
readonly [index: number]: GeoLineString;
|
|
153
192
|
readonly Type: GeoObjectType;
|
|
154
|
-
GetEnumerator():
|
|
193
|
+
GetEnumerator(): IEnumerator_1<GeoLineString>;
|
|
155
194
|
}
|
|
156
195
|
|
|
157
196
|
|
|
158
197
|
export const GeoLineStringCollection: {
|
|
159
|
-
new(lines:
|
|
160
|
-
new(lines:
|
|
198
|
+
new(lines: IEnumerable_1<GeoLineString>): GeoLineStringCollection;
|
|
199
|
+
new(lines: IEnumerable_1<GeoLineString>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoLineStringCollection;
|
|
161
200
|
};
|
|
162
201
|
|
|
163
202
|
|
|
164
203
|
export type GeoLineStringCollection = GeoLineStringCollection$instance;
|
|
165
204
|
|
|
166
205
|
export interface GeoObject$instance {
|
|
206
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoObject: never;
|
|
207
|
+
|
|
167
208
|
readonly BoundingBox: GeoBoundingBox | undefined;
|
|
168
209
|
readonly Type: GeoObjectType;
|
|
169
210
|
ToString(): string;
|
|
@@ -179,6 +220,11 @@ export const GeoObject: {
|
|
|
179
220
|
export type GeoObject = GeoObject$instance;
|
|
180
221
|
|
|
181
222
|
export interface GeoPoint$instance extends GeoObject {
|
|
223
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoPoint: never;
|
|
224
|
+
|
|
225
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IJsonModel_1: never;
|
|
226
|
+
readonly __tsonic_iface_System_ClientModel_Primitives_IPersistableModel_1: never;
|
|
227
|
+
|
|
182
228
|
readonly Coordinates: GeoPosition;
|
|
183
229
|
readonly Type: GeoObjectType;
|
|
184
230
|
}
|
|
@@ -187,9 +233,9 @@ export interface GeoPoint$instance extends GeoObject {
|
|
|
187
233
|
export const GeoPoint: {
|
|
188
234
|
new(): GeoPoint;
|
|
189
235
|
new(longitude: double, latitude: double): GeoPoint;
|
|
190
|
-
new(longitude: double, latitude: double, altitude:
|
|
236
|
+
new(longitude: double, latitude: double, altitude: Nullable_1<System_Internal.Double>): GeoPoint;
|
|
191
237
|
new(position: GeoPosition): GeoPoint;
|
|
192
|
-
new(position: GeoPosition, boundingBox: GeoBoundingBox, customProperties:
|
|
238
|
+
new(position: GeoPosition, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPoint;
|
|
193
239
|
};
|
|
194
240
|
|
|
195
241
|
|
|
@@ -198,57 +244,71 @@ export interface __GeoPoint$views {
|
|
|
198
244
|
As_IPersistableModel_1(): System_ClientModel_Primitives_Internal.IPersistableModel_1$instance<GeoPoint>;
|
|
199
245
|
}
|
|
200
246
|
|
|
201
|
-
export interface GeoPoint$instance extends System_ClientModel_Primitives_Internal.IJsonModel_1$instance<GeoPoint> {}
|
|
202
|
-
|
|
203
247
|
export type GeoPoint = GeoPoint$instance & __GeoPoint$views;
|
|
204
248
|
|
|
205
249
|
|
|
206
250
|
export interface GeoPointCollection$instance extends GeoObject {
|
|
251
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoPointCollection: never;
|
|
252
|
+
|
|
253
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
254
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
255
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
256
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
257
|
+
|
|
207
258
|
readonly Coordinates: GeoArray_1<GeoPosition>;
|
|
208
259
|
readonly Count: int;
|
|
209
|
-
readonly
|
|
260
|
+
readonly [index: number]: GeoPoint;
|
|
210
261
|
readonly Type: GeoObjectType;
|
|
211
|
-
GetEnumerator():
|
|
262
|
+
GetEnumerator(): IEnumerator_1<GeoPoint>;
|
|
212
263
|
}
|
|
213
264
|
|
|
214
265
|
|
|
215
266
|
export const GeoPointCollection: {
|
|
216
|
-
new(points:
|
|
217
|
-
new(points:
|
|
267
|
+
new(points: IEnumerable_1<GeoPoint>): GeoPointCollection;
|
|
268
|
+
new(points: IEnumerable_1<GeoPoint>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPointCollection;
|
|
218
269
|
};
|
|
219
270
|
|
|
220
271
|
|
|
221
272
|
export type GeoPointCollection = GeoPointCollection$instance;
|
|
222
273
|
|
|
223
274
|
export interface GeoPolygon$instance extends GeoObject {
|
|
275
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoPolygon: never;
|
|
276
|
+
|
|
224
277
|
readonly Coordinates: GeoArray_1<GeoArray_1<GeoPosition>>;
|
|
225
278
|
readonly OuterRing: GeoLinearRing;
|
|
226
|
-
readonly Rings:
|
|
279
|
+
readonly Rings: IReadOnlyList_1<GeoLinearRing>;
|
|
227
280
|
readonly Type: GeoObjectType;
|
|
228
281
|
}
|
|
229
282
|
|
|
230
283
|
|
|
231
284
|
export const GeoPolygon: {
|
|
232
|
-
new(positions:
|
|
233
|
-
new(rings:
|
|
234
|
-
new(rings:
|
|
285
|
+
new(positions: IEnumerable_1<GeoPosition>): GeoPolygon;
|
|
286
|
+
new(rings: IEnumerable_1<GeoLinearRing>): GeoPolygon;
|
|
287
|
+
new(rings: IEnumerable_1<GeoLinearRing>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPolygon;
|
|
235
288
|
};
|
|
236
289
|
|
|
237
290
|
|
|
238
291
|
export type GeoPolygon = GeoPolygon$instance;
|
|
239
292
|
|
|
240
293
|
export interface GeoPolygonCollection$instance extends GeoObject {
|
|
294
|
+
readonly __tsonic_type_Azure_Core_GeoJson_GeoPolygonCollection: never;
|
|
295
|
+
|
|
296
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
297
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
298
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
299
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
300
|
+
|
|
241
301
|
readonly Coordinates: GeoArray_1<GeoArray_1<GeoArray_1<GeoPosition>>>;
|
|
242
302
|
readonly Count: int;
|
|
243
|
-
readonly
|
|
303
|
+
readonly [index: number]: GeoPolygon;
|
|
244
304
|
readonly Type: GeoObjectType;
|
|
245
|
-
GetEnumerator():
|
|
305
|
+
GetEnumerator(): IEnumerator_1<GeoPolygon>;
|
|
246
306
|
}
|
|
247
307
|
|
|
248
308
|
|
|
249
309
|
export const GeoPolygonCollection: {
|
|
250
|
-
new(polygons:
|
|
251
|
-
new(polygons:
|
|
310
|
+
new(polygons: IEnumerable_1<GeoPolygon>): GeoPolygonCollection;
|
|
311
|
+
new(polygons: IEnumerable_1<GeoPolygon>, boundingBox: GeoBoundingBox, customProperties: IReadOnlyDictionary_2<System_Internal.String, unknown>): GeoPolygonCollection;
|
|
252
312
|
};
|
|
253
313
|
|
|
254
314
|
|
|
@@ -8,50 +8,55 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { ClientOptions, DelayStrategy, HttpMessage, Request, RequestFailedDetailsParser, ResponseClassifier, TokenCredential, TokenRequestContext } from "../../Azure.Core/internal/index.js";
|
|
10
10
|
import type { RequestContext, Response } from "../../Azure/internal/index.js";
|
|
11
|
-
import type {
|
|
12
|
-
import
|
|
13
|
-
import type {
|
|
14
|
-
import type {
|
|
15
|
-
import type {
|
|
16
|
-
import type {
|
|
17
|
-
import
|
|
18
|
-
import type {
|
|
19
|
-
|
|
20
|
-
export
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
Process(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): void;
|
|
30
|
-
ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): ValueTask;
|
|
11
|
+
import type { IDictionary_2, IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
12
|
+
import type { HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http/internal/index.js";
|
|
13
|
+
import type { SslPolicyErrors } from "@tsonic/dotnet/System.Net.Security/internal/index.js";
|
|
14
|
+
import type { X509Certificate2, X509Chain } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
|
|
15
|
+
import type { ValueTask, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
16
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
17
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
18
|
+
import type { Boolean as ClrBoolean, Exception, Func_2, IDisposable, Int32, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
19
|
+
|
|
20
|
+
export interface BearerTokenAuthenticationPolicy$instance extends HttpPipelinePolicy {
|
|
21
|
+
readonly __tsonic_type_Azure_Core_Pipeline_BearerTokenAuthenticationPolicy: never;
|
|
22
|
+
|
|
23
|
+
AuthorizeRequest(message: HttpMessage): void;
|
|
24
|
+
AuthorizeRequestAsync(message: HttpMessage): ValueTask;
|
|
25
|
+
AuthorizeRequestOnChallenge(message: HttpMessage): boolean;
|
|
26
|
+
AuthorizeRequestOnChallengeAsync(message: HttpMessage): ValueTask_1<System_Internal.Boolean>;
|
|
27
|
+
Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
|
|
28
|
+
ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
|
|
31
29
|
}
|
|
32
30
|
|
|
33
31
|
|
|
34
32
|
export const BearerTokenAuthenticationPolicy: {
|
|
35
33
|
new(credential: TokenCredential, scope: string): BearerTokenAuthenticationPolicy;
|
|
36
|
-
new(credential: TokenCredential, scopes:
|
|
34
|
+
new(credential: TokenCredential, scopes: IEnumerable_1<System_Internal.String>): BearerTokenAuthenticationPolicy;
|
|
37
35
|
};
|
|
38
36
|
|
|
39
37
|
|
|
40
38
|
export type BearerTokenAuthenticationPolicy = BearerTokenAuthenticationPolicy$instance;
|
|
41
39
|
|
|
42
40
|
export interface DisposableHttpPipeline$instance extends HttpPipeline {
|
|
41
|
+
readonly __tsonic_type_Azure_Core_Pipeline_DisposableHttpPipeline: never;
|
|
42
|
+
|
|
43
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
44
|
+
|
|
43
45
|
Dispose(): void;
|
|
44
46
|
}
|
|
45
47
|
|
|
46
48
|
|
|
47
49
|
export const DisposableHttpPipeline: {
|
|
48
|
-
new(): DisposableHttpPipeline;
|
|
49
50
|
};
|
|
50
51
|
|
|
51
52
|
|
|
52
53
|
export type DisposableHttpPipeline = DisposableHttpPipeline$instance;
|
|
53
54
|
|
|
54
55
|
export interface HttpClientTransport$instance extends HttpPipelineTransport {
|
|
56
|
+
readonly __tsonic_type_Azure_Core_Pipeline_HttpClientTransport: never;
|
|
57
|
+
|
|
58
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
59
|
+
|
|
55
60
|
CreateRequest(): Request;
|
|
56
61
|
Dispose(): void;
|
|
57
62
|
Process(message: HttpMessage): void;
|
|
@@ -70,6 +75,8 @@ export const HttpClientTransport: {
|
|
|
70
75
|
export type HttpClientTransport = HttpClientTransport$instance;
|
|
71
76
|
|
|
72
77
|
export interface HttpPipeline$instance {
|
|
78
|
+
readonly __tsonic_type_Azure_Core_Pipeline_HttpPipeline: never;
|
|
79
|
+
|
|
73
80
|
readonly ResponseClassifier: ResponseClassifier;
|
|
74
81
|
CreateMessage(): HttpMessage;
|
|
75
82
|
CreateMessage(context: RequestContext): HttpMessage;
|
|
@@ -78,25 +85,28 @@ export interface HttpPipeline$instance {
|
|
|
78
85
|
Send(message: HttpMessage, cancellationToken: CancellationToken): void;
|
|
79
86
|
SendAsync(message: HttpMessage, cancellationToken: CancellationToken): ValueTask;
|
|
80
87
|
SendRequest(request: Request, cancellationToken: CancellationToken): Response;
|
|
81
|
-
SendRequestAsync(request: Request, cancellationToken: CancellationToken):
|
|
88
|
+
SendRequestAsync(request: Request, cancellationToken: CancellationToken): ValueTask_1<Response>;
|
|
82
89
|
}
|
|
83
90
|
|
|
84
91
|
|
|
85
92
|
export const HttpPipeline: {
|
|
86
93
|
new(transport: HttpPipelineTransport, policies: HttpPipelinePolicy[], responseClassifier: ResponseClassifier): HttpPipeline;
|
|
87
94
|
CreateClientRequestIdScope(clientRequestId: string): IDisposable;
|
|
88
|
-
CreateHttpMessagePropertiesScope(messageProperties:
|
|
95
|
+
CreateHttpMessagePropertiesScope(messageProperties: IDictionary_2<System_Internal.String, unknown>): IDisposable;
|
|
89
96
|
};
|
|
90
97
|
|
|
91
98
|
|
|
92
99
|
export type HttpPipeline = HttpPipeline$instance;
|
|
93
100
|
|
|
94
101
|
export interface HttpPipelineOptions$instance {
|
|
102
|
+
readonly __tsonic_type_Azure_Core_Pipeline_HttpPipelineOptions: never;
|
|
103
|
+
|
|
95
104
|
readonly ClientOptions: ClientOptions;
|
|
96
|
-
readonly PerCallPolicies:
|
|
97
|
-
readonly PerRetryPolicies:
|
|
105
|
+
readonly PerCallPolicies: IList_1<HttpPipelinePolicy>;
|
|
106
|
+
readonly PerRetryPolicies: IList_1<HttpPipelinePolicy>;
|
|
98
107
|
RequestFailedDetailsParser: RequestFailedDetailsParser;
|
|
99
|
-
ResponseClassifier: ResponseClassifier;
|
|
108
|
+
get ResponseClassifier(): ResponseClassifier | undefined;
|
|
109
|
+
set ResponseClassifier(value: ResponseClassifier | undefined);
|
|
100
110
|
}
|
|
101
111
|
|
|
102
112
|
|
|
@@ -108,56 +118,61 @@ export const HttpPipelineOptions: {
|
|
|
108
118
|
export type HttpPipelineOptions = HttpPipelineOptions$instance;
|
|
109
119
|
|
|
110
120
|
export interface HttpPipelinePolicy$instance {
|
|
111
|
-
|
|
112
|
-
|
|
121
|
+
readonly __tsonic_type_Azure_Core_Pipeline_HttpPipelinePolicy: never;
|
|
122
|
+
|
|
123
|
+
Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
|
|
124
|
+
ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
|
|
113
125
|
}
|
|
114
126
|
|
|
115
127
|
|
|
116
|
-
export const HttpPipelinePolicy: {
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
ProcessNextAsync(message: HttpMessage, pipeline: ReadOnlyMemory<HttpPipelinePolicy>): ValueTask;
|
|
128
|
+
export const HttpPipelinePolicy: (abstract new() => HttpPipelinePolicy) & {
|
|
129
|
+
ProcessNext(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
|
|
130
|
+
ProcessNextAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
|
|
120
131
|
};
|
|
121
132
|
|
|
122
133
|
|
|
123
134
|
export type HttpPipelinePolicy = HttpPipelinePolicy$instance;
|
|
124
135
|
|
|
125
136
|
export interface HttpPipelineSynchronousPolicy$instance extends HttpPipelinePolicy {
|
|
137
|
+
readonly __tsonic_type_Azure_Core_Pipeline_HttpPipelineSynchronousPolicy: never;
|
|
138
|
+
|
|
126
139
|
OnReceivedResponse(message: HttpMessage): void;
|
|
127
140
|
OnSendingRequest(message: HttpMessage): void;
|
|
128
|
-
Process(message: HttpMessage, pipeline:
|
|
129
|
-
Process(message: HttpMessage, pipeline:
|
|
130
|
-
ProcessAsync(message: HttpMessage, pipeline:
|
|
131
|
-
ProcessAsync(message: HttpMessage, pipeline:
|
|
141
|
+
Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
|
|
142
|
+
Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
|
|
143
|
+
ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
|
|
144
|
+
ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
|
|
132
145
|
}
|
|
133
146
|
|
|
134
147
|
|
|
135
|
-
export const HttpPipelineSynchronousPolicy: {
|
|
136
|
-
new(): HttpPipelineSynchronousPolicy;
|
|
148
|
+
export const HttpPipelineSynchronousPolicy: (abstract new() => HttpPipelineSynchronousPolicy) & {
|
|
137
149
|
};
|
|
138
150
|
|
|
139
151
|
|
|
140
152
|
export type HttpPipelineSynchronousPolicy = HttpPipelineSynchronousPolicy$instance;
|
|
141
153
|
|
|
142
154
|
export interface HttpPipelineTransport$instance {
|
|
155
|
+
readonly __tsonic_type_Azure_Core_Pipeline_HttpPipelineTransport: never;
|
|
156
|
+
|
|
143
157
|
CreateRequest(): Request;
|
|
144
158
|
Process(message: HttpMessage): void;
|
|
145
159
|
ProcessAsync(message: HttpMessage): ValueTask;
|
|
146
160
|
}
|
|
147
161
|
|
|
148
162
|
|
|
149
|
-
export const HttpPipelineTransport: {
|
|
150
|
-
new(): HttpPipelineTransport;
|
|
163
|
+
export const HttpPipelineTransport: (abstract new() => HttpPipelineTransport) & {
|
|
151
164
|
};
|
|
152
165
|
|
|
153
166
|
|
|
154
167
|
export type HttpPipelineTransport = HttpPipelineTransport$instance;
|
|
155
168
|
|
|
156
169
|
export interface HttpPipelineTransportOptions$instance {
|
|
157
|
-
readonly
|
|
170
|
+
readonly __tsonic_type_Azure_Core_Pipeline_HttpPipelineTransportOptions: never;
|
|
171
|
+
|
|
172
|
+
readonly ClientCertificates: IList_1<X509Certificate2>;
|
|
158
173
|
IsClientRedirectEnabled: boolean;
|
|
159
|
-
get ServerCertificateCustomValidationCallback():
|
|
160
|
-
set ServerCertificateCustomValidationCallback(value:
|
|
174
|
+
get ServerCertificateCustomValidationCallback(): Func_2<ServerCertificateCustomValidationArgs, System_Internal.Boolean> | undefined;
|
|
175
|
+
set ServerCertificateCustomValidationCallback(value: Func_2<ServerCertificateCustomValidationArgs, System_Internal.Boolean> | undefined);
|
|
161
176
|
}
|
|
162
177
|
|
|
163
178
|
|
|
@@ -169,32 +184,31 @@ export const HttpPipelineTransportOptions: {
|
|
|
169
184
|
export type HttpPipelineTransportOptions = HttpPipelineTransportOptions$instance;
|
|
170
185
|
|
|
171
186
|
export interface RedirectPolicy$instance extends HttpPipelinePolicy {
|
|
172
|
-
|
|
173
|
-
|
|
187
|
+
readonly __tsonic_type_Azure_Core_Pipeline_RedirectPolicy: never;
|
|
188
|
+
|
|
189
|
+
Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
|
|
190
|
+
ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
|
|
174
191
|
}
|
|
175
192
|
|
|
176
193
|
|
|
177
194
|
export const RedirectPolicy: {
|
|
178
|
-
new(): RedirectPolicy;
|
|
179
195
|
SetAllowAutoRedirect(message: HttpMessage, allowAutoRedirect: boolean): void;
|
|
180
196
|
};
|
|
181
197
|
|
|
182
198
|
|
|
183
199
|
export type RedirectPolicy = RedirectPolicy$instance;
|
|
184
200
|
|
|
185
|
-
export
|
|
186
|
-
|
|
187
|
-
protected OnRequestSentAsync(message: HttpMessage): ValueTask;
|
|
188
|
-
protected OnSendingRequest(message: HttpMessage): void;
|
|
189
|
-
protected OnSendingRequestAsync(message: HttpMessage): ValueTask;
|
|
190
|
-
protected ShouldRetry(message: HttpMessage, exception: Exception): boolean;
|
|
191
|
-
protected ShouldRetryAsync(message: HttpMessage, exception: Exception): ValueTask<System_Internal.Boolean>;
|
|
192
|
-
}
|
|
193
|
-
|
|
201
|
+
export interface RetryPolicy$instance extends HttpPipelinePolicy {
|
|
202
|
+
readonly __tsonic_type_Azure_Core_Pipeline_RetryPolicy: never;
|
|
194
203
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
204
|
+
OnRequestSent(message: HttpMessage): void;
|
|
205
|
+
OnRequestSentAsync(message: HttpMessage): ValueTask;
|
|
206
|
+
OnSendingRequest(message: HttpMessage): void;
|
|
207
|
+
OnSendingRequestAsync(message: HttpMessage): ValueTask;
|
|
208
|
+
Process(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): void;
|
|
209
|
+
ProcessAsync(message: HttpMessage, pipeline: ReadOnlyMemory_1<HttpPipelinePolicy>): ValueTask;
|
|
210
|
+
ShouldRetry(message: HttpMessage, exception: Exception): boolean;
|
|
211
|
+
ShouldRetryAsync(message: HttpMessage, exception: Exception): ValueTask_1<System_Internal.Boolean>;
|
|
198
212
|
}
|
|
199
213
|
|
|
200
214
|
|
|
@@ -206,6 +220,8 @@ export const RetryPolicy: {
|
|
|
206
220
|
export type RetryPolicy = RetryPolicy$instance;
|
|
207
221
|
|
|
208
222
|
export interface ServerCertificateCustomValidationArgs$instance {
|
|
223
|
+
readonly __tsonic_type_Azure_Core_Pipeline_ServerCertificateCustomValidationArgs: never;
|
|
224
|
+
|
|
209
225
|
readonly Certificate: X509Certificate2 | undefined;
|
|
210
226
|
readonly CertificateAuthorityChain: X509Chain | undefined;
|
|
211
227
|
readonly SslPolicyErrors: SslPolicyErrors;
|