@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.
Files changed (82) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +737 -0
  2. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
  3. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
  4. package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
  5. package/Npgsql/bindings.json +3099 -41
  6. package/Npgsql/internal/index.d.ts +142 -22
  7. package/Npgsql.BackendMessages/bindings.json +7 -0
  8. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
  9. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
  10. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
  11. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +17 -2
  12. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +8 -3
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +35 -11
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +6 -8
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +50 -10
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -5
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +10 -3
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +103 -15
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +157 -17
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +44 -11
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +435 -53
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +29 -5
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +16 -3
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
  58. package/Npgsql.Internal/bindings.json +884 -15
  59. package/Npgsql.Internal/internal/index.d.ts +43 -9
  60. package/Npgsql.Internal.Postgres/bindings.json +81 -0
  61. package/Npgsql.Internal.d.ts +1 -1
  62. package/Npgsql.NameTranslation/bindings.json +30 -0
  63. package/Npgsql.PostgresTypes/bindings.json +144 -12
  64. package/Npgsql.PostgresTypes/internal/index.d.ts +12 -9
  65. package/Npgsql.Replication/bindings.json +166 -11
  66. package/Npgsql.Replication/internal/index.d.ts +6 -5
  67. package/Npgsql.Replication.Internal/bindings.json +26 -1
  68. package/Npgsql.Replication.Internal/internal/index.d.ts +1 -0
  69. package/Npgsql.Replication.PgOutput/bindings.json +160 -6
  70. package/Npgsql.Replication.PgOutput/internal/index.d.ts +4 -3
  71. package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
  72. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -40
  73. package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
  74. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +1 -1
  75. package/Npgsql.Schema/bindings.json +87 -54
  76. package/Npgsql.Schema/internal/index.d.ts +33 -27
  77. package/Npgsql.TypeMapping/bindings.json +17 -0
  78. package/Npgsql.Util/bindings.json +4 -0
  79. package/Npgsql.d.ts +1 -1
  80. package/NpgsqlTypes/bindings.json +871 -4
  81. package/NpgsqlTypes/internal/index.d.ts +3 -1
  82. package/package.json +1 -1
@@ -15,6 +15,28 @@
15
15
  "isSealed": true,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.Enum",
20
+ "clrName": "System.Enum"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "System.Private.CoreLib:System.IComparable",
25
+ "clrName": "System.IComparable"
26
+ },
27
+ {
28
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
29
+ "clrName": "System.ISpanFormattable"
30
+ },
31
+ {
32
+ "stableId": "System.Private.CoreLib:System.IFormattable",
33
+ "clrName": "System.IFormattable"
34
+ },
35
+ {
36
+ "stableId": "System.Private.CoreLib:System.IConvertible",
37
+ "clrName": "System.IConvertible"
38
+ }
39
+ ],
18
40
  "methods": [],
19
41
  "properties": [],
20
42
  "fields": [
@@ -26,6 +48,7 @@
26
48
  "isStatic": false,
27
49
  "isReadOnly": false,
28
50
  "isLiteral": false,
51
+ "visibility": "Public",
29
52
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitMessage\u002BCommitFlags",
30
53
  "declaringAssemblyName": "Npgsql"
31
54
  },
@@ -37,6 +60,7 @@
37
60
  "isStatic": true,
38
61
  "isReadOnly": false,
39
62
  "isLiteral": true,
63
+ "visibility": "Public",
40
64
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitMessage\u002BCommitFlags",
41
65
  "declaringAssemblyName": "Npgsql"
42
66
  }
@@ -55,6 +79,28 @@
55
79
  "isSealed": true,
56
80
  "isStatic": false,
57
81
  "arity": 0,
82
+ "baseType": {
83
+ "stableId": "System.Private.CoreLib:System.Enum",
84
+ "clrName": "System.Enum"
85
+ },
86
+ "interfaces": [
87
+ {
88
+ "stableId": "System.Private.CoreLib:System.IComparable",
89
+ "clrName": "System.IComparable"
90
+ },
91
+ {
92
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
93
+ "clrName": "System.ISpanFormattable"
94
+ },
95
+ {
96
+ "stableId": "System.Private.CoreLib:System.IFormattable",
97
+ "clrName": "System.IFormattable"
98
+ },
99
+ {
100
+ "stableId": "System.Private.CoreLib:System.IConvertible",
101
+ "clrName": "System.IConvertible"
102
+ }
103
+ ],
58
104
  "methods": [],
59
105
  "properties": [],
60
106
  "fields": [
@@ -66,6 +112,7 @@
66
112
  "isStatic": false,
67
113
  "isReadOnly": false,
68
114
  "isLiteral": false,
115
+ "visibility": "Public",
69
116
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitPreparedMessage\u002BCommitPreparedFlags",
70
117
  "declaringAssemblyName": "Npgsql"
71
118
  },
@@ -77,6 +124,7 @@
77
124
  "isStatic": true,
78
125
  "isReadOnly": false,
79
126
  "isLiteral": true,
127
+ "visibility": "Public",
80
128
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitPreparedMessage\u002BCommitPreparedFlags",
81
129
  "declaringAssemblyName": "Npgsql"
82
130
  }
@@ -95,6 +143,28 @@
95
143
  "isSealed": true,
96
144
  "isStatic": false,
97
145
  "arity": 0,
146
+ "baseType": {
147
+ "stableId": "System.Private.CoreLib:System.Enum",
148
+ "clrName": "System.Enum"
149
+ },
150
+ "interfaces": [
151
+ {
152
+ "stableId": "System.Private.CoreLib:System.IComparable",
153
+ "clrName": "System.IComparable"
154
+ },
155
+ {
156
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
157
+ "clrName": "System.ISpanFormattable"
158
+ },
159
+ {
160
+ "stableId": "System.Private.CoreLib:System.IFormattable",
161
+ "clrName": "System.IFormattable"
162
+ },
163
+ {
164
+ "stableId": "System.Private.CoreLib:System.IConvertible",
165
+ "clrName": "System.IConvertible"
166
+ }
167
+ ],
98
168
  "methods": [],
99
169
  "properties": [],
100
170
  "fields": [
@@ -106,6 +176,7 @@
106
176
  "isStatic": false,
107
177
  "isReadOnly": false,
108
178
  "isLiteral": false,
179
+ "visibility": "Public",
109
180
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.PrepareMessage\u002BPrepareFlags",
110
181
  "declaringAssemblyName": "Npgsql"
111
182
  },
@@ -117,6 +188,7 @@
117
188
  "isStatic": true,
118
189
  "isReadOnly": false,
119
190
  "isLiteral": true,
191
+ "visibility": "Public",
120
192
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.PrepareMessage\u002BPrepareFlags",
121
193
  "declaringAssemblyName": "Npgsql"
122
194
  }
@@ -135,6 +207,28 @@
135
207
  "isSealed": true,
136
208
  "isStatic": false,
137
209
  "arity": 0,
210
+ "baseType": {
211
+ "stableId": "System.Private.CoreLib:System.Enum",
212
+ "clrName": "System.Enum"
213
+ },
214
+ "interfaces": [
215
+ {
216
+ "stableId": "System.Private.CoreLib:System.IComparable",
217
+ "clrName": "System.IComparable"
218
+ },
219
+ {
220
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
221
+ "clrName": "System.ISpanFormattable"
222
+ },
223
+ {
224
+ "stableId": "System.Private.CoreLib:System.IFormattable",
225
+ "clrName": "System.IFormattable"
226
+ },
227
+ {
228
+ "stableId": "System.Private.CoreLib:System.IConvertible",
229
+ "clrName": "System.IConvertible"
230
+ }
231
+ ],
138
232
  "methods": [],
139
233
  "properties": [],
140
234
  "fields": [
@@ -146,6 +240,7 @@
146
240
  "isStatic": false,
147
241
  "isReadOnly": false,
148
242
  "isLiteral": false,
243
+ "visibility": "Public",
149
244
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BColumn\u002BColumnFlags",
150
245
  "declaringAssemblyName": "Npgsql"
151
246
  },
@@ -157,6 +252,7 @@
157
252
  "isStatic": true,
158
253
  "isReadOnly": false,
159
254
  "isLiteral": true,
255
+ "visibility": "Public",
160
256
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BColumn\u002BColumnFlags",
161
257
  "declaringAssemblyName": "Npgsql"
162
258
  },
@@ -168,6 +264,7 @@
168
264
  "isStatic": true,
169
265
  "isReadOnly": false,
170
266
  "isLiteral": true,
267
+ "visibility": "Public",
171
268
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BColumn\u002BColumnFlags",
172
269
  "declaringAssemblyName": "Npgsql"
173
270
  }
@@ -186,6 +283,28 @@
186
283
  "isSealed": true,
187
284
  "isStatic": false,
188
285
  "arity": 0,
286
+ "baseType": {
287
+ "stableId": "System.Private.CoreLib:System.Enum",
288
+ "clrName": "System.Enum"
289
+ },
290
+ "interfaces": [
291
+ {
292
+ "stableId": "System.Private.CoreLib:System.IComparable",
293
+ "clrName": "System.IComparable"
294
+ },
295
+ {
296
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
297
+ "clrName": "System.ISpanFormattable"
298
+ },
299
+ {
300
+ "stableId": "System.Private.CoreLib:System.IFormattable",
301
+ "clrName": "System.IFormattable"
302
+ },
303
+ {
304
+ "stableId": "System.Private.CoreLib:System.IConvertible",
305
+ "clrName": "System.IConvertible"
306
+ }
307
+ ],
189
308
  "methods": [],
190
309
  "properties": [],
191
310
  "fields": [
@@ -197,6 +316,7 @@
197
316
  "isStatic": false,
198
317
  "isReadOnly": false,
199
318
  "isLiteral": false,
319
+ "visibility": "Public",
200
320
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BReplicaIdentitySetting",
201
321
  "declaringAssemblyName": "Npgsql"
202
322
  },
@@ -208,6 +328,7 @@
208
328
  "isStatic": true,
209
329
  "isReadOnly": false,
