@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.LogicalSlotSnapshotInitMode",
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.LogicalSlotSnapshotInitMode",
41
65
  "declaringAssemblyName": "Npgsql"
42
66
  },
@@ -48,6 +72,7 @@
48
72
  "isStatic": true,
49
73
  "isReadOnly": false,
50
74
  "isLiteral": true,
75
+ "visibility": "Public",
51
76
  "declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
52
77
  "declaringAssemblyName": "Npgsql"
53
78
  },
@@ -59,6 +84,7 @@
59
84
  "isStatic": true,
60
85
  "isReadOnly": false,
61
86
  "isLiteral": true,
87
+ "visibility": "Public",
62
88
  "declaringClrType": "Npgsql.Replication.LogicalSlotSnapshotInitMode",
63
89
  "declaringAssemblyName": "Npgsql"
64
90
  }
@@ -77,6 +103,10 @@
77
103
  "isSealed": true,
78
104
  "isStatic": false,
79
105
  "arity": 0,
106
+ "baseType": {
107
+ "stableId": "System.Private.CoreLib:System.ValueType",
108
+ "clrName": "System.ValueType"
109
+ },
80
110
  "methods": [],
81
111
  "properties": [
82
112
  {
@@ -94,6 +124,7 @@
94
124
  "isAbstract": false,
95
125
  "isVirtual": false,
96
126
  "isOverride": false,
127
+ "visibility": "Public",
97
128
  "declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
98
129
  "declaringAssemblyName": "Npgsql"
99
130
  },
@@ -112,6 +143,7 @@
112
143
  "isAbstract": false,
113
144
  "isVirtual": false,
114
145
  "isOverride": false,
146
+ "visibility": "Public",
115
147
  "declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
116
148
  "declaringAssemblyName": "Npgsql"
117
149
  }
@@ -126,6 +158,7 @@
126
158
  "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
127
159
  "isStatic": false,
128
160
  "parameterCount": 2,
161
+ "visibility": "Public",
129
162
  "declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
130
163
  "declaringAssemblyName": "Npgsql"
131
164
  },
@@ -136,6 +169,7 @@
136
169
  "normalizedSignature": "constructor|(System.String,NpgsqlTypes.NpgsqlLogSequenceNumber):void|static=false",
137
170
  "isStatic": false,
138
171
  "parameterCount": 2,
172
+ "visibility": "Public",
139
173
  "declaringClrType": "Npgsql.Replication.ReplicationSlotOptions",
140
174
  "declaringAssemblyName": "Npgsql"
141
175
  }
@@ -152,6 +186,10 @@
152
186
  "isSealed": true,
153
187
  "isStatic": false,
154
188
  "arity": 0,
189
+ "baseType": {
190
+ "stableId": "System.Private.CoreLib:System.ValueType",
191
+ "clrName": "System.ValueType"
192
+ },
155
193
  "methods": [],
156
194
  "properties": [
157
195
  {
@@ -169,6 +207,7 @@
169
207
  "isAbstract": false,
170
208
  "isVirtual": false,
171
209
  "isOverride": false,
210
+ "visibility": "Public",
172
211
  "declaringClrType": "Npgsql.Replication.TimelineHistoryFile",
173
212
  "declaringAssemblyName": "Npgsql"
174
213
  },
@@ -187,6 +226,7 @@
187
226
  "isAbstract": false,
188
227
  "isVirtual": false,
189
228
  "isOverride": false,
229
+ "visibility": "Public",
190
230
  "declaringClrType": "Npgsql.Replication.TimelineHistoryFile",
191
231
  "declaringAssemblyName": "Npgsql"
192
232
  }
@@ -206,6 +246,16 @@
206
246
  "isSealed": true,
207
247
  "isStatic": false,
208
248
  "arity": 0,
