@tsonic/efcore-npgsql 10.0.2 → 10.0.5

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.
Files changed (42) hide show
  1. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +2 -0
  2. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
  3. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  4. package/Npgsql/internal/index.d.ts +226 -190
  5. package/Npgsql.BackendMessages/internal/index.d.ts +0 -1
  6. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +3 -5
  7. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -16
  8. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +3 -0
  9. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +6 -6
  10. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +25 -21
  11. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +3 -0
  12. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +3 -0
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +8 -11
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +46 -41
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +4 -0
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +39 -41
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +7 -7
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +10 -2
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +2 -0
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +69 -0
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +91 -91
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +113 -146
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +4 -0
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +48 -34
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +0 -1
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +220 -400
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +20 -22
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +19 -12
  29. package/Npgsql.Internal/internal/index.d.ts +35 -46
  30. package/Npgsql.Internal.Postgres/internal/index.d.ts +6 -0
  31. package/Npgsql.NameTranslation/internal/index.d.ts +4 -0
  32. package/Npgsql.PostgresTypes/internal/index.d.ts +9 -18
  33. package/Npgsql.Replication/internal/index.d.ts +7 -3
  34. package/Npgsql.Replication.Internal/internal/index.d.ts +1 -2
  35. package/Npgsql.Replication.PgOutput/internal/index.d.ts +4 -3
  36. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +3 -29
  37. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +2 -0
  38. package/Npgsql.Schema/internal/index.d.ts +7 -7
  39. package/Npgsql.TypeMapping/internal/index.d.ts +2 -0
  40. package/NpgsqlTypes/internal/index.d.ts +67 -9
  41. package/__internal/extensions/index.d.ts +752 -12
  42. package/package.json +1 -1