210
330
  "isLiteral": true,
331
+ "visibility": "Public",
211
332
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BReplicaIdentitySetting",
212
333
  "declaringAssemblyName": "Npgsql"
213
334
  },
@@ -219,6 +340,7 @@
219
340
  "isStatic": true,
220
341
  "isReadOnly": false,
221
342
  "isLiteral": true,
343
+ "visibility": "Public",
222
344
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BReplicaIdentitySetting",
223
345
  "declaringAssemblyName": "Npgsql"
224
346
  },
@@ -230,6 +352,7 @@
230
352
  "isStatic": true,
231
353
  "isReadOnly": false,
232
354
  "isLiteral": true,
355
+ "visibility": "Public",
233
356
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BReplicaIdentitySetting",
234
357
  "declaringAssemblyName": "Npgsql"
235
358
  },
@@ -241,6 +364,7 @@
241
364
  "isStatic": true,
242
365
  "isReadOnly": false,
243
366
  "isLiteral": true,
367
+ "visibility": "Public",
244
368
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BReplicaIdentitySetting",
245
369
  "declaringAssemblyName": "Npgsql"
246
370
  }
@@ -259,6 +383,28 @@
259
383
  "isSealed": true,
260
384
  "isStatic": false,
261
385
  "arity": 0,
386
+ "baseType": {
387
+ "stableId": "System.Private.CoreLib:System.Enum",
388
+ "clrName": "System.Enum"
389
+ },
390
+ "interfaces": [
391
+ {
392
+ "stableId": "System.Private.CoreLib:System.IComparable",
393
+ "clrName": "System.IComparable"
394
+ },
395
+ {
396
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
397
+ "clrName": "System.ISpanFormattable"
398
+ },
399
+ {
400
+ "stableId": "System.Private.CoreLib:System.IFormattable",
401
+ "clrName": "System.IFormattable"
402
+ },
403
+ {
404
+ "stableId": "System.Private.CoreLib:System.IConvertible",
405
+ "clrName": "System.IConvertible"
406
+ }
407
+ ],
262
408
  "methods": [],
263
409
  "properties": [],
264
410
  "fields": [
@@ -270,6 +416,7 @@
270
416
  "isStatic": false,
271
417
  "isReadOnly": false,
272
418
  "isLiteral": false,
419
+ "visibility": "Public",
273
420
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RollbackPreparedMessage\u002BRollbackPreparedFlags",
274
421
  "declaringAssemblyName": "Npgsql"
275
422
  },
@@ -281,6 +428,7 @@
281
428
  "isStatic": true,
282
429
  "isReadOnly": false,
283
430
  "isLiteral": true,
431
+ "visibility": "Public",
284
432
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RollbackPreparedMessage\u002BRollbackPreparedFlags",
285
433
  "declaringAssemblyName": "Npgsql"
286
434
  }
@@ -299,6 +447,28 @@
299
447
  "isSealed": true,
300
448
  "isStatic": false,
301
449
  "arity": 0,
450
+ "baseType": {
451
+ "stableId": "System.Private.CoreLib:System.Enum",
452
+ "clrName": "System.Enum"
453
+ },
454
+ "interfaces": [
455
+ {
456
+ "stableId": "System.Private.CoreLib:System.IComparable",
457
+ "clrName": "System.IComparable"
458
+ },
459
+ {
460
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
461
+ "clrName": "System.ISpanFormattable"
462
+ },
463
+ {
464
+ "stableId": "System.Private.CoreLib:System.IFormattable",
465
+ "clrName": "System.IFormattable"
466
+ },
467
+ {
468
+ "stableId": "System.Private.CoreLib:System.IConvertible",
469
+ "clrName": "System.IConvertible"
470
+ }
471
+ ],
302
472
  "methods": [],
303
473
  "properties": [],
304
474
  "fields": [
@@ -310,6 +480,7 @@
310
480
  "isStatic": false,
311
481
  "isReadOnly": false,
312
482
  "isLiteral": false,
483
+ "visibility": "Public",
313
484
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.StreamPrepareMessage\u002BStreamPrepareFlags",
314
485
  "declaringAssemblyName": "Npgsql"
315
486
  },
@@ -321,6 +492,7 @@
321
492
  "isStatic": true,
322
493
  "isReadOnly": false,
323
494
  "isLiteral": true,
495
+ "visibility": "Public",
324
496
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.StreamPrepareMessage\u002BStreamPrepareFlags",
325
497
  "declaringAssemblyName": "Npgsql"
326
498
  }
@@ -339,6 +511,28 @@
339
511
  "isSealed": true,
340
512
  "isStatic": false,
341
513
  "arity": 0,
514
+ "baseType": {
515
+ "stableId": "System.Private.CoreLib:System.Enum",
516
+ "clrName": "System.Enum"
517
+ },
518
+ "interfaces": [
519
+ {
520
+ "stableId": "System.Private.CoreLib:System.IComparable",
521
+ "clrName": "System.IComparable"
522
+ },
523
+ {
524
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
525
+ "clrName": "System.ISpanFormattable"
526
+ },
527
+ {
528
+ "stableId": "System.Private.CoreLib:System.IFormattable",
529
+ "clrName": "System.IFormattable"
530
+ },
531
+ {
532
+ "stableId": "System.Private.CoreLib:System.IConvertible",
533
+ "clrName": "System.IConvertible"
534
+ }
535
+ ],
342
536
  "methods": [],
343
537
  "properties": [],
344
538
  "fields": [
@@ -350,6 +544,7 @@
350
544
  "isStatic": false,
351
545
  "isReadOnly": false,
352
546
  "isLiteral": false,
547
+ "visibility": "Public",
353
548
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TruncateMessage\u002BTruncateOptions",
354
549
  "declaringAssemblyName": "Npgsql"
355
550
  },
@@ -361,6 +556,7 @@
361
556
  "isStatic": true,
362
557
  "isReadOnly": false,
363
558
  "isLiteral": true,
559
+ "visibility": "Public",
364
560
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TruncateMessage\u002BTruncateOptions",
365
561
  "declaringAssemblyName": "Npgsql"
366
562
  },
@@ -372,6 +568,7 @@
372
568
  "isStatic": true,
373
569
  "isReadOnly": false,
374
570
  "isLiteral": true,
571
+ "visibility": "Public",
375
572
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TruncateMessage\u002BTruncateOptions",
376
573
  "declaringAssemblyName": "Npgsql"
377
574
  },
@@ -383,6 +580,7 @@
383
580
  "isStatic": true,
384
581
  "isReadOnly": false,
385
582
  "isLiteral": true,
583
+ "visibility": "Public",
386
584
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TruncateMessage\u002BTruncateOptions",
387
585
  "declaringAssemblyName": "Npgsql"
388
586
  }
@@ -401,6 +599,10 @@
401
599
  "isSealed": true,
402
600
  "isStatic": false,
403
601
  "arity": 0,
602
+ "baseType": {
603
+ "stableId": "System.Private.CoreLib:System.ValueType",
604
+ "clrName": "System.ValueType"
605
+ },
404
606
  "methods": [],
405
607
  "properties": [
406
608
  {
@@ -418,6 +620,7 @@
418
620
  "isAbstract": false,
419
621
  "isVirtual": false,
420
622
  "isOverride": false,
623
+ "visibility": "Public",
421
624
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BColumn",
422
625
  "declaringAssemblyName": "Npgsql"
423
626
  },
@@ -436,6 +639,7 @@
436
639
  "isAbstract": false,
437
640
  "isVirtual": false,
438
641
  "isOverride": false,
642
+ "visibility": "Public",
439
643
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BColumn",
440
644
  "declaringAssemblyName": "Npgsql"
441
645
  },
@@ -454,6 +658,7 @@
454
658
  "isAbstract": false,
455
659
  "isVirtual": false,
456
660
  "isOverride": false,
661
+ "visibility": "Public",
457
662
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BColumn",
458
663
  "declaringAssemblyName": "Npgsql"
459
664
  },
@@ -472,6 +677,7 @@
472
677
  "isAbstract": false,
473
678
  "isVirtual": false,
474
679
  "isOverride": false,
680
+ "visibility": "Public",
475
681
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BColumn",
476
682
  "declaringAssemblyName": "Npgsql"
477
683
  }
@@ -491,6 +697,10 @@
491
697
  "isSealed": true,
492
698
  "isStatic": false,
493
699
  "arity": 0,
700
+ "baseType": {
701
+ "stableId": "System.Private.CoreLib:System.ValueType",
702
+ "clrName": "System.ValueType"
703
+ },
494
704
  "methods": [],
495
705
  "properties": [
496
706
  {
@@ -508,6 +718,7 @@
508
718
  "isAbstract": false,
509
719
  "isVirtual": false,
510
720
  "isOverride": false,
721
+ "visibility": "Public",
511
722
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessageColumn",
512
723
  "declaringAssemblyName": "Npgsql"
513
724
  },
@@ -526,6 +737,7 @@
526
737
  "isAbstract": false,
527
738
  "isVirtual": false,
528
739
  "isOverride": false,
740
+ "visibility": "Public",
529
741
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessageColumn",
530
742
  "declaringAssemblyName": "Npgsql"
531
743
  },
@@ -544,6 +756,7 @@
544
756
  "isAbstract": false,
545
757
  "isVirtual": false,
546
758
  "isOverride": false,
759
+ "visibility": "Public",
547
760
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessageColumn",
548
761
  "declaringAssemblyName": "Npgsql"
549
762
  },
@@ -562,6 +775,7 @@
562
775
  "isAbstract": false,
563
776
  "isVirtual": false,
564
777
  "isOverride": false,
778
+ "visibility": "Public",
565
779
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessageColumn",
566
780
  "declaringAssemblyName": "Npgsql"
567
781
  }
@@ -581,6 +795,10 @@
581
795
  "isSealed": true,
582
796
  "isStatic": false,
583
797
  "arity": 0,
798
+ "baseType": {
799
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionControlMessage",
800
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionControlMessage"
801
+ },
584
802
  "methods": [],
