@tsonic/microsoft-extensions 10.0.5 → 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/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +21 -19
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +25 -21
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +39 -31
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +92 -76
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +13 -11
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +16 -10
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +15 -9
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +6 -2
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +19 -11
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +127 -115
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +18 -18
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +47 -31
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +25 -19
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +39 -39
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +12 -12
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +21 -15
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +21 -13
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +16 -6
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +14 -10
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +20 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +33 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +4 -2
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +53 -39
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.Http/internal/index.d.ts +14 -10
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +13 -9
- package/Microsoft.Extensions.Internal/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Localization/internal/index.d.ts +31 -19
- package/Microsoft.Extensions.Logging/internal/index.d.ts +80 -66
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +28 -22
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +4 -2
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +24 -10
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +9 -7
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +6 -6
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +23 -7
- package/Microsoft.Extensions.Options/internal/index.d.ts +168 -128
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +38 -22
- package/Microsoft.Extensions.Validation/internal/index.d.ts +31 -21
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -3
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +10 -4
- package/System.Diagnostics/internal/index.d.ts +24 -10
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +120 -70
- package/System.Net.Http/internal/index.d.ts +3 -3
- package/System.Security.Cryptography/internal/index.d.ts +11 -5
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +147 -69
- package/System.Security.Cryptography.Xml/internal/index.d.ts +98 -16
- package/__internal/extensions/index.d.ts +614 -505
- package/package.json +3 -3
|
@@ -9,12 +9,12 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import type { BinderOptions, IConfiguration } from "../../Microsoft.Extensions.Configuration/internal/index.js";
|
|
10
10
|
import type { IServiceCollection } from "../../Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
11
11
|
import type { IChangeToken } from "../../Microsoft.Extensions.Primitives/internal/index.js";
|
|
12
|
-
import type {
|
|
13
|
-
import type { ValidationResult } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.js";
|
|
14
|
-
import * as
|
|
15
|
-
import type {
|
|
16
|
-
import * as
|
|
17
|
-
import type {
|
|
12
|
+
import type { IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
13
|
+
import type { ValidationResult } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations/internal/index.js";
|
|
14
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
15
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
16
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
17
|
+
import type { Action_1, Action_2, Action_3, Action_4, Action_5, Action_6, Attribute, Boolean as ClrBoolean, Exception, Func_1, Func_2, Func_3, Func_4, Func_5, Func_6, Func_7, IDisposable, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
18
18
|
|
|
19
19
|
export interface IConfigureNamedOptions_1$instance<TOptions> extends IConfigureOptions_1<TOptions> {
|
|
20
20
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureNamedOptions_1: never;
|
|
@@ -68,7 +68,7 @@ export interface IOptionsMonitor_1$instance<TOptions> {
|
|
|
68
68
|
|
|
69
69
|
readonly CurrentValue: TOptions;
|
|
70
70
|
Get(name: string): TOptions;
|
|
71
|
-
OnChange(listener:
|
|
71
|
+
OnChange(listener: Action_2<TOptions, System_Internal.String>): IDisposable;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
|
|
@@ -78,7 +78,7 @@ export interface IOptionsMonitorCache_1$instance<TOptions> {
|
|
|
78
78
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IOptionsMonitorCache_1: never;
|
|
79
79
|
|
|
80
80
|
Clear(): void;
|
|
81
|
-
GetOrAdd(name: string, createOptions:
|
|
81
|
+
GetOrAdd(name: string, createOptions: Func_1<TOptions>): TOptions;
|
|
82
82
|
TryAdd(name: string, options: TOptions): boolean;
|
|
83
83
|
TryRemove(name: string): boolean;
|
|
84
84
|
}
|
|
@@ -125,7 +125,9 @@ export interface IValidateOptions_1$instance<TOptions> {
|
|
|
125
125
|
|
|
126
126
|
export type IValidateOptions_1<TOptions> = IValidateOptions_1$instance<TOptions>;
|
|
127
127
|
|
|
128
|
-
export interface ConfigurationChangeTokenSource_1$instance<TOptions> {
|
|
128
|
+
export interface ConfigurationChangeTokenSource_1$instance<TOptions> extends IOptionsChangeTokenSource_1$instance<TOptions> {
|
|
129
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ConfigurationChangeTokenSource_1: never;
|
|
130
|
+
|
|
129
131
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IOptionsChangeTokenSource_1: never;
|
|
130
132
|
|
|
131
133
|
readonly Name: string;
|
|
@@ -143,12 +145,12 @@ export interface __ConfigurationChangeTokenSource_1$views<TOptions> {
|
|
|
143
145
|
As_IOptionsChangeTokenSource_1(): IOptionsChangeTokenSource_1$instance<TOptions>;
|
|
144
146
|
}
|
|
145
147
|
|
|
146
|
-
export interface ConfigurationChangeTokenSource_1$instance<TOptions> extends IOptionsChangeTokenSource_1$instance<TOptions> {}
|
|
147
|
-
|
|
148
148
|
export type ConfigurationChangeTokenSource_1<TOptions> = ConfigurationChangeTokenSource_1$instance<TOptions> & __ConfigurationChangeTokenSource_1$views<TOptions>;
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
export interface ConfigureFromConfigurationOptions_1$instance<TOptions> extends ConfigureOptions_1$instance<TOptions> {
|
|
152
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ConfigureFromConfigurationOptions_1: never;
|
|
153
|
+
|
|
152
154
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
|
|
153
155
|
|
|
154
156
|
Configure(options: TOptions): void;
|
|
@@ -168,10 +170,12 @@ export type ConfigureFromConfigurationOptions_1<TOptions> = ConfigureFromConfigu
|
|
|
168
170
|
|
|
169
171
|
|
|
170
172
|
export interface ConfigureNamedOptions_1$instance<TOptions> {
|
|
173
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ConfigureNamedOptions_1: never;
|
|
174
|
+
|
|
171
175
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureNamedOptions_1: never;
|
|
172
176
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
|
|
173
177
|
|
|
174
|
-
readonly Action:
|
|
178
|
+
readonly Action: Action_1<TOptions> | undefined;
|
|
175
179
|
readonly Name: string | undefined;
|
|
176
180
|
Configure(name: string, options: TOptions): void;
|
|
177
181
|
Configure(options: TOptions): void;
|
|
@@ -179,7 +183,7 @@ export interface ConfigureNamedOptions_1$instance<TOptions> {
|
|
|
179
183
|
|
|
180
184
|
|
|
181
185
|
export const ConfigureNamedOptions_1: {
|
|
182
|
-
new<TOptions>(name: string, action:
|
|
186
|
+
new<TOptions>(name: string, action: Action_1<TOptions>): ConfigureNamedOptions_1<TOptions>;
|
|
183
187
|
};
|
|
184
188
|
|
|
185
189
|
|
|
@@ -192,10 +196,12 @@ export type ConfigureNamedOptions_1<TOptions> = ConfigureNamedOptions_1$instance
|
|
|
192
196
|
|
|
193
197
|
|
|
194
198
|
export interface ConfigureNamedOptions_2$instance<TOptions, TDep> {
|
|
199
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ConfigureNamedOptions_2: never;
|
|
200
|
+
|
|
195
201
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureNamedOptions_1: never;
|
|
196
202
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
|
|
197
203
|
|
|
198
|
-
readonly Action:
|
|
204
|
+
readonly Action: Action_2<TOptions, TDep> | undefined;
|
|
199
205
|
readonly Dependency: TDep;
|
|
200
206
|
readonly Name: string | undefined;
|
|
201
207
|
Configure(name: string, options: TOptions): void;
|
|
@@ -204,7 +210,7 @@ export interface ConfigureNamedOptions_2$instance<TOptions, TDep> {
|
|
|
204
210
|
|
|
205
211
|
|
|
206
212
|
export const ConfigureNamedOptions_2: {
|
|
207
|
-
new<TOptions, TDep>(name: string, dependency: TDep, action:
|
|
213
|
+
new<TOptions, TDep>(name: string, dependency: TDep, action: Action_2<TOptions, TDep>): ConfigureNamedOptions_2<TOptions, TDep>;
|
|
208
214
|
};
|
|
209
215
|
|
|
210
216
|
|
|
@@ -217,10 +223,12 @@ export type ConfigureNamedOptions_2<TOptions, TDep> = ConfigureNamedOptions_2$in
|
|
|
217
223
|
|
|
218
224
|
|
|
219
225
|
export interface ConfigureNamedOptions_3$instance<TOptions, TDep1, TDep2> {
|
|
226
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ConfigureNamedOptions_3: never;
|
|
227
|
+
|
|
220
228
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureNamedOptions_1: never;
|
|
221
229
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
|
|
222
230
|
|
|
223
|
-
readonly Action:
|
|
231
|
+
readonly Action: Action_3<TOptions, TDep1, TDep2> | undefined;
|
|
224
232
|
readonly Dependency1: TDep1;
|
|
225
233
|
readonly Dependency2: TDep2;
|
|
226
234
|
readonly Name: string | undefined;
|
|
@@ -230,7 +238,7 @@ export interface ConfigureNamedOptions_3$instance<TOptions, TDep1, TDep2> {
|
|
|
230
238
|
|
|
231
239
|
|
|
232
240
|
export const ConfigureNamedOptions_3: {
|
|
233
|
-
new<TOptions, TDep1, TDep2>(name: string, dependency: TDep1, dependency2: TDep2, action:
|
|
241
|
+
new<TOptions, TDep1, TDep2>(name: string, dependency: TDep1, dependency2: TDep2, action: Action_3<TOptions, TDep1, TDep2>): ConfigureNamedOptions_3<TOptions, TDep1, TDep2>;
|
|
234
242
|
};
|
|
235
243
|
|
|
236
244
|
|
|
@@ -243,10 +251,12 @@ export type ConfigureNamedOptions_3<TOptions, TDep1, TDep2> = ConfigureNamedOpti
|
|
|
243
251
|
|
|
244
252
|
|
|
245
253
|
export interface ConfigureNamedOptions_4$instance<TOptions, TDep1, TDep2, TDep3> {
|
|
254
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ConfigureNamedOptions_4: never;
|
|
255
|
+
|
|
246
256
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureNamedOptions_1: never;
|
|
247
257
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
|
|
248
258
|
|
|
249
|
-
readonly Action:
|
|
259
|
+
readonly Action: Action_4<TOptions, TDep1, TDep2, TDep3> | undefined;
|
|
250
260
|
readonly Dependency1: TDep1;
|
|
251
261
|
readonly Dependency2: TDep2;
|
|
252
262
|
readonly Dependency3: TDep3;
|
|
@@ -257,7 +267,7 @@ export interface ConfigureNamedOptions_4$instance<TOptions, TDep1, TDep2, TDep3>
|
|
|
257
267
|
|
|
258
268
|
|
|
259
269
|
export const ConfigureNamedOptions_4: {
|
|
260
|
-
new<TOptions, TDep1, TDep2, TDep3>(name: string, dependency: TDep1, dependency2: TDep2, dependency3: TDep3, action:
|
|
270
|
+
new<TOptions, TDep1, TDep2, TDep3>(name: string, dependency: TDep1, dependency2: TDep2, dependency3: TDep3, action: Action_4<TOptions, TDep1, TDep2, TDep3>): ConfigureNamedOptions_4<TOptions, TDep1, TDep2, TDep3>;
|
|
261
271
|
};
|
|
262
272
|
|
|
263
273
|
|
|
@@ -270,10 +280,12 @@ export type ConfigureNamedOptions_4<TOptions, TDep1, TDep2, TDep3> = ConfigureNa
|
|
|
270
280
|
|
|
271
281
|
|
|
272
282
|
export interface ConfigureNamedOptions_5$instance<TOptions, TDep1, TDep2, TDep3, TDep4> {
|
|
283
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ConfigureNamedOptions_5: never;
|
|
284
|
+
|
|
273
285
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureNamedOptions_1: never;
|
|
274
286
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
|
|
275
287
|
|
|
276
|
-
readonly Action:
|
|
288
|
+
readonly Action: Action_5<TOptions, TDep1, TDep2, TDep3, TDep4> | undefined;
|
|
277
289
|
readonly Dependency1: TDep1;
|
|
278
290
|
readonly Dependency2: TDep2;
|
|
279
291
|
readonly Dependency3: TDep3;
|
|
@@ -285,7 +297,7 @@ export interface ConfigureNamedOptions_5$instance<TOptions, TDep1, TDep2, TDep3,
|
|
|
285
297
|
|
|
286
298
|
|
|
287
299
|
export const ConfigureNamedOptions_5: {
|
|
288
|
-
new<TOptions, TDep1, TDep2, TDep3, TDep4>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, action:
|
|
300
|
+
new<TOptions, TDep1, TDep2, TDep3, TDep4>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, action: Action_5<TOptions, TDep1, TDep2, TDep3, TDep4>): ConfigureNamedOptions_5<TOptions, TDep1, TDep2, TDep3, TDep4>;
|
|
289
301
|
};
|
|
290
302
|
|
|
291
303
|
|
|
@@ -298,10 +310,12 @@ export type ConfigureNamedOptions_5<TOptions, TDep1, TDep2, TDep3, TDep4> = Conf
|
|
|
298
310
|
|
|
299
311
|
|
|
300
312
|
export interface ConfigureNamedOptions_6$instance<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> {
|
|
313
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ConfigureNamedOptions_6: never;
|
|
314
|
+
|
|
301
315
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureNamedOptions_1: never;
|
|
302
316
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
|
|
303
317
|
|
|
304
|
-
readonly Action:
|
|
318
|
+
readonly Action: Action_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> | undefined;
|
|
305
319
|
readonly Dependency1: TDep1;
|
|
306
320
|
readonly Dependency2: TDep2;
|
|
307
321
|
readonly Dependency3: TDep3;
|
|
@@ -314,7 +328,7 @@ export interface ConfigureNamedOptions_6$instance<TOptions, TDep1, TDep2, TDep3,
|
|
|
314
328
|
|
|
315
329
|
|
|
316
330
|
export const ConfigureNamedOptions_6: {
|
|
317
|
-
new<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, dependency5: TDep5, action:
|
|
331
|
+
new<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, dependency5: TDep5, action: Action_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>): ConfigureNamedOptions_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>;
|
|
318
332
|
};
|
|
319
333
|
|
|
320
334
|
|
|
@@ -326,16 +340,18 @@ export interface __ConfigureNamedOptions_6$views<TOptions, TDep1, TDep2, TDep3,
|
|
|
326
340
|
export type ConfigureNamedOptions_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> = ConfigureNamedOptions_6$instance<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> & __ConfigureNamedOptions_6$views<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>;
|
|
327
341
|
|
|
328
342
|
|
|
329
|
-
export interface ConfigureOptions_1$instance<TOptions> {
|
|
343
|
+
export interface ConfigureOptions_1$instance<TOptions> extends IConfigureOptions_1$instance<TOptions> {
|
|
344
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ConfigureOptions_1: never;
|
|
345
|
+
|
|
330
346
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
|
|
331
347
|
|
|
332
|
-
readonly Action:
|
|
348
|
+
readonly Action: Action_1<TOptions> | undefined;
|
|
333
349
|
Configure(options: TOptions): void;
|
|
334
350
|
}
|
|
335
351
|
|
|
336
352
|
|
|
337
353
|
export const ConfigureOptions_1: {
|
|
338
|
-
new<TOptions>(action:
|
|
354
|
+
new<TOptions>(action: Action_1<TOptions>): ConfigureOptions_1<TOptions>;
|
|
339
355
|
};
|
|
340
356
|
|
|
341
357
|
|
|
@@ -343,12 +359,12 @@ export interface __ConfigureOptions_1$views<TOptions> {
|
|
|
343
359
|
As_IConfigureOptions_1(): IConfigureOptions_1$instance<TOptions>;
|
|
344
360
|
}
|
|
345
361
|
|
|
346
|
-
export interface ConfigureOptions_1$instance<TOptions> extends IConfigureOptions_1$instance<TOptions> {}
|
|
347
|
-
|
|
348
362
|
export type ConfigureOptions_1<TOptions> = ConfigureOptions_1$instance<TOptions> & __ConfigureOptions_1$views<TOptions>;
|
|
349
363
|
|
|
350
364
|
|
|
351
|
-
export interface DataAnnotationValidateOptions_1$instance<TOptions> {
|
|
365
|
+
export interface DataAnnotationValidateOptions_1$instance<TOptions> extends IValidateOptions_1$instance<TOptions> {
|
|
366
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_DataAnnotationValidateOptions_1: never;
|
|
367
|
+
|
|
352
368
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IValidateOptions_1: never;
|
|
353
369
|
|
|
354
370
|
readonly Name: string | undefined;
|
|
@@ -365,12 +381,12 @@ export interface __DataAnnotationValidateOptions_1$views<TOptions> {
|
|
|
365
381
|
As_IValidateOptions_1(): IValidateOptions_1$instance<TOptions>;
|
|
366
382
|
}
|
|
367
383
|
|
|
368
|
-
export interface DataAnnotationValidateOptions_1$instance<TOptions> extends IValidateOptions_1$instance<TOptions> {}
|
|
369
|
-
|
|
370
384
|
export type DataAnnotationValidateOptions_1<TOptions> = DataAnnotationValidateOptions_1$instance<TOptions> & __DataAnnotationValidateOptions_1$views<TOptions>;
|
|
371
385
|
|
|
372
386
|
|
|
373
387
|
export interface NamedConfigureFromConfigurationOptions_1$instance<TOptions> extends ConfigureNamedOptions_1$instance<TOptions> {
|
|
388
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_NamedConfigureFromConfigurationOptions_1: never;
|
|
389
|
+
|
|
374
390
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureNamedOptions_1: never;
|
|
375
391
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IConfigureOptions_1: never;
|
|
376
392
|
|
|
@@ -381,7 +397,7 @@ export interface NamedConfigureFromConfigurationOptions_1$instance<TOptions> ext
|
|
|
381
397
|
|
|
382
398
|
export const NamedConfigureFromConfigurationOptions_1: {
|
|
383
399
|
new<TOptions>(name: string, config: IConfiguration): NamedConfigureFromConfigurationOptions_1<TOptions>;
|
|
384
|
-
new<TOptions>(name: string, config: IConfiguration, configureBinder:
|
|
400
|
+
new<TOptions>(name: string, config: IConfiguration, configureBinder: Action_1<BinderOptions>): NamedConfigureFromConfigurationOptions_1<TOptions>;
|
|
385
401
|
};
|
|
386
402
|
|
|
387
403
|
|
|
@@ -394,32 +410,34 @@ export type NamedConfigureFromConfigurationOptions_1<TOptions> = NamedConfigureF
|
|
|
394
410
|
|
|
395
411
|
|
|
396
412
|
export interface OptionsBuilder_1$instance<TOptions> {
|
|
413
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_OptionsBuilder_1: never;
|
|
414
|
+
|
|
397
415
|
readonly Name: string;
|
|
398
416
|
readonly Services: IServiceCollection;
|
|
399
|
-
Configure(configureOptions:
|
|
400
|
-
Configure<TDep>(configureOptions:
|
|
401
|
-
Configure<TDep1, TDep2>(configureOptions:
|
|
402
|
-
Configure<TDep1, TDep2, TDep3>(configureOptions:
|
|
403
|
-
Configure<TDep1, TDep2, TDep3, TDep4>(configureOptions:
|
|
404
|
-
Configure<TDep1, TDep2, TDep3, TDep4, TDep5>(configureOptions:
|
|
405
|
-
PostConfigure(configureOptions:
|
|
406
|
-
PostConfigure<TDep>(configureOptions:
|
|
407
|
-
PostConfigure<TDep1, TDep2>(configureOptions:
|
|
408
|
-
PostConfigure<TDep1, TDep2, TDep3>(configureOptions:
|
|
409
|
-
PostConfigure<TDep1, TDep2, TDep3, TDep4>(configureOptions:
|
|
410
|
-
PostConfigure<TDep1, TDep2, TDep3, TDep4, TDep5>(configureOptions:
|
|
411
|
-
Validate(validation:
|
|
412
|
-
Validate(validation:
|
|
413
|
-
Validate<TDep>(validation:
|
|
414
|
-
Validate<TDep>(validation:
|
|
415
|
-
Validate<TDep1, TDep2>(validation:
|
|
416
|
-
Validate<TDep1, TDep2>(validation:
|
|
417
|
-
Validate<TDep1, TDep2, TDep3>(validation:
|
|
418
|
-
Validate<TDep1, TDep2, TDep3>(validation:
|
|
419
|
-
Validate<TDep1, TDep2, TDep3, TDep4>(validation:
|
|
420
|
-
Validate<TDep1, TDep2, TDep3, TDep4>(validation:
|
|
421
|
-
Validate<TDep1, TDep2, TDep3, TDep4, TDep5>(validation:
|
|
422
|
-
Validate<TDep1, TDep2, TDep3, TDep4, TDep5>(validation:
|
|
417
|
+
Configure(configureOptions: Action_1<TOptions>): OptionsBuilder_1<TOptions>;
|
|
418
|
+
Configure<TDep>(configureOptions: Action_2<TOptions, TDep>): OptionsBuilder_1<TOptions>;
|
|
419
|
+
Configure<TDep1, TDep2>(configureOptions: Action_3<TOptions, TDep1, TDep2>): OptionsBuilder_1<TOptions>;
|
|
420
|
+
Configure<TDep1, TDep2, TDep3>(configureOptions: Action_4<TOptions, TDep1, TDep2, TDep3>): OptionsBuilder_1<TOptions>;
|
|
421
|
+
Configure<TDep1, TDep2, TDep3, TDep4>(configureOptions: Action_5<TOptions, TDep1, TDep2, TDep3, TDep4>): OptionsBuilder_1<TOptions>;
|
|
422
|
+
Configure<TDep1, TDep2, TDep3, TDep4, TDep5>(configureOptions: Action_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>): OptionsBuilder_1<TOptions>;
|
|
423
|
+
PostConfigure(configureOptions: Action_1<TOptions>): OptionsBuilder_1<TOptions>;
|
|
424
|
+
PostConfigure<TDep>(configureOptions: Action_2<TOptions, TDep>): OptionsBuilder_1<TOptions>;
|
|
425
|
+
PostConfigure<TDep1, TDep2>(configureOptions: Action_3<TOptions, TDep1, TDep2>): OptionsBuilder_1<TOptions>;
|
|
426
|
+
PostConfigure<TDep1, TDep2, TDep3>(configureOptions: Action_4<TOptions, TDep1, TDep2, TDep3>): OptionsBuilder_1<TOptions>;
|
|
427
|
+
PostConfigure<TDep1, TDep2, TDep3, TDep4>(configureOptions: Action_5<TOptions, TDep1, TDep2, TDep3, TDep4>): OptionsBuilder_1<TOptions>;
|
|
428
|
+
PostConfigure<TDep1, TDep2, TDep3, TDep4, TDep5>(configureOptions: Action_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>): OptionsBuilder_1<TOptions>;
|
|
429
|
+
Validate(validation: Func_2<TOptions, System_Internal.Boolean>): OptionsBuilder_1<TOptions>;
|
|
430
|
+
Validate(validation: Func_2<TOptions, System_Internal.Boolean>, failureMessage: string): OptionsBuilder_1<TOptions>;
|
|
431
|
+
Validate<TDep>(validation: Func_3<TOptions, TDep, System_Internal.Boolean>): OptionsBuilder_1<TOptions>;
|
|
432
|
+
Validate<TDep>(validation: Func_3<TOptions, TDep, System_Internal.Boolean>, failureMessage: string): OptionsBuilder_1<TOptions>;
|
|
433
|
+
Validate<TDep1, TDep2>(validation: Func_4<TOptions, TDep1, TDep2, System_Internal.Boolean>): OptionsBuilder_1<TOptions>;
|
|
434
|
+
Validate<TDep1, TDep2>(validation: Func_4<TOptions, TDep1, TDep2, System_Internal.Boolean>, failureMessage: string): OptionsBuilder_1<TOptions>;
|
|
435
|
+
Validate<TDep1, TDep2, TDep3>(validation: Func_5<TOptions, TDep1, TDep2, TDep3, System_Internal.Boolean>): OptionsBuilder_1<TOptions>;
|
|
436
|
+
Validate<TDep1, TDep2, TDep3>(validation: Func_5<TOptions, TDep1, TDep2, TDep3, System_Internal.Boolean>, failureMessage: string): OptionsBuilder_1<TOptions>;
|
|
437
|
+
Validate<TDep1, TDep2, TDep3, TDep4>(validation: Func_6<TOptions, TDep1, TDep2, TDep3, TDep4, System_Internal.Boolean>): OptionsBuilder_1<TOptions>;
|
|
438
|
+
Validate<TDep1, TDep2, TDep3, TDep4>(validation: Func_6<TOptions, TDep1, TDep2, TDep3, TDep4, System_Internal.Boolean>, failureMessage: string): OptionsBuilder_1<TOptions>;
|
|
439
|
+
Validate<TDep1, TDep2, TDep3, TDep4, TDep5>(validation: Func_7<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5, System_Internal.Boolean>): OptionsBuilder_1<TOptions>;
|
|
440
|
+
Validate<TDep1, TDep2, TDep3, TDep4, TDep5>(validation: Func_7<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5, System_Internal.Boolean>, failureMessage: string): OptionsBuilder_1<TOptions>;
|
|
423
441
|
}
|
|
424
442
|
|
|
425
443
|
|
|
@@ -430,11 +448,13 @@ export const OptionsBuilder_1: {
|
|
|
430
448
|
|
|
431
449
|
export type OptionsBuilder_1<TOptions> = OptionsBuilder_1$instance<TOptions>;
|
|
432
450
|
|
|
433
|
-
export interface OptionsCache_1$instance<TOptions> {
|
|
451
|
+
export interface OptionsCache_1$instance<TOptions> extends IOptionsMonitorCache_1$instance<TOptions> {
|
|
452
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_OptionsCache_1: never;
|
|
453
|
+
|
|
434
454
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IOptionsMonitorCache_1: never;
|
|
435
455
|
|
|
436
456
|
Clear(): void;
|
|
437
|
-
GetOrAdd(name: string, createOptions:
|
|
457
|
+
GetOrAdd(name: string, createOptions: Func_1<TOptions>): TOptions;
|
|
438
458
|
TryAdd(name: string, options: TOptions): boolean;
|
|
439
459
|
TryRemove(name: string): boolean;
|
|
440
460
|
}
|
|
@@ -449,12 +469,12 @@ export interface __OptionsCache_1$views<TOptions> {
|
|
|
449
469
|
As_IOptionsMonitorCache_1(): IOptionsMonitorCache_1$instance<TOptions>;
|
|
450
470
|
}
|
|
451
471
|
|
|
452
|
-
export interface OptionsCache_1$instance<TOptions> extends IOptionsMonitorCache_1$instance<TOptions> {}
|
|
453
|
-
|
|
454
472
|
export type OptionsCache_1<TOptions> = OptionsCache_1$instance<TOptions> & __OptionsCache_1$views<TOptions>;
|
|
455
473
|
|
|
456
474
|
|
|
457
|
-
export interface OptionsFactory_1$instance<TOptions> {
|
|
475
|
+
export interface OptionsFactory_1$instance<TOptions> extends IOptionsFactory_1$instance<TOptions> {
|
|
476
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_OptionsFactory_1: never;
|
|
477
|
+
|
|
458
478
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IOptionsFactory_1: never;
|
|
459
479
|
|
|
460
480
|
Create(name: string): TOptions;
|
|
@@ -463,8 +483,8 @@ export interface OptionsFactory_1$instance<TOptions> {
|
|
|
463
483
|
|
|
464
484
|
|
|
465
485
|
export const OptionsFactory_1: {
|
|
466
|
-
new<TOptions>(setups:
|
|
467
|
-
new<TOptions>(setups:
|
|
486
|
+
new<TOptions>(setups: IEnumerable_1<IConfigureOptions_1<TOptions>>, postConfigures: IEnumerable_1<IPostConfigureOptions_1<TOptions>>): OptionsFactory_1<TOptions>;
|
|
487
|
+
new<TOptions>(setups: IEnumerable_1<IConfigureOptions_1<TOptions>>, postConfigures: IEnumerable_1<IPostConfigureOptions_1<TOptions>>, validations: IEnumerable_1<IValidateOptions_1<TOptions>>): OptionsFactory_1<TOptions>;
|
|
468
488
|
};
|
|
469
489
|
|
|
470
490
|
|
|
@@ -472,12 +492,12 @@ export interface __OptionsFactory_1$views<TOptions> {
|
|
|
472
492
|
As_IOptionsFactory_1(): IOptionsFactory_1$instance<TOptions>;
|
|
473
493
|
}
|
|
474
494
|
|
|
475
|
-
export interface OptionsFactory_1$instance<TOptions> extends IOptionsFactory_1$instance<TOptions> {}
|
|
476
|
-
|
|
477
495
|
export type OptionsFactory_1<TOptions> = OptionsFactory_1$instance<TOptions> & __OptionsFactory_1$views<TOptions>;
|
|
478
496
|
|
|
479
497
|
|
|
480
|
-
export interface OptionsManager_1$instance<TOptions> {
|
|
498
|
+
export interface OptionsManager_1$instance<TOptions> extends IOptionsSnapshot_1$instance<TOptions> {
|
|
499
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_OptionsManager_1: never;
|
|
500
|
+
|
|
481
501
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IOptionsSnapshot_1: never;
|
|
482
502
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IOptions_1: never;
|
|
483
503
|
|
|
@@ -496,24 +516,24 @@ export interface __OptionsManager_1$views<TOptions> {
|
|
|
496
516
|
As_IOptionsSnapshot_1(): IOptionsSnapshot_1$instance<TOptions>;
|
|
497
517
|
}
|
|
498
518
|
|
|
499
|
-
export interface OptionsManager_1$instance<TOptions> extends IOptionsSnapshot_1$instance<TOptions> {}
|
|
500
|
-
|
|
501
519
|
export type OptionsManager_1<TOptions> = OptionsManager_1$instance<TOptions> & __OptionsManager_1$views<TOptions>;
|
|
502
520
|
|
|
503
521
|
|
|
504
|
-
export interface OptionsMonitor_1$instance<TOptions> {
|
|
522
|
+
export interface OptionsMonitor_1$instance<TOptions> extends IOptionsMonitor_1$instance<TOptions>, System_Internal.IDisposable {
|
|
523
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_OptionsMonitor_1: never;
|
|
524
|
+
|
|
505
525
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IOptionsMonitor_1: never;
|
|
506
526
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
507
527
|
|
|
508
528
|
readonly CurrentValue: TOptions;
|
|
509
529
|
Dispose(): void;
|
|
510
530
|
Get(name: string): TOptions;
|
|
511
|
-
OnChange(listener:
|
|
531
|
+
OnChange(listener: Action_2<TOptions, System_Internal.String>): IDisposable;
|
|
512
532
|
}
|
|
513
533
|
|
|
514
534
|
|
|
515
535
|
export const OptionsMonitor_1: {
|
|
516
|
-
new<TOptions>(factory: IOptionsFactory_1<TOptions>, sources:
|
|
536
|
+
new<TOptions>(factory: IOptionsFactory_1<TOptions>, sources: IEnumerable_1<IOptionsChangeTokenSource_1<TOptions>>, cache: IOptionsMonitorCache_1<TOptions>): OptionsMonitor_1<TOptions>;
|
|
517
537
|
};
|
|
518
538
|
|
|
519
539
|
|
|
@@ -521,15 +541,15 @@ export interface __OptionsMonitor_1$views<TOptions> {
|
|
|
521
541
|
As_IOptionsMonitor_1(): IOptionsMonitor_1$instance<TOptions>;
|
|
522
542
|
}
|
|
523
543
|
|
|
524
|
-
export interface OptionsMonitor_1$instance<TOptions> extends IOptionsMonitor_1$instance<TOptions>, System_Internal.IDisposable {}
|
|
525
|
-
|
|
526
544
|
export type OptionsMonitor_1<TOptions> = OptionsMonitor_1$instance<TOptions> & __OptionsMonitor_1$views<TOptions>;
|
|
527
545
|
|
|
528
546
|
|
|
529
547
|
export interface OptionsValidationException$instance extends Exception {
|
|
548
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_OptionsValidationException: never;
|
|
549
|
+
|
|
530
550
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
531
551
|
|
|
532
|
-
readonly Failures:
|
|
552
|
+
readonly Failures: IEnumerable_1<System_Internal.String>;
|
|
533
553
|
readonly Message: string;
|
|
534
554
|
readonly OptionsName: string;
|
|
535
555
|
readonly OptionsType: Type;
|
|
@@ -537,13 +557,15 @@ export interface OptionsValidationException$instance extends Exception {
|
|
|
537
557
|
|
|
538
558
|
|
|
539
559
|
export const OptionsValidationException: {
|
|
540
|
-
new(optionsName: string, optionsType: Type, failureMessages:
|
|
560
|
+
new(optionsName: string, optionsType: Type, failureMessages: IEnumerable_1<System_Internal.String>): OptionsValidationException;
|
|
541
561
|
};
|
|
542
562
|
|
|
543
563
|
|
|
544
564
|
export type OptionsValidationException = OptionsValidationException$instance;
|
|
545
565
|
|
|
546
566
|
export interface OptionsValidatorAttribute$instance extends Attribute {
|
|
567
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_OptionsValidatorAttribute: never;
|
|
568
|
+
|
|
547
569
|
}
|
|
548
570
|
|
|
549
571
|
|
|
@@ -554,7 +576,9 @@ export const OptionsValidatorAttribute: {
|
|
|
554
576
|
|
|
555
577
|
export type OptionsValidatorAttribute = OptionsValidatorAttribute$instance;
|
|
556
578
|
|
|
557
|
-
export interface OptionsWrapper_1$instance<TOptions> {
|
|
579
|
+
export interface OptionsWrapper_1$instance<TOptions> extends IOptions_1$instance<TOptions> {
|
|
580
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_OptionsWrapper_1: never;
|
|
581
|
+
|
|
558
582
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IOptions_1: never;
|
|
559
583
|
|
|
560
584
|
readonly Value: TOptions;
|
|
@@ -570,22 +594,22 @@ export interface __OptionsWrapper_1$views<TOptions> {
|
|
|
570
594
|
As_IOptions_1(): IOptions_1$instance<TOptions>;
|
|
571
595
|
}
|
|
572
596
|
|
|
573
|
-
export interface OptionsWrapper_1$instance<TOptions> extends IOptions_1$instance<TOptions> {}
|
|
574
|
-
|
|
575
597
|
export type OptionsWrapper_1<TOptions> = OptionsWrapper_1$instance<TOptions> & __OptionsWrapper_1$views<TOptions>;
|
|
576
598
|
|
|
577
599
|
|
|
578
|
-
export interface PostConfigureOptions_1$instance<TOptions> {
|
|
600
|
+
export interface PostConfigureOptions_1$instance<TOptions> extends IPostConfigureOptions_1$instance<TOptions> {
|
|
601
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_PostConfigureOptions_1: never;
|
|
602
|
+
|
|
579
603
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IPostConfigureOptions_1: never;
|
|
580
604
|
|
|
581
|
-
readonly Action:
|
|
605
|
+
readonly Action: Action_1<TOptions> | undefined;
|
|
582
606
|
readonly Name: string | undefined;
|
|
583
607
|
PostConfigure(name: string, options: TOptions): void;
|
|
584
608
|
}
|
|
585
609
|
|
|
586
610
|
|
|
587
611
|
export const PostConfigureOptions_1: {
|
|
588
|
-
new<TOptions>(name: string, action:
|
|
612
|
+
new<TOptions>(name: string, action: Action_1<TOptions>): PostConfigureOptions_1<TOptions>;
|
|
589
613
|
};
|
|
590
614
|
|
|
591
615
|
|
|
@@ -593,15 +617,15 @@ export interface __PostConfigureOptions_1$views<TOptions> {
|
|
|
593
617
|
As_IPostConfigureOptions_1(): IPostConfigureOptions_1$instance<TOptions>;
|
|
594
618
|
}
|
|
595
619
|
|
|
596
|
-
export interface PostConfigureOptions_1$instance<TOptions> extends IPostConfigureOptions_1$instance<TOptions> {}
|
|
597
|
-
|
|
598
620
|
export type PostConfigureOptions_1<TOptions> = PostConfigureOptions_1$instance<TOptions> & __PostConfigureOptions_1$views<TOptions>;
|
|
599
621
|
|
|
600
622
|
|
|
601
623
|
export interface PostConfigureOptions_2$instance<TOptions, TDep> {
|
|
624
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_PostConfigureOptions_2: never;
|
|
625
|
+
|
|
602
626
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IPostConfigureOptions_1: never;
|
|
603
627
|
|
|
604
|
-
readonly Action:
|
|
628
|
+
readonly Action: Action_2<TOptions, TDep> | undefined;
|
|
605
629
|
readonly Dependency: TDep;
|
|
606
630
|
readonly Name: string | undefined;
|
|
607
631
|
PostConfigure(name: string, options: TOptions): void;
|
|
@@ -610,7 +634,7 @@ export interface PostConfigureOptions_2$instance<TOptions, TDep> {
|
|
|
610
634
|
|
|
611
635
|
|
|
612
636
|
export const PostConfigureOptions_2: {
|
|
613
|
-
new<TOptions, TDep>(name: string, dependency: TDep, action:
|
|
637
|
+
new<TOptions, TDep>(name: string, dependency: TDep, action: Action_2<TOptions, TDep>): PostConfigureOptions_2<TOptions, TDep>;
|
|
614
638
|
};
|
|
615
639
|
|
|
616
640
|
|
|
@@ -622,9 +646,11 @@ export type PostConfigureOptions_2<TOptions, TDep> = PostConfigureOptions_2$inst
|
|
|
622
646
|
|
|
623
647
|
|
|
624
648
|
export interface PostConfigureOptions_3$instance<TOptions, TDep1, TDep2> {
|
|
649
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_PostConfigureOptions_3: never;
|
|
650
|
+
|
|
625
651
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IPostConfigureOptions_1: never;
|
|
626
652
|
|
|
627
|
-
readonly Action:
|
|
653
|
+
readonly Action: Action_3<TOptions, TDep1, TDep2> | undefined;
|
|
628
654
|
readonly Dependency1: TDep1;
|
|
629
655
|
readonly Dependency2: TDep2;
|
|
630
656
|
readonly Name: string | undefined;
|
|
@@ -634,7 +660,7 @@ export interface PostConfigureOptions_3$instance<TOptions, TDep1, TDep2> {
|
|
|
634
660
|
|
|
635
661
|
|
|
636
662
|
export const PostConfigureOptions_3: {
|
|
637
|
-
new<TOptions, TDep1, TDep2>(name: string, dependency: TDep1, dependency2: TDep2, action:
|
|
663
|
+
new<TOptions, TDep1, TDep2>(name: string, dependency: TDep1, dependency2: TDep2, action: Action_3<TOptions, TDep1, TDep2>): PostConfigureOptions_3<TOptions, TDep1, TDep2>;
|
|
638
664
|
};
|
|
639
665
|
|
|
640
666
|
|
|
@@ -646,9 +672,11 @@ export type PostConfigureOptions_3<TOptions, TDep1, TDep2> = PostConfigureOption
|
|
|
646
672
|
|
|
647
673
|
|
|
648
674
|
export interface PostConfigureOptions_4$instance<TOptions, TDep1, TDep2, TDep3> {
|
|
675
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_PostConfigureOptions_4: never;
|
|
676
|
+
|
|
649
677
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IPostConfigureOptions_1: never;
|
|
650
678
|
|
|
651
|
-
readonly Action:
|
|
679
|
+
readonly Action: Action_4<TOptions, TDep1, TDep2, TDep3> | undefined;
|
|
652
680
|
readonly Dependency1: TDep1;
|
|
653
681
|
readonly Dependency2: TDep2;
|
|
654
682
|
readonly Dependency3: TDep3;
|
|
@@ -659,7 +687,7 @@ export interface PostConfigureOptions_4$instance<TOptions, TDep1, TDep2, TDep3>
|
|
|
659
687
|
|
|
660
688
|
|
|
661
689
|
export const PostConfigureOptions_4: {
|
|
662
|
-
new<TOptions, TDep1, TDep2, TDep3>(name: string, dependency: TDep1, dependency2: TDep2, dependency3: TDep3, action:
|
|
690
|
+
new<TOptions, TDep1, TDep2, TDep3>(name: string, dependency: TDep1, dependency2: TDep2, dependency3: TDep3, action: Action_4<TOptions, TDep1, TDep2, TDep3>): PostConfigureOptions_4<TOptions, TDep1, TDep2, TDep3>;
|
|
663
691
|
};
|
|
664
692
|
|
|
665
693
|
|
|
@@ -671,9 +699,11 @@ export type PostConfigureOptions_4<TOptions, TDep1, TDep2, TDep3> = PostConfigur
|
|
|
671
699
|
|
|
672
700
|
|
|
673
701
|
export interface PostConfigureOptions_5$instance<TOptions, TDep1, TDep2, TDep3, TDep4> {
|
|
702
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_PostConfigureOptions_5: never;
|
|
703
|
+
|
|
674
704
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IPostConfigureOptions_1: never;
|
|
675
705
|
|
|
676
|
-
readonly Action:
|
|
706
|
+
readonly Action: Action_5<TOptions, TDep1, TDep2, TDep3, TDep4> | undefined;
|
|
677
707
|
readonly Dependency1: TDep1;
|
|
678
708
|
readonly Dependency2: TDep2;
|
|
679
709
|
readonly Dependency3: TDep3;
|
|
@@ -685,7 +715,7 @@ export interface PostConfigureOptions_5$instance<TOptions, TDep1, TDep2, TDep3,
|
|
|
685
715
|
|
|
686
716
|
|
|
687
717
|
export const PostConfigureOptions_5: {
|
|
688
|
-
new<TOptions, TDep1, TDep2, TDep3, TDep4>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, action:
|
|
718
|
+
new<TOptions, TDep1, TDep2, TDep3, TDep4>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, action: Action_5<TOptions, TDep1, TDep2, TDep3, TDep4>): PostConfigureOptions_5<TOptions, TDep1, TDep2, TDep3, TDep4>;
|
|
689
719
|
};
|
|
690
720
|
|
|
691
721
|
|
|
@@ -697,9 +727,11 @@ export type PostConfigureOptions_5<TOptions, TDep1, TDep2, TDep3, TDep4> = PostC
|
|
|
697
727
|
|
|
698
728
|
|
|
699
729
|
export interface PostConfigureOptions_6$instance<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> {
|
|
730
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_PostConfigureOptions_6: never;
|
|
731
|
+
|
|
700
732
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IPostConfigureOptions_1: never;
|
|
701
733
|
|
|
702
|
-
readonly Action:
|
|
734
|
+
readonly Action: Action_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> | undefined;
|
|
703
735
|
readonly Dependency1: TDep1;
|
|
704
736
|
readonly Dependency2: TDep2;
|
|
705
737
|
readonly Dependency3: TDep3;
|
|
@@ -712,7 +744,7 @@ export interface PostConfigureOptions_6$instance<TOptions, TDep1, TDep2, TDep3,
|
|
|
712
744
|
|
|
713
745
|
|
|
714
746
|
export const PostConfigureOptions_6: {
|
|
715
|
-
new<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, dependency5: TDep5, action:
|
|
747
|
+
new<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, dependency5: TDep5, action: Action_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>): PostConfigureOptions_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>;
|
|
716
748
|
};
|
|
717
749
|
|
|
718
750
|
|
|
@@ -724,6 +756,8 @@ export type PostConfigureOptions_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>
|
|
|
724
756
|
|
|
725
757
|
|
|
726
758
|
export interface ValidateEnumeratedItemsAttribute$instance extends Attribute {
|
|
759
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ValidateEnumeratedItemsAttribute: never;
|
|
760
|
+
|
|
727
761
|
readonly Validator: Type | undefined;
|
|
728
762
|
}
|
|
729
763
|
|
|
@@ -737,6 +771,8 @@ export const ValidateEnumeratedItemsAttribute: {
|
|
|
737
771
|
export type ValidateEnumeratedItemsAttribute = ValidateEnumeratedItemsAttribute$instance;
|
|
738
772
|
|
|
739
773
|
export interface ValidateObjectMembersAttribute$instance extends Attribute {
|
|
774
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ValidateObjectMembersAttribute: never;
|
|
775
|
+
|
|
740
776
|
readonly Validator: Type | undefined;
|
|
741
777
|
}
|
|
742
778
|
|
|
@@ -749,18 +785,20 @@ export const ValidateObjectMembersAttribute: {
|
|
|
749
785
|
|
|
750
786
|
export type ValidateObjectMembersAttribute = ValidateObjectMembersAttribute$instance;
|
|
751
787
|
|
|
752
|
-
export interface ValidateOptions_1$instance<TOptions> {
|
|
788
|
+
export interface ValidateOptions_1$instance<TOptions> extends IValidateOptions_1$instance<TOptions> {
|
|
789
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ValidateOptions_1: never;
|
|
790
|
+
|
|
753
791
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IValidateOptions_1: never;
|
|
754
792
|
|
|
755
793
|
readonly FailureMessage: string;
|
|
756
794
|
readonly Name: string | undefined;
|
|
757
|
-
readonly Validation:
|
|
795
|
+
readonly Validation: Func_2<TOptions, System_Internal.Boolean>;
|
|
758
796
|
Validate(name: string, options: TOptions): ValidateOptionsResult;
|
|
759
797
|
}
|
|
760
798
|
|
|
761
799
|
|
|
762
800
|
export const ValidateOptions_1: {
|
|
763
|
-
new<TOptions>(name: string, validation:
|
|
801
|
+
new<TOptions>(name: string, validation: Func_2<TOptions, System_Internal.Boolean>, failureMessage: string): ValidateOptions_1<TOptions>;
|
|
764
802
|
};
|
|
765
803
|
|
|
766
804
|
|
|
@@ -768,24 +806,24 @@ export interface __ValidateOptions_1$views<TOptions> {
|
|
|
768
806
|
As_IValidateOptions_1(): IValidateOptions_1$instance<TOptions>;
|
|
769
807
|
}
|
|
770
808
|
|
|
771
|
-
export interface ValidateOptions_1$instance<TOptions> extends IValidateOptions_1$instance<TOptions> {}
|
|
772
|
-
|
|
773
809
|
export type ValidateOptions_1<TOptions> = ValidateOptions_1$instance<TOptions> & __ValidateOptions_1$views<TOptions>;
|
|
774
810
|
|
|
775
811
|
|
|
776
|
-
export interface ValidateOptions_2$instance<TOptions, TDep> {
|
|
812
|
+
export interface ValidateOptions_2$instance<TOptions, TDep> extends IValidateOptions_1$instance<TOptions> {
|
|
813
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ValidateOptions_2: never;
|
|
814
|
+
|
|
777
815
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IValidateOptions_1: never;
|
|
778
816
|
|
|
779
817
|
readonly Dependency: TDep;
|
|
780
818
|
readonly FailureMessage: string;
|
|
781
819
|
readonly Name: string | undefined;
|
|
782
|
-
readonly Validation:
|
|
820
|
+
readonly Validation: Func_3<TOptions, TDep, System_Internal.Boolean>;
|
|
783
821
|
Validate(name: string, options: TOptions): ValidateOptionsResult;
|
|
784
822
|
}
|
|
785
823
|
|
|
786
824
|
|
|
787
825
|
export const ValidateOptions_2: {
|
|
788
|
-
new<TOptions, TDep>(name: string, dependency: TDep, validation:
|
|
826
|
+
new<TOptions, TDep>(name: string, dependency: TDep, validation: Func_3<TOptions, TDep, System_Internal.Boolean>, failureMessage: string): ValidateOptions_2<TOptions, TDep>;
|
|
789
827
|
};
|
|
790
828
|
|
|
791
829
|
|
|
@@ -793,25 +831,25 @@ export interface __ValidateOptions_2$views<TOptions, TDep> {
|
|
|
793
831
|
As_IValidateOptions_1(): IValidateOptions_1$instance<TOptions>;
|
|
794
832
|
}
|
|
795
833
|
|
|
796
|
-
export interface ValidateOptions_2$instance<TOptions, TDep> extends IValidateOptions_1$instance<TOptions> {}
|
|
797
|
-
|
|
798
834
|
export type ValidateOptions_2<TOptions, TDep> = ValidateOptions_2$instance<TOptions, TDep> & __ValidateOptions_2$views<TOptions, TDep>;
|
|
799
835
|
|
|
800
836
|
|
|
801
|
-
export interface ValidateOptions_3$instance<TOptions, TDep1, TDep2> {
|
|
837
|
+
export interface ValidateOptions_3$instance<TOptions, TDep1, TDep2> extends IValidateOptions_1$instance<TOptions> {
|
|
838
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ValidateOptions_3: never;
|
|
839
|
+
|
|
802
840
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IValidateOptions_1: never;
|
|
803
841
|
|
|
804
842
|
readonly Dependency1: TDep1;
|
|
805
843
|
readonly Dependency2: TDep2;
|
|
806
844
|
readonly FailureMessage: string;
|
|
807
845
|
readonly Name: string | undefined;
|
|
808
|
-
readonly Validation:
|
|
846
|
+
readonly Validation: Func_4<TOptions, TDep1, TDep2, System_Internal.Boolean>;
|
|
809
847
|
Validate(name: string, options: TOptions): ValidateOptionsResult;
|
|
810
848
|
}
|
|
811
849
|
|
|
812
850
|
|
|
813
851
|
export const ValidateOptions_3: {
|
|
814
|
-
new<TOptions, TDep1, TDep2>(name: string, dependency1: TDep1, dependency2: TDep2, validation:
|
|
852
|
+
new<TOptions, TDep1, TDep2>(name: string, dependency1: TDep1, dependency2: TDep2, validation: Func_4<TOptions, TDep1, TDep2, System_Internal.Boolean>, failureMessage: string): ValidateOptions_3<TOptions, TDep1, TDep2>;
|
|
815
853
|
};
|
|
816
854
|
|
|
817
855
|
|
|
@@ -819,12 +857,12 @@ export interface __ValidateOptions_3$views<TOptions, TDep1, TDep2> {
|
|
|
819
857
|
As_IValidateOptions_1(): IValidateOptions_1$instance<TOptions>;
|
|
820
858
|
}
|
|
821
859
|
|
|
822
|
-
export interface ValidateOptions_3$instance<TOptions, TDep1, TDep2> extends IValidateOptions_1$instance<TOptions> {}
|
|
823
|
-
|
|
824
860
|
export type ValidateOptions_3<TOptions, TDep1, TDep2> = ValidateOptions_3$instance<TOptions, TDep1, TDep2> & __ValidateOptions_3$views<TOptions, TDep1, TDep2>;
|
|
825
861
|
|
|
826
862
|
|
|
827
|
-
export interface ValidateOptions_4$instance<TOptions, TDep1, TDep2, TDep3> {
|
|
863
|
+
export interface ValidateOptions_4$instance<TOptions, TDep1, TDep2, TDep3> extends IValidateOptions_1$instance<TOptions> {
|
|
864
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ValidateOptions_4: never;
|
|
865
|
+
|
|
828
866
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IValidateOptions_1: never;
|
|
829
867
|
|
|
830
868
|
readonly Dependency1: TDep1;
|
|
@@ -832,13 +870,13 @@ export interface ValidateOptions_4$instance<TOptions, TDep1, TDep2, TDep3> {
|
|
|
832
870
|
readonly Dependency3: TDep3;
|
|
833
871
|
readonly FailureMessage: string;
|
|
834
872
|
readonly Name: string | undefined;
|
|
835
|
-
readonly Validation:
|
|
873
|
+
readonly Validation: Func_5<TOptions, TDep1, TDep2, TDep3, System_Internal.Boolean>;
|
|
836
874
|
Validate(name: string, options: TOptions): ValidateOptionsResult;
|
|
837
875
|
}
|
|
838
876
|
|
|
839
877
|
|
|
840
878
|
export const ValidateOptions_4: {
|
|
841
|
-
new<TOptions, TDep1, TDep2, TDep3>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, validation:
|
|
879
|
+
new<TOptions, TDep1, TDep2, TDep3>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, validation: Func_5<TOptions, TDep1, TDep2, TDep3, System_Internal.Boolean>, failureMessage: string): ValidateOptions_4<TOptions, TDep1, TDep2, TDep3>;
|
|
842
880
|
};
|
|
843
881
|
|
|
844
882
|
|
|
@@ -846,12 +884,12 @@ export interface __ValidateOptions_4$views<TOptions, TDep1, TDep2, TDep3> {
|
|
|
846
884
|
As_IValidateOptions_1(): IValidateOptions_1$instance<TOptions>;
|
|
847
885
|
}
|
|
848
886
|
|
|
849
|
-
export interface ValidateOptions_4$instance<TOptions, TDep1, TDep2, TDep3> extends IValidateOptions_1$instance<TOptions> {}
|
|
850
|
-
|
|
851
887
|
export type ValidateOptions_4<TOptions, TDep1, TDep2, TDep3> = ValidateOptions_4$instance<TOptions, TDep1, TDep2, TDep3> & __ValidateOptions_4$views<TOptions, TDep1, TDep2, TDep3>;
|
|
852
888
|
|
|
853
889
|
|
|
854
|
-
export interface ValidateOptions_5$instance<TOptions, TDep1, TDep2, TDep3, TDep4> {
|
|
890
|
+
export interface ValidateOptions_5$instance<TOptions, TDep1, TDep2, TDep3, TDep4> extends IValidateOptions_1$instance<TOptions> {
|
|
891
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ValidateOptions_5: never;
|
|
892
|
+
|
|
855
893
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IValidateOptions_1: never;
|
|
856
894
|
|
|
857
895
|
readonly Dependency1: TDep1;
|
|
@@ -860,13 +898,13 @@ export interface ValidateOptions_5$instance<TOptions, TDep1, TDep2, TDep3, TDep4
|
|
|
860
898
|
readonly Dependency4: TDep4;
|
|
861
899
|
readonly FailureMessage: string;
|
|
862
900
|
readonly Name: string | undefined;
|
|
863
|
-
readonly Validation:
|
|
901
|
+
readonly Validation: Func_6<TOptions, TDep1, TDep2, TDep3, TDep4, System_Internal.Boolean>;
|
|
864
902
|
Validate(name: string, options: TOptions): ValidateOptionsResult;
|
|
865
903
|
}
|
|
866
904
|
|
|
867
905
|
|
|
868
906
|
export const ValidateOptions_5: {
|
|
869
|
-
new<TOptions, TDep1, TDep2, TDep3, TDep4>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, validation:
|
|
907
|
+
new<TOptions, TDep1, TDep2, TDep3, TDep4>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, validation: Func_6<TOptions, TDep1, TDep2, TDep3, TDep4, System_Internal.Boolean>, failureMessage: string): ValidateOptions_5<TOptions, TDep1, TDep2, TDep3, TDep4>;
|
|
870
908
|
};
|
|
871
909
|
|
|
872
910
|
|
|
@@ -874,12 +912,12 @@ export interface __ValidateOptions_5$views<TOptions, TDep1, TDep2, TDep3, TDep4>
|
|
|
874
912
|
As_IValidateOptions_1(): IValidateOptions_1$instance<TOptions>;
|
|
875
913
|
}
|
|
876
914
|
|
|
877
|
-
export interface ValidateOptions_5$instance<TOptions, TDep1, TDep2, TDep3, TDep4> extends IValidateOptions_1$instance<TOptions> {}
|
|
878
|
-
|
|
879
915
|
export type ValidateOptions_5<TOptions, TDep1, TDep2, TDep3, TDep4> = ValidateOptions_5$instance<TOptions, TDep1, TDep2, TDep3, TDep4> & __ValidateOptions_5$views<TOptions, TDep1, TDep2, TDep3, TDep4>;
|
|
880
916
|
|
|
881
917
|
|
|
882
|
-
export interface ValidateOptions_6$instance<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> {
|
|
918
|
+
export interface ValidateOptions_6$instance<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> extends IValidateOptions_1$instance<TOptions> {
|
|
919
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ValidateOptions_6: never;
|
|
920
|
+
|
|
883
921
|
readonly __tsonic_iface_Microsoft_Extensions_Options_IValidateOptions_1: never;
|
|
884
922
|
|
|
885
923
|
readonly Dependency1: TDep1;
|
|
@@ -889,13 +927,13 @@ export interface ValidateOptions_6$instance<TOptions, TDep1, TDep2, TDep3, TDep4
|
|
|
889
927
|
readonly Dependency5: TDep5;
|
|
890
928
|
readonly FailureMessage: string;
|
|
891
929
|
readonly Name: string | undefined;
|
|
892
|
-
readonly Validation:
|
|
930
|
+
readonly Validation: Func_7<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5, System_Internal.Boolean>;
|
|
893
931
|
Validate(name: string, options: TOptions): ValidateOptionsResult;
|
|
894
932
|
}
|
|
895
933
|
|
|
896
934
|
|
|
897
935
|
export const ValidateOptions_6: {
|
|
898
|
-
new<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, dependency5: TDep5, validation:
|
|
936
|
+
new<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>(name: string, dependency1: TDep1, dependency2: TDep2, dependency3: TDep3, dependency4: TDep4, dependency5: TDep5, validation: Func_7<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5, System_Internal.Boolean>, failureMessage: string): ValidateOptions_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>;
|
|
899
937
|
};
|
|
900
938
|
|
|
901
939
|
|
|
@@ -903,17 +941,17 @@ export interface __ValidateOptions_6$views<TOptions, TDep1, TDep2, TDep3, TDep4,
|
|
|
903
941
|
As_IValidateOptions_1(): IValidateOptions_1$instance<TOptions>;
|
|
904
942
|
}
|
|
905
943
|
|
|
906
|
-
export interface ValidateOptions_6$instance<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> extends IValidateOptions_1$instance<TOptions> {}
|
|
907
|
-
|
|
908
944
|
export type ValidateOptions_6<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> = ValidateOptions_6$instance<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5> & __ValidateOptions_6$views<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>;
|
|
909
945
|
|
|
910
946
|
|
|
911
947
|
export interface ValidateOptionsResult$instance {
|
|
948
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ValidateOptionsResult: never;
|
|
949
|
+
|
|
912
950
|
Failed: boolean;
|
|
913
951
|
get FailureMessage(): string | undefined;
|
|
914
952
|
set FailureMessage(value: string | undefined);
|
|
915
|
-
get Failures():
|
|
916
|
-
set Failures(value:
|
|
953
|
+
get Failures(): IEnumerable_1<System_Internal.String> | undefined;
|
|
954
|
+
set Failures(value: IEnumerable_1<System_Internal.String> | undefined);
|
|
917
955
|
Skipped: boolean;
|
|
918
956
|
Succeeded: boolean;
|
|
919
957
|
}
|
|
@@ -923,7 +961,7 @@ export const ValidateOptionsResult: {
|
|
|
923
961
|
new(): ValidateOptionsResult;
|
|
924
962
|
readonly Skip: ValidateOptionsResult;
|
|
925
963
|
readonly Success: ValidateOptionsResult;
|
|
926
|
-
Fail(failures:
|
|
964
|
+
Fail(failures: IEnumerable_1<System_Internal.String>): ValidateOptionsResult;
|
|
927
965
|
Fail(failureMessage: string): ValidateOptionsResult;
|
|
928
966
|
};
|
|
929
967
|
|
|
@@ -931,10 +969,12 @@ export const ValidateOptionsResult: {
|
|
|
931
969
|
export type ValidateOptionsResult = ValidateOptionsResult$instance;
|
|
932
970
|
|
|
933
971
|
export interface ValidateOptionsResultBuilder$instance {
|
|
972
|
+
readonly __tsonic_type_Microsoft_Extensions_Options_ValidateOptionsResultBuilder: never;
|
|
973
|
+
|
|
934
974
|
AddError(error: string, propertyName?: string): void;
|
|
935
975
|
AddResult(result: ValidationResult): void;
|
|
936
976
|
AddResult(result: ValidateOptionsResult): void;
|
|
937
|
-
AddResults(results:
|
|
977
|
+
AddResults(results: IEnumerable_1<ValidationResult>): void;
|
|
938
978
|
Build(): ValidateOptionsResult;
|
|
939
979
|
Clear(): void;
|
|
940
980
|
}
|
|
@@ -956,7 +996,7 @@ export abstract class Options$instance {
|
|
|
956
996
|
export type Options = Options$instance;
|
|
957
997
|
|
|
958
998
|
export abstract class OptionsMonitorExtensions$instance {
|
|
959
|
-
static OnChange<TOptions>(monitor: IOptionsMonitor_1<TOptions>, listener:
|
|
999
|
+
static OnChange<TOptions>(monitor: IOptionsMonitor_1<TOptions>, listener: Action_1<TOptions>): IDisposable | undefined;
|
|
960
1000
|
}
|
|
961
1001
|
|
|
962
1002
|
|