@@ -98,7 +98,6 @@ export interface BeginMessage$instance extends TransactionControlMessage {
98
98
 
99
99
 
100
100
  export const BeginMessage: {
101
- new(): BeginMessage;
102
101
  };
103
102
 
104
103
 
@@ -109,7 +108,6 @@ export interface BeginPrepareMessage$instance extends PrepareMessageBase {
109
108
 
110
109
 
111
110
  export const BeginPrepareMessage: {
112
- new(): BeginPrepareMessage;
113
111
  };
114
112
 
115
113
 
@@ -124,7 +122,6 @@ export interface CommitMessage$instance extends PgOutputReplicationMessage {
124
122
 
125
123
 
126
124
  export const CommitMessage: {
127
- new(): CommitMessage;
128
125
  };
129
126
 
130
127
 
@@ -139,7 +136,6 @@ export interface CommitPreparedMessage$instance extends PreparedTransactionContr
139
136
 
140
137
 
141
138
  export const CommitPreparedMessage: {
142
- new(): CommitPreparedMessage;
143
139
  };
144
140
 
145
141
 
@@ -151,7 +147,6 @@ export interface DefaultUpdateMessage$instance extends UpdateMessage {
151
147
 
152
148
 
153
149
  export const DefaultUpdateMessage: {
154
- new(): DefaultUpdateMessage;
155
150
  };
156
151
 
157
152
 
@@ -174,7 +169,6 @@ export interface FullDeleteMessage$instance extends DeleteMessage {
174
169
 
175
170
 
176
171
  export const FullDeleteMessage: {
177
- new(): FullDeleteMessage;
178
172
  };
179
173
 
180
174
 
@@ -187,7 +181,6 @@ export interface FullUpdateMessage$instance extends UpdateMessage {
187
181
 
188
182
 
189
183
  export const FullUpdateMessage: {
190
- new(): FullUpdateMessage;
191
184
  };
192
185
 
193
186
 
@@ -200,7 +193,6 @@ export interface IndexUpdateMessage$instance extends UpdateMessage {
200
193
 
201
194
 
202
195
  export const IndexUpdateMessage: {
203
- new(): IndexUpdateMessage;
204
196
  };
205
197
 
206
198
 
@@ -213,7 +205,6 @@ export interface InsertMessage$instance extends TransactionalMessage {
213
205
 
214
206
 
215
207
  export const InsertMessage: {
216
- new(): InsertMessage;
217
208
  };
218
209
 
219
210
 
@@ -225,7 +216,6 @@ export interface KeyDeleteMessage$instance extends DeleteMessage {
225
216
 
226
217
 
227
218
  export const KeyDeleteMessage: {
228
- new(): KeyDeleteMessage;
229
219
  };
230
220
 
231
221
 
@@ -240,7 +230,6 @@ export interface LogicalDecodingMessage$instance extends TransactionalMessage {
240
230
 
241
231
 
242
232
  export const LogicalDecodingMessage: {
243
- new(): LogicalDecodingMessage;
244
233
  };
245
234
 
246
235
 
@@ -253,7 +242,6 @@ export interface OriginMessage$instance extends PgOutputReplicationMessage {
253
242
 
254
243
 
255
244
  export const OriginMessage: {
256
- new(): OriginMessage;
257
245
  };
258
246
 
259
247
 
@@ -266,7 +254,6 @@ export interface ParallelStreamAbortMessage$instance extends StreamAbortMessage
266
254
 
267
255
 
268
256
  export const ParallelStreamAbortMessage: {
269
- new(): ParallelStreamAbortMessage;
270
257
  };
271
258
 
272
259
 
@@ -277,8 +264,7 @@ export interface PgOutputReplicationMessage$instance extends ReplicationMessage
277
264
  }
278
265
 
279
266
 
280
- export const PgOutputReplicationMessage: {
281
- new(): PgOutputReplicationMessage;
267
+ export const PgOutputReplicationMessage: (abstract new() => PgOutputReplicationMessage) & {
282
268
  };
283
269
 
284
270
 
@@ -301,7 +287,6 @@ export interface PrepareMessage$instance extends PrepareMessageBase {
301
287
 
302
288
 
303
289
  export const PrepareMessage: {
304
- new(): PrepareMessage;
305
290
  };
306
291
 
307
292
 
@@ -330,7 +315,6 @@ export interface RelationMessage$instance extends TransactionalMessage {
330
315
 
331
316
 
332
317
  export const RelationMessage: {
333
- new(): RelationMessage;
334
318
  };
335
319
 
336
320
 
@@ -346,7 +330,6 @@ export interface RollbackPreparedMessage$instance extends PreparedTransactionCon
346
330
 
347
331
 
348
332
  export const RollbackPreparedMessage: {
349
- new(): RollbackPreparedMessage;
350
333
  };
351
334
 
352
335
 
@@ -358,7 +341,6 @@ export interface StreamAbortMessage$instance extends TransactionControlMessage {
358
341
 
359
342
 
360
343
  export const StreamAbortMessage: {
361
- new(): StreamAbortMessage;
362
344
  };
363
345
 
364
346
 
@@ -373,7 +355,6 @@ export interface StreamCommitMessage$instance extends TransactionControlMessage
373
355
 
374
356
 
375
357
  export const StreamCommitMessage: {
376
- new(): StreamCommitMessage;
377
358
  };
378
359
 
379
360
 
@@ -385,7 +366,6 @@ export interface StreamPrepareMessage$instance extends PrepareMessageBase {
385
366
 
386
367
 
387
368
  export const StreamPrepareMessage: {
388
- new(): StreamPrepareMessage;
389
369
  };
390
370
 
391
371
 
@@ -397,7 +377,6 @@ export interface StreamStartMessage$instance extends TransactionControlMessage {
397
377
 
398
378
 
399
379
  export const StreamStartMessage: {
400
- new(): StreamStartMessage;
401
380
  };
402
381
 
403
382
 
@@ -408,7 +387,6 @@ export interface StreamStopMessage$instance extends PgOutputReplicationMessage {
408
387
 
409
388
 
410
389
  export const StreamStopMessage: {
411
- new(): StreamStopMessage;
412
390
  };
413
391
 
414
392
 
@@ -419,8 +397,7 @@ export interface TransactionalMessage$instance extends PgOutputReplicationMessag
419
397
  }
420
398
 
421
399
 
422
- export const TransactionalMessage: {
423
- new(): TransactionalMessage;
400
+ export const TransactionalMessage: (abstract new() => TransactionalMessage) & {
424
401
  };
425
402
 
426
403
 
@@ -431,8 +408,7 @@ export interface TransactionControlMessage$instance extends PgOutputReplicationM
431
408
  }
432
409
 
433
410
 
434
- export const TransactionControlMessage: {
435
- new(): TransactionControlMessage;
411
+ export const TransactionControlMessage: (abstract new() => TransactionControlMessage) & {
436
412
  };
437
413
 
438
414
 
@@ -445,7 +421,6 @@ export interface TruncateMessage$instance extends TransactionalMessage {
445
421
 
446
422
 
447
423
  export const TruncateMessage: {
448
- new(): TruncateMessage;
449
424
  };
450
425
 
451
426
 
@@ -459,7 +434,6 @@ export interface TypeMessage$instance extends TransactionalMessage {
459
434
 
460
435
 
461
436
  export const TypeMessage: {
462
- new(): TypeMessage;
463
437
  };
464
438
 
465
439
 
@@ -29,6 +29,8 @@ export const TestDecodingData: {
29
29
  export type TestDecodingData = TestDecodingData$instance;
30
30
 
31
31
  export interface TestDecodingOptions$instance {
32
+ readonly __tsonic_iface_System_IEquatable_1: never;
33
+
32
34
  readonly ForceBinary: Nullable<System_Internal.Boolean>;
33
35
  readonly IncludeRewrites: Nullable<System_Internal.Boolean>;
34
36
  readonly IncludeTimestamp: Nullable<System_Internal.Boolean>;
@@ -17,21 +17,21 @@ export interface NpgsqlDbColumn$instance extends DbColumn {
17
17
  AllowDBNull: Nullable<System_Internal.Boolean>;
18
18
  BaseCatalogName: string;
19
19
  get BaseColumnName(): string | undefined;
20
- set BaseColumnName(value: string);
20
+ set BaseColumnName(value: string | undefined);
21
21
  get BaseSchemaName(): string | undefined;
22
- set BaseSchemaName(value: string);
22
+ set BaseSchemaName(value: string | undefined);
23
23
  BaseServerName: string;
24
24
  get BaseTableName(): string | undefined;
25
- set BaseTableName(value: string);
25
+ set BaseTableName(value: string | undefined);
26
26
  ColumnAttributeNumber: Nullable<System_Internal.Int16>;
27
27
  ColumnName: string;
28
28
  ColumnOrdinal: Nullable<System_Internal.Int32>;
29
29
  ColumnSize: Nullable<System_Internal.Int32>;
30
30
  get DataType(): Type | undefined;
31
- set DataType(value: Type);
31
+ set DataType(value: Type | undefined);
32
32
  DataTypeName: string;
33
33
  get DefaultValue(): string | undefined;
34
- set DefaultValue(value: string);
34
+ set DefaultValue(value: string | undefined);
35
35
  IsAliased: Nullable<System_Internal.Boolean>;
36
36
  IsAutoIncrement: Nullable<System_Internal.Boolean>;
37
37
  IsIdentity: Nullable<System_Internal.Boolean>;
@@ -39,7 +39,7 @@ export interface NpgsqlDbColumn$instance extends DbColumn {
39
39
  IsLong: Nullable<System_Internal.Boolean>;
40
40
  IsReadOnly: Nullable<System_Internal.Boolean>;
41
41
  IsUnique: Nullable<System_Internal.Boolean>;
42
- readonly Item: unknown | undefined;
42
+ readonly [propertyName: string]: unknown | undefined;
43
43
  NpgsqlDbType: Nullable<NpgsqlDbType>;
44
44
  NumericPrecision: Nullable<System_Internal.Int32>;
45
45
  NumericScale: Nullable<System_Internal.Int32>;
@@ -47,7 +47,7 @@ export interface NpgsqlDbColumn$instance extends DbColumn {
47
47
  TableOID: uint;
48
48
  TypeOID: uint;
49
49
  get UdtAssemblyQualifiedName(): string | undefined;
50
- set UdtAssemblyQualifiedName(value: string);
50
+ set UdtAssemblyQualifiedName(value: string | undefined);
51
51
  }
52
52
 
53
53
 
@@ -13,6 +13,8 @@ import type { Boolean as ClrBoolean, Enum, Object as ClrObject, String as ClrStr
13
13
  import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json.js";
14
14
 
15
15
  export interface INpgsqlTypeMapper$instance {
16
+ readonly __tsonic_iface_Npgsql_TypeMapping_INpgsqlTypeMapper: never;
17
+
16
18
  DefaultNameTranslator: INpgsqlNameTranslator;
17
19
  AddDbTypeResolverFactory(factory: DbTypeResolverFactory): void;
18
20
  AddTypeInfoResolverFactory(factory: PgTypeInfoResolverFactory): void;
@@ -129,6 +129,8 @@ export enum NpgsqlTsVector_Lexeme_Weight {
129
129
 
130
130
 
131
131
  export interface NpgsqlBox$instance {
132
+ readonly __tsonic_iface_System_IEquatable_1: never;
133
+
132
134
  readonly Bottom: double;
133
135
  readonly Height: double;
134
136
  readonly IsEmpty: boolean;
@@ -157,6 +159,8 @@ export const NpgsqlBox: {
157
159
  export type NpgsqlBox = NpgsqlBox$instance;
158
160
 
159
161
  export interface NpgsqlCidr$instance {
162
+ readonly __tsonic_iface_System_IEquatable_1: never;
163
+
160
164
  readonly Address: IPAddress;
161
165
  readonly Netmask: byte;
162
166
  Deconstruct(address: IPAddress, netmask: byte): void;
@@ -176,6 +180,8 @@ export const NpgsqlCidr: {
176
180
  export type NpgsqlCidr = NpgsqlCidr$instance;
177
181
 
178
182
  export interface NpgsqlCircle$instance {
183
+ readonly __tsonic_iface_System_IEquatable_1: never;
184
+
179
185
  Center: NpgsqlPoint;
180
186
  Radius: double;
181
187
  X: double;
@@ -198,6 +204,8 @@ export const NpgsqlCircle: {
198
204
  export type NpgsqlCircle = NpgsqlCircle$instance;
199
205
 
200
206
  export interface NpgsqlCube$instance {
207
+ readonly __tsonic_iface_System_IEquatable_1: never;
208
+
201
209
  readonly Dimensions: int;
202
210
  readonly IsPoint: boolean;
203
211
  readonly LowerLeft: IReadOnlyList<System_Internal.Double>;
@@ -223,6 +231,8 @@ export const NpgsqlCube: {
223
231
  export type NpgsqlCube = NpgsqlCube$instance;
224
232
 
225
233
  export interface NpgsqlInet$instance {
234
+ readonly __tsonic_iface_System_IEquatable_1: never;
235
+
226
236
  readonly Address: IPAddress;
227
237
  readonly Netmask: byte;
228
238
  Deconstruct(address: IPAddress, netmask: byte): void;
@@ -243,6 +253,8 @@ export const NpgsqlInet: {
243
253
  export type NpgsqlInet = NpgsqlInet$instance;
244
254
 
245
255
  export interface NpgsqlInterval$instance {
256
+ readonly __tsonic_iface_System_IEquatable_1: never;
257
+
246
258
  readonly Days: int;
247
259
  readonly Months: int;
248
260
  readonly Time: long;
@@ -260,6 +272,8 @@ export const NpgsqlInterval: {
260
272
  export type NpgsqlInterval = NpgsqlInterval$instance;
261
273
 
262
274
  export interface NpgsqlLine$instance {
275
+ readonly __tsonic_iface_System_IEquatable_1: never;
276
+
263
277
  A: double;
264
278
  B: double;
265
279
  C: double;
@@ -279,6 +293,9 @@ export const NpgsqlLine: {
279
293
  export type NpgsqlLine = NpgsqlLine$instance;
280
294
 
281
295
  export interface NpgsqlLogSequenceNumber$instance {
296
+ readonly __tsonic_iface_System_IComparable_1: never;
297
+ readonly __tsonic_iface_System_IEquatable_1: never;
298
+
282
299
  CompareTo(value: NpgsqlLogSequenceNumber): int;
283
300
  Equals(other: NpgsqlLogSequenceNumber): boolean;
284
301
  Equals(obj: unknown): boolean;
@@ -302,6 +319,8 @@ export const NpgsqlLogSequenceNumber: {
302
319
  export type NpgsqlLogSequenceNumber = NpgsqlLogSequenceNumber$instance;
303
320
 
304
321
  export interface NpgsqlLSeg$instance {
322
+ readonly __tsonic_iface_System_IEquatable_1: never;
323
+
305
324
  End: NpgsqlPoint;
306
325
  Start: NpgsqlPoint;
307
326
  Deconstruct(start: NpgsqlPoint, end: NpgsqlPoint): void;
@@ -321,10 +340,16 @@ export const NpgsqlLSeg: {
321
340
  export type NpgsqlLSeg = NpgsqlLSeg$instance;
322
341
 
323
342
  export interface NpgsqlPath$instance {
343
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
344
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
345
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
346
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
347
+ readonly __tsonic_iface_System_IEquatable_1: never;
348
+
324
349
  readonly Capacity: int;
325
350
  readonly Count: int;
326
351
  readonly IsReadOnly: boolean;
327
- Item: NpgsqlPoint;
352
+ [index: number]: NpgsqlPoint;
328
353
  Open: boolean;
329
354
  Add(item: NpgsqlPoint): void;
330
355
  Clear(): void;
@@ -356,6 +381,8 @@ export const NpgsqlPath: {
356
381
  export type NpgsqlPath = NpgsqlPath$instance;
357
382
 
358
383
  export interface NpgsqlPoint$instance {
384
+ readonly __tsonic_iface_System_IEquatable_1: never;
385
+
359
386
  X: double;
360
387
  Y: double;
361
388
  Deconstruct(x: double, y: double): void;
@@ -374,10 +401,16 @@ export const NpgsqlPoint: {
374
401
  export type NpgsqlPoint = NpgsqlPoint$instance;
375
402
 
376
403
  export interface NpgsqlPolygon$instance {
404
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
405
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
406
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
407
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
408
+ readonly __tsonic_iface_System_IEquatable_1: never;
409
+
377
410
  readonly Capacity: int;
378
411
  readonly Count: int;
379
412
  readonly IsReadOnly: boolean;
380
- Item: NpgsqlPoint;
413
+ [index: number]: NpgsqlPoint;
381
414
  Add(item: NpgsqlPoint): void;
382
415
  Clear(): void;
383
416
  Contains(item: NpgsqlPoint): boolean;
@@ -405,6 +438,8 @@ export const NpgsqlPolygon: {
405
438
  export type NpgsqlPolygon = NpgsqlPolygon$instance;
406
439
 
407
440
  export interface NpgsqlRange_1$instance<T> {
441
+ readonly __tsonic_iface_System_IEquatable_1: never;
442
+
408
443
  readonly IsEmpty: boolean;
409
444
  readonly LowerBound: T;
410
445
  readonly LowerBoundInfinite: boolean;
@@ -431,6 +466,8 @@ export const NpgsqlRange_1: {
431
466
  export type NpgsqlRange_1<T> = NpgsqlRange_1$instance<T>;
432
467
 
433
468
  export interface NpgsqlTid$instance {
469
+ readonly __tsonic_iface_System_IEquatable_1: never;
470
+
434
471
  readonly BlockNumber: uint;
435
472
  readonly OffsetNumber: ushort;
436
473
  Deconstruct(blockNumber: uint, offsetNumber: ushort): void;
@@ -449,8 +486,10 @@ export const NpgsqlTid: {
449
486
  export type NpgsqlTid = NpgsqlTid$instance;
450
487
 
451
488
  export interface NpgsqlTsVector_Lexeme$instance {
489
+ readonly __tsonic_iface_System_IEquatable_1: never;
490
+
452
491
  readonly Count: int;
453
- Item: NpgsqlTsVector_Lexeme_WordEntryPos;
492
+ [index: number]: NpgsqlTsVector_Lexeme_WordEntryPos;
454
493
  Text: string;
455
494
  Equals(o: NpgsqlTsVector_Lexeme): boolean;
456
495
  Equals(o: unknown): boolean;
@@ -468,6 +507,8 @@ export const NpgsqlTsVector_Lexeme: {
468
507
  export type NpgsqlTsVector_Lexeme = NpgsqlTsVector_Lexeme$instance;
469
508
 
470
509
  export interface NpgsqlTsVector_Lexeme_WordEntryPos$instance {
510
+ readonly __tsonic_iface_System_IEquatable_1: never;
511
+
471
512
  readonly Pos: int;
472
513
  readonly Weight: NpgsqlTsVector_Lexeme_Weight;
473
514
  Equals(o: NpgsqlTsVector_Lexeme_WordEntryPos): boolean;
@@ -501,6 +542,8 @@ export const NpgsqlRange_1_RangeTypeConverter: {
501
542
  export type NpgsqlRange_1_RangeTypeConverter<T> = NpgsqlRange_1_RangeTypeConverter$instance<T>;
502
543
 
503
544
  export interface NpgsqlTsQuery$instance {
545
+ readonly __tsonic_iface_System_IEquatable_1: never;
546
+
504
547
  readonly Kind: NpgsqlTsQuery_NodeKind;
505
548
  Equals(obj: unknown): boolean;
506
549
  Equals(other: NpgsqlTsQuery): boolean;
@@ -510,8 +553,7 @@ export interface NpgsqlTsQuery$instance {
510
553
  }
511
554
 
512
555
 
513
- export const NpgsqlTsQuery: {
514
- new(kind: NpgsqlTsQuery_NodeKind): NpgsqlTsQuery;
556
+ export const NpgsqlTsQuery: (abstract new(kind: NpgsqlTsQuery_NodeKind) => NpgsqlTsQuery) & {
515
557
  Parse(value: string): NpgsqlTsQuery;
516
558
  };
517
559
 
@@ -519,6 +561,8 @@ export const NpgsqlTsQuery: {
519
561
  export type NpgsqlTsQuery = NpgsqlTsQuery$instance;
520
562
 
521
563
  export interface NpgsqlTsQueryAnd$instance extends NpgsqlTsQueryBinOp {
564
+ readonly __tsonic_iface_System_IEquatable_1: never;
565
+
522
566
  Equals(other: NpgsqlTsQuery): boolean;
523
567
  Equals(obj: unknown): boolean;
524
568
  GetHashCode(): int;
@@ -533,19 +577,22 @@ export const NpgsqlTsQueryAnd: {
533
577
  export type NpgsqlTsQueryAnd = NpgsqlTsQueryAnd$instance;
534
578
 
535
579
  export interface NpgsqlTsQueryBinOp$instance extends NpgsqlTsQuery {
580
+ readonly __tsonic_iface_System_IEquatable_1: never;
581
+
536
582
  Left: NpgsqlTsQuery;
537
583
  Right: NpgsqlTsQuery;
538
584
  }
539
585
 
540
586
 
541
- export const NpgsqlTsQueryBinOp: {
542
- new(kind: NpgsqlTsQuery_NodeKind, left: NpgsqlTsQuery, right: NpgsqlTsQuery): NpgsqlTsQueryBinOp;
587
+ export const NpgsqlTsQueryBinOp: (abstract new(kind: NpgsqlTsQuery_NodeKind, left: NpgsqlTsQuery, right: NpgsqlTsQuery) => NpgsqlTsQueryBinOp) & {
543
588
  };
544
589
 
545
590
 
546
591
  export type NpgsqlTsQueryBinOp = NpgsqlTsQueryBinOp$instance;
547
592
 
548
593
  export interface NpgsqlTsQueryEmpty$instance extends NpgsqlTsQuery {
594
+ readonly __tsonic_iface_System_IEquatable_1: never;
595
+
549
596
  Equals(other: NpgsqlTsQuery): boolean;
550
597
  Equals(obj: unknown): boolean;
551
598
  GetHashCode(): int;
@@ -560,6 +607,8 @@ export const NpgsqlTsQueryEmpty: {
560
607
  export type NpgsqlTsQueryEmpty = NpgsqlTsQueryEmpty$instance;
561
608
 
562
609
  export interface NpgsqlTsQueryFollowedBy$instance extends NpgsqlTsQueryBinOp {
610
+ readonly __tsonic_iface_System_IEquatable_1: never;
611
+
563
612
  Distance: short;
564
613
  Equals(other: NpgsqlTsQuery): boolean;
565
614
  Equals(obj: unknown): boolean;
@@ -575,6 +624,8 @@ export const NpgsqlTsQueryFollowedBy: {
575
624
  export type NpgsqlTsQueryFollowedBy = NpgsqlTsQueryFollowedBy$instance;
576
625
 
577
626
  export interface NpgsqlTsQueryLexeme$instance extends NpgsqlTsQuery {
627
+ readonly __tsonic_iface_System_IEquatable_1: never;
628
+
578
629
  IsPrefixSearch: boolean;
579
630
  Text: string;
580
631
  Weights: NpgsqlTsQueryLexeme_Weight;
@@ -594,6 +645,8 @@ export const NpgsqlTsQueryLexeme: {
594
645
  export type NpgsqlTsQueryLexeme = NpgsqlTsQueryLexeme$instance;
595
646
 
596
647
  export interface NpgsqlTsQueryNot$instance extends NpgsqlTsQuery {
648
+ readonly __tsonic_iface_System_IEquatable_1: never;
649
+
597
650
  Child: NpgsqlTsQuery;
598
651
  Equals(other: NpgsqlTsQuery): boolean;
599
652
  Equals(obj: unknown): boolean;
@@ -609,6 +662,8 @@ export const NpgsqlTsQueryNot: {
609
662
  export type NpgsqlTsQueryNot = NpgsqlTsQueryNot$instance;
610
663
 
611
664
  export interface NpgsqlTsQueryOr$instance extends NpgsqlTsQueryBinOp {
665
+ readonly __tsonic_iface_System_IEquatable_1: never;
666
+
612
667
  Equals(other: NpgsqlTsQuery): boolean;
613
668
  Equals(obj: unknown): boolean;
614
669
  GetHashCode(): int;
@@ -623,8 +678,12 @@ export const NpgsqlTsQueryOr: {
623
678
  export type NpgsqlTsQueryOr = NpgsqlTsQueryOr$instance;
624
679
 
625
680
  export interface NpgsqlTsVector$instance {
681
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
682
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
683
+ readonly __tsonic_iface_System_IEquatable_1: never;
684
+
626
685
  readonly Count: int;
627
- readonly Item: NpgsqlTsVector_Lexeme;
686
+ readonly [index: number]: NpgsqlTsVector_Lexeme;
628
687
  Equals(other: NpgsqlTsVector): boolean;
629
688
  Equals(obj: unknown): boolean;
630
689
  GetEnumerator(): IEnumerator<NpgsqlTsVector_Lexeme>;
@@ -634,7 +693,6 @@ export interface NpgsqlTsVector$instance {
634
693
 
635
694
 
636
695
  export const NpgsqlTsVector: {
637
- new(): NpgsqlTsVector;
638
696
  readonly Empty: NpgsqlTsVector;
639
697
  Parse(value: string): NpgsqlTsVector;
640
698
  };