585
803
  "properties": [
586
804
  {
@@ -588,16 +806,17 @@
588
806
  "clrName": "TransactionFinalLsn",
589
807
  "metadataToken": 385876601,
590
808
  "canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
591
- "normalizedSignature": "TransactionFinalLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
809
+ "normalizedSignature": "TransactionFinalLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
592
810
  "emitScope": "ClassSurface",
593
811
  "provenance": "Original",
594
812
  "isIndexer": false,
595
813
  "hasGetter": true,
596
- "hasSetter": false,
814
+ "hasSetter": true,
597
815
  "isStatic": false,
598
816
  "isAbstract": false,
599
817
  "isVirtual": false,
600
818
  "isOverride": false,
819
+ "visibility": "Public",
601
820
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.BeginMessage",
602
821
  "declaringAssemblyName": "Npgsql"
603
822
  },
@@ -606,16 +825,17 @@
606
825
  "clrName": "TransactionCommitTimestamp",
607
826
  "metadataToken": 385876602,
608
827
  "canonicalSignature": ":System.DateTime",
609
- "normalizedSignature": "TransactionCommitTimestamp|:System.DateTime|static=false|accessor=get",
828
+ "normalizedSignature": "TransactionCommitTimestamp|:System.DateTime|static=false|accessor=getset",
610
829
  "emitScope": "ClassSurface",
611
830
  "provenance": "Original",
612
831
  "isIndexer": false,
613
832
  "hasGetter": true,
614
- "hasSetter": false,
833
+ "hasSetter": true,
615
834
  "isStatic": false,
616
835
  "isAbstract": false,
617
836
  "isVirtual": false,
618
837
  "isOverride": false,
838
+ "visibility": "Public",
619
839
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.BeginMessage",
620
840
  "declaringAssemblyName": "Npgsql"
621
841
  }
@@ -635,6 +855,10 @@
635
855
  "isSealed": true,
636
856
  "isStatic": false,
637
857
  "arity": 0,
858
+ "baseType": {
859
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PrepareMessageBase",
860
+ "clrName": "Npgsql.Replication.PgOutput.Messages.PrepareMessageBase"
861
+ },
638
862
  "methods": [],
639
863
  "properties": [],
640
864
  "fields": [],
@@ -652,6 +876,10 @@
652
876
  "isSealed": true,
653
877
  "isStatic": false,
654
878
  "arity": 0,
879
+ "baseType": {
880
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage",
881
+ "clrName": "Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage"
882
+ },
655
883
  "methods": [],
656
884
  "properties": [
657
885
  {
@@ -659,16 +887,17 @@
659
887
  "clrName": "Flags",
660
888
  "metadataToken": 385876603,
661
889
  "canonicalSignature": ":Npgsql.Replication.PgOutput.Messages.CommitMessage\u002BCommitFlags",
662
- "normalizedSignature": "Flags|:Npgsql.Replication.PgOutput.Messages.CommitMessage\u002BCommitFlags|static=false|accessor=get",
890
+ "normalizedSignature": "Flags|:Npgsql.Replication.PgOutput.Messages.CommitMessage\u002BCommitFlags|static=false|accessor=getset",
663
891
  "emitScope": "ClassSurface",
664
892
  "provenance": "Original",
665
893
  "isIndexer": false,
666
894
  "hasGetter": true,
667
- "hasSetter": false,
895
+ "hasSetter": true,
668
896
  "isStatic": false,
669
897
  "isAbstract": false,
670
898
  "isVirtual": false,
671
899
  "isOverride": false,
900
+ "visibility": "Public",
672
901
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitMessage",
673
902
  "declaringAssemblyName": "Npgsql"
674
903
  },
@@ -677,16 +906,17 @@
677
906
  "clrName": "CommitLsn",
678
907
  "metadataToken": 385876604,
679
908
  "canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
680
- "normalizedSignature": "CommitLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
909
+ "normalizedSignature": "CommitLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
681
910
  "emitScope": "ClassSurface",
682
911
  "provenance": "Original",
683
912
  "isIndexer": false,
684
913
  "hasGetter": true,
685
- "hasSetter": false,
914
+ "hasSetter": true,
686
915
  "isStatic": false,
687
916
  "isAbstract": false,
688
917
  "isVirtual": false,
689
918
  "isOverride": false,
919
+ "visibility": "Public",
690
920
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitMessage",
691
921
  "declaringAssemblyName": "Npgsql"
692
922
  },
@@ -695,16 +925,17 @@
695
925
  "clrName": "TransactionEndLsn",
696
926
  "metadataToken": 385876605,
697
927
  "canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
698
- "normalizedSignature": "TransactionEndLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
928
+ "normalizedSignature": "TransactionEndLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
699
929
  "emitScope": "ClassSurface",
700
930
  "provenance": "Original",
701
931
  "isIndexer": false,
702
932
  "hasGetter": true,
703
- "hasSetter": false,
933
+ "hasSetter": true,
704
934
  "isStatic": false,
705
935
  "isAbstract": false,
706
936
  "isVirtual": false,
707
937
  "isOverride": false,
938
+ "visibility": "Public",
708
939
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitMessage",
709
940
  "declaringAssemblyName": "Npgsql"
710
941
  },
@@ -713,16 +944,17 @@
713
944
  "clrName": "TransactionCommitTimestamp",
714
945
  "metadataToken": 385876606,
715
946
  "canonicalSignature": ":System.DateTime",
716
- "normalizedSignature": "TransactionCommitTimestamp|:System.DateTime|static=false|accessor=get",
947
+ "normalizedSignature": "TransactionCommitTimestamp|:System.DateTime|static=false|accessor=getset",
717
948
  "emitScope": "ClassSurface",
718
949
  "provenance": "Original",
719
950
  "isIndexer": false,
720
951
  "hasGetter": true,
721
- "hasSetter": false,
952
+ "hasSetter": true,
722
953
  "isStatic": false,
723
954
  "isAbstract": false,
724
955
  "isVirtual": false,
725
956
  "isOverride": false,
957
+ "visibility": "Public",
726
958
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitMessage",
727
959
  "declaringAssemblyName": "Npgsql"
728
960
  }
@@ -742,6 +974,10 @@
742
974
  "isSealed": true,
743
975
  "isStatic": false,
744
976
  "arity": 0,
977
+ "baseType": {
978
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PreparedTransactionControlMessage",
979
+ "clrName": "Npgsql.Replication.PgOutput.Messages.PreparedTransactionControlMessage"
980
+ },
745
981
  "methods": [],
746
982
  "properties": [
747
983
  {
@@ -749,16 +985,17 @@
749
985
  "clrName": "Flags",
750
986
  "metadataToken": 385876607,
751
987
  "canonicalSignature": ":Npgsql.Replication.PgOutput.Messages.CommitPreparedMessage\u002BCommitPreparedFlags",
752
- "normalizedSignature": "Flags|:Npgsql.Replication.PgOutput.Messages.CommitPreparedMessage\u002BCommitPreparedFlags|static=false|accessor=get",
988
+ "normalizedSignature": "Flags|:Npgsql.Replication.PgOutput.Messages.CommitPreparedMessage\u002BCommitPreparedFlags|static=false|accessor=getset",
753
989
  "emitScope": "ClassSurface",
754
990
  "provenance": "Original",
755
991
  "isIndexer": false,
756
992
  "hasGetter": true,
757
- "hasSetter": false,
993
+ "hasSetter": true,
758
994
  "isStatic": false,
759
995
  "isAbstract": false,
760
996
  "isVirtual": false,
761
997
  "isOverride": false,
998
+ "visibility": "Public",
762
999
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitPreparedMessage",
763
1000
  "declaringAssemblyName": "Npgsql"
764
1001
  },
@@ -777,6 +1014,7 @@
777
1014
  "isAbstract": false,
778
1015
  "isVirtual": false,
779
1016
  "isOverride": false,
1017
+ "visibility": "Public",
780
1018
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitPreparedMessage",
781
1019
  "declaringAssemblyName": "Npgsql"
782
1020
  },
@@ -795,6 +1033,7 @@
795
1033
  "isAbstract": false,
796
1034
  "isVirtual": false,
797
1035
  "isOverride": false,
1036
+ "visibility": "Public",
798
1037
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitPreparedMessage",
799
1038
  "declaringAssemblyName": "Npgsql"
800
1039
  },
@@ -813,6 +1052,7 @@
813
1052
  "isAbstract": false,
814
1053
  "isVirtual": false,
815
1054
  "isOverride": false,
1055
+ "visibility": "Public",
816
1056
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.CommitPreparedMessage",
817
1057
  "declaringAssemblyName": "Npgsql"
818
1058
  }
@@ -832,6 +1072,10 @@
832
1072
  "isSealed": false,
833
1073
  "isStatic": false,
834
1074
  "arity": 0,
1075
+ "baseType": {
1076
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.UpdateMessage",
1077
+ "clrName": "Npgsql.Replication.PgOutput.Messages.UpdateMessage"
1078
+ },
835
1079
  "methods": [],
