@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
|
@@ -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,30 +96,34 @@ 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
|
}
|
|
98
104
|
|
|
99
105
|
|
|
100
106
|
export const BeginMessage: {
|
|
101
|
-
new(): BeginMessage;
|
|
102
107
|
};
|
|
103
108
|
|
|
104
109
|
|
|
105
110
|
export type BeginMessage = BeginMessage$instance;
|
|
106
111
|
|
|
107
112
|
export interface BeginPrepareMessage$instance extends PrepareMessageBase {
|
|
113
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_BeginPrepareMessage: never;
|
|
114
|
+
|
|
108
115
|
}
|
|
109
116
|
|
|
110
117
|
|
|
111
118
|
export const BeginPrepareMessage: {
|
|
112
|
-
new(): BeginPrepareMessage;
|
|
113
119
|
};
|
|
114
120
|
|
|
115
121
|
|
|
116
122
|
export type BeginPrepareMessage = BeginPrepareMessage$instance;
|
|
117
123
|
|
|
118
124
|
export interface CommitMessage$instance extends PgOutputReplicationMessage {
|
|
125
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_CommitMessage: never;
|
|
126
|
+
|
|
119
127
|
CommitLsn: NpgsqlLogSequenceNumber;
|
|
120
128
|
Flags: CommitMessage_CommitFlags;
|
|
121
129
|
TransactionCommitTimestamp: DateTime;
|
|
@@ -124,13 +132,14 @@ export interface CommitMessage$instance extends PgOutputReplicationMessage {
|
|
|
124
132
|
|
|
125
133
|
|
|
126
134
|
export const CommitMessage: {
|
|
127
|
-
new(): CommitMessage;
|
|
128
135
|
};
|
|
129
136
|
|
|
130
137
|
|
|
131
138
|
export type CommitMessage = CommitMessage$instance;
|
|
132
139
|
|
|
133
140
|
export interface CommitPreparedMessage$instance extends PreparedTransactionControlMessage {
|
|
141
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_CommitPreparedMessage: never;
|
|
142
|
+
|
|
134
143
|
readonly CommitPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
135
144
|
readonly CommitPreparedLsn: NpgsqlLogSequenceNumber;
|
|
136
145
|
Flags: CommitPreparedMessage_CommitPreparedFlags;
|
|
@@ -139,25 +148,27 @@ export interface CommitPreparedMessage$instance extends PreparedTransactionContr
|
|
|
139
148
|
|
|
140
149
|
|
|
141
150
|
export const CommitPreparedMessage: {
|
|
142
|
-
new(): CommitPreparedMessage;
|
|
143
151
|
};
|
|
144
152
|
|
|
145
153
|
|
|
146
154
|
export type CommitPreparedMessage = CommitPreparedMessage$instance;
|
|
147
155
|
|
|
148
156
|
export interface DefaultUpdateMessage$instance extends UpdateMessage {
|
|
157
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_DefaultUpdateMessage: never;
|
|
158
|
+
|
|
149
159
|
readonly NewRow: ReplicationTuple;
|
|
150
160
|
}
|
|
151
161
|
|
|
152
162
|
|
|
153
163
|
export const DefaultUpdateMessage: {
|
|
154
|
-
new(): DefaultUpdateMessage;
|
|
155
164
|
};
|
|
156
165
|
|
|
157
166
|
|
|
158
167
|
export type DefaultUpdateMessage = DefaultUpdateMessage$instance;
|
|
159
168
|
|
|
160
169
|
export interface DeleteMessage$instance extends TransactionalMessage {
|
|
170
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_DeleteMessage: never;
|
|
171
|
+
|
|
161
172
|
Relation: RelationMessage;
|
|
162
173
|
}
|
|
163
174
|
|
|
@@ -169,69 +180,76 @@ export const DeleteMessage: {
|
|
|
169
180
|
export type DeleteMessage = DeleteMessage$instance;
|
|
170
181
|
|
|
171
182
|
export interface FullDeleteMessage$instance extends DeleteMessage {
|
|
183
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_FullDeleteMessage: never;
|
|
184
|
+
|
|
172
185
|
readonly OldRow: ReplicationTuple;
|
|
173
186
|
}
|
|
174
187
|
|
|
175
188
|
|
|
176
189
|
export const FullDeleteMessage: {
|
|
177
|
-
new(): FullDeleteMessage;
|
|
178
190
|
};
|
|
179
191
|
|
|
180
192
|
|
|
181
193
|
export type FullDeleteMessage = FullDeleteMessage$instance;
|
|
182
194
|
|
|
183
195
|
export interface FullUpdateMessage$instance extends UpdateMessage {
|
|
196
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_FullUpdateMessage: never;
|
|
197
|
+
|
|
184
198
|
readonly NewRow: ReplicationTuple;
|
|
185
199
|
readonly OldRow: ReplicationTuple;
|
|
186
200
|
}
|
|
187
201
|
|
|
188
202
|
|
|
189
203
|
export const FullUpdateMessage: {
|
|
190
|
-
new(): FullUpdateMessage;
|
|
191
204
|
};
|
|
192
205
|
|
|
193
206
|
|
|
194
207
|
export type FullUpdateMessage = FullUpdateMessage$instance;
|
|
195
208
|
|
|
196
209
|
export interface IndexUpdateMessage$instance extends UpdateMessage {
|
|
210
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_IndexUpdateMessage: never;
|
|
211
|
+
|
|
197
212
|
readonly Key: ReplicationTuple;
|
|
198
213
|
readonly NewRow: ReplicationTuple;
|
|
199
214
|
}
|
|
200
215
|
|
|
201
216
|
|
|
202
217
|
export const IndexUpdateMessage: {
|
|
203
|
-
new(): IndexUpdateMessage;
|
|
204
218
|
};
|
|
205
219
|
|
|
206
220
|
|
|
207
221
|
export type IndexUpdateMessage = IndexUpdateMessage$instance;
|
|
208
222
|
|
|
209
223
|
export interface InsertMessage$instance extends TransactionalMessage {
|
|
224
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_InsertMessage: never;
|
|
225
|
+
|
|
210
226
|
readonly NewRow: ReplicationTuple;
|
|
211
227
|
Relation: RelationMessage;
|
|
212
228
|
}
|
|
213
229
|
|
|
214
230
|
|
|
215
231
|
export const InsertMessage: {
|
|
216
|
-
new(): InsertMessage;
|
|
217
232
|
};
|
|
218
233
|
|
|
219
234
|
|
|
220
235
|
export type InsertMessage = InsertMessage$instance;
|
|
221
236
|
|
|
222
237
|
export interface KeyDeleteMessage$instance extends DeleteMessage {
|
|
238
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_KeyDeleteMessage: never;
|
|
239
|
+
|
|
223
240
|
readonly Key: ReplicationTuple;
|
|
224
241
|
}
|
|
225
242
|
|
|
226
243
|
|
|
227
244
|
export const KeyDeleteMessage: {
|
|
228
|
-
new(): KeyDeleteMessage;
|
|
229
245
|
};
|
|
230
246
|
|
|
231
247
|
|
|
232
248
|
export type KeyDeleteMessage = KeyDeleteMessage$instance;
|
|
233
249
|
|
|
234
250
|
export interface LogicalDecodingMessage$instance extends TransactionalMessage {
|
|
251
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_LogicalDecodingMessage: never;
|
|
252
|
+
|
|
235
253
|
Data: Stream;
|
|
236
254
|
Flags: byte;
|
|
237
255
|
MessageLsn: NpgsqlLogSequenceNumber;
|
|
@@ -240,51 +258,55 @@ export interface LogicalDecodingMessage$instance extends TransactionalMessage {
|
|
|
240
258
|
|
|
241
259
|
|
|
242
260
|
export const LogicalDecodingMessage: {
|
|
243
|
-
new(): LogicalDecodingMessage;
|
|
244
261
|
};
|
|
245
262
|
|
|
246
263
|
|
|
247
264
|
export type LogicalDecodingMessage = LogicalDecodingMessage$instance;
|
|
248
265
|
|
|
249
266
|
export interface OriginMessage$instance extends PgOutputReplicationMessage {
|
|
267
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_OriginMessage: never;
|
|
268
|
+
|
|
250
269
|
OriginCommitLsn: NpgsqlLogSequenceNumber;
|
|
251
270
|
OriginName: string;
|
|
252
271
|
}
|
|
253
272
|
|
|
254
273
|
|
|
255
274
|
export const OriginMessage: {
|
|
256
|
-
new(): OriginMessage;
|
|
257
275
|
};
|
|
258
276
|
|
|
259
277
|
|
|
260
278
|
export type OriginMessage = OriginMessage$instance;
|
|
261
279
|
|
|
262
280
|
export interface ParallelStreamAbortMessage$instance extends StreamAbortMessage {
|
|
281
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_ParallelStreamAbortMessage: never;
|
|
282
|
+
|
|
263
283
|
AbortLsn: NpgsqlLogSequenceNumber;
|
|
264
284
|
AbortTimestamp: DateTime;
|
|
265
285
|
}
|
|
266
286
|
|
|
267
287
|
|
|
268
288
|
export const ParallelStreamAbortMessage: {
|
|
269
|
-
new(): ParallelStreamAbortMessage;
|
|
270
289
|
};
|
|
271
290
|
|
|
272
291
|
|
|
273
292
|
export type ParallelStreamAbortMessage = ParallelStreamAbortMessage$instance;
|
|
274
293
|
|
|
275
294
|
export interface PgOutputReplicationMessage$instance extends ReplicationMessage {
|
|
295
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_PgOutputReplicationMessage: never;
|
|
296
|
+
|
|
276
297
|
ToString(): string;
|
|
277
298
|
}
|
|
278
299
|
|
|
279
300
|
|
|
280
|
-
export const PgOutputReplicationMessage: {
|
|
281
|
-
new(): PgOutputReplicationMessage;
|
|
301
|
+
export const PgOutputReplicationMessage: (abstract new() => PgOutputReplicationMessage) & {
|
|
282
302
|
};
|
|
283
303
|
|
|
284
304
|
|
|
285
305
|
export type PgOutputReplicationMessage = PgOutputReplicationMessage$instance;
|
|
286
306
|
|
|
287
307
|
export interface PreparedTransactionControlMessage$instance extends TransactionControlMessage {
|
|
308
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_PreparedTransactionControlMessage: never;
|
|
309
|
+
|
|
288
310
|
TransactionGid: string;
|
|
289
311
|
}
|
|
290
312
|
|
|
@@ -296,18 +318,21 @@ export const PreparedTransactionControlMessage: {
|
|
|
296
318
|
export type PreparedTransactionControlMessage = PreparedTransactionControlMessage$instance;
|
|
297
319
|
|
|
298
320
|
export interface PrepareMessage$instance extends PrepareMessageBase {
|
|
321
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_PrepareMessage: never;
|
|
322
|
+
|
|
299
323
|
Flags: PrepareMessage_PrepareFlags;
|
|
300
324
|
}
|
|
301
325
|
|
|
302
326
|
|
|
303
327
|
export const PrepareMessage: {
|
|
304
|
-
new(): PrepareMessage;
|
|
305
328
|
};
|
|
306
329
|
|
|
307
330
|
|
|
308
331
|
export type PrepareMessage = PrepareMessage$instance;
|
|
309
332
|
|
|
310
333
|
export interface PrepareMessageBase$instance extends PreparedTransactionControlMessage {
|
|
334
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_PrepareMessageBase: never;
|
|
335
|
+
|
|
311
336
|
readonly PrepareEndLsn: NpgsqlLogSequenceNumber;
|
|
312
337
|
readonly PrepareLsn: NpgsqlLogSequenceNumber;
|
|
313
338
|
readonly TransactionPrepareTimestamp: DateTime;
|
|
@@ -321,7 +346,9 @@ export const PrepareMessageBase: {
|
|
|
321
346
|
export type PrepareMessageBase = PrepareMessageBase$instance;
|
|
322
347
|
|
|
323
348
|
export interface RelationMessage$instance extends TransactionalMessage {
|
|
324
|
-
readonly
|
|
349
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_RelationMessage: never;
|
|
350
|
+
|
|
351
|
+
readonly Columns: IReadOnlyList_1<RelationMessage_Column>;
|
|
325
352
|
Namespace: string;
|
|
326
353
|
RelationId: uint;
|
|
327
354
|
RelationName: string;
|
|
@@ -330,13 +357,14 @@ export interface RelationMessage$instance extends TransactionalMessage {
|
|
|
330
357
|
|
|
331
358
|
|
|
332
359
|
export const RelationMessage: {
|
|
333
|
-
new(): RelationMessage;
|
|
334
360
|
};
|
|
335
361
|
|
|
336
362
|
|
|
337
363
|
export type RelationMessage = RelationMessage$instance;
|
|
338
364
|
|
|
339
365
|
export interface RollbackPreparedMessage$instance extends PreparedTransactionControlMessage {
|
|
366
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_RollbackPreparedMessage: never;
|
|
367
|
+
|
|
340
368
|
Flags: RollbackPreparedMessage_RollbackPreparedFlags;
|
|
341
369
|
readonly PreparedTransactionEndLsn: NpgsqlLogSequenceNumber;
|
|
342
370
|
readonly RollbackPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
@@ -346,25 +374,27 @@ export interface RollbackPreparedMessage$instance extends PreparedTransactionCon
|
|
|
346
374
|
|
|
347
375
|
|
|
348
376
|
export const RollbackPreparedMessage: {
|
|
349
|
-
new(): RollbackPreparedMessage;
|
|
350
377
|
};
|
|
351
378
|
|
|
352
379
|
|
|
353
380
|
export type RollbackPreparedMessage = RollbackPreparedMessage$instance;
|
|
354
381
|
|
|
355
382
|
export interface StreamAbortMessage$instance extends TransactionControlMessage {
|
|
383
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_StreamAbortMessage: never;
|
|
384
|
+
|
|
356
385
|
SubtransactionXid: uint;
|
|
357
386
|
}
|
|
358
387
|
|
|
359
388
|
|
|
360
389
|
export const StreamAbortMessage: {
|
|
361
|
-
new(): StreamAbortMessage;
|
|
362
390
|
};
|
|
363
391
|
|
|
364
392
|
|
|
365
393
|
export type StreamAbortMessage = StreamAbortMessage$instance;
|
|
366
394
|
|
|
367
395
|
export interface StreamCommitMessage$instance extends TransactionControlMessage {
|
|
396
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_StreamCommitMessage: never;
|
|
397
|
+
|
|
368
398
|
CommitLsn: NpgsqlLogSequenceNumber;
|
|
369
399
|
Flags: byte;
|
|
370
400
|
TransactionCommitTimestamp: DateTime;
|
|
@@ -373,85 +403,92 @@ export interface StreamCommitMessage$instance extends TransactionControlMessage
|
|
|
373
403
|
|
|
374
404
|
|
|
375
405
|
export const StreamCommitMessage: {
|
|
376
|
-
new(): StreamCommitMessage;
|
|
377
406
|
};
|
|
378
407
|
|
|
379
408
|
|
|
380
409
|
export type StreamCommitMessage = StreamCommitMessage$instance;
|
|
381
410
|
|
|
382
411
|
export interface StreamPrepareMessage$instance extends PrepareMessageBase {
|
|
412
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_StreamPrepareMessage: never;
|
|
413
|
+
|
|
383
414
|
Flags: StreamPrepareMessage_StreamPrepareFlags;
|
|
384
415
|
}
|
|
385
416
|
|
|
386
417
|
|
|
387
418
|
export const StreamPrepareMessage: {
|
|
388
|
-
new(): StreamPrepareMessage;
|
|
389
419
|
};
|
|
390
420
|
|
|
391
421
|
|
|
392
422
|
export type StreamPrepareMessage = StreamPrepareMessage$instance;
|
|
393
423
|
|
|
394
424
|
export interface StreamStartMessage$instance extends TransactionControlMessage {
|
|
425
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_StreamStartMessage: never;
|
|
426
|
+
|
|
395
427
|
StreamSegmentIndicator: byte;
|
|
396
428
|
}
|
|
397
429
|
|
|
398
430
|
|
|
399
431
|
export const StreamStartMessage: {
|
|
400
|
-
new(): StreamStartMessage;
|
|
401
432
|
};
|
|
402
433
|
|
|
403
434
|
|
|
404
435
|
export type StreamStartMessage = StreamStartMessage$instance;
|
|
405
436
|
|
|
406
437
|
export interface StreamStopMessage$instance extends PgOutputReplicationMessage {
|
|
438
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_StreamStopMessage: never;
|
|
439
|
+
|
|
407
440
|
}
|
|
408
441
|
|
|
409
442
|
|
|
410
443
|
export const StreamStopMessage: {
|
|
411
|
-
new(): StreamStopMessage;
|
|
412
444
|
};
|
|
413
445
|
|
|
414
446
|
|
|
415
447
|
export type StreamStopMessage = StreamStopMessage$instance;
|
|
416
448
|
|
|
417
449
|
export interface TransactionalMessage$instance extends PgOutputReplicationMessage {
|
|
418
|
-
|
|
450
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_TransactionalMessage: never;
|
|
451
|
+
|
|
452
|
+
TransactionXid: Nullable_1<System_Internal.UInt32>;
|
|
419
453
|
}
|
|
420
454
|
|
|
421
455
|
|
|
422
|
-
export const TransactionalMessage: {
|
|
423
|
-
new(): TransactionalMessage;
|
|
456
|
+
export const TransactionalMessage: (abstract new() => TransactionalMessage) & {
|
|
424
457
|
};
|
|
425
458
|
|
|
426
459
|
|
|
427
460
|
export type TransactionalMessage = TransactionalMessage$instance;
|
|
428
461
|
|
|
429
462
|
export interface TransactionControlMessage$instance extends PgOutputReplicationMessage {
|
|
463
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_TransactionControlMessage: never;
|
|
464
|
+
|
|
430
465
|
TransactionXid: uint;
|
|
431
466
|
}
|
|
432
467
|
|
|
433
468
|
|
|
434
|
-
export const TransactionControlMessage: {
|
|
435
|
-
new(): TransactionControlMessage;
|
|
469
|
+
export const TransactionControlMessage: (abstract new() => TransactionControlMessage) & {
|
|
436
470
|
};
|
|
437
471
|
|
|
438
472
|
|
|
439
473
|
export type TransactionControlMessage = TransactionControlMessage$instance;
|
|
440
474
|
|
|
441
475
|
export interface TruncateMessage$instance extends TransactionalMessage {
|
|
476
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_TruncateMessage: never;
|
|
477
|
+
|
|
442
478
|
Options: TruncateMessage_TruncateOptions;
|
|
443
|
-
Relations:
|
|
479
|
+
Relations: IReadOnlyList_1<RelationMessage>;
|
|
444
480
|
}
|
|
445
481
|
|
|
446
482
|
|
|
447
483
|
export const TruncateMessage: {
|
|
448
|
-
new(): TruncateMessage;
|
|
449
484
|
};
|
|
450
485
|
|
|
451
486
|
|
|
452
487
|
export type TruncateMessage = TruncateMessage$instance;
|
|
453
488
|
|
|
454
489
|
export interface TypeMessage$instance extends TransactionalMessage {
|
|
490
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_TypeMessage: never;
|
|
491
|
+
|
|
455
492
|
Name: string;
|
|
456
493
|
Namespace: string;
|
|
457
494
|
TypeId: uint;
|
|
@@ -459,13 +496,14 @@ export interface TypeMessage$instance extends TransactionalMessage {
|
|
|
459
496
|
|
|
460
497
|
|
|
461
498
|
export const TypeMessage: {
|
|
462
|
-
new(): TypeMessage;
|
|
463
499
|
};
|
|
464
500
|
|
|
465
501
|
|
|
466
502
|
export type TypeMessage = TypeMessage$instance;
|
|
467
503
|
|
|
468
504
|
export interface UpdateMessage$instance extends TransactionalMessage {
|
|
505
|
+
readonly __tsonic_type_Npgsql_Replication_PgOutput_Messages_UpdateMessage: never;
|
|
506
|
+
|
|
469
507
|
readonly NewRow: ReplicationTuple;
|
|
470
508
|
Relation: RelationMessage;
|
|
471
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,13 +31,17 @@ export const TestDecodingData: {
|
|
|
29
31
|
export type TestDecodingData = TestDecodingData$instance;
|
|
30
32
|
|
|
31
33
|
export interface TestDecodingOptions$instance {
|
|
32
|
-
readonly
|
|
33
|
-
|
|
34
|
-
readonly
|
|
35
|
-
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly
|
|
34
|
+
readonly __tsonic_type_Npgsql_Replication_TestDecoding_TestDecodingOptions: never;
|
|
35
|
+
|
|
36
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
37
|
+
|
|
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>;
|
|
39
45
|
Equals(other: TestDecodingOptions): boolean;
|
|
40
46
|
Equals(obj: unknown): boolean;
|
|
41
47
|
GetHashCode(): int;
|
|
@@ -43,13 +49,15 @@ export interface TestDecodingOptions$instance {
|
|
|
43
49
|
|
|
44
50
|
|
|
45
51
|
export const TestDecodingOptions: {
|
|
46
|
-
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;
|
|
47
53
|
};
|
|
48
54
|
|
|
49
55
|
|
|
50
56
|
export type TestDecodingOptions = TestDecodingOptions$instance;
|
|
51
57
|
|
|
52
58
|
export interface TestDecodingReplicationSlot$instance extends LogicalReplicationSlot {
|
|
59
|
+
readonly __tsonic_type_Npgsql_Replication_TestDecoding_TestDecodingReplicationSlot: never;
|
|
60
|
+
|
|
53
61
|
}
|
|
54
62
|
|
|
55
63
|
|
|
@@ -9,45 +9,47 @@ 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
|
-
set BaseColumnName(value: string);
|
|
22
|
+
set BaseColumnName(value: string | undefined);
|
|
21
23
|
get BaseSchemaName(): string | undefined;
|
|
22
|
-
set BaseSchemaName(value: string);
|
|
24
|
+
set BaseSchemaName(value: string | undefined);
|
|
23
25
|
BaseServerName: string;
|
|
24
26
|
get BaseTableName(): string | undefined;
|
|
25
|
-
set BaseTableName(value: string);
|
|
26
|
-
ColumnAttributeNumber:
|
|
27
|
+
set BaseTableName(value: string | undefined);
|
|
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
|
-
set DataType(value: Type);
|
|
33
|
+
set DataType(value: Type | undefined);
|
|
32
34
|
DataTypeName: string;
|
|
33
35
|
get DefaultValue(): string | undefined;
|
|
34
|
-
set DefaultValue(value: string);
|
|
35
|
-
IsAliased:
|
|
36
|
-
IsAutoIncrement:
|
|
37
|
-
IsIdentity:
|
|
38
|
-
IsKey:
|
|
39
|
-
IsLong:
|
|
40
|
-
IsReadOnly:
|
|
41
|
-
IsUnique:
|
|
42
|
-
readonly
|
|
43
|
-
NpgsqlDbType:
|
|
44
|
-
NumericPrecision:
|
|
45
|
-
NumericScale:
|
|
36
|
+
set DefaultValue(value: string | undefined);
|
|
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>;
|
|
44
|
+
readonly [propertyName: string]: unknown | undefined;
|
|
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;
|
|
49
51
|
get UdtAssemblyQualifiedName(): string | undefined;
|
|
50
|
-
set UdtAssemblyQualifiedName(value: string);
|
|
52
|
+
set UdtAssemblyQualifiedName(value: string | undefined);
|
|
51
53
|
}
|
|
52
54
|
|
|
53
55
|
|
|
@@ -8,11 +8,13 @@ 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
|
+
readonly __tsonic_iface_Npgsql_TypeMapping_INpgsqlTypeMapper: never;
|
|
17
|
+
|
|
16
18
|
DefaultNameTranslator: INpgsqlNameTranslator;
|
|
17
19
|
AddDbTypeResolverFactory(factory: DbTypeResolverFactory): void;
|
|
18
20
|
AddTypeInfoResolverFactory(factory: PgTypeInfoResolverFactory): void;
|
|
@@ -30,6 +32,8 @@ export interface INpgsqlTypeMapper$instance {
|
|
|
30
32
|
export type INpgsqlTypeMapper = INpgsqlTypeMapper$instance;
|
|
31
33
|
|
|
32
34
|
export interface UserTypeMapping$instance {
|
|
35
|
+
readonly __tsonic_type_Npgsql_TypeMapping_UserTypeMapping: never;
|
|
36
|
+
|
|
33
37
|
readonly ClrType: Type;
|
|
34
38
|
readonly PgTypeName: string;
|
|
35
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
|
|