249
+ "baseType": {
250
+ "stableId": "Npgsql:Npgsql.Replication.ReplicationConnection",
251
+ "clrName": "Npgsql.Replication.ReplicationConnection"
252
+ },
253
+ "interfaces": [
254
+ {
255
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
256
+ "clrName": "System.IAsyncDisposable"
257
+ }
258
+ ],
209
259
  "methods": [],
210
260
  "properties": [],
211
261
  "fields": [],
@@ -218,6 +268,7 @@
218
268
  "normalizedSignature": "constructor|():void|static=false",
219
269
  "isStatic": false,
220
270
  "parameterCount": 0,
271
+ "visibility": "Public",
221
272
  "declaringClrType": "Npgsql.Replication.LogicalReplicationConnection",
222
273
  "declaringAssemblyName": "Npgsql"
223
274
  },
@@ -228,6 +279,7 @@
228
279
  "normalizedSignature": "constructor|(System.String):void|static=false",
229
280
  "isStatic": false,
230
281
  "parameterCount": 1,
282
+ "visibility": "Public",
231
283
  "declaringClrType": "Npgsql.Replication.LogicalReplicationConnection",
232
284
  "declaringAssemblyName": "Npgsql"
233
285
  }
@@ -244,6 +296,16 @@
244
296
  "isSealed": true,
245
297
  "isStatic": false,
246
298
  "arity": 0,
299
+ "baseType": {
300
+ "stableId": "Npgsql:Npgsql.Replication.ReplicationConnection",
301
+ "clrName": "Npgsql.Replication.ReplicationConnection"
302
+ },
303
+ "interfaces": [
304
+ {
305
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
306
+ "clrName": "System.IAsyncDisposable"
307
+ }
308
+ ],
247
309
  "methods": [
248
310
  {
249
311
  "stableId": "Npgsql:Npgsql.Replication.PhysicalReplicationConnection::CreateReplicationSlot(System.String,System.Boolean,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PhysicalReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
@@ -260,6 +322,7 @@
260
322
  "isVirtual": false,
261
323
  "isOverride": false,
262
324
  "isSealed": false,
325
+ "visibility": "Public",
263
326
  "declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
264
327
  "declaringAssemblyName": "Npgsql",
265
328
  "isExtensionMethod": false
@@ -279,6 +342,7 @@
279
342
  "isVirtual": false,
280
343
  "isOverride": false,
281
344
  "isSealed": false,
345
+ "visibility": "Public",
282
346
  "declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
283
347
  "declaringAssemblyName": "Npgsql",
284
348
  "isExtensionMethod": false
@@ -298,6 +362,7 @@
298
362
  "isVirtual": false,
299
363
  "isOverride": false,
300
364
  "isSealed": false,
365
+ "visibility": "Public",
301
366
  "declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
302
367
  "declaringAssemblyName": "Npgsql",
303
368
  "isExtensionMethod": false
@@ -317,6 +382,7 @@
317
382
  "isVirtual": false,
318
383
  "isOverride": false,
319
384
  "isSealed": false,
385
+ "visibility": "Public",
320
386
  "declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
321
387
  "declaringAssemblyName": "Npgsql",
322
388
  "isExtensionMethod": false
@@ -336,6 +402,7 @@
336
402
  "isVirtual": false,
337
403
  "isOverride": false,
338
404
  "isSealed": false,
405
+ "visibility": "Public",
339
406
  "declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
340
407
  "declaringAssemblyName": "Npgsql",
341
408
  "isExtensionMethod": false
@@ -352,6 +419,7 @@
352
419
  "normalizedSignature": "constructor|():void|static=false",
353
420
  "isStatic": false,
354
421
  "parameterCount": 0,
422
+ "visibility": "Public",
355
423
  "declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
356
424
  "declaringAssemblyName": "Npgsql"
357
425
  },
@@ -362,6 +430,7 @@
362
430
  "normalizedSignature": "constructor|(System.String):void|static=false",
363
431
  "isStatic": false,
364
432
  "parameterCount": 1,
433
+ "visibility": "Public",
365
434
  "declaringClrType": "Npgsql.Replication.PhysicalReplicationConnection",
366
435
  "declaringAssemblyName": "Npgsql"
367
436
  }