836
1080
  "properties": [
837
1081
  {
@@ -849,6 +1093,7 @@
849
1093
  "isAbstract": false,
850
1094
  "isVirtual": true,
851
1095
  "isOverride": true,
1096
+ "visibility": "Public",
852
1097
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.DefaultUpdateMessage",
853
1098
  "declaringAssemblyName": "Npgsql"
854
1099
  }
@@ -868,6 +1113,10 @@
868
1113
  "isSealed": false,
869
1114
  "isStatic": false,
870
1115
  "arity": 0,
1116
+ "baseType": {
1117
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionalMessage",
1118
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionalMessage"
1119
+ },
871
1120
  "methods": [],
872
1121
  "properties": [
873
1122
  {
@@ -875,16 +1124,17 @@
875
1124
  "clrName": "Relation",
876
1125
  "metadataToken": 385876612,
877
1126
  "canonicalSignature": ":Npgsql.Replication.PgOutput.Messages.RelationMessage",
878
- "normalizedSignature": "Relation|:Npgsql.Replication.PgOutput.Messages.RelationMessage|static=false|accessor=get",
1127
+ "normalizedSignature": "Relation|:Npgsql.Replication.PgOutput.Messages.RelationMessage|static=false|accessor=getset",
879
1128
  "emitScope": "ClassSurface",
880
1129
  "provenance": "Original",
881
1130
  "isIndexer": false,
882
1131
  "hasGetter": true,
883
- "hasSetter": false,
1132
+ "hasSetter": true,
884
1133
  "isStatic": false,
885
1134
  "isAbstract": false,
886
1135
  "isVirtual": false,
887
1136
  "isOverride": false,
1137
+ "visibility": "Public",
888
1138
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.DeleteMessage",
889
1139
  "declaringAssemblyName": "Npgsql"
890
1140
  }
@@ -904,6 +1154,10 @@
904
1154
  "isSealed": true,
905
1155
  "isStatic": false,
906
1156
  "arity": 0,
1157
+ "baseType": {
1158
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.DeleteMessage",
1159
+ "clrName": "Npgsql.Replication.PgOutput.Messages.DeleteMessage"
1160
+ },
907
1161
  "methods": [],
908
1162
  "properties": [
909
1163
  {
@@ -921,6 +1175,7 @@
921
1175
  "isAbstract": false,
922
1176
  "isVirtual": false,
923
1177
  "isOverride": false,
1178
+ "visibility": "Public",
924
1179
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.FullDeleteMessage",
925
1180
  "declaringAssemblyName": "Npgsql"
926
1181
  }
@@ -940,6 +1195,10 @@
940
1195
  "isSealed": true,
941
1196
  "isStatic": false,
942
1197
  "arity": 0,
1198
+ "baseType": {
1199
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.UpdateMessage",
1200
+ "clrName": "Npgsql.Replication.PgOutput.Messages.UpdateMessage"
1201
+ },
943
1202
  "methods": [],
944
1203
  "properties": [
945
1204
  {
@@ -957,6 +1216,7 @@
957
1216
  "isAbstract": false,
958
1217
  "isVirtual": false,
959
1218
  "isOverride": false,
1219
+ "visibility": "Public",
960
1220
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.FullUpdateMessage",
961
1221
  "declaringAssemblyName": "Npgsql"
962
1222
  },
@@ -975,6 +1235,7 @@
975
1235
  "isAbstract": false,
976
1236
  "isVirtual": true,
977
1237
  "isOverride": true,
1238
+ "visibility": "Public",
978
1239
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.FullUpdateMessage",
979
1240
  "declaringAssemblyName": "Npgsql"
980
1241
  }
@@ -994,6 +1255,10 @@
994
1255
  "isSealed": true,
995
1256
  "isStatic": false,
996
1257
  "arity": 0,
1258
+ "baseType": {
1259
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.UpdateMessage",
1260
+ "clrName": "Npgsql.Replication.PgOutput.Messages.UpdateMessage"
1261
+ },
997
1262
  "methods": [],
998
1263
  "properties": [
999
1264
  {
@@ -1011,6 +1276,7 @@
1011
1276
  "isAbstract": false,
1012
1277
  "isVirtual": false,
1013
1278
  "isOverride": false,
1279
+ "visibility": "Public",
1014
1280
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.IndexUpdateMessage",
1015
1281
  "declaringAssemblyName": "Npgsql"
1016
1282
  },
@@ -1029,6 +1295,7 @@
1029
1295
  "isAbstract": false,
1030
1296
  "isVirtual": true,
1031
1297
  "isOverride": true,
1298
+ "visibility": "Public",
1032
1299
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.IndexUpdateMessage",
1033
1300
  "declaringAssemblyName": "Npgsql"
1034
1301
  }
@@ -1048,6 +1315,10 @@
1048
1315
  "isSealed": true,
1049
1316
  "isStatic": false,
1050
1317
  "arity": 0,
1318
+ "baseType": {
1319
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionalMessage",
1320
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionalMessage"
1321
+ },
1051
1322
  "methods": [],
1052
1323
  "properties": [
1053
1324
  {
@@ -1055,16 +1326,17 @@
1055
1326
  "clrName": "Relation",
1056
1327
  "metadataToken": 385876618,
1057
1328
  "canonicalSignature": ":Npgsql.Replication.PgOutput.Messages.RelationMessage",
1058
- "normalizedSignature": "Relation|:Npgsql.Replication.PgOutput.Messages.RelationMessage|static=false|accessor=get",
1329
+ "normalizedSignature": "Relation|:Npgsql.Replication.PgOutput.Messages.RelationMessage|static=false|accessor=getset",
1059
1330
  "emitScope": "ClassSurface",
1060
1331
  "provenance": "Original",
1061
1332
  "isIndexer": false,
1062
1333
  "hasGetter": true,
1063
- "hasSetter": false,
1334
+ "hasSetter": true,
1064
1335
  "isStatic": false,
1065
1336
  "isAbstract": false,
1066
1337
  "isVirtual": false,
1067
1338
  "isOverride": false,
1339
+ "visibility": "Public",
1068
1340
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.InsertMessage",
1069
1341
  "declaringAssemblyName": "Npgsql"
1070
1342
  },
@@ -1083,6 +1355,7 @@
1083
1355
  "isAbstract": false,
1084
1356
  "isVirtual": false,
1085
1357
  "isOverride": false,
1358
+ "visibility": "Public",
1086
1359
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.InsertMessage",
1087
1360
  "declaringAssemblyName": "Npgsql"
1088
1361
  }
@@ -1102,6 +1375,10 @@
1102
1375
  "isSealed": true,
1103
1376
  "isStatic": false,
1104
1377
  "arity": 0,
1378
+ "baseType": {
1379
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.DeleteMessage",
1380
+ "clrName": "Npgsql.Replication.PgOutput.Messages.DeleteMessage"
1381
+ },
1105
1382
  "methods": [],
1106
1383
  "properties": [
1107
1384
  {
@@ -1119,6 +1396,7 @@
1119
1396
  "isAbstract": false,
1120
1397
  "isVirtual": false,
1121
1398
  "isOverride": false,
1399
+ "visibility": "Public",
1122
1400
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.KeyDeleteMessage",
1123
1401
  "declaringAssemblyName": "Npgsql"
1124
1402
  }
@@ -1138,6 +1416,10 @@
1138
1416
  "isSealed": true,
1139
1417
  "isStatic": false,
1140
1418
  "arity": 0,
1419
+ "baseType": {
1420
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionalMessage",
1421
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionalMessage"
1422
+ },
1141
1423
  "methods": [],
1142
1424
  "properties": [
1143
1425
  {
@@ -1145,16 +1427,17 @@
1145
1427
  "clrName": "Flags",
1146
1428
  "metadataToken": 385876621,
1147
1429
  "canonicalSignature": ":System.Byte",
1148
- "normalizedSignature": "Flags|:System.Byte|static=false|accessor=get",
1430
+ "normalizedSignature": "Flags|:System.Byte|static=false|accessor=getset",
1149
1431
  "emitScope": "ClassSurface",
1150
1432
  "provenance": "Original",
1151
1433
  "isIndexer": false,
1152
1434
  "hasGetter": true,
1153
- "hasSetter": false,
1435
+ "hasSetter": true,
1154
1436
  "isStatic": false,
1155
1437
  "isAbstract": false,
1156
1438
  "isVirtual": false,
1157
1439
  "isOverride": false,
1440
+ "visibility": "Public",
1158
1441
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.LogicalDecodingMessage",
1159
1442
  "declaringAssemblyName": "Npgsql"
1160
1443
  },
@@ -1163,16 +1446,17 @@
1163
1446
  "clrName": "MessageLsn",
1164
1447
  "metadataToken": 385876622,
1165
1448
  "canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
1166
- "normalizedSignature": "MessageLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
1449
+ "normalizedSignature": "MessageLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
1167
1450
  "emitScope": "ClassSurface",
1168
1451
  "provenance": "Original",
1169
1452
  "isIndexer": false,
1170
1453
  "hasGetter": true,
1171
- "hasSetter": false,
1454
+ "hasSetter": true,
1172
1455
  "isStatic": false,
1173
1456
  "isAbstract": false,
1174
1457
  "isVirtual": false,
1175
1458
  "isOverride": false,
1459
+ "visibility": "Public",
1176
1460
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.LogicalDecodingMessage",
1177
1461
  "declaringAssemblyName": "Npgsql"
1178
1462
  },
@@ -1181,16 +1465,17 @@
1181
1465
  "clrName": "Prefix",
1182
1466
  "metadataToken": 385876623,
1183
1467
  "canonicalSignature": ":System.String",
1184
- "normalizedSignature": "Prefix|:System.String|static=false|accessor=get",
1468
+ "normalizedSignature": "Prefix|:System.String|static=false|accessor=getset",
1185
1469
  "emitScope": "ClassSurface",
1186
1470
  "provenance": "Original",
1187
1471
  "isIndexer": false,
1188
1472
  "hasGetter": true,
1189
- "hasSetter": false,
1473
+ "hasSetter": true,
1190
1474
  "isStatic": false,
1191
1475
  "isAbstract": false,
1192
1476
  "isVirtual": false,
1193
1477
  "isOverride": false,
1478
+ "visibility": "Public",
1194
1479
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.LogicalDecodingMessage",
1195
1480
  "declaringAssemblyName": "Npgsql"
1196
1481
  },
@@ -1199,16 +1484,17 @@
1199
1484
  "clrName": "Data",
1200
1485
  "metadataToken": 385876624,
1201
1486
  "canonicalSignature": ":System.IO.Stream",
1202
- "normalizedSignature": "Data|:System.IO.Stream|static=false|accessor=get",
1487
+ "normalizedSignature": "Data|:System.IO.Stream|static=false|accessor=getset",
1203
1488
  "emitScope": "ClassSurface",
1204
1489
  "provenance": "Original",
1205
1490
  "isIndexer": false,
1206
1491
  "hasGetter": true,
1207
- "hasSetter": false,
1492
+ "hasSetter": true,
1208
1493
  "isStatic": false,
1209
1494
  "isAbstract": false,
1210
1495
  "isVirtual": false,
1211
1496
  "isOverride": false,
1497
+ "visibility": "Public",
1212
1498
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.LogicalDecodingMessage",
1213
1499
  "declaringAssemblyName": "Npgsql"
1214
1500
  }
@@ -1228,6 +1514,10 @@
1228
1514
  "isSealed": true,
1229
1515
  "isStatic": false,
1230
1516
  "arity": 0,
1517
+ "baseType": {
1518
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage",
1519
+ "clrName": "Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage"
1520
+ },
1231
1521
  "methods": [],
1232
1522
  "properties": [
1233
1523
  {
@@ -1235,16 +1525,17 @@
1235
1525
  "clrName": "OriginCommitLsn",
1236
1526
  "metadataToken": 385876625,
1237
1527
  "canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
1238
- "normalizedSignature": "OriginCommitLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
1528
+ "normalizedSignature": "OriginCommitLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
1239
1529
  "emitScope": "ClassSurface",
1240
1530
  "provenance": "Original",
1241
1531
  "isIndexer": false,
1242
1532
  "hasGetter": true,
1243
- "hasSetter": false,
1533
+ "hasSetter": true,
1244
1534
  "isStatic": false,
1245
1535
  "isAbstract": false,
1246
1536
  "isVirtual": false,
1247
1537
  "isOverride": false,
1538
+ "visibility": "Public",
1248
1539
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.OriginMessage",
1249
1540
  "declaringAssemblyName": "Npgsql"
1250
1541
  },
@@ -1253,16 +1544,17 @@
1253
1544
  "clrName": "OriginName",
1254
1545
  "metadataToken": 385876626,
1255
1546
  "canonicalSignature": ":System.String",
1256
- "normalizedSignature": "OriginName|:System.String|static=false|accessor=get",
1547
+ "normalizedSignature": "OriginName|:System.String|static=false|accessor=getset",
1257
1548
  "emitScope": "ClassSurface",
1258
1549
  "provenance": "Original",
1259
1550
  "isIndexer": false,
1260
1551
  "hasGetter": true,
1261
- "hasSetter": false,
1552
+ "hasSetter": true,
1262
1553
  "isStatic": false,
1263
1554
  "isAbstract": false,
1264
1555
  "isVirtual": false,
1265
1556
  "isOverride": false,
1557
+ "visibility": "Public",
1266
1558
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.OriginMessage",
1267
1559
  "declaringAssemblyName": "Npgsql"
1268
1560
  }
@@ -1282,6 +1574,10 @@
1282
1574
  "isSealed": true,
1283
1575
  "isStatic": false,
1284
1576
  "arity": 0,
1577
+ "baseType": {
1578
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.StreamAbortMessage",
1579
+ "clrName": "Npgsql.Replication.PgOutput.Messages.StreamAbortMessage"
1580
+ },
1285
1581
  "methods": [],
1286
1582
  "properties": [
1287
1583
  {
@@ -1289,16 +1585,17 @@
1289
1585
  "clrName": "AbortLsn",
1290
1586
  "metadataToken": 385876649,
1291
1587
  "canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
1292
- "normalizedSignature": "AbortLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
1588
+ "normalizedSignature": "AbortLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
1293
1589
  "emitScope": "ClassSurface",
1294
1590
  "provenance": "Original",
1295
1591
  "isIndexer": false,
1296
1592
  "hasGetter": true,
1297
- "hasSetter": false,
1593
+ "hasSetter": true,
1298
1594
  "isStatic": false,
1299
1595
  "isAbstract": false,
1300
1596
  "isVirtual": false,
1301
1597
  "isOverride": false,
1598
+ "visibility": "Public",
1302
1599
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.ParallelStreamAbortMessage",
1303
1600
  "declaringAssemblyName": "Npgsql"
1304
1601
  },
@@ -1307,16 +1604,17 @@
1307
1604
  "clrName": "AbortTimestamp",
1308
1605
  "metadataToken": 385876650,
1309
1606
  "canonicalSignature": ":System.DateTime",
1310
- "normalizedSignature": "AbortTimestamp|:System.DateTime|static=false|accessor=get",
1607
+ "normalizedSignature": "AbortTimestamp|:System.DateTime|static=false|accessor=getset",
1311
1608
  "emitScope": "ClassSurface",
1312
1609
  "provenance": "Original",
1313
1610
  "isIndexer": false,
1314
1611
  "hasGetter": true,
1315
- "hasSetter": false,
1612
+ "hasSetter": true,
1316
1613
  "isStatic": false,
1317
1614
  "isAbstract": false,
1318
1615
  "isVirtual": false,
1319
1616
  "isOverride": false,
1617
+ "visibility": "Public",
1320
1618
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.ParallelStreamAbortMessage",
1321
1619
  "declaringAssemblyName": "Npgsql"
1322
1620
  }
@@ -1336,6 +1634,10 @@
1336
1634
  "isSealed": false,
1337
1635
  "isStatic": false,
1338
1636
  "arity": 0,
1637
+ "baseType": {
1638
+ "stableId": "Npgsql:Npgsql.Replication.ReplicationMessage",
1639
+ "clrName": "Npgsql.Replication.ReplicationMessage"
1640
+ },
1339
1641
  "methods": [
1340
1642
  {
1341
1643
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage::ToString():System.String",
@@ -1352,6 +1654,7 @@
1352
1654
  "isVirtual": true,
1353
1655
  "isOverride": true,
1354
1656
  "isSealed": false,
1657
+ "visibility": "Public",
1355
1658
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage",
1356
1659
  "declaringAssemblyName": "Npgsql",
1357
1660
  "isExtensionMethod": false
@@ -1360,7 +1663,19 @@
1360
1663
  "properties": [],
1361
1664
  "fields": [],
1362
1665
  "events": [],
1363
- "constructors": []
1666
+ "constructors": [
1667
+ {
1668
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage::.ctor():void",
1669
+ "metadataToken": 100666068,
1670
+ "canonicalSignature": "():void",
1671
+ "normalizedSignature": "constructor|():void|static=false",
1672
+ "isStatic": false,
1673
+ "parameterCount": 0,
1674
+ "visibility": "Protected",
1675
+ "declaringClrType": "Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage",
1676
+ "declaringAssemblyName": "Npgsql"
1677
+ }
1678
+ ]
1364
1679
  },
1365
1680
  {
1366
1681
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PreparedTransactionControlMessage",
@@ -1373,6 +1688,10 @@
1373
1688
  "isSealed": false,
1374
1689
  "isStatic": false,
1375
1690
  "arity": 0,
1691
+ "baseType": {
1692
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionControlMessage",
1693
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionControlMessage"
1694
+ },
1376
1695
  "methods": [],
1377
1696
  "properties": [
1378
1697
  {
@@ -1380,16 +1699,17 @@
1380
1699
  "clrName": "TransactionGid",
1381
1700
  "metadataToken": 385876627,
1382
1701
  "canonicalSignature": ":System.String",
1383
- "normalizedSignature": "TransactionGid|:System.String|static=false|accessor=get",
1702
+ "normalizedSignature": "TransactionGid|:System.String|static=false|accessor=getset",
1384
1703
  "emitScope": "ClassSurface",
1385
1704
  "provenance": "Original",
1386
1705
  "isIndexer": false,
1387
1706
  "hasGetter": true,
1388
- "hasSetter": false,
1707
+ "hasSetter": true,
1389
1708
  "isStatic": false,
1390
1709
  "isAbstract": false,
1391
1710
  "isVirtual": false,
1392
1711
  "isOverride": false,
1712
+ "visibility": "Public",
1393
1713
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.PreparedTransactionControlMessage",
1394
1714
  "declaringAssemblyName": "Npgsql"
1395
1715
  }
@@ -1409,6 +1729,10 @@
1409
1729
  "isSealed": true,
1410
1730
  "isStatic": false,
1411
1731
  "arity": 0,
1732
+ "baseType": {
1733
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PrepareMessageBase",
1734
+ "clrName": "Npgsql.Replication.PgOutput.Messages.PrepareMessageBase"
1735
+ },
1412
1736
  "methods": [],
1413
1737
  "properties": [
1414
1738
  {
@@ -1416,16 +1740,17 @@
1416
1740
  "clrName": "Flags",
1417
1741
  "metadataToken": 385876628,
1418
1742
  "canonicalSignature": ":Npgsql.Replication.PgOutput.Messages.PrepareMessage\u002BPrepareFlags",
1419
- "normalizedSignature": "Flags|:Npgsql.Replication.PgOutput.Messages.PrepareMessage\u002BPrepareFlags|static=false|accessor=get",
1743
+ "normalizedSignature": "Flags|:Npgsql.Replication.PgOutput.Messages.PrepareMessage\u002BPrepareFlags|static=false|accessor=getset",
1420
1744
  "emitScope": "ClassSurface",
1421
1745
  "provenance": "Original",
1422
1746
  "isIndexer": false,
1423
1747
  "hasGetter": true,
1424
- "hasSetter": false,
1748
+ "hasSetter": true,
1425
1749
  "isStatic": false,
1426
1750
  "isAbstract": false,
1427
1751
  "isVirtual": false,
1428
1752
  "isOverride": false,
1753
+ "visibility": "Public",
1429
1754
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.PrepareMessage",
1430
1755
  "declaringAssemblyName": "Npgsql"
1431
1756
  }
@@ -1445,6 +1770,10 @@
1445
1770
  "isSealed": false,
1446
1771
  "isStatic": false,
1447
1772
  "arity": 0,
1773
+ "baseType": {
1774
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PreparedTransactionControlMessage",
1775
+ "clrName": "Npgsql.Replication.PgOutput.Messages.PreparedTransactionControlMessage"
1776
+ },
1448
1777
  "methods": [],
1449
1778
  "properties": [
1450
1779
  {
@@ -1462,6 +1791,7 @@
1462
1791
  "isAbstract": false,
1463
1792
  "isVirtual": false,
1464
1793
  "isOverride": false,
1794
+ "visibility": "Public",
1465
1795
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.PrepareMessageBase",
1466
1796
  "declaringAssemblyName": "Npgsql"
1467
1797
  },
@@ -1480,6 +1810,7 @@
1480
1810
  "isAbstract": false,
1481
1811
  "isVirtual": false,
1482
1812
  "isOverride": false,
1813
+ "visibility": "Public",
1483
1814
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.PrepareMessageBase",
1484
1815
  "declaringAssemblyName": "Npgsql"
1485
1816
  },
@@ -1498,6 +1829,7 @@
1498
1829
  "isAbstract": false,
1499
1830
  "isVirtual": false,
1500
1831
  "isOverride": false,
1832
+ "visibility": "Public",
1501
1833
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.PrepareMessageBase",
1502
1834
  "declaringAssemblyName": "Npgsql"
1503
1835
  }
@@ -1517,6 +1849,10 @@
1517
1849
  "isSealed": true,
1518
1850
  "isStatic": false,
1519
1851
  "arity": 0,
1852
+ "baseType": {
1853
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionalMessage",
1854
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionalMessage"
1855
+ },
1520
1856
  "methods": [],
1521
1857
  "properties": [
1522
1858
  {
@@ -1524,16 +1860,17 @@
1524
1860
  "clrName": "RelationId",
1525
1861
  "metadataToken": 385876632,
1526
1862
  "canonicalSignature": ":System.UInt32",
1527
- "normalizedSignature": "RelationId|:System.UInt32|static=false|accessor=get",
1863
+ "normalizedSignature": "RelationId|:System.UInt32|static=false|accessor=getset",
1528
1864
  "emitScope": "ClassSurface",
1529
1865
  "provenance": "Original",
1530
1866
  "isIndexer": false,
1531
1867
  "hasGetter": true,
1532
- "hasSetter": false,
1868
+ "hasSetter": true,
1533
1869
  "isStatic": false,
1534
1870
  "isAbstract": false,
1535
1871
  "isVirtual": false,
1536
1872
  "isOverride": false,
1873
+ "visibility": "Public",
1537
1874
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage",
1538
1875
  "declaringAssemblyName": "Npgsql"
1539
1876
  },
@@ -1542,16 +1879,17 @@
1542
1879
  "clrName": "Namespace",
1543
1880
  "metadataToken": 385876633,
1544
1881
  "canonicalSignature": ":System.String",
1545
- "normalizedSignature": "Namespace|:System.String|static=false|accessor=get",
1882
+ "normalizedSignature": "Namespace|:System.String|static=false|accessor=getset",
1546
1883
  "emitScope": "ClassSurface",
1547
1884
  "provenance": "Original",
1548
1885
  "isIndexer": false,
1549
1886
  "hasGetter": true,
1550
- "hasSetter": false,
1887
+ "hasSetter": true,
1551
1888
  "isStatic": false,
1552
1889
  "isAbstract": false,
1553
1890
  "isVirtual": false,
1554
1891
  "isOverride": false,
1892
+ "visibility": "Public",
1555
1893
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage",
1556
1894
  "declaringAssemblyName": "Npgsql"
1557
1895
  },
@@ -1560,16 +1898,17 @@
1560
1898
  "clrName": "RelationName",
1561
1899
  "metadataToken": 385876634,
1562
1900
  "canonicalSignature": ":System.String",
1563
- "normalizedSignature": "RelationName|:System.String|static=false|accessor=get",
1901
+ "normalizedSignature": "RelationName|:System.String|static=false|accessor=getset",
1564
1902
  "emitScope": "ClassSurface",
1565
1903
  "provenance": "Original",
1566
1904
  "isIndexer": false,
1567
1905
  "hasGetter": true,
1568
- "hasSetter": false,
1906
+ "hasSetter": true,
1569
1907
  "isStatic": false,
1570
1908
  "isAbstract": false,
1571
1909
  "isVirtual": false,
1572
1910
  "isOverride": false,
1911
+ "visibility": "Public",
1573
1912
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage",
1574
1913
  "declaringAssemblyName": "Npgsql"
1575
1914
  },
@@ -1578,16 +1917,17 @@
1578
1917
  "clrName": "ReplicaIdentity",
1579
1918
  "metadataToken": 385876635,
1580
1919
  "canonicalSignature": ":Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BReplicaIdentitySetting",
1581
- "normalizedSignature": "ReplicaIdentity|:Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BReplicaIdentitySetting|static=false|accessor=get",
1920
+ "normalizedSignature": "ReplicaIdentity|:Npgsql.Replication.PgOutput.Messages.RelationMessage\u002BReplicaIdentitySetting|static=false|accessor=getset",
1582
1921
  "emitScope": "ClassSurface",
1583
1922
  "provenance": "Original",
1584
1923
  "isIndexer": false,
1585
1924
  "hasGetter": true,
1586
- "hasSetter": false,
1925
+ "hasSetter": true,
1587
1926
  "isStatic": false,
1588
1927
  "isAbstract": false,
1589
1928
  "isVirtual": false,
1590
1929
  "isOverride": false,
1930
+ "visibility": "Public",
1591
1931
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage",
1592
1932
  "declaringAssemblyName": "Npgsql"
1593
1933
  },
@@ -1606,6 +1946,7 @@
1606
1946
  "isAbstract": false,
1607
1947
  "isVirtual": false,
1608
1948
  "isOverride": false,
1949
+ "visibility": "Public",
1609
1950
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RelationMessage",
1610
1951
  "declaringAssemblyName": "Npgsql"
1611
1952
  }
@@ -1625,6 +1966,10 @@
1625
1966
  "isSealed": true,
1626
1967
  "isStatic": false,
1627
1968
  "arity": 0,
1969
+ "baseType": {
1970
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PreparedTransactionControlMessage",
1971
+ "clrName": "Npgsql.Replication.PgOutput.Messages.PreparedTransactionControlMessage"
1972
+ },
1628
1973
  "methods": [],
1629
1974
  "properties": [
1630
1975
  {
@@ -1632,16 +1977,17 @@
1632
1977
  "clrName": "Flags",
1633
1978
  "metadataToken": 385876643,
1634
1979
  "canonicalSignature": ":Npgsql.Replication.PgOutput.Messages.RollbackPreparedMessage\u002BRollbackPreparedFlags",
1635
- "normalizedSignature": "Flags|:Npgsql.Replication.PgOutput.Messages.RollbackPreparedMessage\u002BRollbackPreparedFlags|static=false|accessor=get",
1980
+ "normalizedSignature": "Flags|:Npgsql.Replication.PgOutput.Messages.RollbackPreparedMessage\u002BRollbackPreparedFlags|static=false|accessor=getset",
1636
1981
  "emitScope": "ClassSurface",
1637
1982
  "provenance": "Original",
1638
1983
  "isIndexer": false,
1639
1984
  "hasGetter": true,
1640
- "hasSetter": false,
1985
+ "hasSetter": true,
1641
1986
  "isStatic": false,
1642
1987
  "isAbstract": false,
1643
1988
  "isVirtual": false,
1644
1989
  "isOverride": false,
1990
+ "visibility": "Public",
1645
1991
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RollbackPreparedMessage",
1646
1992
  "declaringAssemblyName": "Npgsql"
1647
1993
  },
@@ -1660,6 +2006,7 @@
1660
2006
  "isAbstract": false,
1661
2007
  "isVirtual": false,
1662
2008
  "isOverride": false,
2009
+ "visibility": "Public",
1663
2010
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RollbackPreparedMessage",
1664
2011
  "declaringAssemblyName": "Npgsql"
1665
2012
  },
@@ -1678,6 +2025,7 @@
1678
2025
  "isAbstract": false,
1679
2026
  "isVirtual": false,
1680
2027
  "isOverride": false,
2028
+ "visibility": "Public",
1681
2029
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RollbackPreparedMessage",
1682
2030
  "declaringAssemblyName": "Npgsql"
1683
2031
  },
@@ -1696,6 +2044,7 @@
1696
2044
  "isAbstract": false,
1697
2045
  "isVirtual": false,
1698
2046
  "isOverride": false,
2047
+ "visibility": "Public",
1699
2048
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RollbackPreparedMessage",
1700
2049
  "declaringAssemblyName": "Npgsql"
1701
2050
  },
