@tsonic/efcore-npgsql 10.0.1 → 10.0.2
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/bindings.json +737 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
- package/Npgsql/bindings.json +3099 -41
- package/Npgsql/internal/index.d.ts +142 -22
- package/Npgsql.BackendMessages/bindings.json +7 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +17 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +8 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +35 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +6 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +50 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +10 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +103 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +157 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +44 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +435 -53
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +29 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +884 -15
- package/Npgsql.Internal/internal/index.d.ts +43 -9
- package/Npgsql.Internal.Postgres/bindings.json +81 -0
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +30 -0
- package/Npgsql.PostgresTypes/bindings.json +144 -12
- package/Npgsql.PostgresTypes/internal/index.d.ts +12 -9
- package/Npgsql.Replication/bindings.json +166 -11
- package/Npgsql.Replication/internal/index.d.ts +6 -5
- package/Npgsql.Replication.Internal/bindings.json +26 -1
- package/Npgsql.Replication.Internal/internal/index.d.ts +1 -0
- package/Npgsql.Replication.PgOutput/bindings.json +160 -6
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +4 -3
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -40
- package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +1 -1
- package/Npgsql.Schema/bindings.json +87 -54
- package/Npgsql.Schema/internal/index.d.ts +33 -27
- package/Npgsql.TypeMapping/bindings.json +17 -0
- package/Npgsql.Util/bindings.json +4 -0
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +871 -4
- package/NpgsqlTypes/internal/index.d.ts +3 -1
- package/package.json +1 -1
|
@@ -92,8 +92,8 @@ export const RelationMessageColumn: {
|
|
|
92
92
|
export type RelationMessageColumn = RelationMessageColumn$instance;
|
|
93
93
|
|
|
94
94
|
export interface BeginMessage$instance extends TransactionControlMessage {
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
TransactionCommitTimestamp: DateTime;
|
|
96
|
+
TransactionFinalLsn: NpgsqlLogSequenceNumber;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
|
|
@@ -116,10 +116,10 @@ export const BeginPrepareMessage: {
|
|
|
116
116
|
export type BeginPrepareMessage = BeginPrepareMessage$instance;
|
|
117
117
|
|
|
118
118
|
export interface CommitMessage$instance extends PgOutputReplicationMessage {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
119
|
+
CommitLsn: NpgsqlLogSequenceNumber;
|
|
120
|
+
Flags: CommitMessage_CommitFlags;
|
|
121
|
+
TransactionCommitTimestamp: DateTime;
|
|
122
|
+
TransactionEndLsn: NpgsqlLogSequenceNumber;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
|
|
@@ -133,7 +133,7 @@ export type CommitMessage = CommitMessage$instance;
|
|
|
133
133
|
export interface CommitPreparedMessage$instance extends PreparedTransactionControlMessage {
|
|
134
134
|
readonly CommitPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
135
135
|
readonly CommitPreparedLsn: NpgsqlLogSequenceNumber;
|
|
136
|
-
|
|
136
|
+
Flags: CommitPreparedMessage_CommitPreparedFlags;
|
|
137
137
|
readonly TransactionCommitTimestamp: DateTime;
|
|
138
138
|
}
|
|
139
139
|
|
|
@@ -158,7 +158,7 @@ export const DefaultUpdateMessage: {
|
|
|
158
158
|
export type DefaultUpdateMessage = DefaultUpdateMessage$instance;
|
|
159
159
|
|
|
160
160
|
export interface DeleteMessage$instance extends TransactionalMessage {
|
|
161
|
-
|
|
161
|
+
Relation: RelationMessage;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
|
|
@@ -208,7 +208,7 @@ export type IndexUpdateMessage = IndexUpdateMessage$instance;
|
|
|
208
208
|
|
|
209
209
|
export interface InsertMessage$instance extends TransactionalMessage {
|
|
210
210
|
readonly NewRow: ReplicationTuple;
|
|
211
|
-
|
|
211
|
+
Relation: RelationMessage;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
|
|
@@ -232,10 +232,10 @@ export const KeyDeleteMessage: {
|
|
|
232
232
|
export type KeyDeleteMessage = KeyDeleteMessage$instance;
|
|
233
233
|
|
|
234
234
|
export interface LogicalDecodingMessage$instance extends TransactionalMessage {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
235
|
+
Data: Stream;
|
|
236
|
+
Flags: byte;
|
|
237
|
+
MessageLsn: NpgsqlLogSequenceNumber;
|
|
238
|
+
Prefix: string;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
|
|
@@ -247,8 +247,8 @@ export const LogicalDecodingMessage: {
|
|
|
247
247
|
export type LogicalDecodingMessage = LogicalDecodingMessage$instance;
|
|
248
248
|
|
|
249
249
|
export interface OriginMessage$instance extends PgOutputReplicationMessage {
|
|
250
|
-
|
|
251
|
-
|
|
250
|
+
OriginCommitLsn: NpgsqlLogSequenceNumber;
|
|
251
|
+
OriginName: string;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
|
|
@@ -260,8 +260,8 @@ export const OriginMessage: {
|
|
|
260
260
|
export type OriginMessage = OriginMessage$instance;
|
|
261
261
|
|
|
262
262
|
export interface ParallelStreamAbortMessage$instance extends StreamAbortMessage {
|
|
263
|
-
|
|
264
|
-
|
|
263
|
+
AbortLsn: NpgsqlLogSequenceNumber;
|
|
264
|
+
AbortTimestamp: DateTime;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
|
|
@@ -278,13 +278,14 @@ export interface PgOutputReplicationMessage$instance extends ReplicationMessage
|
|
|
278
278
|
|
|
279
279
|
|
|
280
280
|
export const PgOutputReplicationMessage: {
|
|
281
|
+
new(): PgOutputReplicationMessage;
|
|
281
282
|
};
|
|
282
283
|
|
|
283
284
|
|
|
284
285
|
export type PgOutputReplicationMessage = PgOutputReplicationMessage$instance;
|
|
285
286
|
|
|
286
287
|
export interface PreparedTransactionControlMessage$instance extends TransactionControlMessage {
|
|
287
|
-
|
|
288
|
+
TransactionGid: string;
|
|
288
289
|
}
|
|
289
290
|
|
|
290
291
|
|
|
@@ -295,7 +296,7 @@ export const PreparedTransactionControlMessage: {
|
|
|
295
296
|
export type PreparedTransactionControlMessage = PreparedTransactionControlMessage$instance;
|
|
296
297
|
|
|
297
298
|
export interface PrepareMessage$instance extends PrepareMessageBase {
|
|
298
|
-
|
|
299
|
+
Flags: PrepareMessage_PrepareFlags;
|
|
299
300
|
}
|
|
300
301
|
|
|
301
302
|
|
|
@@ -321,10 +322,10 @@ export type PrepareMessageBase = PrepareMessageBase$instance;
|
|
|
321
322
|
|
|
322
323
|
export interface RelationMessage$instance extends TransactionalMessage {
|
|
323
324
|
readonly Columns: IReadOnlyList<RelationMessage_Column>;
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
325
|
+
Namespace: string;
|
|
326
|
+
RelationId: uint;
|
|
327
|
+
RelationName: string;
|
|
328
|
+
ReplicaIdentity: RelationMessage_ReplicaIdentitySetting;
|
|
328
329
|
}
|
|
329
330
|
|
|
330
331
|
|
|
@@ -336,11 +337,11 @@ export const RelationMessage: {
|
|
|
336
337
|
export type RelationMessage = RelationMessage$instance;
|
|
337
338
|
|
|
338
339
|
export interface RollbackPreparedMessage$instance extends PreparedTransactionControlMessage {
|
|
339
|
-
|
|
340
|
+
Flags: RollbackPreparedMessage_RollbackPreparedFlags;
|
|
340
341
|
readonly PreparedTransactionEndLsn: NpgsqlLogSequenceNumber;
|
|
341
342
|
readonly RollbackPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
342
343
|
readonly TransactionPrepareTimestamp: DateTime;
|
|
343
|
-
|
|
344
|
+
TransactionRollbackTimestamp: DateTime;
|
|
344
345
|
}
|
|
345
346
|
|
|
346
347
|
|
|
@@ -352,7 +353,7 @@ export const RollbackPreparedMessage: {
|
|
|
352
353
|
export type RollbackPreparedMessage = RollbackPreparedMessage$instance;
|
|
353
354
|
|
|
354
355
|
export interface StreamAbortMessage$instance extends TransactionControlMessage {
|
|
355
|
-
|
|
356
|
+
SubtransactionXid: uint;
|
|
356
357
|
}
|
|
357
358
|
|
|
358
359
|
|
|
@@ -364,10 +365,10 @@ export const StreamAbortMessage: {
|
|
|
364
365
|
export type StreamAbortMessage = StreamAbortMessage$instance;
|
|
365
366
|
|
|
366
367
|
export interface StreamCommitMessage$instance extends TransactionControlMessage {
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
368
|
+
CommitLsn: NpgsqlLogSequenceNumber;
|
|
369
|
+
Flags: byte;
|
|
370
|
+
TransactionCommitTimestamp: DateTime;
|
|
371
|
+
TransactionEndLsn: NpgsqlLogSequenceNumber;
|
|
371
372
|
}
|
|
372
373
|
|
|
373
374
|
|
|
@@ -379,7 +380,7 @@ export const StreamCommitMessage: {
|
|
|
379
380
|
export type StreamCommitMessage = StreamCommitMessage$instance;
|
|
380
381
|
|
|
381
382
|
export interface StreamPrepareMessage$instance extends PrepareMessageBase {
|
|
382
|
-
|
|
383
|
+
Flags: StreamPrepareMessage_StreamPrepareFlags;
|
|
383
384
|
}
|
|
384
385
|
|
|
385
386
|
|
|
@@ -391,7 +392,7 @@ export const StreamPrepareMessage: {
|
|
|
391
392
|
export type StreamPrepareMessage = StreamPrepareMessage$instance;
|
|
392
393
|
|
|
393
394
|
export interface StreamStartMessage$instance extends TransactionControlMessage {
|
|
394
|
-
|
|
395
|
+
StreamSegmentIndicator: byte;
|
|
395
396
|
}
|
|
396
397
|
|
|
397
398
|
|
|
@@ -414,30 +415,32 @@ export const StreamStopMessage: {
|
|
|
414
415
|
export type StreamStopMessage = StreamStopMessage$instance;
|
|
415
416
|
|
|
416
417
|
export interface TransactionalMessage$instance extends PgOutputReplicationMessage {
|
|
417
|
-
|
|
418
|
+
TransactionXid: Nullable<System_Internal.UInt32>;
|
|
418
419
|
}
|
|
419
420
|
|
|
420
421
|
|
|
421
422
|
export const TransactionalMessage: {
|
|
423
|
+
new(): TransactionalMessage;
|
|
422
424
|
};
|
|
423
425
|
|
|
424
426
|
|
|
425
427
|
export type TransactionalMessage = TransactionalMessage$instance;
|
|
426
428
|
|
|
427
429
|
export interface TransactionControlMessage$instance extends PgOutputReplicationMessage {
|
|
428
|
-
|
|
430
|
+
TransactionXid: uint;
|
|
429
431
|
}
|
|
430
432
|
|
|
431
433
|
|
|
432
434
|
export const TransactionControlMessage: {
|
|
435
|
+
new(): TransactionControlMessage;
|
|
433
436
|
};
|
|
434
437
|
|
|
435
438
|
|
|
436
439
|
export type TransactionControlMessage = TransactionControlMessage$instance;
|
|
437
440
|
|
|
438
441
|
export interface TruncateMessage$instance extends TransactionalMessage {
|
|
439
|
-
|
|
440
|
-
|
|
442
|
+
Options: TruncateMessage_TruncateOptions;
|
|
443
|
+
Relations: IReadOnlyList<RelationMessage>;
|
|
441
444
|
}
|
|
442
445
|
|
|
443
446
|
|
|
@@ -449,9 +452,9 @@ export const TruncateMessage: {
|
|
|
449
452
|
export type TruncateMessage = TruncateMessage$instance;
|
|
450
453
|
|
|
451
454
|
export interface TypeMessage$instance extends TransactionalMessage {
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
+
Name: string;
|
|
456
|
+
Namespace: string;
|
|
457
|
+
TypeId: uint;
|
|
455
458
|
}
|
|
456
459
|
|
|
457
460
|
|
|
@@ -464,7 +467,7 @@ export type TypeMessage = TypeMessage$instance;
|
|
|
464
467
|
|
|
465
468
|
export interface UpdateMessage$instance extends TransactionalMessage {
|
|
466
469
|
readonly NewRow: ReplicationTuple;
|
|
467
|
-
|
|
470
|
+
Relation: RelationMessage;
|
|
468
471
|
}
|
|
469
472
|
|
|
470
473
|
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage",
|
|
20
|
+
"clrName": "Npgsql.Replication.ReplicationMessage"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingData::ToString():System.String",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": true,
|
|
32
36
|
"isOverride": true,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
35
40
|
"declaringAssemblyName": "Npgsql",
|
|
36
41
|
"isExtensionMethod": false
|
|
@@ -50,6 +55,7 @@
|
|
|
50
55
|
"isVirtual": false,
|
|
51
56
|
"isOverride": false,
|
|
52
57
|
"isSealed": false,
|
|
58
|
+
"visibility": "Public",
|
|
53
59
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
54
60
|
"declaringAssemblyName": "Npgsql",
|
|
55
61
|
"isExtensionMethod": false
|
|
@@ -61,16 +67,17 @@
|
|
|
61
67
|
"clrName": "Data",
|
|
62
68
|
"metadataToken": 385876578,
|
|
63
69
|
"canonicalSignature": ":System.String",
|
|
64
|
-
"normalizedSignature": "Data|:System.String|static=false|accessor=
|
|
70
|
+
"normalizedSignature": "Data|:System.String|static=false|accessor=getset",
|
|
65
71
|
"emitScope": "ClassSurface",
|
|
66
72
|
"provenance": "Original",
|
|
67
73
|
"isIndexer": false,
|
|
68
74
|
"hasGetter": true,
|
|
69
|
-
"hasSetter":
|
|
75
|
+
"hasSetter": true,
|
|
70
76
|
"isStatic": false,
|
|
71
77
|
"isAbstract": false,
|
|
72
78
|
"isVirtual": false,
|
|
73
79
|
"isOverride": false,
|
|
80
|
+
"visibility": "Public",
|
|
74
81
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
75
82
|
"declaringAssemblyName": "Npgsql"
|
|
76
83
|
}
|
|
@@ -85,6 +92,7 @@
|
|
|
85
92
|
"normalizedSignature": "constructor|():void|static=false",
|
|
86
93
|
"isStatic": false,
|
|
87
94
|
"parameterCount": 0,
|
|
95
|
+
"visibility": "Public",
|
|
88
96
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
89
97
|
"declaringAssemblyName": "Npgsql"
|
|
90
98
|
}
|
|
@@ -101,6 +109,19 @@
|
|
|
101
109
|
"isSealed": false,
|
|
102
110
|
"isStatic": false,
|
|
103
111
|
"arity": 0,
|
|
112
|
+
"baseType": {
|
|
113
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
114
|
+
"clrName": "System.Object"
|
|
115
|
+
},
|
|
116
|
+
"interfaces": [
|
|
117
|
+
{
|
|
118
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
119
|
+
"clrName": "System.IEquatable\u00601",
|
|
120
|
+
"typeArguments": [
|
|
121
|
+
"TestDecodingOptions"
|
|
122
|
+
]
|
|
123
|
+
}
|
|
124
|
+
],
|
|
104
125
|
"methods": [
|
|
105
126
|
{
|
|
106
127
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::Equals(Npgsql.Replication.TestDecoding.TestDecodingOptions):System.Boolean",
|
|
@@ -117,6 +138,7 @@
|
|
|
117
138
|
"isVirtual": true,
|
|
118
139
|
"isOverride": false,
|
|
119
140
|
"isSealed": true,
|
|
141
|
+
"visibility": "Public",
|
|
120
142
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
121
143
|
"declaringAssemblyName": "Npgsql",
|
|
122
144
|
"isExtensionMethod": false
|
|
@@ -136,6 +158,7 @@
|
|
|
136
158
|
"isVirtual": true,
|
|
137
159
|
"isOverride": true,
|
|
138
160
|
"isSealed": false,
|
|
161
|
+
"visibility": "Public",
|
|
139
162
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
140
163
|
"declaringAssemblyName": "Npgsql",
|
|
141
164
|
"isExtensionMethod": false
|
|
@@ -155,6 +178,7 @@
|
|
|
155
178
|
"isVirtual": true,
|
|
156
179
|
"isOverride": true,
|
|
157
180
|
"isSealed": false,
|
|
181
|
+
"visibility": "Public",
|
|
158
182
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
159
183
|
"declaringAssemblyName": "Npgsql",
|
|
160
184
|
"isExtensionMethod": false
|
|
@@ -176,6 +200,7 @@
|
|
|
176
200
|
"isAbstract": false,
|
|
177
201
|
"isVirtual": false,
|
|
178
202
|
"isOverride": false,
|
|
203
|
+
"visibility": "Public",
|
|
179
204
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
180
205
|
"declaringAssemblyName": "Npgsql"
|
|
181
206
|
},
|
|
@@ -194,6 +219,7 @@
|
|
|
194
219
|
"isAbstract": false,
|
|
195
220
|
"isVirtual": false,
|
|
196
221
|
"isOverride": false,
|
|
222
|
+
"visibility": "Public",
|
|
197
223
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
198
224
|
"declaringAssemblyName": "Npgsql"
|
|
199
225
|
},
|
|
@@ -212,6 +238,7 @@
|
|
|
212
238
|
"isAbstract": false,
|
|
213
239
|
"isVirtual": false,
|
|
214
240
|
"isOverride": false,
|
|
241
|
+
"visibility": "Public",
|
|
215
242
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
216
243
|
"declaringAssemblyName": "Npgsql"
|
|
217
244
|
},
|
|
@@ -230,6 +257,7 @@
|
|
|
230
257
|
"isAbstract": false,
|
|
231
258
|
"isVirtual": false,
|
|
232
259
|
"isOverride": false,
|
|
260
|
+
"visibility": "Public",
|
|
233
261
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
234
262
|
"declaringAssemblyName": "Npgsql"
|
|
235
263
|
},
|
|
@@ -248,6 +276,7 @@
|
|
|
248
276
|
"isAbstract": false,
|
|
249
277
|
"isVirtual": false,
|
|
250
278
|
"isOverride": false,
|
|
279
|
+
"visibility": "Public",
|
|
251
280
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
252
281
|
"declaringAssemblyName": "Npgsql"
|
|
253
282
|
},
|
|
@@ -266,6 +295,7 @@
|
|
|
266
295
|
"isAbstract": false,
|
|
267
296
|
"isVirtual": false,
|
|
268
297
|
"isOverride": false,
|
|
298
|
+
"visibility": "Public",
|
|
269
299
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
270
300
|
"declaringAssemblyName": "Npgsql"
|
|
271
301
|
},
|
|
@@ -284,6 +314,7 @@
|
|
|
284
314
|
"isAbstract": false,
|
|
285
315
|
"isVirtual": false,
|
|
286
316
|
"isOverride": false,
|
|
317
|
+
"visibility": "Public",
|
|
287
318
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
288
319
|
"declaringAssemblyName": "Npgsql"
|
|
289
320
|
}
|
|
@@ -298,6 +329,7 @@
|
|
|
298
329
|
"normalizedSignature": "constructor|(System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
299
330
|
"isStatic": false,
|
|
300
331
|
"parameterCount": 7,
|
|
332
|
+
"visibility": "Public",
|
|
301
333
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
302
334
|
"declaringAssemblyName": "Npgsql"
|
|
303
335
|
}
|
|
@@ -314,6 +346,10 @@
|
|
|
314
346
|
"isSealed": false,
|
|
315
347
|
"isStatic": false,
|
|
316
348
|
"arity": 0,
|
|
349
|
+
"baseType": {
|
|
350
|
+
"stableId": "Npgsql:Npgsql.Replication.Internal.LogicalReplicationSlot",
|
|
351
|
+
"clrName": "Npgsql.Replication.Internal.LogicalReplicationSlot"
|
|
352
|
+
},
|
|
317
353
|
"methods": [],
|
|
318
354
|
"properties": [],
|
|
319
355
|
"fields": [],
|
|
@@ -326,6 +362,7 @@
|
|
|
326
362
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
327
363
|
"isStatic": false,
|
|
328
364
|
"parameterCount": 1,
|
|
365
|
+
"visibility": "Public",
|
|
329
366
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot",
|
|
330
367
|
"declaringAssemblyName": "Npgsql"
|
|
331
368
|
},
|
|
@@ -336,6 +373,7 @@
|
|
|
336
373
|
"normalizedSignature": "constructor|(Npgsql.Replication.ReplicationSlotOptions):void|static=false",
|
|
337
374
|
"isStatic": false,
|
|
338
375
|
"parameterCount": 1,
|
|
376
|
+
"visibility": "Public",
|
|
339
377
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot",
|
|
340
378
|
"declaringAssemblyName": "Npgsql"
|
|
341
379
|
}
|
|
@@ -15,7 +15,7 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
15
15
|
import type { Boolean as ClrBoolean, DateTime, IEquatable, Int32, Nullable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
16
16
|
|
|
17
17
|
export interface TestDecodingData$instance extends ReplicationMessage {
|
|
18
|
-
|
|
18
|
+
Data: string;
|
|
19
19
|
Clone(): TestDecodingData;
|
|
20
20
|
ToString(): string;
|
|
21
21
|
}
|