@@ -378,6 +447,10 @@
378
447
  "isSealed": false,
379
448
  "isStatic": false,
380
449
  "arity": 0,
450
+ "baseType": {
451
+ "stableId": "Npgsql:Npgsql.Replication.ReplicationSlot",
452
+ "clrName": "Npgsql.Replication.ReplicationSlot"
453
+ },
381
454
  "methods": [],
382
455
  "properties": [
383
456
  {
@@ -395,6 +468,7 @@
395
468
  "isAbstract": false,
396
469
  "isVirtual": false,
397
470
  "isOverride": false,
471
+ "visibility": "Public",
398
472
  "declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
399
473
  "declaringAssemblyName": "Npgsql"
400
474
  },
@@ -413,6 +487,7 @@
413
487
  "isAbstract": false,
414
488
  "isVirtual": false,
415
489
  "isOverride": false,
490
+ "visibility": "Public",
416
491
  "declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
417
492
  "declaringAssemblyName": "Npgsql"
418
493
  }
@@ -427,6 +502,7 @@
427
502
  "normalizedSignature": "constructor|(System.String,System.Nullable_1[[NpgsqlTypes.NpgsqlLogSequenceNumber,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Nullable_1[[System.UInt32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
428
503
  "isStatic": false,
429
504
  "parameterCount": 3,
505
+ "visibility": "Public",
430
506
  "declaringClrType": "Npgsql.Replication.PhysicalReplicationSlot",
431
507
  "declaringAssemblyName": "Npgsql"
432
508
  }
@@ -443,6 +519,16 @@
443
519
  "isSealed": false,
444
520
  "isStatic": false,
445
521
  "arity": 0,
522
+ "baseType": {
523
+ "stableId": "System.Private.CoreLib:System.Object",
524
+ "clrName": "System.Object"
525
+ },
526
+ "interfaces": [
527
+ {
528
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
529
+ "clrName": "System.IAsyncDisposable"
530
+ }
531
+ ],
446
532
  "methods": [
447
533
  {
448
534
  "stableId": "Npgsql:Npgsql.Replication.ReplicationConnection::Open(System.Threading.CancellationToken):System.Threading.Tasks.Task",
@@ -459,6 +545,7 @@
459
545
  "isVirtual": false,
460
546
  "isOverride": false,
461
547
  "isSealed": false,
548
+ "visibility": "Public",
462
549
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
463
550
  "declaringAssemblyName": "Npgsql",
464
551
  "isExtensionMethod": false
@@ -478,6 +565,7 @@
478
565
  "isVirtual": true,
479
566
  "isOverride": false,
480
567
  "isSealed": true,
568
+ "visibility": "Public",
481
569
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
482
570
  "declaringAssemblyName": "Npgsql",
483
571
  "isExtensionMethod": false
@@ -497,6 +585,7 @@
497
585
  "isVirtual": false,
498
586
  "isOverride": false,
499
587
  "isSealed": false,
588
+ "visibility": "Public",
500
589
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
501
590
  "declaringAssemblyName": "Npgsql",
502
591
  "isExtensionMethod": false
@@ -516,6 +605,7 @@
516
605
  "isVirtual": false,
517
606
  "isOverride": false,
518
607
  "isSealed": false,
608
+ "visibility": "Public",
519
609
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
520
610
  "declaringAssemblyName": "Npgsql",
521
611
  "isExtensionMethod": false
@@ -535,6 +625,7 @@
535
625
  "isVirtual": false,
536
626
  "isOverride": false,
537
627
  "isSealed": false,
628
+ "visibility": "Public",
538
629
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
539
630
  "declaringAssemblyName": "Npgsql",
540
631
  "isExtensionMethod": false
@@ -554,6 +645,7 @@
554
645
  "isVirtual": false,
555
646
  "isOverride": false,
556
647
  "isSealed": false,
648
+ "visibility": "Public",
557
649
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
558
650
  "declaringAssemblyName": "Npgsql",
559
651
  "isExtensionMethod": false
@@ -573,6 +665,7 @@
573
665
  "isVirtual": false,
574
666
  "isOverride": false,
575
667
  "isSealed": false,
668
+ "visibility": "Public",
576
669
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
577
670
  "declaringAssemblyName": "Npgsql",
578
671
  "isExtensionMethod": false
@@ -592,6 +685,7 @@
592
685
  "isVirtual": false,
593
686
  "isOverride": false,
594
687
  "isSealed": false,
688
+ "visibility": "Public",
595
689
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
596
690
  "declaringAssemblyName": "Npgsql",
597
691
  "isExtensionMethod": false
@@ -613,6 +707,7 @@
613
707
  "isAbstract": false,
614
708
  "isVirtual": false,
615
709
  "isOverride": false,
710
+ "visibility": "Public",
616
711
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
617
712
  "declaringAssemblyName": "Npgsql"
618
713
  },
@@ -621,16 +716,17 @@
621
716
  "clrName": "LastReceivedLsn",
622
717
  "metadataToken": 385876552,
623
718
  "canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
624
- "normalizedSignature": "LastReceivedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
719
+ "normalizedSignature": "LastReceivedLsn|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
625
720
  "emitScope": "ClassSurface",
626
721
  "provenance": "Original",
627
722
  "isIndexer": false,
628
723
  "hasGetter": true,
629
- "hasSetter": false,
724
+ "hasSetter": true,
630
725
  "isStatic": false,
631
726
  "isAbstract": false,
632
727
  "isVirtual": false,
633
728
  "isOverride": false,
729
+ "visibility": "Public",
634
730
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
635
731
  "declaringAssemblyName": "Npgsql"
636
732
  },