@@ -1704,16 +2053,17 @@
1704
2053
  "clrName": "TransactionRollbackTimestamp",
1705
2054
  "metadataToken": 385876647,
1706
2055
  "canonicalSignature": ":System.DateTime",
1707
- "normalizedSignature": "TransactionRollbackTimestamp|:System.DateTime|static=false|accessor=get",
2056
+ "normalizedSignature": "TransactionRollbackTimestamp|:System.DateTime|static=false|accessor=getset",
1708
2057
  "emitScope": "ClassSurface",
1709
2058
  "provenance": "Original",
1710
2059
  "isIndexer": false,
1711
2060
  "hasGetter": true,
1712
- "hasSetter": false,
2061
+ "hasSetter": true,
1713
2062
  "isStatic": false,
1714
2063
  "isAbstract": false,
1715
2064
  "isVirtual": false,
1716
2065
  "isOverride": false,
2066
+ "visibility": "Public",
1717
2067
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.RollbackPreparedMessage",
1718
2068
  "declaringAssemblyName": "Npgsql"
1719
2069
  }
@@ -1733,6 +2083,10 @@
1733
2083
  "isSealed": false,
1734
2084
  "isStatic": false,
1735
2085
  "arity": 0,
2086
+ "baseType": {
2087
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionControlMessage",
2088
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionControlMessage"
2089
+ },
1736
2090
  "methods": [],
