@tsonic/efcore-npgsql 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.EntityFrameworkCore/internal/index.d.ts +282 -280
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +5 -5
- package/Npgsql/internal/index.d.ts +197 -121
- package/Npgsql.BackendMessages/internal/index.d.ts +4 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +10 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +20 -14
- 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.Infrastructure/internal/index.d.ts +16 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +33 -25
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +35 -33
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +24 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +37 -23
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +17 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +9 -7
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -19
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +11 -7
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +14 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +110 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +73 -41
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +52 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +13 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +42 -28
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +16 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +214 -157
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +6 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +21 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +11 -7
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -18
- package/Npgsql.Internal/internal/index.d.ts +113 -65
- package/Npgsql.Internal.Postgres/internal/index.d.ts +10 -2
- package/Npgsql.NameTranslation/internal/index.d.ts +9 -9
- package/Npgsql.PostgresTypes/internal/index.d.ts +25 -5
- package/Npgsql.Replication/internal/index.d.ts +42 -22
- package/Npgsql.Replication.Internal/internal/index.d.ts +9 -7
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +27 -19
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +71 -7
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +16 -10
- package/Npgsql.Schema/internal/index.d.ts +19 -17
- package/Npgsql.TypeMapping/internal/index.d.ts +5 -3
- package/Npgsql.Util/internal/index.d.ts +4 -2
- package/NpgsqlTypes/internal/index.d.ts +78 -24
- package/__internal/extensions/index.d.ts +696 -658
- package/package.json +5 -5
|
@@ -10,10 +10,10 @@ import type { ReplicationTuple } from "../../Npgsql.Replication.PgOutput/interna
|
|
|
10
10
|
import * as Npgsql_Replication_Internal from "../../Npgsql.Replication/internal/index.js";
|
|
11
11
|
import type { ReplicationMessage } from "../../Npgsql.Replication/internal/index.js";
|
|
12
12
|
import type { NpgsqlLogSequenceNumber } from "../../NpgsqlTypes/internal/index.js";
|
|
13
|
-
import type {
|
|
14
|
-
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
15
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
16
|
-
import type { Byte, DateTime, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable,
|
|
13
|
+
import type { IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
14
|
+
import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
15
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
16
|
+
import type { Byte, DateTime, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable_1, String as ClrString, UInt32, ValueType } from "@tsonic/dotnet/System/internal/index.js";
|
|
17
17
|
|
|
18
18
|
export enum CommitMessage_CommitFlags {
|
|
19
19
|
None = 0
|
|
@@ -62,6 +62,8 @@ export enum TruncateMessage_TruncateOptions {
|
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
export interface RelationMessage_Column$instance {
|
|
65
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_RelationMessage_Column: never;
|
|
66
|
+
|
|
65
67
|
readonly ColumnName: string;
|
|
66
68
|
readonly DataTypeId: uint;
|
|
67
69
|
readonly Flags: RelationMessage_Column_ColumnFlags;
|
|
@@ -77,6 +79,8 @@ export const RelationMessage_Column: {
|
|
|
77
79
|
export type RelationMessage_Column = RelationMessage_Column$instance;
|
|
78
80
|
|
|
79
81
|
export interface RelationMessageColumn$instance {
|
|
82
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_RelationMessageColumn: never;
|
|
83
|
+
|
|
80
84
|
readonly ColumnName: string;
|
|
81
85
|
readonly DataTypeId: uint;
|
|
82
86
|
readonly Flags: byte;
|
|
@@ -92,6 +96,8 @@ export const RelationMessageColumn: {
|
|
|
92
96
|
export type RelationMessageColumn = RelationMessageColumn$instance;
|
|
93
97
|
|
|
94
98
|
export interface BeginMessage$instance extends TransactionControlMessage {
|
|
99
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_BeginMessage: never;
|
|
100
|
+
|
|
95
101
|
TransactionCommitTimestamp: DateTime;
|
|
96
102
|
TransactionFinalLsn: NpgsqlLogSequenceNumber;
|
|
97
103
|
}
|
|
@@ -104,6 +110,8 @@ export const BeginMessage: {
|
|
|
104
110
|
export type BeginMessage = BeginMessage$instance;
|
|
105
111
|
|
|
106
112
|
export interface BeginPrepareMessage$instance extends PrepareMessageBase {
|
|
113
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_BeginPrepareMessage: never;
|
|
114
|
+
|
|
107
115
|
}
|
|
108
116
|
|
|
109
117
|
|
|
@@ -114,6 +122,8 @@ export const BeginPrepareMessage: {
|
|
|
114
122
|
export type BeginPrepareMessage = BeginPrepareMessage$instance;
|
|
115
123
|
|
|
116
124
|
export interface CommitMessage$instance extends PgOutputReplicationMessage {
|
|
125
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_CommitMessage: never;
|
|
126
|
+
|
|
117
127
|
CommitLsn: NpgsqlLogSequenceNumber;
|
|
118
128
|
Flags: CommitMessage_CommitFlags;
|
|
119
129
|
TransactionCommitTimestamp: DateTime;
|
|
@@ -128,6 +138,8 @@ export const CommitMessage: {
|
|
|
128
138
|
export type CommitMessage = CommitMessage$instance;
|
|
129
139
|
|
|
130
140
|
export interface CommitPreparedMessage$instance extends PreparedTransactionControlMessage {
|
|
141
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_CommitPreparedMessage: never;
|
|
142
|
+
|
|
131
143
|
readonly CommitPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
132
144
|
readonly CommitPreparedLsn: NpgsqlLogSequenceNumber;
|
|
133
145
|
Flags: CommitPreparedMessage_CommitPreparedFlags;
|
|
@@ -142,6 +154,8 @@ export const CommitPreparedMessage: {
|
|
|
142
154
|
export type CommitPreparedMessage = CommitPreparedMessage$instance;
|
|
143
155
|
|
|
144
156
|
export interface DefaultUpdateMessage$instance extends UpdateMessage {
|
|
157
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_DefaultUpdateMessage: never;
|
|
158
|
+
|
|
145
159
|
readonly NewRow: ReplicationTuple;
|
|
146
160
|
}
|
|
147
161
|
|
|
@@ -153,6 +167,8 @@ export const DefaultUpdateMessage: {
|
|
|
153
167
|
export type DefaultUpdateMessage = DefaultUpdateMessage$instance;
|
|
154
168
|
|
|
155
169
|
export interface DeleteMessage$instance extends TransactionalMessage {
|
|
170
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_DeleteMessage: never;
|
|
171
|
+
|
|
156
172
|
Relation: RelationMessage;
|
|
157
173
|
}
|
|
158
174
|
|
|
@@ -164,6 +180,8 @@ export const DeleteMessage: {
|
|
|
164
180
|
export type DeleteMessage = DeleteMessage$instance;
|
|
165
181
|
|
|
166
182
|
export interface FullDeleteMessage$instance extends DeleteMessage {
|
|
183
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_FullDeleteMessage: never;
|
|
184
|
+
|
|
167
185
|
readonly OldRow: ReplicationTuple;
|
|
168
186
|
}
|
|
169
187
|
|
|
@@ -175,6 +193,8 @@ export const FullDeleteMessage: {
|
|
|
175
193
|
export type FullDeleteMessage = FullDeleteMessage$instance;
|
|
176
194
|
|
|
177
195
|
export interface FullUpdateMessage$instance extends UpdateMessage {
|
|
196
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_FullUpdateMessage: never;
|
|
197
|
+
|
|
178
198
|
readonly NewRow: ReplicationTuple;
|
|
179
199
|
readonly OldRow: ReplicationTuple;
|
|
180
200
|
}
|
|
@@ -187,6 +207,8 @@ export const FullUpdateMessage: {
|
|
|
187
207
|
export type FullUpdateMessage = FullUpdateMessage$instance;
|
|
188
208
|
|
|
189
209
|
export interface IndexUpdateMessage$instance extends UpdateMessage {
|
|
210
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_IndexUpdateMessage: never;
|
|
211
|
+
|
|
190
212
|
readonly Key: ReplicationTuple;
|
|
191
213
|
readonly NewRow: ReplicationTuple;
|
|
192
214
|
}
|
|
@@ -199,6 +221,8 @@ export const IndexUpdateMessage: {
|
|
|
199
221
|
export type IndexUpdateMessage = IndexUpdateMessage$instance;
|
|
200
222
|
|
|
201
223
|
export interface InsertMessage$instance extends TransactionalMessage {
|
|
224
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_InsertMessage: never;
|
|
225
|
+
|
|
202
226
|
readonly NewRow: ReplicationTuple;
|
|
203
227
|
Relation: RelationMessage;
|
|
204
228
|
}
|
|
@@ -211,6 +235,8 @@ export const InsertMessage: {
|
|
|
211
235
|
export type InsertMessage = InsertMessage$instance;
|
|
212
236
|
|
|
213
237
|
export interface KeyDeleteMessage$instance extends DeleteMessage {
|
|
238
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_KeyDeleteMessage: never;
|
|
239
|
+
|
|
214
240
|
readonly Key: ReplicationTuple;
|
|
215
241
|
}
|
|
216
242
|
|
|
@@ -222,6 +248,8 @@ export const KeyDeleteMessage: {
|
|
|
222
248
|
export type KeyDeleteMessage = KeyDeleteMessage$instance;
|
|
223
249
|
|
|
224
250
|
export interface LogicalDecodingMessage$instance extends TransactionalMessage {
|
|
251
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_LogicalDecodingMessage: never;
|
|
252
|
+
|
|
225
253
|
Data: Stream;
|
|
226
254
|
Flags: byte;
|
|
227
255
|
MessageLsn: NpgsqlLogSequenceNumber;
|
|
@@ -236,6 +264,8 @@ export const LogicalDecodingMessage: {
|
|
|
236
264
|
export type LogicalDecodingMessage = LogicalDecodingMessage$instance;
|
|
237
265
|
|
|
238
266
|
export interface OriginMessage$instance extends PgOutputReplicationMessage {
|
|
267
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_OriginMessage: never;
|
|
268
|
+
|
|
239
269
|
OriginCommitLsn: NpgsqlLogSequenceNumber;
|
|
240
270
|
OriginName: string;
|
|
241
271
|
}
|
|
@@ -248,6 +278,8 @@ export const OriginMessage: {
|
|
|
248
278
|
export type OriginMessage = OriginMessage$instance;
|
|
249
279
|
|
|
250
280
|
export interface ParallelStreamAbortMessage$instance extends StreamAbortMessage {
|
|
281
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_ParallelStreamAbortMessage: never;
|
|
282
|
+
|
|
251
283
|
AbortLsn: NpgsqlLogSequenceNumber;
|
|
252
284
|
AbortTimestamp: DateTime;
|
|
253
285
|
}
|
|
@@ -260,6 +292,8 @@ export const ParallelStreamAbortMessage: {
|
|
|
260
292
|
export type ParallelStreamAbortMessage = ParallelStreamAbortMessage$instance;
|
|
261
293
|
|
|
262
294
|
export interface PgOutputReplicationMessage$instance extends ReplicationMessage {
|
|
295
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_PgOutputReplicationMessage: never;
|
|
296
|
+
|
|
263
297
|
ToString(): string;
|
|
264
298
|
}
|
|
265
299
|
|
|
@@ -271,6 +305,8 @@ export const PgOutputReplicationMessage: (abstract new() => PgOutputReplicationM
|
|
|
271
305
|
export type PgOutputReplicationMessage = PgOutputReplicationMessage$instance;
|
|
272
306
|
|
|
273
307
|
export interface PreparedTransactionControlMessage$instance extends TransactionControlMessage {
|
|
308
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_PreparedTransactionControlMessage: never;
|
|
309
|
+
|
|
274
310
|
TransactionGid: string;
|
|
275
311
|
}
|
|
276
312
|
|
|
@@ -282,6 +318,8 @@ export const PreparedTransactionControlMessage: {
|
|
|
282
318
|
export type PreparedTransactionControlMessage = PreparedTransactionControlMessage$instance;
|
|
283
319
|
|
|
284
320
|
export interface PrepareMessage$instance extends PrepareMessageBase {
|
|
321
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_PrepareMessage: never;
|
|
322
|
+
|
|
285
323
|
Flags: PrepareMessage_PrepareFlags;
|
|
286
324
|
}
|
|
287
325
|
|
|
@@ -293,6 +331,8 @@ export const PrepareMessage: {
|
|
|
293
331
|
export type PrepareMessage = PrepareMessage$instance;
|
|
294
332
|
|
|
295
333
|
export interface PrepareMessageBase$instance extends PreparedTransactionControlMessage {
|
|
334
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_PrepareMessageBase: never;
|
|
335
|
+
|
|
296
336
|
readonly PrepareEndLsn: NpgsqlLogSequenceNumber;
|
|
297
337
|
readonly PrepareLsn: NpgsqlLogSequenceNumber;
|
|
298
338
|
readonly TransactionPrepareTimestamp: DateTime;
|
|
@@ -306,7 +346,9 @@ export const PrepareMessageBase: {
|
|
|
306
346
|
export type PrepareMessageBase = PrepareMessageBase$instance;
|
|
307
347
|
|
|
308
348
|
export interface RelationMessage$instance extends TransactionalMessage {
|
|
309
|
-
readonly
|
|
349
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_RelationMessage: never;
|
|
350
|
+
|
|
351
|
+
readonly Columns: IReadOnlyList_1<RelationMessage_Column>;
|
|
310
352
|
Namespace: string;
|
|
311
353
|
RelationId: uint;
|
|
312
354
|
RelationName: string;
|
|
@@ -321,6 +363,8 @@ export const RelationMessage: {
|
|
|
321
363
|
export type RelationMessage = RelationMessage$instance;
|
|
322
364
|
|
|
323
365
|
export interface RollbackPreparedMessage$instance extends PreparedTransactionControlMessage {
|
|
366
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_RollbackPreparedMessage: never;
|
|
367
|
+
|
|
324
368
|
Flags: RollbackPreparedMessage_RollbackPreparedFlags;
|
|
325
369
|
readonly PreparedTransactionEndLsn: NpgsqlLogSequenceNumber;
|
|
326
370
|
readonly RollbackPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
@@ -336,6 +380,8 @@ export const RollbackPreparedMessage: {
|
|
|
336
380
|
export type RollbackPreparedMessage = RollbackPreparedMessage$instance;
|
|
337
381
|
|
|
338
382
|
export interface StreamAbortMessage$instance extends TransactionControlMessage {
|
|
383
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_StreamAbortMessage: never;
|
|
384
|
+
|
|
339
385
|
SubtransactionXid: uint;
|
|
340
386
|
}
|
|
341
387
|
|
|
@@ -347,6 +393,8 @@ export const StreamAbortMessage: {
|
|
|
347
393
|
export type StreamAbortMessage = StreamAbortMessage$instance;
|
|
348
394
|
|
|
349
395
|
export interface StreamCommitMessage$instance extends TransactionControlMessage {
|
|
396
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_StreamCommitMessage: never;
|
|
397
|
+
|
|
350
398
|
CommitLsn: NpgsqlLogSequenceNumber;
|
|
351
399
|
Flags: byte;
|
|
352
400
|
TransactionCommitTimestamp: DateTime;
|
|
@@ -361,6 +409,8 @@ export const StreamCommitMessage: {
|
|
|
361
409
|
export type StreamCommitMessage = StreamCommitMessage$instance;
|
|
362
410
|
|
|
363
411
|
export interface StreamPrepareMessage$instance extends PrepareMessageBase {
|
|
412
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_StreamPrepareMessage: never;
|
|
413
|
+
|
|
364
414
|
Flags: StreamPrepareMessage_StreamPrepareFlags;
|
|
365
415
|
}
|
|
366
416
|
|
|
@@ -372,6 +422,8 @@ export const StreamPrepareMessage: {
|
|
|
372
422
|
export type StreamPrepareMessage = StreamPrepareMessage$instance;
|
|
373
423
|
|
|
374
424
|
export interface StreamStartMessage$instance extends TransactionControlMessage {
|
|
425
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_StreamStartMessage: never;
|
|
426
|
+
|
|
375
427
|
StreamSegmentIndicator: byte;
|
|
376
428
|
}
|
|
377
429
|
|
|
@@ -383,6 +435,8 @@ export const StreamStartMessage: {
|
|
|
383
435
|
export type StreamStartMessage = StreamStartMessage$instance;
|
|
384
436
|
|
|
385
437
|
export interface StreamStopMessage$instance extends PgOutputReplicationMessage {
|
|
438
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_StreamStopMessage: never;
|
|
439
|
+
|
|
386
440
|
}
|
|
387
441
|
|
|
388
442
|
|
|
@@ -393,7 +447,9 @@ export const StreamStopMessage: {
|
|
|
393
447
|
export type StreamStopMessage = StreamStopMessage$instance;
|
|
394
448
|
|
|
395
449
|
export interface TransactionalMessage$instance extends PgOutputReplicationMessage {
|
|
396
|
-
|
|
450
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_TransactionalMessage: never;
|
|
451
|
+
|
|
452
|
+
TransactionXid: Nullable_1<System_Internal.UInt32>;
|
|
397
453
|
}
|
|
398
454
|
|
|
399
455
|
|
|
@@ -404,6 +460,8 @@ export const TransactionalMessage: (abstract new() => TransactionalMessage) & {
|
|
|
404
460
|
export type TransactionalMessage = TransactionalMessage$instance;
|
|
405
461
|
|
|
406
462
|
export interface TransactionControlMessage$instance extends PgOutputReplicationMessage {
|
|
463
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_TransactionControlMessage: never;
|
|
464
|
+
|
|
407
465
|
TransactionXid: uint;
|
|
408
466
|
}
|
|
409
467
|
|
|
@@ -415,8 +473,10 @@ export const TransactionControlMessage: (abstract new() => TransactionControlMes
|
|
|
415
473
|
export type TransactionControlMessage = TransactionControlMessage$instance;
|
|
416
474
|
|
|
417
475
|
export interface TruncateMessage$instance extends TransactionalMessage {
|
|
476
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_TruncateMessage: never;
|
|
477
|
+
|
|
418
478
|
Options: TruncateMessage_TruncateOptions;
|
|
419
|
-
Relations:
|
|
479
|
+
Relations: IReadOnlyList_1<RelationMessage>;
|
|
420
480
|
}
|
|
421
481
|
|
|
422
482
|
|
|
@@ -427,6 +487,8 @@ export const TruncateMessage: {
|
|
|
427
487
|
export type TruncateMessage = TruncateMessage$instance;
|
|
428
488
|
|
|
429
489
|
export interface TypeMessage$instance extends TransactionalMessage {
|
|
490
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_TypeMessage: never;
|
|
491
|
+
|
|
430
492
|
Name: string;
|
|
431
493
|
Namespace: string;
|
|
432
494
|
TypeId: uint;
|
|
@@ -440,6 +502,8 @@ export const TypeMessage: {
|
|
|
440
502
|
export type TypeMessage = TypeMessage$instance;
|
|
441
503
|
|
|
442
504
|
export interface UpdateMessage$instance extends TransactionalMessage {
|
|
505
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_UpdateMessage: never;
|
|
506
|
+
|
|
443
507
|
readonly NewRow: ReplicationTuple;
|
|
444
508
|
Relation: RelationMessage;
|
|
445
509
|
}
|
|
@@ -11,10 +11,12 @@ import type { LogicalReplicationSlot } from "../../Npgsql.Replication.Internal/i
|
|
|
11
11
|
import * as Npgsql_Replication_Internal from "../../Npgsql.Replication/internal/index.js";
|
|
12
12
|
import type { ReplicationMessage, ReplicationSlotOptions } from "../../Npgsql.Replication/internal/index.js";
|
|
13
13
|
import type { NpgsqlLogSequenceNumber } from "../../NpgsqlTypes/internal/index.js";
|
|
14
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
15
|
-
import type { Boolean as ClrBoolean, DateTime,
|
|
14
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
15
|
+
import type { Boolean as ClrBoolean, DateTime, IEquatable_1, Int32, Nullable_1, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export interface TestDecodingData$instance extends ReplicationMessage {
|
|
18
|
+
readonly __tsonic_type_Npgsql_Replication_TestDecoding_TestDecodingData: never;
|
|
19
|
+
|
|
18
20
|
Data: string;
|
|
19
21
|
Clone(): TestDecodingData;
|
|
20
22
|
ToString(): string;
|
|
@@ -29,15 +31,17 @@ export const TestDecodingData: {
|
|
|
29
31
|
export type TestDecodingData = TestDecodingData$instance;
|
|
30
32
|
|
|
31
33
|
export interface TestDecodingOptions$instance {
|
|
34
|
+
readonly __tsonic_type_Npgsql_Replication_TestDecoding_TestDecodingOptions: never;
|
|
35
|
+
|
|
32
36
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
33
37
|
|
|
34
|
-
readonly ForceBinary:
|
|
35
|
-
readonly IncludeRewrites:
|
|
36
|
-
readonly IncludeTimestamp:
|
|
37
|
-
readonly IncludeXids:
|
|
38
|
-
readonly OnlyLocal:
|
|
39
|
-
readonly SkipEmptyXacts:
|
|
40
|
-
readonly StreamChanges:
|
|
38
|
+
readonly ForceBinary: Nullable_1<System_Internal.Boolean>;
|
|
39
|
+
readonly IncludeRewrites: Nullable_1<System_Internal.Boolean>;
|
|
40
|
+
readonly IncludeTimestamp: Nullable_1<System_Internal.Boolean>;
|
|
41
|
+
readonly IncludeXids: Nullable_1<System_Internal.Boolean>;
|
|
42
|
+
readonly OnlyLocal: Nullable_1<System_Internal.Boolean>;
|
|
43
|
+
readonly SkipEmptyXacts: Nullable_1<System_Internal.Boolean>;
|
|
44
|
+
readonly StreamChanges: Nullable_1<System_Internal.Boolean>;
|
|
41
45
|
Equals(other: TestDecodingOptions): boolean;
|
|
42
46
|
Equals(obj: unknown): boolean;
|
|
43
47
|
GetHashCode(): int;
|
|
@@ -45,13 +49,15 @@ export interface TestDecodingOptions$instance {
|
|
|
45
49
|
|
|
46
50
|
|
|
47
51
|
export const TestDecodingOptions: {
|
|
48
|
-
new(includeXids:
|
|
52
|
+
new(includeXids: Nullable_1<System_Internal.Boolean>, includeTimestamp: Nullable_1<System_Internal.Boolean>, forceBinary: Nullable_1<System_Internal.Boolean>, skipEmptyXacts: Nullable_1<System_Internal.Boolean>, onlyLocal: Nullable_1<System_Internal.Boolean>, includeRewrites: Nullable_1<System_Internal.Boolean>, streamChanges: Nullable_1<System_Internal.Boolean>): TestDecodingOptions;
|
|
49
53
|
};
|
|
50
54
|
|
|
51
55
|
|
|
52
56
|
export type TestDecodingOptions = TestDecodingOptions$instance;
|
|
53
57
|
|
|
54
58
|
export interface TestDecodingReplicationSlot$instance extends LogicalReplicationSlot {
|
|
59
|
+
readonly __tsonic_type_Npgsql_Replication_TestDecoding_TestDecodingReplicationSlot: never;
|
|
60
|
+
|
|
55
61
|
}
|
|
56
62
|
|
|
57
63
|
|
|
@@ -9,12 +9,14 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
10
|
import type { PostgresType } from "../../Npgsql.PostgresTypes/internal/index.js";
|
|
11
11
|
import type { NpgsqlDbType } from "../../NpgsqlTypes/internal/index.js";
|
|
12
|
-
import * as System_Data_Common_Internal from "@tsonic/dotnet/System.Data.Common.js";
|
|
13
|
-
import type { DbColumn } from "@tsonic/dotnet/System.Data.Common.js";
|
|
14
|
-
import type { Boolean as ClrBoolean, Int16, Int32,
|
|
12
|
+
import * as System_Data_Common_Internal from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
|
13
|
+
import type { DbColumn } from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
|
14
|
+
import type { Boolean as ClrBoolean, Int16, Int32, Nullable_1, Object as ClrObject, String as ClrString, Type, UInt32 } from "@tsonic/dotnet/System/internal/index.js";
|
|
15
15
|
|
|
16
16
|
export interface NpgsqlDbColumn$instance extends DbColumn {
|
|
17
|
-
|
|
17
|
+
readonly __tsonic_type_Npgsql_Schema_NpgsqlDbColumn: never;
|
|
18
|
+
|
|
19
|
+
AllowDBNull: Nullable_1<System_Internal.Boolean>;
|
|
18
20
|
BaseCatalogName: string;
|
|
19
21
|
get BaseColumnName(): string | undefined;
|
|
20
22
|
set BaseColumnName(value: string | undefined);
|
|
@@ -23,26 +25,26 @@ export interface NpgsqlDbColumn$instance extends DbColumn {
|
|
|
23
25
|
BaseServerName: string;
|
|
24
26
|
get BaseTableName(): string | undefined;
|
|
25
27
|
set BaseTableName(value: string | undefined);
|
|
26
|
-
ColumnAttributeNumber:
|
|
28
|
+
ColumnAttributeNumber: Nullable_1<System_Internal.Int16>;
|
|
27
29
|
ColumnName: string;
|
|
28
|
-
ColumnOrdinal:
|
|
29
|
-
ColumnSize:
|
|
30
|
+
ColumnOrdinal: Nullable_1<System_Internal.Int32>;
|
|
31
|
+
ColumnSize: Nullable_1<System_Internal.Int32>;
|
|
30
32
|
get DataType(): Type | undefined;
|
|
31
33
|
set DataType(value: Type | undefined);
|
|
32
34
|
DataTypeName: string;
|
|
33
35
|
get DefaultValue(): string | undefined;
|
|
34
36
|
set DefaultValue(value: string | undefined);
|
|
35
|
-
IsAliased:
|
|
36
|
-
IsAutoIncrement:
|
|
37
|
-
IsIdentity:
|
|
38
|
-
IsKey:
|
|
39
|
-
IsLong:
|
|
40
|
-
IsReadOnly:
|
|
41
|
-
IsUnique:
|
|
37
|
+
IsAliased: Nullable_1<System_Internal.Boolean>;
|
|
38
|
+
IsAutoIncrement: Nullable_1<System_Internal.Boolean>;
|
|
39
|
+
IsIdentity: Nullable_1<System_Internal.Boolean>;
|
|
40
|
+
IsKey: Nullable_1<System_Internal.Boolean>;
|
|
41
|
+
IsLong: Nullable_1<System_Internal.Boolean>;
|
|
42
|
+
IsReadOnly: Nullable_1<System_Internal.Boolean>;
|
|
43
|
+
IsUnique: Nullable_1<System_Internal.Boolean>;
|
|
42
44
|
readonly [propertyName: string]: unknown | undefined;
|
|
43
|
-
NpgsqlDbType:
|
|
44
|
-
NumericPrecision:
|
|
45
|
-
NumericScale:
|
|
45
|
+
NpgsqlDbType: Nullable_1<NpgsqlDbType>;
|
|
46
|
+
NumericPrecision: Nullable_1<System_Internal.Int32>;
|
|
47
|
+
NumericScale: Nullable_1<System_Internal.Int32>;
|
|
46
48
|
PostgresType: PostgresType;
|
|
47
49
|
TableOID: uint;
|
|
48
50
|
TypeOID: uint;
|
|
@@ -8,9 +8,9 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { DbTypeResolverFactory, PgTypeInfoResolverFactory } from "../../Npgsql.Internal/internal/index.js";
|
|
10
10
|
import type { INpgsqlNameTranslator } from "../../Npgsql/internal/index.js";
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import type {
|
|
11
|
+
import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
import type { Boolean as ClrBoolean, Enum, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
14
14
|
|
|
15
15
|
export interface INpgsqlTypeMapper$instance {
|
|
16
16
|
readonly __tsonic_iface_Npgsql_TypeMapping_INpgsqlTypeMapper: never;
|
|
@@ -32,6 +32,8 @@ export interface INpgsqlTypeMapper$instance {
|
|
|
32
32
|
export type INpgsqlTypeMapper = INpgsqlTypeMapper$instance;
|
|
33
33
|
|
|
34
34
|
export interface UserTypeMapping$instance {
|
|
35
|
+
readonly __tsonic_type_Npgsql_TypeMapping_UserTypeMapping: never;
|
|
36
|
+
|
|
35
37
|
readonly ClrType: Type;
|
|
36
38
|
readonly PgTypeName: string;
|
|
37
39
|
}
|
|
@@ -6,10 +6,12 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
-
import type { ValueType } from "@tsonic/dotnet/System.js";
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
10
|
+
import type { ValueType } from "@tsonic/dotnet/System/internal/index.js";
|
|
11
11
|
|
|
12
12
|
export interface NpgsqlTimeout$instance {
|
|
13
|
+
readonly __tsonic_type_Npgsql_Util_NpgsqlTimeout: never;
|
|
14
|
+
|
|
13
15
|
}
|
|
14
16
|
|
|
15
17
|
|