@@ -649,6 +745,7 @@
649
745
  "isAbstract": false,
650
746
  "isVirtual": false,
651
747
  "isOverride": false,
748
+ "visibility": "Public",
652
749
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
653
750
  "declaringAssemblyName": "Npgsql"
654
751
  },
@@ -667,6 +764,7 @@
667
764
  "isAbstract": false,
668
765
  "isVirtual": false,
669
766
  "isOverride": false,
767
+ "visibility": "Public",
670
768
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
671
769
  "declaringAssemblyName": "Npgsql"
672
770
  },
@@ -685,6 +783,7 @@
685
783
  "isAbstract": false,
686
784
  "isVirtual": false,
687
785
  "isOverride": false,
786
+ "visibility": "Public",
688
787
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
689
788
  "declaringAssemblyName": "Npgsql"
690
789
  },
@@ -703,6 +802,7 @@
703
802
  "isAbstract": false,
704
803
  "isVirtual": false,
705
804
  "isOverride": false,
805
+ "visibility": "Public",
706
806
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
707
807
  "declaringAssemblyName": "Npgsql"
708
808
  },
@@ -721,6 +821,7 @@
721
821
  "isAbstract": false,
722
822
  "isVirtual": false,
723
823
  "isOverride": false,
824
+ "visibility": "Public",
724
825
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
725
826
  "declaringAssemblyName": "Npgsql"
726
827
  },
@@ -739,6 +840,7 @@
739
840
  "isAbstract": false,
740
841
  "isVirtual": false,
741
842
  "isOverride": false,
843
+ "visibility": "Public",
742
844
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
743
845
  "declaringAssemblyName": "Npgsql"
744
846
  },
@@ -757,6 +859,7 @@
757
859
  "isAbstract": false,
758
860
  "isVirtual": false,
759
861
  "isOverride": false,
862
+ "visibility": "Public",
760
863
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
761
864
  "declaringAssemblyName": "Npgsql"
762
865
  },
@@ -775,6 +878,7 @@
775
878
  "isAbstract": false,
776
879
  "isVirtual": false,
777
880
  "isOverride": false,
881
+ "visibility": "Public",
778
882
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
779
883
  "declaringAssemblyName": "Npgsql"