1737
2091
  "properties": [
1738
2092
  {
@@ -1740,16 +2094,17 @@
1740
2094
  "clrName": "SubtransactionXid",
1741
2095
  "metadataToken": 385876648,
1742
2096
  "canonicalSignature": ":System.UInt32",
1743
- "normalizedSignature": "SubtransactionXid|:System.UInt32|static=false|accessor=get",
2097
+ "normalizedSignature": "SubtransactionXid|:System.UInt32|static=false|accessor=getset",
1744
2098
  "emitScope": "ClassSurface",
1745
2099
  "provenance": "Original",
1746
2100
  "isIndexer": false,
1747
2101
  "hasGetter": true,
1748
- "hasSetter": false,
2102
+ "hasSetter": true,
1749
2103
  "isStatic": false,
1750
2104
  "isAbstract": false,
1751
2105
  "isVirtual": false,
1752
2106
  "isOverride": false,
2107
+ "visibility": "Public",
1753
2108
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.StreamAbortMessage",
1754
2109
  "declaringAssemblyName": "Npgsql"
1755
2110
  }
@@ -1769,6 +2124,10 @@
1769
2124
  "isSealed": true,
1770
2125
  "isStatic": false,
1771
2126
  "arity": 0,
2127
+ "baseType": {
2128
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionControlMessage",
2129
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionControlMessage"
2130
+ },
1772
2131
  "methods": [],
1773
2132
  "properties": [
1774
2133
  {
@@ -1776,16 +2135,17 @@
1776
2135
  "clrName": "Flags",
1777
2136
  "metadataToken": 385876651,
1778
2137
  "canonicalSignature": ":System.Byte",
1779
- "normalizedSignature": "Flags|:System.Byte|static=false|accessor=get",
2138
+ "normalizedSignature": "Flags|:System.Byte|static=false|accessor=getset",
1780
2139
  "emitScope": "ClassSurface",
1781
2140
  "provenance": "Original",
1782
2141
  "isIndexer": false,
1783
2142
  "hasGetter": true,
1784
- "hasSetter": false,
2143
+ "hasSetter": true,
1785
2144
  "isStatic": false,
1786
2145
  "isAbstract": false,
1787
2146
  "isVirtual": false,
1788
2147
  "isOverride": false,
2148
+ "visibility": "Public",
1789
2149
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.StreamCommitMessage",
1790
2150
  "declaringAssemblyName": "Npgsql"
1791
2151
  },
@@ -1794,16 +2154,17 @@
1794
2154
  "clrName": "CommitLsn",
1795
2155
  "metadataToken": 385876652,
1796
2156
  "canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
1797
- "normalizedSignature": "CommitLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
2157
+ "normalizedSignature": "CommitLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
1798
2158
  "emitScope": "ClassSurface",
1799
2159
  "provenance": "Original",
1800
2160
  "isIndexer": false,
1801
2161
  "hasGetter": true,
1802
- "hasSetter": false,
2162
+ "hasSetter": true,
1803
2163
  "isStatic": false,
1804
2164
  "isAbstract": false,
1805
2165
  "isVirtual": false,
1806
2166
  "isOverride": false,
2167
+ "visibility": "Public",
1807
2168
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.StreamCommitMessage",
1808
2169
  "declaringAssemblyName": "Npgsql"
1809
2170
  },
@@ -1812,16 +2173,17 @@
1812
2173
  "clrName": "TransactionEndLsn",
1813
2174
  "metadataToken": 385876653,
1814
2175
  "canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
1815
- "normalizedSignature": "TransactionEndLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
2176
+ "normalizedSignature": "TransactionEndLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
1816
2177
  "emitScope": "ClassSurface",
1817
2178
  "provenance": "Original",
1818
2179
  "isIndexer": false,
1819
2180
  "hasGetter": true,
1820
- "hasSetter": false,
2181
+ "hasSetter": true,
1821
2182
  "isStatic": false,
1822
2183
  "isAbstract": false,
1823
2184
  "isVirtual": false,
1824
2185
  "isOverride": false,
2186
+ "visibility": "Public",
1825
2187
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.StreamCommitMessage",
1826
2188
  "declaringAssemblyName": "Npgsql"
1827
2189
  },
