@tsonic/efcore-npgsql 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/Microsoft.EntityFrameworkCore/internal/index.d.ts +284 -280
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Npgsql/internal/index.d.ts +402 -290
- package/Npgsql.BackendMessages/internal/index.d.ts +4 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +33 -31
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +3 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +20 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +51 -39
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +38 -33
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +3 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +32 -25
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +73 -54
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +21 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -47
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +29 -25
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +21 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +16 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +179 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +149 -117
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +155 -148
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +17 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +16 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +342 -465
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +6 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +40 -32
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +11 -7
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +39 -26
- package/Npgsql.Internal/internal/index.d.ts +141 -104
- package/Npgsql.Internal.Postgres/internal/index.d.ts +16 -2
- package/Npgsql.NameTranslation/internal/index.d.ts +13 -9
- package/Npgsql.PostgresTypes/internal/index.d.ts +34 -23
- package/Npgsql.Replication/internal/index.d.ts +49 -25
- package/Npgsql.Replication.Internal/internal/index.d.ts +10 -9
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -22
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +74 -36
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +18 -10
- package/Npgsql.Schema/internal/index.d.ts +26 -24
- package/Npgsql.TypeMapping/internal/index.d.ts +7 -3
- package/Npgsql.Util/internal/index.d.ts +4 -2
- package/NpgsqlTypes/internal/index.d.ts +145 -33
- package/__internal/extensions/index.d.ts +867 -89
- package/package.json +5 -5
|
@@ -9,17 +9,17 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import type { ptr } from "@tsonic/core/types.js";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
13
|
-
import type {
|
|
14
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
15
|
-
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
16
|
-
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
|
|
17
|
-
import type { ITypeDescriptorContext, TypeConverter } from "@tsonic/dotnet/System.ComponentModel.js";
|
|
18
|
-
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
|
|
19
|
-
import
|
|
20
|
-
import type {
|
|
21
|
-
import
|
|
22
|
-
import type {
|
|
12
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
13
|
+
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyList_1, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
14
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
15
|
+
import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
16
|
+
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
|
|
17
|
+
import type { ITypeDescriptorContext, TypeConverter } from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
|
|
18
|
+
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization/internal/index.js";
|
|
19
|
+
import type { IPAddress } from "@tsonic/dotnet/System.Net/internal/index.js";
|
|
20
|
+
import type { StringBuilder } from "@tsonic/dotnet/System.Text/internal/index.js";
|
|
21
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
22
|
+
import type { Attribute, Boolean as ClrBoolean, Byte, Char, Double, Enum, IComparable, IComparable_1, IConvertible, IEquatable_1, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, UInt16, UInt32, UInt64, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
23
23
|
|
|
24
24
|
export enum NpgsqlDbType {
|
|
25
25
|
Bigint = 1,
|
|
@@ -129,6 +129,10 @@ export enum NpgsqlTsVector_Lexeme_Weight {
|
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
export interface NpgsqlBox$instance {
|
|
132
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlBox: never;
|
|
133
|
+
|
|
134
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
135
|
+
|
|
132
136
|
readonly Bottom: double;
|
|
133
137
|
readonly Height: double;
|
|
134
138
|
readonly IsEmpty: boolean;
|
|
@@ -157,6 +161,10 @@ export const NpgsqlBox: {
|
|
|
157
161
|
export type NpgsqlBox = NpgsqlBox$instance;
|
|
158
162
|
|
|
159
163
|
export interface NpgsqlCidr$instance {
|
|
164
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlCidr: never;
|
|
165
|
+
|
|
166
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
167
|
+
|
|
160
168
|
readonly Address: IPAddress;
|
|
161
169
|
readonly Netmask: byte;
|
|
162
170
|
Deconstruct(address: IPAddress, netmask: byte): void;
|
|
@@ -176,6 +184,10 @@ export const NpgsqlCidr: {
|
|
|
176
184
|
export type NpgsqlCidr = NpgsqlCidr$instance;
|
|
177
185
|
|
|
178
186
|
export interface NpgsqlCircle$instance {
|
|
187
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlCircle: never;
|
|
188
|
+
|
|
189
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
190
|
+
|
|
179
191
|
Center: NpgsqlPoint;
|
|
180
192
|
Radius: double;
|
|
181
193
|
X: double;
|
|
@@ -198,10 +210,14 @@ export const NpgsqlCircle: {
|
|
|
198
210
|
export type NpgsqlCircle = NpgsqlCircle$instance;
|
|
199
211
|
|
|
200
212
|
export interface NpgsqlCube$instance {
|
|
213
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlCube: never;
|
|
214
|
+
|
|
215
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
216
|
+
|
|
201
217
|
readonly Dimensions: int;
|
|
202
218
|
readonly IsPoint: boolean;
|
|
203
|
-
readonly LowerLeft:
|
|
204
|
-
readonly UpperRight:
|
|
219
|
+
readonly LowerLeft: IReadOnlyList_1<System_Internal.Double>;
|
|
220
|
+
readonly UpperRight: IReadOnlyList_1<System_Internal.Double>;
|
|
205
221
|
Equals(other: NpgsqlCube): boolean;
|
|
206
222
|
Equals(obj: unknown): boolean;
|
|
207
223
|
GetHashCode(): int;
|
|
@@ -213,8 +229,8 @@ export interface NpgsqlCube$instance {
|
|
|
213
229
|
export const NpgsqlCube: {
|
|
214
230
|
new(coord: double): NpgsqlCube;
|
|
215
231
|
new(lowerLeft: double, upperRight: double): NpgsqlCube;
|
|
216
|
-
new(coords:
|
|
217
|
-
new(lowerLeft:
|
|
232
|
+
new(coords: IEnumerable_1<System_Internal.Double>): NpgsqlCube;
|
|
233
|
+
new(lowerLeft: IEnumerable_1<System_Internal.Double>, upperRight: IEnumerable_1<System_Internal.Double>): NpgsqlCube;
|
|
218
234
|
new(cube: NpgsqlCube, coord: double): NpgsqlCube;
|
|
219
235
|
new(cube: NpgsqlCube, lowerLeft: double, upperRight: double): NpgsqlCube;
|
|
220
236
|
};
|
|
@@ -223,6 +239,10 @@ export const NpgsqlCube: {
|
|
|
223
239
|
export type NpgsqlCube = NpgsqlCube$instance;
|
|
224
240
|
|
|
225
241
|
export interface NpgsqlInet$instance {
|
|
242
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlInet: never;
|
|
243
|
+
|
|
244
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
245
|
+
|
|
226
246
|
readonly Address: IPAddress;
|
|
227
247
|
readonly Netmask: byte;
|
|
228
248
|
Deconstruct(address: IPAddress, netmask: byte): void;
|
|
@@ -243,6 +263,10 @@ export const NpgsqlInet: {
|
|
|
243
263
|
export type NpgsqlInet = NpgsqlInet$instance;
|
|
244
264
|
|
|
245
265
|
export interface NpgsqlInterval$instance {
|
|
266
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlInterval: never;
|
|
267
|
+
|
|
268
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
269
|
+
|
|
246
270
|
readonly Days: int;
|
|
247
271
|
readonly Months: int;
|
|
248
272
|
readonly Time: long;
|
|
@@ -260,6 +284,10 @@ export const NpgsqlInterval: {
|
|
|
260
284
|
export type NpgsqlInterval = NpgsqlInterval$instance;
|
|
261
285
|
|
|
262
286
|
export interface NpgsqlLine$instance {
|
|
287
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlLine: never;
|
|
288
|
+
|
|
289
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
290
|
+
|
|
263
291
|
A: double;
|
|
264
292
|
B: double;
|
|
265
293
|
C: double;
|
|
@@ -279,6 +307,11 @@ export const NpgsqlLine: {
|
|
|
279
307
|
export type NpgsqlLine = NpgsqlLine$instance;
|
|
280
308
|
|
|
281
309
|
export interface NpgsqlLogSequenceNumber$instance {
|
|
310
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlLogSequenceNumber: never;
|
|
311
|
+
|
|
312
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
313
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
314
|
+
|
|
282
315
|
CompareTo(value: NpgsqlLogSequenceNumber): int;
|
|
283
316
|
Equals(other: NpgsqlLogSequenceNumber): boolean;
|
|
284
317
|
Equals(obj: unknown): boolean;
|
|
@@ -291,10 +324,10 @@ export const NpgsqlLogSequenceNumber: {
|
|
|
291
324
|
new(value: ulong): NpgsqlLogSequenceNumber;
|
|
292
325
|
readonly Invalid: NpgsqlLogSequenceNumber;
|
|
293
326
|
Larger(value1: NpgsqlLogSequenceNumber, value2: NpgsqlLogSequenceNumber): NpgsqlLogSequenceNumber;
|
|
294
|
-
Parse(s:
|
|
327
|
+
Parse(s: ReadOnlySpan_1<System_Internal.Char>): NpgsqlLogSequenceNumber;
|
|
295
328
|
Parse(s: string): NpgsqlLogSequenceNumber;
|
|
296
329
|
Smaller(value1: NpgsqlLogSequenceNumber, value2: NpgsqlLogSequenceNumber): NpgsqlLogSequenceNumber;
|
|
297
|
-
TryParse(s:
|
|
330
|
+
TryParse(s: ReadOnlySpan_1<System_Internal.Char>, result: NpgsqlLogSequenceNumber): boolean;
|
|
298
331
|
TryParse(s: string, result: NpgsqlLogSequenceNumber): boolean;
|
|
299
332
|
};
|
|
300
333
|
|
|
@@ -302,6 +335,10 @@ export const NpgsqlLogSequenceNumber: {
|
|
|
302
335
|
export type NpgsqlLogSequenceNumber = NpgsqlLogSequenceNumber$instance;
|
|
303
336
|
|
|
304
337
|
export interface NpgsqlLSeg$instance {
|
|
338
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlLSeg: never;
|
|
339
|
+
|
|
340
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
341
|
+
|
|
305
342
|
End: NpgsqlPoint;
|
|
306
343
|
Start: NpgsqlPoint;
|
|
307
344
|
Deconstruct(start: NpgsqlPoint, end: NpgsqlPoint): void;
|
|
@@ -321,10 +358,18 @@ export const NpgsqlLSeg: {
|
|
|
321
358
|
export type NpgsqlLSeg = NpgsqlLSeg$instance;
|
|
322
359
|
|
|
323
360
|
export interface NpgsqlPath$instance {
|
|
361
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlPath: never;
|
|
362
|
+
|
|
363
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
364
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
365
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
366
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
367
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
368
|
+
|
|
324
369
|
readonly Capacity: int;
|
|
325
370
|
readonly Count: int;
|
|
326
371
|
readonly IsReadOnly: boolean;
|
|
327
|
-
|
|
372
|
+
[index: number]: NpgsqlPoint;
|
|
328
373
|
Open: boolean;
|
|
329
374
|
Add(item: NpgsqlPoint): void;
|
|
330
375
|
Clear(): void;
|
|
@@ -332,7 +377,7 @@ export interface NpgsqlPath$instance {
|
|
|
332
377
|
CopyTo(array: NpgsqlPoint[], arrayIndex: int): void;
|
|
333
378
|
Equals(other: NpgsqlPath): boolean;
|
|
334
379
|
Equals(obj: unknown): boolean;
|
|
335
|
-
GetEnumerator():
|
|
380
|
+
GetEnumerator(): IEnumerator_1<NpgsqlPoint>;
|
|
336
381
|
GetHashCode(): int;
|
|
337
382
|
IndexOf(item: NpgsqlPoint): int;
|
|
338
383
|
Insert(index: int, item: NpgsqlPoint): void;
|
|
@@ -344,8 +389,8 @@ export interface NpgsqlPath$instance {
|
|
|
344
389
|
|
|
345
390
|
export const NpgsqlPath: {
|
|
346
391
|
new(): NpgsqlPath;
|
|
347
|
-
new(points:
|
|
348
|
-
new(points:
|
|
392
|
+
new(points: IEnumerable_1<NpgsqlPoint>, open: boolean): NpgsqlPath;
|
|
393
|
+
new(points: IEnumerable_1<NpgsqlPoint>): NpgsqlPath;
|
|
349
394
|
new(points: NpgsqlPoint[]): NpgsqlPath;
|
|
350
395
|
new(open: boolean): NpgsqlPath;
|
|
351
396
|
new(capacity: int, open: boolean): NpgsqlPath;
|
|
@@ -356,6 +401,10 @@ export const NpgsqlPath: {
|
|
|
356
401
|
export type NpgsqlPath = NpgsqlPath$instance;
|
|
357
402
|
|
|
358
403
|
export interface NpgsqlPoint$instance {
|
|
404
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlPoint: never;
|
|
405
|
+
|
|
406
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
407
|
+
|
|
359
408
|
X: double;
|
|
360
409
|
Y: double;
|
|
361
410
|
Deconstruct(x: double, y: double): void;
|
|
@@ -374,17 +423,25 @@ export const NpgsqlPoint: {
|
|
|
374
423
|
export type NpgsqlPoint = NpgsqlPoint$instance;
|
|
375
424
|
|
|
376
425
|
export interface NpgsqlPolygon$instance {
|
|
426
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlPolygon: never;
|
|
427
|
+
|
|
428
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
429
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
430
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
431
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
432
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
433
|
+
|
|
377
434
|
readonly Capacity: int;
|
|
378
435
|
readonly Count: int;
|
|
379
436
|
readonly IsReadOnly: boolean;
|
|
380
|
-
|
|
437
|
+
[index: number]: NpgsqlPoint;
|
|
381
438
|
Add(item: NpgsqlPoint): void;
|
|
382
439
|
Clear(): void;
|
|
383
440
|
Contains(item: NpgsqlPoint): boolean;
|
|
384
441
|
CopyTo(array: NpgsqlPoint[], arrayIndex: int): void;
|
|
385
442
|
Equals(other: NpgsqlPolygon): boolean;
|
|
386
443
|
Equals(obj: unknown): boolean;
|
|
387
|
-
GetEnumerator():
|
|
444
|
+
GetEnumerator(): IEnumerator_1<NpgsqlPoint>;
|
|
388
445
|
GetHashCode(): int;
|
|
389
446
|
IndexOf(item: NpgsqlPoint): int;
|
|
390
447
|
Insert(index: int, item: NpgsqlPoint): void;
|
|
@@ -396,7 +453,7 @@ export interface NpgsqlPolygon$instance {
|
|
|
396
453
|
|
|
397
454
|
export const NpgsqlPolygon: {
|
|
398
455
|
new(): NpgsqlPolygon;
|
|
399
|
-
new(points:
|
|
456
|
+
new(points: IEnumerable_1<NpgsqlPoint>): NpgsqlPolygon;
|
|
400
457
|
new(points: NpgsqlPoint[]): NpgsqlPolygon;
|
|
401
458
|
new(capacity: int): NpgsqlPolygon;
|
|
402
459
|
};
|
|
@@ -405,6 +462,10 @@ export const NpgsqlPolygon: {
|
|
|
405
462
|
export type NpgsqlPolygon = NpgsqlPolygon$instance;
|
|
406
463
|
|
|
407
464
|
export interface NpgsqlRange_1$instance<T> {
|
|
465
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlRange_1: never;
|
|
466
|
+
|
|
467
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
468
|
+
|
|
408
469
|
readonly IsEmpty: boolean;
|
|
409
470
|
readonly LowerBound: T;
|
|
410
471
|
readonly LowerBoundInfinite: boolean;
|
|
@@ -431,6 +492,10 @@ export const NpgsqlRange_1: {
|
|
|
431
492
|
export type NpgsqlRange_1<T> = NpgsqlRange_1$instance<T>;
|
|
432
493
|
|
|
433
494
|
export interface NpgsqlTid$instance {
|
|
495
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTid: never;
|
|
496
|
+
|
|
497
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
498
|
+
|
|
434
499
|
readonly BlockNumber: uint;
|
|
435
500
|
readonly OffsetNumber: ushort;
|
|
436
501
|
Deconstruct(blockNumber: uint, offsetNumber: ushort): void;
|
|
@@ -449,8 +514,12 @@ export const NpgsqlTid: {
|
|
|
449
514
|
export type NpgsqlTid = NpgsqlTid$instance;
|
|
450
515
|
|
|
451
516
|
export interface NpgsqlTsVector_Lexeme$instance {
|
|
517
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsVector_Lexeme: never;
|
|
518
|
+
|
|
519
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
520
|
+
|
|
452
521
|
readonly Count: int;
|
|
453
|
-
|
|
522
|
+
[index: number]: NpgsqlTsVector_Lexeme_WordEntryPos;
|
|
454
523
|
Text: string;
|
|
455
524
|
Equals(o: NpgsqlTsVector_Lexeme): boolean;
|
|
456
525
|
Equals(o: unknown): boolean;
|
|
@@ -461,13 +530,17 @@ export interface NpgsqlTsVector_Lexeme$instance {
|
|
|
461
530
|
|
|
462
531
|
export const NpgsqlTsVector_Lexeme: {
|
|
463
532
|
new(text: string): NpgsqlTsVector_Lexeme;
|
|
464
|
-
new(text: string, wordEntryPositions:
|
|
533
|
+
new(text: string, wordEntryPositions: List_1<NpgsqlTsVector_Lexeme_WordEntryPos>): NpgsqlTsVector_Lexeme;
|
|
465
534
|
};
|
|
466
535
|
|
|
467
536
|
|
|
468
537
|
export type NpgsqlTsVector_Lexeme = NpgsqlTsVector_Lexeme$instance;
|
|
469
538
|
|
|
470
539
|
export interface NpgsqlTsVector_Lexeme_WordEntryPos$instance {
|
|
540
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsVector_Lexeme_WordEntryPos: never;
|
|
541
|
+
|
|
542
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
543
|
+
|
|
471
544
|
readonly Pos: int;
|
|
472
545
|
readonly Weight: NpgsqlTsVector_Lexeme_Weight;
|
|
473
546
|
Equals(o: NpgsqlTsVector_Lexeme_WordEntryPos): boolean;
|
|
@@ -485,6 +558,8 @@ export const NpgsqlTsVector_Lexeme_WordEntryPos: {
|
|
|
485
558
|
export type NpgsqlTsVector_Lexeme_WordEntryPos = NpgsqlTsVector_Lexeme_WordEntryPos$instance;
|
|
486
559
|
|
|
487
560
|
export interface NpgsqlRange_1_RangeTypeConverter$instance<T> extends TypeConverter {
|
|
561
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlRange_1_RangeTypeConverter: never;
|
|
562
|
+
|
|
488
563
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
489
564
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
490
565
|
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
|
|
@@ -501,6 +576,10 @@ export const NpgsqlRange_1_RangeTypeConverter: {
|
|
|
501
576
|
export type NpgsqlRange_1_RangeTypeConverter<T> = NpgsqlRange_1_RangeTypeConverter$instance<T>;
|
|
502
577
|
|
|
503
578
|
export interface NpgsqlTsQuery$instance {
|
|
579
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsQuery: never;
|
|
580
|
+
|
|
581
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
582
|
+
|
|
504
583
|
readonly Kind: NpgsqlTsQuery_NodeKind;
|
|
505
584
|
Equals(obj: unknown): boolean;
|
|
506
585
|
Equals(other: NpgsqlTsQuery): boolean;
|
|
@@ -510,8 +589,7 @@ export interface NpgsqlTsQuery$instance {
|
|
|
510
589
|
}
|
|
511
590
|
|
|
512
591
|
|
|
513
|
-
export const NpgsqlTsQuery: {
|
|
514
|
-
new(kind: NpgsqlTsQuery_NodeKind): NpgsqlTsQuery;
|
|
592
|
+
export const NpgsqlTsQuery: (abstract new(kind: NpgsqlTsQuery_NodeKind) => NpgsqlTsQuery) & {
|
|
515
593
|
Parse(value: string): NpgsqlTsQuery;
|
|
516
594
|
};
|
|
517
595
|
|
|
@@ -519,6 +597,10 @@ export const NpgsqlTsQuery: {
|
|
|
519
597
|
export type NpgsqlTsQuery = NpgsqlTsQuery$instance;
|
|
520
598
|
|
|
521
599
|
export interface NpgsqlTsQueryAnd$instance extends NpgsqlTsQueryBinOp {
|
|
600
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsQueryAnd: never;
|
|
601
|
+
|
|
602
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
603
|
+
|
|
522
604
|
Equals(other: NpgsqlTsQuery): boolean;
|
|
523
605
|
Equals(obj: unknown): boolean;
|
|
524
606
|
GetHashCode(): int;
|
|
@@ -533,19 +615,26 @@ export const NpgsqlTsQueryAnd: {
|
|
|
533
615
|
export type NpgsqlTsQueryAnd = NpgsqlTsQueryAnd$instance;
|
|
534
616
|
|
|
535
617
|
export interface NpgsqlTsQueryBinOp$instance extends NpgsqlTsQuery {
|
|
618
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsQueryBinOp: never;
|
|
619
|
+
|
|
620
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
621
|
+
|
|
536
622
|
Left: NpgsqlTsQuery;
|
|
537
623
|
Right: NpgsqlTsQuery;
|
|
538
624
|
}
|
|
539
625
|
|
|
540
626
|
|
|
541
|
-
export const NpgsqlTsQueryBinOp: {
|
|
542
|
-
new(kind: NpgsqlTsQuery_NodeKind, left: NpgsqlTsQuery, right: NpgsqlTsQuery): NpgsqlTsQueryBinOp;
|
|
627
|
+
export const NpgsqlTsQueryBinOp: (abstract new(kind: NpgsqlTsQuery_NodeKind, left: NpgsqlTsQuery, right: NpgsqlTsQuery) => NpgsqlTsQueryBinOp) & {
|
|
543
628
|
};
|
|
544
629
|
|
|
545
630
|
|
|
546
631
|
export type NpgsqlTsQueryBinOp = NpgsqlTsQueryBinOp$instance;
|
|
547
632
|
|
|
548
633
|
export interface NpgsqlTsQueryEmpty$instance extends NpgsqlTsQuery {
|
|
634
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsQueryEmpty: never;
|
|
635
|
+
|
|
636
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
637
|
+
|
|
549
638
|
Equals(other: NpgsqlTsQuery): boolean;
|
|
550
639
|
Equals(obj: unknown): boolean;
|
|
551
640
|
GetHashCode(): int;
|
|
@@ -560,6 +649,10 @@ export const NpgsqlTsQueryEmpty: {
|
|
|
560
649
|
export type NpgsqlTsQueryEmpty = NpgsqlTsQueryEmpty$instance;
|
|
561
650
|
|
|
562
651
|
export interface NpgsqlTsQueryFollowedBy$instance extends NpgsqlTsQueryBinOp {
|
|
652
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsQueryFollowedBy: never;
|
|
653
|
+
|
|
654
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
655
|
+
|
|
563
656
|
Distance: short;
|
|
564
657
|
Equals(other: NpgsqlTsQuery): boolean;
|
|
565
658
|
Equals(obj: unknown): boolean;
|
|
@@ -575,6 +668,10 @@ export const NpgsqlTsQueryFollowedBy: {
|
|
|
575
668
|
export type NpgsqlTsQueryFollowedBy = NpgsqlTsQueryFollowedBy$instance;
|
|
576
669
|
|
|
577
670
|
export interface NpgsqlTsQueryLexeme$instance extends NpgsqlTsQuery {
|
|
671
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsQueryLexeme: never;
|
|
672
|
+
|
|
673
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
674
|
+
|
|
578
675
|
IsPrefixSearch: boolean;
|
|
579
676
|
Text: string;
|
|
580
677
|
Weights: NpgsqlTsQueryLexeme_Weight;
|
|
@@ -594,6 +691,10 @@ export const NpgsqlTsQueryLexeme: {
|
|
|
594
691
|
export type NpgsqlTsQueryLexeme = NpgsqlTsQueryLexeme$instance;
|
|
595
692
|
|
|
596
693
|
export interface NpgsqlTsQueryNot$instance extends NpgsqlTsQuery {
|
|
694
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsQueryNot: never;
|
|
695
|
+
|
|
696
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
697
|
+
|
|
597
698
|
Child: NpgsqlTsQuery;
|
|
598
699
|
Equals(other: NpgsqlTsQuery): boolean;
|
|
599
700
|
Equals(obj: unknown): boolean;
|
|
@@ -609,6 +710,10 @@ export const NpgsqlTsQueryNot: {
|
|
|
609
710
|
export type NpgsqlTsQueryNot = NpgsqlTsQueryNot$instance;
|
|
610
711
|
|
|
611
712
|
export interface NpgsqlTsQueryOr$instance extends NpgsqlTsQueryBinOp {
|
|
713
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsQueryOr: never;
|
|
714
|
+
|
|
715
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
716
|
+
|
|
612
717
|
Equals(other: NpgsqlTsQuery): boolean;
|
|
613
718
|
Equals(obj: unknown): boolean;
|
|
614
719
|
GetHashCode(): int;
|
|
@@ -623,18 +728,23 @@ export const NpgsqlTsQueryOr: {
|
|
|
623
728
|
export type NpgsqlTsQueryOr = NpgsqlTsQueryOr$instance;
|
|
624
729
|
|
|
625
730
|
export interface NpgsqlTsVector$instance {
|
|
731
|
+
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsVector: never;
|
|
732
|
+
|
|
733
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
734
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
735
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
736
|
+
|
|
626
737
|
readonly Count: int;
|
|
627
|
-
readonly
|
|
738
|
+
readonly [index: number]: NpgsqlTsVector_Lexeme;
|
|
628
739
|
Equals(other: NpgsqlTsVector): boolean;
|
|
629
740
|
Equals(obj: unknown): boolean;
|
|
630
|
-
GetEnumerator():
|
|
741
|
+
GetEnumerator(): IEnumerator_1<NpgsqlTsVector_Lexeme>;
|
|
631
742
|
GetHashCode(): int;
|
|
632
743
|
ToString(): string;
|
|
633
744
|
}
|
|
634
745
|
|
|
635
746
|
|
|
636
747
|
export const NpgsqlTsVector: {
|
|
637
|
-
new(): NpgsqlTsVector;
|
|
638
748
|
readonly Empty: NpgsqlTsVector;
|
|
639
749
|
Parse(value: string): NpgsqlTsVector;
|
|
640
750
|
};
|
|
@@ -643,6 +753,8 @@ export const NpgsqlTsVector: {
|
|
|
643
753
|
export type NpgsqlTsVector = NpgsqlTsVector$instance;
|
|
644
754
|
|
|
645
755
|
export interface PgNameAttribute$instance extends Attribute {
|
|
756
|
+
readonly __tsonic_type_NpgsqlTypes_PgNameAttribute: never;
|
|
757
|
+
|
|
646
758
|
readonly PgName: string;
|
|
647
759
|
}
|
|
648
760
|
|