780
884
  },
@@ -793,6 +897,7 @@
793
897
  "isAbstract": false,
794
898
  "isVirtual": false,
795
899
  "isOverride": false,
900
+ "visibility": "Public",
796
901
  "declaringClrType": "Npgsql.Replication.ReplicationConnection",
797
902
  "declaringAssemblyName": "Npgsql"
798
903
  }
@@ -812,6 +917,10 @@
812
917
  "isSealed": false,
813
918
  "isStatic": false,
814
919
  "arity": 0,
920
+ "baseType": {
921
+ "stableId": "System.Private.CoreLib:System.Object",
922
+ "clrName": "System.Object"
923
+ },
815
924
  "methods": [],
816
925
  "properties": [
817
926
  {
@@ -819,16 +928,17 @@
819
928
  "clrName": "WalStart",
820
929
  "metadataToken": 385876564,
821
930
  "canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
822
- "normalizedSignature": "WalStart|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
931
+ "normalizedSignature": "WalStart|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
823
932
  "emitScope": "ClassSurface",
824
933
  "provenance": "Original",
825
934
  "isIndexer": false,
826
935
  "hasGetter": true,
827
- "hasSetter": false,
936
+ "hasSetter": true,
828
937
  "isStatic": false,
829
938
  "isAbstract": false,
830
939
  "isVirtual": false,
831
940
  "isOverride": false,
941
+ "visibility": "Public",
832
942
  "declaringClrType": "Npgsql.Replication.ReplicationMessage",
833
943
  "declaringAssemblyName": "Npgsql"
834
944
  },
@@ -837,16 +947,17 @@
837
947
  "clrName": "WalEnd",
838
948
  "metadataToken": 385876565,
839
949
  "canonicalSignature": ":NpgsqlTypes.NpgsqlLogSequenceNumber",
840
- "normalizedSignature": "WalEnd|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
950
+ "normalizedSignature": "WalEnd|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=getset",
841
951
  "emitScope": "ClassSurface",
842
952
  "provenance": "Original",
843
953
  "isIndexer": false,
844
954
  "hasGetter": true,
845
- "hasSetter": false,
955
+ "hasSetter": true,
846
956
  "isStatic": false,
847
957
  "isAbstract": false,
848
958
  "isVirtual": false,
849
959
  "isOverride": false,
960
+ "visibility": "Public",
850
961
  "declaringClrType": "Npgsql.Replication.ReplicationMessage",
851
962
  "declaringAssemblyName": "Npgsql"
852
963
  },
@@ -855,23 +966,36 @@
855
966
  "clrName": "ServerClock",
856
967
  "metadataToken": 385876566,
857
968
  "canonicalSignature": ":System.DateTime",
858
- "normalizedSignature": "ServerClock|:System.DateTime|static=false|accessor=get",
969
+ "normalizedSignature": "ServerClock|:System.DateTime|static=false|accessor=getset",
859
970
  "emitScope": "ClassSurface",
860
971
  "provenance": "Original",
861
972
  "isIndexer": false,
862
973
  "hasGetter": true,
863
- "hasSetter": false,
974
+ "hasSetter": true,
864
975
  "isStatic": false,
865
976
  "isAbstract": false,
866
977
  "isVirtual": false,
867
978
  "isOverride": false,
979
+ "visibility": "Public",
868
980
  "declaringClrType": "Npgsql.Replication.ReplicationMessage",
869
981
  "declaringAssemblyName": "Npgsql"
870
982
  }
871
983
  ],
872
984
  "fields": [],
873
985
  "events": [],
874
- "constructors": []
986
+ "constructors": [
987
+ {
988
+ "stableId": "Npgsql:Npgsql.Replication.ReplicationMessage::.ctor():void",
989
+ "metadataToken": 100665888,
990
+ "canonicalSignature": "():void",
991
+ "normalizedSignature": "constructor|():void|static=false",
992
+ "isStatic": false,
993
+ "parameterCount": 0,
994
+ "visibility": "Protected",
995
+ "declaringClrType": "Npgsql.Replication.ReplicationMessage",
996
+ "declaringAssemblyName": "Npgsql"
997
+ }
998
+ ]
875
999
  },