@@ -1830,16 +2192,17 @@
1830
2192
  "clrName": "TransactionCommitTimestamp",
1831
2193
  "metadataToken": 385876654,
1832
2194
  "canonicalSignature": ":System.DateTime",
1833
- "normalizedSignature": "TransactionCommitTimestamp|:System.DateTime|static=false|accessor=get",
2195
+ "normalizedSignature": "TransactionCommitTimestamp|:System.DateTime|static=false|accessor=getset",
1834
2196
  "emitScope": "ClassSurface",
1835
2197
  "provenance": "Original",
1836
2198
  "isIndexer": false,
1837
2199
  "hasGetter": true,
1838
- "hasSetter": false,
2200
+ "hasSetter": true,
1839
2201
  "isStatic": false,
1840
2202
  "isAbstract": false,
1841
2203
  "isVirtual": false,
1842
2204
  "isOverride": false,
2205
+ "visibility": "Public",
1843
2206
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.StreamCommitMessage",
1844
2207
  "declaringAssemblyName": "Npgsql"
1845
2208
  }
@@ -1859,6 +2222,10 @@
1859
2222
  "isSealed": true,
1860
2223
  "isStatic": false,
1861
2224
  "arity": 0,
2225
+ "baseType": {
2226
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PrepareMessageBase",
2227
+ "clrName": "Npgsql.Replication.PgOutput.Messages.PrepareMessageBase"
2228
+ },
1862
2229
  "methods": [],