876
1000
  {
877
1001
  "stableId": "Npgsql:Npgsql.Replication.ReplicationSlot",
@@ -884,6 +1008,10 @@
884
1008
  "isSealed": false,
885
1009
  "isStatic": false,
886
1010
  "arity": 0,
1011
+ "baseType": {
1012
+ "stableId": "System.Private.CoreLib:System.Object",
1013
+ "clrName": "System.Object"
1014
+ },
887
1015
  "methods": [],
888
1016
  "properties": [
889
1017
  {
@@ -901,6 +1029,7 @@
901
1029
  "isAbstract": false,
902
1030
  "isVirtual": false,
903
1031
  "isOverride": false,
1032
+ "visibility": "Public",
904
1033
  "declaringClrType": "Npgsql.Replication.ReplicationSlot",
905
1034
  "declaringAssemblyName": "Npgsql"
906
1035
  }
@@ -920,6 +1049,10 @@
920
1049
  "isSealed": false,
921
1050
  "isStatic": false,
922
1051
  "arity": 0,
1052
+ "baseType": {
1053
+ "stableId": "System.Private.CoreLib:System.Object",
1054
+ "clrName": "System.Object"
1055
+ },
923
1056
  "methods": [],
924
1057
  "properties": [
925
1058
  {
@@ -937,6 +1070,7 @@
937
1070
  "isAbstract": false,
938
1071
  "isVirtual": false,
939
1072
  "isOverride": false,
1073
+ "visibility": "Public",
940
1074
  "declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
941
1075
  "declaringAssemblyName": "Npgsql"
942
1076
  },
@@ -955,6 +1089,7 @@
955
1089
  "isAbstract": false,
956
1090
  "isVirtual": false,
957
1091
  "isOverride": false,
1092
+ "visibility": "Public",
958
1093
  "declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
959
1094
  "declaringAssemblyName": "Npgsql"
960
1095
  },
@@ -973,6 +1108,7 @@
973
1108
  "isAbstract": false,
974
1109
  "isVirtual": false,
975
1110
  "isOverride": false,
1111
+ "visibility": "Public",
976
1112
  "declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
977
1113
  "declaringAssemblyName": "Npgsql"
978
1114
  },
@@ -991,6 +1127,7 @@
991
1127
  "isAbstract": false,
992
1128
  "isVirtual": false,
993
1129
  "isOverride": false,
1130
+ "visibility": "Public",
994
1131
  "declaringClrType": "Npgsql.Replication.ReplicationSystemIdentification",
995
1132
  "declaringAssemblyName": "Npgsql"
996
1133
  }
@@ -1010,6 +1147,10 @@
1010
1147
  "isSealed": false,
1011
1148
  "isStatic": false,
1012
1149
  "arity": 0,
1150
+ "baseType": {
1151
+ "stableId": "Npgsql:Npgsql.Replication.ReplicationMessage",
1152
+ "clrName": "Npgsql.Replication.ReplicationMessage"
1153
+ },
1013
1154
  "methods": [],