1863
2230
  "properties": [
1864
2231
  {
@@ -1866,16 +2233,17 @@
1866
2233
  "clrName": "Flags",
1867
2234
  "metadataToken": 385876655,
1868
2235
  "canonicalSignature": ":Npgsql.Replication.PgOutput.Messages.StreamPrepareMessage\u002BStreamPrepareFlags",
1869
- "normalizedSignature": "Flags|:Npgsql.Replication.PgOutput.Messages.StreamPrepareMessage\u002BStreamPrepareFlags|static=false|accessor=get",
2236
+ "normalizedSignature": "Flags|:Npgsql.Replication.PgOutput.Messages.StreamPrepareMessage\u002BStreamPrepareFlags|static=false|accessor=getset",
1870
2237
  "emitScope": "ClassSurface",
1871
2238
  "provenance": "Original",
1872
2239
  "isIndexer": false,
1873
2240
  "hasGetter": true,
1874
- "hasSetter": false,
2241
+ "hasSetter": true,
1875
2242
  "isStatic": false,
1876
2243
  "isAbstract": false,
1877
2244
  "isVirtual": false,
1878
2245
  "isOverride": false,
2246
+ "visibility": "Public",
1879
2247
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.StreamPrepareMessage",
1880
2248
  "declaringAssemblyName": "Npgsql"
1881
2249
  }
@@ -1895,6 +2263,10 @@
1895
2263
  "isSealed": true,
1896
2264
  "isStatic": false,
1897
2265
  "arity": 0,
2266
+ "baseType": {
2267
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionControlMessage",
2268
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionControlMessage"
2269
+ },
1898
2270
  "methods": [],
1899
2271
  "properties": [
1900
2272
  {
@@ -1902,16 +2274,17 @@
1902
2274
  "clrName": "StreamSegmentIndicator",
1903
2275
  "metadataToken": 385876656,
1904
2276
  "canonicalSignature": ":System.Byte",
1905
- "normalizedSignature": "StreamSegmentIndicator|:System.Byte|static=false|accessor=get",
2277
+ "normalizedSignature": "StreamSegmentIndicator|:System.Byte|static=false|accessor=getset",
1906
2278
  "emitScope": "ClassSurface",
1907
2279
  "provenance": "Original",
1908
2280
  "isIndexer": false,
1909
2281
  "hasGetter": true,
1910
- "hasSetter": false,
2282
+ "hasSetter": true,
1911
2283
  "isStatic": false,
1912
2284
  "isAbstract": false,
1913
2285
  "isVirtual": false,
1914
2286
  "isOverride": false,
2287
+ "visibility": "Public",
1915
2288
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.StreamStartMessage",
1916
2289
  "declaringAssemblyName": "Npgsql"
1917
2290
  }
@@ -1931,6 +2304,10 @@
1931
2304
  "isSealed": true,
1932
2305
  "isStatic": false,
1933
2306
  "arity": 0,
2307
+ "baseType": {
2308
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage",
2309
+ "clrName": "Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage"
2310
+ },
1934
2311
  "methods": [],
1935
2312
  "properties": [],
1936
2313
  "fields": [],
@@ -1948,6 +2325,10 @@
1948
2325
  "isSealed": false,
1949
2326
  "isStatic": false,
1950
2327
  "arity": 0,
2328
+ "baseType": {
2329
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage",
2330
+ "clrName": "Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage"
2331
+ },
1951
2332
  "methods": [],
1952
2333
  "properties": [
1953
2334
  {
@@ -1955,23 +2336,36 @@
1955
2336
  "clrName": "TransactionXid",
1956
2337
  "metadataToken": 385876657,
1957
2338
  "canonicalSignature": ":System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1958
- "normalizedSignature": "TransactionXid|:System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2339
+ "normalizedSignature": "TransactionXid|:System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
1959
2340
  "emitScope": "ClassSurface",
1960
2341
  "provenance": "Original",
1961
2342
  "isIndexer": false,
1962
2343
  "hasGetter": true,
1963
- "hasSetter": false,
2344
+ "hasSetter": true,
1964
2345
  "isStatic": false,
1965
2346
  "isAbstract": false,
1966
2347
  "isVirtual": false,
1967
2348
  "isOverride": false,
2349
+ "visibility": "Public",
1968
2350
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TransactionalMessage",
1969
2351
  "declaringAssemblyName": "Npgsql"
1970
2352
  }
1971
2353
  ],
1972
2354
  "fields": [],
1973
2355
  "events": [],
1974
- "constructors": []
2356
+ "constructors": [
2357
+ {
2358
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionalMessage::.ctor():void",
2359
+ "metadataToken": 100666143,
2360
+ "canonicalSignature": "():void",
2361
+ "normalizedSignature": "constructor|():void|static=false",
2362
+ "isStatic": false,
2363
+ "parameterCount": 0,
2364
+ "visibility": "Protected",
2365
+ "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TransactionalMessage",
2366
+ "declaringAssemblyName": "Npgsql"
2367
+ }
2368
+ ]
1975
2369
  },
1976
2370
  {
1977
2371
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionControlMessage",
@@ -1984,6 +2378,10 @@
1984
2378
  "isSealed": false,
1985
2379
  "isStatic": false,
1986
2380
  "arity": 0,
2381
+ "baseType": {
2382
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage",
2383
+ "clrName": "Npgsql.Replication.PgOutput.Messages.PgOutputReplicationMessage"
2384
+ },
1987
2385
  "methods": [],
1988
2386
  "properties": [
1989
2387
  {
@@ -1991,23 +2389,36 @@
1991
2389
  "clrName": "TransactionXid",
1992
2390
  "metadataToken": 385876658,
1993
2391
  "canonicalSignature": ":System.UInt32",
1994
- "normalizedSignature": "TransactionXid|:System.UInt32|static=false|accessor=get",
2392
+ "normalizedSignature": "TransactionXid|:System.UInt32|static=false|accessor=getset",
1995
2393
  "emitScope": "ClassSurface",
1996
2394
  "provenance": "Original",
1997
2395
  "isIndexer": false,
1998
2396
  "hasGetter": true,
1999
- "hasSetter": false,
2397
+ "hasSetter": true,
2000
2398
  "isStatic": false,
2001
2399
  "isAbstract": false,
2002
2400
  "isVirtual": false,
2003
2401
  "isOverride": false,
2402
+ "visibility": "Public",
2004
2403
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TransactionControlMessage",
2005
2404
  "declaringAssemblyName": "Npgsql"
2006
2405
  }
2007
2406
  ],
2008
2407
  "fields": [],
2009
2408
  "events": [],
2010
- "constructors": []
2409
+ "constructors": [
2410
+ {
2411
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionControlMessage::.ctor():void",
2412
+ "metadataToken": 100666147,
2413
+ "canonicalSignature": "():void",
2414
+ "normalizedSignature": "constructor|():void|static=false",
2415
+ "isStatic": false,
2416
+ "parameterCount": 0,
2417
+ "visibility": "Protected",
2418
+ "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TransactionControlMessage",
2419
+ "declaringAssemblyName": "Npgsql"
2420
+ }
2421
+ ]
2011
2422
  },
2012
2423
  {
2013
2424
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TruncateMessage",
@@ -2020,6 +2431,10 @@
2020
2431
  "isSealed": true,
2021
2432
  "isStatic": false,
2022
2433
  "arity": 0,
2434
+ "baseType": {
2435
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionalMessage",
2436
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionalMessage"
2437
+ },
2023
2438
  "methods": [],
2024
2439
  "properties": [
2025
2440
  {
@@ -2027,16 +2442,17 @@
2027
2442
  "clrName": "Options",
2028
2443
  "metadataToken": 385876659,
2029
2444
  "canonicalSignature": ":Npgsql.Replication.PgOutput.Messages.TruncateMessage\u002BTruncateOptions",
2030
- "normalizedSignature": "Options|:Npgsql.Replication.PgOutput.Messages.TruncateMessage\u002BTruncateOptions|static=false|accessor=get",
2445
+ "normalizedSignature": "Options|:Npgsql.Replication.PgOutput.Messages.TruncateMessage\u002BTruncateOptions|static=false|accessor=getset",
2031
2446
  "emitScope": "ClassSurface",
2032
2447
  "provenance": "Original",
2033
2448
  "isIndexer": false,
2034
2449
  "hasGetter": true,
2035
- "hasSetter": false,
2450
+ "hasSetter": true,
2036
2451
  "isStatic": false,
2037
2452
  "isAbstract": false,
2038
2453
  "isVirtual": false,
2039
2454
  "isOverride": false,
2455
+ "visibility": "Public",
2040
2456
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TruncateMessage",
2041
2457
  "declaringAssemblyName": "Npgsql"
2042
2458
  },
@@ -2045,16 +2461,17 @@
2045
2461
  "clrName": "Relations",
2046
2462
  "metadataToken": 385876660,
2047
2463
  "canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Npgsql.Replication.PgOutput.Messages.RelationMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
2048
- "normalizedSignature": "Relations|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.Replication.PgOutput.Messages.RelationMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
2464
+ "normalizedSignature": "Relations|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.Replication.PgOutput.Messages.RelationMessage,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=getset",
2049
2465
  "emitScope": "ClassSurface",
2050
2466
  "provenance": "Original",
2051
2467
  "isIndexer": false,
2052
2468
  "hasGetter": true,
2053
- "hasSetter": false,
2469
+ "hasSetter": true,
2054
2470
  "isStatic": false,
2055
2471
  "isAbstract": false,
2056
2472
  "isVirtual": false,
2057
2473
  "isOverride": false,
2474
+ "visibility": "Public",
2058
2475
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TruncateMessage",
2059
2476
  "declaringAssemblyName": "Npgsql"
2060
2477
  }
@@ -2074,6 +2491,10 @@
2074
2491
  "isSealed": true,
2075
2492
  "isStatic": false,
2076
2493
  "arity": 0,
2494
+ "baseType": {
2495
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionalMessage",
2496
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionalMessage"
2497
+ },
2077
2498
  "methods": [],
2078
2499
  "properties": [
2079
2500
  {
@@ -2081,16 +2502,17 @@
2081
2502
  "clrName": "TypeId",
2082
2503
  "metadataToken": 385876661,
2083
2504
  "canonicalSignature": ":System.UInt32",
2084
- "normalizedSignature": "TypeId|:System.UInt32|static=false|accessor=get",
2505
+ "normalizedSignature": "TypeId|:System.UInt32|static=false|accessor=getset",
2085
2506
  "emitScope": "ClassSurface",
2086
2507
  "provenance": "Original",
2087
2508
  "isIndexer": false,
2088
2509
  "hasGetter": true,
2089
- "hasSetter": false,
2510
+ "hasSetter": true,
2090
2511
  "isStatic": false,
2091
2512
  "isAbstract": false,
2092
2513
  "isVirtual": false,
2093
2514
  "isOverride": false,
2515
+ "visibility": "Public",
2094
2516
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TypeMessage",
2095
2517
  "declaringAssemblyName": "Npgsql"
2096
2518
  },
@@ -2099,16 +2521,17 @@
2099
2521
  "clrName": "Namespace",
2100
2522
  "metadataToken": 385876662,
2101
2523
  "canonicalSignature": ":System.String",
2102
- "normalizedSignature": "Namespace|:System.String|static=false|accessor=get",
2524
+ "normalizedSignature": "Namespace|:System.String|static=false|accessor=getset",
2103
2525
  "emitScope": "ClassSurface",
2104
2526
  "provenance": "Original",
2105
2527
  "isIndexer": false,
2106
2528
  "hasGetter": true,
2107
- "hasSetter": false,
2529
+ "hasSetter": true,
2108
2530
  "isStatic": false,
2109
2531
  "isAbstract": false,
2110
2532
  "isVirtual": false,
2111
2533
  "isOverride": false,
2534
+ "visibility": "Public",
2112
2535
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TypeMessage",
2113
2536
  "declaringAssemblyName": "Npgsql"
2114
2537
  },
@@ -2117,16 +2540,17 @@
2117
2540
  "clrName": "Name",
2118
2541
  "metadataToken": 385876663,
2119
2542
  "canonicalSignature": ":System.String",
2120
- "normalizedSignature": "Name|:System.String|static=false|accessor=get",
2543
+ "normalizedSignature": "Name|:System.String|static=false|accessor=getset",
2121
2544
  "emitScope": "ClassSurface",
2122
2545
  "provenance": "Original",
2123
2546
  "isIndexer": false,
2124
2547
  "hasGetter": true,
2125
- "hasSetter": false,
2548
+ "hasSetter": true,
2126
2549
  "isStatic": false,
2127
2550
  "isAbstract": false,
2128
2551
  "isVirtual": false,
2129
2552
  "isOverride": false,
2553
+ "visibility": "Public",
2130
2554
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.TypeMessage",
2131
2555
  "declaringAssemblyName": "Npgsql"
2132
2556
  }
@@ -2146,6 +2570,10 @@
2146
2570
  "isSealed": false,
2147
2571
  "isStatic": false,
2148
2572
  "arity": 0,
2573
+ "baseType": {
2574
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.Messages.TransactionalMessage",
2575
+ "clrName": "Npgsql.Replication.PgOutput.Messages.TransactionalMessage"
2576
+ },
2149
2577
  "methods": [],
2150
2578
  "properties": [
2151
2579
  {
@@ -2153,16 +2581,17 @@
2153
2581
  "clrName": "Relation",
2154
2582
  "metadataToken": 385876664,
2155
2583
  "canonicalSignature": ":Npgsql.Replication.PgOutput.Messages.RelationMessage",
2156
- "normalizedSignature": "Relation|:Npgsql.Replication.PgOutput.Messages.RelationMessage|static=false|accessor=get",
2584
+ "normalizedSignature": "Relation|:Npgsql.Replication.PgOutput.Messages.RelationMessage|static=false|accessor=getset",
2157
2585
  "emitScope": "ClassSurface",
2158
2586
  "provenance": "Original",
2159
2587
  "isIndexer": false,
2160
2588
  "hasGetter": true,
2161
- "hasSetter": false,
2589
+ "hasSetter": true,
2162
2590
  "isStatic": false,
2163
2591
  "isAbstract": false,
2164
2592
  "isVirtual": false,
2165
2593
  "isOverride": false,
2594
+ "visibility": "Public",
2166
2595
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.UpdateMessage",
2167
2596
  "declaringAssemblyName": "Npgsql"
2168
2597
  },
@@ -2181,6 +2610,7 @@
2181
2610
  "isAbstract": true,
2182
2611
  "isVirtual": true,
2183
2612
  "isOverride": false,
2613
+ "visibility": "Public",
2184
2614
  "declaringClrType": "Npgsql.Replication.PgOutput.Messages.UpdateMessage",
2185
2615
  "declaringAssemblyName": "Npgsql"
2186
2616
  }