1014
1155
  "properties": [
1015
1156
  {
@@ -1017,16 +1158,17 @@
1017
1158
  "clrName": "Data",
1018
1159
  "metadataToken": 385876577,
1019
1160
  "canonicalSignature": ":System.IO.Stream",
1020
- "normalizedSignature": "Data|:System.IO.Stream|static=false|accessor=get",
1161
+ "normalizedSignature": "Data|:System.IO.Stream|static=false|accessor=getset",
1021
1162
  "emitScope": "ClassSurface",
1022
1163
  "provenance": "Original",
1023
1164
  "isIndexer": false,
1024
1165
  "hasGetter": true,
1025
- "hasSetter": false,
1166
+ "hasSetter": true,
1026
1167
  "isStatic": false,
1027
1168
  "isAbstract": false,
1028
1169
  "isVirtual": false,
1029
1170
  "isOverride": false,
1171
+ "visibility": "Public",
1030
1172
  "declaringClrType": "Npgsql.Replication.XLogDataMessage",
1031
1173
  "declaringAssemblyName": "Npgsql"
1032
1174
  }
@@ -1041,6 +1183,7 @@
1041
1183
  "normalizedSignature": "constructor|():void|static=false",
1042
1184
  "isStatic": false,
1043
1185
  "parameterCount": 0,
1186
+ "visibility": "Public",
1044
1187
  "declaringClrType": "Npgsql.Replication.XLogDataMessage",
1045
1188
  "declaringAssemblyName": "Npgsql"
1046
1189
  }
@@ -1057,6 +1200,10 @@
1057
1200
  "isSealed": true,
1058
1201
  "isStatic": true,
1059
1202
  "arity": 0,
1203
+ "baseType": {
1204
+ "stableId": "System.Private.CoreLib:System.Object",
1205
+ "clrName": "System.Object"
1206
+ },
1060
1207
  "methods": [
1061
1208
  {
1062
1209
  "stableId": "Npgsql:Npgsql.Replication.PgOutputConnectionExtensions::CreatePgOutputReplicationSlot(Npgsql.Replication.LogicalReplicationConnection,System.String,System.Boolean,System.Nullable_1[[Npgsql.Replication.LogicalSlotSnapshotInitMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.PgOutput.PgOutputReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
@@ -1073,6 +1220,7 @@
1073
1220
  "isVirtual": false,
1074
1221
  "isOverride": false,
1075
1222
  "isSealed": false,
1223
+ "visibility": "Public",
1076
1224
  "declaringClrType": "Npgsql.Replication.PgOutputConnectionExtensions",
1077
1225
  "declaringAssemblyName": "Npgsql",
1078
1226
  "isExtensionMethod": true
@@ -1092,6 +1240,7 @@
1092
1240
  "isVirtual": false,
1093
1241
  "isOverride": false,
1094
1242
  "isSealed": false,
1243
+ "visibility": "Public",
1095
1244
  "declaringClrType": "Npgsql.Replication.PgOutputConnectionExtensions",
1096
1245
  "declaringAssemblyName": "Npgsql",
1097
1246
  "isExtensionMethod": true
@@ -1113,6 +1262,10 @@
1113
1262
  "isSealed": true,
1114
1263
  "isStatic": true,
1115
1264
  "arity": 0,
1265
+ "baseType": {
1266
+ "stableId": "System.Private.CoreLib:System.Object",
1267
+ "clrName": "System.Object"
1268
+ },
1116
1269
  "methods": [
1117
1270
  {
1118
1271
  "stableId": "Npgsql:Npgsql.Replication.TestDecodingConnectionExtensions::CreateTestDecodingReplicationSlot(Npgsql.Replication.LogicalReplicationConnection,System.String,System.Boolean,System.Nullable_1[[Npgsql.Replication.LogicalSlotSnapshotInitMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
@@ -1129,6 +1282,7 @@
1129
1282
  "isVirtual": false,
1130
1283
  "isOverride": false,
1131
1284
  "isSealed": false,
1285
+ "visibility": "Public",
1132
1286
  "declaringClrType": "Npgsql.Replication.TestDecodingConnectionExtensions",
1133
1287
  "declaringAssemblyName": "Npgsql",
1134
1288
  "isExtensionMethod": true
@@ -1148,6 +1302,7 @@
1148
1302
  "isVirtual": false,
1149
1303
  "isOverride": false,
1150
1304
  "isSealed": false,
1305
+ "visibility": "Public",
1151
1306
  "declaringClrType": "Npgsql.Replication.TestDecodingConnectionExtensions",
1152
1307
  "declaringAssemblyName": "Npgsql",
1153
1308
  "isExtensionMethod": true