@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
@@ -100,7 +100,7 @@ export interface ReplicationConnection$instance {
100
100
  readonly Encoding: Encoding;
101
101
  LastAppliedLsn: NpgsqlLogSequenceNumber;
102
102
  LastFlushedLsn: NpgsqlLogSequenceNumber;
103
- readonly LastReceivedLsn: NpgsqlLogSequenceNumber;
103
+ LastReceivedLsn: NpgsqlLogSequenceNumber;
104
104
  readonly PostgreSqlVersion: Version;
105
105
  readonly ProcessID: int;
106
106
  readonly ServerVersion: string;
@@ -124,13 +124,14 @@ export const ReplicationConnection: {
124
124
  export type ReplicationConnection = ReplicationConnection$instance;
125
125
 
126
126
  export interface ReplicationMessage$instance {
127
- readonly ServerClock: DateTime;
128
- readonly WalEnd: NpgsqlLogSequenceNumber;
129
- readonly WalStart: NpgsqlLogSequenceNumber;
127
+ ServerClock: DateTime;
128
+ WalEnd: NpgsqlLogSequenceNumber;
129
+ WalStart: NpgsqlLogSequenceNumber;
130
130
  }
131
131
 
132
132
 
133
133
  export const ReplicationMessage: {
134
+ new(): ReplicationMessage;
134
135
  };
135
136
 
136
137
 
@@ -163,7 +164,7 @@ export const ReplicationSystemIdentification: {
163
164
  export type ReplicationSystemIdentification = ReplicationSystemIdentification$instance;
164
165
 
165
166
  export interface XLogDataMessage$instance extends ReplicationMessage {
166
- readonly Data: Stream;
167
+ Data: Stream;
167
168
  }
168
169
 
169
170
 
@@ -15,6 +15,10 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "Npgsql:Npgsql.Replication.ReplicationSlot",
20
+ "clrName": "Npgsql.Replication.ReplicationSlot"
21
+ },
18
22
  "methods": [],
19
23
  "properties": [
20
24
  {
@@ -32,6 +36,7 @@
32
36
  "isAbstract": false,
33
37
  "isVirtual": false,
34
38
  "isOverride": false,
39
+ "visibility": "Public",
35
40
  "declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
36
41
  "declaringAssemblyName": "Npgsql"
37
42
  },
@@ -50,6 +55,7 @@
50
55
  "isAbstract": false,
51
56
  "isVirtual": false,
52
57
  "isOverride": false,
58
+ "visibility": "Public",
53
59
  "declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
54
60
  "declaringAssemblyName": "Npgsql"
55
61
  },
@@ -68,13 +74,26 @@
68
74
  "isAbstract": false,
69
75
  "isVirtual": false,
70
76
  "isOverride": false,
77
+ "visibility": "Public",
71
78
  "declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
72
79
  "declaringAssemblyName": "Npgsql"
73
80
  }
74
81
  ],
75
82
  "fields": [],
76
83
  "events": [],
77
- "constructors": []
84
+ "constructors": [
85
+ {
86
+ "stableId": "Npgsql:Npgsql.Replication.Internal.LogicalReplicationSlot::.ctor(System.String,Npgsql.Replication.ReplicationSlotOptions):void",
87
+ "metadataToken": 100666170,
88
+ "canonicalSignature": "(System.String,Npgsql.Replication.ReplicationSlotOptions):void",
89
+ "normalizedSignature": "constructor|(System.String,Npgsql.Replication.ReplicationSlotOptions):void|static=false",
90
+ "isStatic": false,
91
+ "parameterCount": 2,
92
+ "visibility": "Protected",
93
+ "declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
94
+ "declaringAssemblyName": "Npgsql"
95
+ }
96
+ ]
78
97
  },
79
98
  {
80
99
  "stableId": "Npgsql:Npgsql.Replication.Internal.LogicalReplicationConnectionExtensions",
@@ -87,6 +106,10 @@
87
106
  "isSealed": true,
88
107
  "isStatic": true,
89
108
  "arity": 0,
109
+ "baseType": {
110
+ "stableId": "System.Private.CoreLib:System.Object",
111
+ "clrName": "System.Object"
112
+ },
90
113
  "methods": [
91
114
  {
92
115
  "stableId": "Npgsql:Npgsql.Replication.Internal.LogicalReplicationConnectionExtensions::CreateLogicalReplicationSlot(Npgsql.Replication.LogicalReplicationConnection,System.String,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.ReplicationSlotOptions,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
@@ -103,6 +126,7 @@
103
126
  "isVirtual": false,
104
127
  "isOverride": false,
105
128
  "isSealed": false,
129
+ "visibility": "Public",
106
130
  "declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationConnectionExtensions",
107
131
  "declaringAssemblyName": "Npgsql",
108
132
  "isExtensionMethod": true
@@ -122,6 +146,7 @@
122
146
  "isVirtual": false,
123
147
  "isOverride": false,
124
148
  "isSealed": false,
149
+ "visibility": "Public",
125
150
  "declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationConnectionExtensions",
126
151
  "declaringAssemblyName": "Npgsql",
127
152
  "isExtensionMethod": true
@@ -23,6 +23,7 @@ export interface LogicalReplicationSlot$instance extends ReplicationSlot {
23
23
 
24
24
 
25
25
  export const LogicalReplicationSlot: {
26
+ new(outputPlugin: string, replicationSlotOptions: ReplicationSlotOptions): LogicalReplicationSlot;
26
27
  };
27
28
 
28
29
 
@@ -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.PgOutputProtocolVersion",
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.PgOutputProtocolVersion",
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.PgOutput.PgOutputProtocolVersion",
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.PgOutput.PgOutputProtocolVersion",
63
89
  "declaringAssemblyName": "Npgsql"
64
90
  },
@@ -70,6 +96,7 @@
70
96
  "isStatic": true,
71
97
  "isReadOnly": false,
72
98
  "isLiteral": true,
99
+ "visibility": "Public",
73
100
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
74
101
  "declaringAssemblyName": "Npgsql"
75
102
  }
@@ -88,6 +115,28 @@
88
115
  "isSealed": true,
89
116
  "isStatic": false,
90
117
  "arity": 0,
118
+ "baseType": {
119
+ "stableId": "System.Private.CoreLib:System.Enum",
120
+ "clrName": "System.Enum"
121
+ },
122
+ "interfaces": [
123
+ {
124
+ "stableId": "System.Private.CoreLib:System.IComparable",
125
+ "clrName": "System.IComparable"
126
+ },
127
+ {
128
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
129
+ "clrName": "System.ISpanFormattable"
130
+ },
131
+ {
132
+ "stableId": "System.Private.CoreLib:System.IFormattable",
133
+ "clrName": "System.IFormattable"
134
+ },
135
+ {
136
+ "stableId": "System.Private.CoreLib:System.IConvertible",
137
+ "clrName": "System.IConvertible"
138
+ }
139
+ ],
91
140
  "methods": [],
92
141
  "properties": [],
93
142
  "fields": [
@@ -99,6 +148,7 @@
99
148
  "isStatic": false,
100
149
  "isReadOnly": false,
101
150
  "isLiteral": false,
151
+ "visibility": "Public",
102
152
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
103
153
  "declaringAssemblyName": "Npgsql"
104
154
  },
@@ -110,6 +160,7 @@
110
160
  "isStatic": true,
111
161
  "isReadOnly": false,
112
162
  "isLiteral": true,
163
+ "visibility": "Public",
113
164
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
114
165
  "declaringAssemblyName": "Npgsql"
115
166
  },
@@ -121,6 +172,7 @@
121
172
  "isStatic": true,
122
173
  "isReadOnly": false,
123
174
  "isLiteral": true,
175
+ "visibility": "Public",
124
176
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
125
177
  "declaringAssemblyName": "Npgsql"
126
178
  },
@@ -132,6 +184,7 @@
132
184
  "isStatic": true,
133
185
  "isReadOnly": false,
134
186
  "isLiteral": true,
187
+ "visibility": "Public",
135
188
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
136
189
  "declaringAssemblyName": "Npgsql"
137
190
  }
@@ -150,6 +203,28 @@
150
203
  "isSealed": true,
151
204
  "isStatic": false,
152
205
  "arity": 0,
206
+ "baseType": {
207
+ "stableId": "System.Private.CoreLib:System.Enum",
208
+ "clrName": "System.Enum"
209
+ },
210
+ "interfaces": [
211
+ {
212
+ "stableId": "System.Private.CoreLib:System.IComparable",
213
+ "clrName": "System.IComparable"
214
+ },
215
+ {
216
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
217
+ "clrName": "System.ISpanFormattable"
218
+ },
219
+ {
220
+ "stableId": "System.Private.CoreLib:System.IFormattable",
221
+ "clrName": "System.IFormattable"
222
+ },
223
+ {
224
+ "stableId": "System.Private.CoreLib:System.IConvertible",
225
+ "clrName": "System.IConvertible"
226
+ }
227
+ ],
153
228
  "methods": [],
154
229
  "properties": [],
155
230
  "fields": [
@@ -161,6 +236,7 @@
161
236
  "isStatic": false,
162
237
  "isReadOnly": false,
163
238
  "isLiteral": false,
239
+ "visibility": "Public",
164
240
  "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
165
241
  "declaringAssemblyName": "Npgsql"
166
242
  },
@@ -172,6 +248,7 @@
172
248
  "isStatic": true,
173
249
  "isReadOnly": false,
174
250
  "isLiteral": true,
251
+ "visibility": "Public",
175
252
  "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
176
253
  "declaringAssemblyName": "Npgsql"
177
254
  },
@@ -183,6 +260,7 @@
183
260
  "isStatic": true,
184
261
  "isReadOnly": false,
185
262
  "isLiteral": true,
263
+ "visibility": "Public",
186
264
  "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
187
265
  "declaringAssemblyName": "Npgsql"
188
266
  },
@@ -194,6 +272,7 @@
194
272
  "isStatic": true,
195
273
  "isReadOnly": false,
196
274
  "isLiteral": true,
275
+ "visibility": "Public",
197
276
  "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
198
277
  "declaringAssemblyName": "Npgsql"
199
278
  },
@@ -205,6 +284,7 @@
205
284
  "isStatic": true,
206
285
  "isReadOnly": false,
207
286
  "isLiteral": true,
287
+ "visibility": "Public",
208
288
  "declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
209
289
  "declaringAssemblyName": "Npgsql"
210
290
  }
@@ -223,6 +303,19 @@
223
303
  "isSealed": false,
224
304
  "isStatic": false,
225
305
  "arity": 0,
306
+ "baseType": {
307
+ "stableId": "System.Private.CoreLib:System.Object",
308
+ "clrName": "System.Object"
309
+ },
310
+ "interfaces": [
311
+ {
312
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
313
+ "clrName": "System.IEquatable\u00601",
314
+ "typeArguments": [
315
+ "PgOutputReplicationOptions"
316
+ ]
317
+ }
318
+ ],
226
319
  "methods": [
227
320
  {
228
321
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Equals(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean",
@@ -239,6 +332,7 @@
239
332
  "isVirtual": true,
240
333
  "isOverride": false,
241
334
  "isSealed": true,
335
+ "visibility": "Public",
242
336
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
243
337
  "declaringAssemblyName": "Npgsql",
244
338
  "isExtensionMethod": false
@@ -258,6 +352,7 @@
258
352
  "isVirtual": true,
259
353
  "isOverride": true,
260
354
  "isSealed": false,
355
+ "visibility": "Public",
261
356
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
262
357
  "declaringAssemblyName": "Npgsql",
263
358
  "isExtensionMethod": false
@@ -277,6 +372,7 @@
277
372
  "isVirtual": true,
278
373
  "isOverride": true,
279
374
  "isSealed": false,
375
+ "visibility": "Public",
280
376
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
281
377
  "declaringAssemblyName": "Npgsql",
282
378
  "isExtensionMethod": false
@@ -298,6 +394,7 @@
298
394
  "isAbstract": false,
299
395
  "isVirtual": false,
300
396
  "isOverride": false,
397
+ "visibility": "Public",
301
398
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
302
399
  "declaringAssemblyName": "Npgsql"
303
400
  },
@@ -316,6 +413,7 @@
316
413
  "isAbstract": false,
317
414
  "isVirtual": false,
318
415
  "isOverride": false,
416
+ "visibility": "Public",
319
417
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
320
418
  "declaringAssemblyName": "Npgsql"
321
419
  },
@@ -334,6 +432,7 @@
334
432
  "isAbstract": false,
335
433
  "isVirtual": false,
336
434
  "isOverride": false,
435
+ "visibility": "Public",
337
436
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
338
437
  "declaringAssemblyName": "Npgsql"
339
438
  },
@@ -352,6 +451,7 @@
352
451
  "isAbstract": false,
353
452
  "isVirtual": false,
354
453
  "isOverride": false,
454
+ "visibility": "Public",
355
455
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
356
456
  "declaringAssemblyName": "Npgsql"
357
457
  },
@@ -370,6 +470,7 @@
370
470
  "isAbstract": false,
371
471
  "isVirtual": false,
372
472
  "isOverride": false,
473
+ "visibility": "Public",
373
474
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
374
475
  "declaringAssemblyName": "Npgsql"
375
476
  },
@@ -388,6 +489,7 @@
388
489
  "isAbstract": false,
389
490
  "isVirtual": false,
390
491
  "isOverride": false,
492
+ "visibility": "Public",
391
493
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
392
494
  "declaringAssemblyName": "Npgsql"
393
495
  }
@@ -402,6 +504,7 @@
402
504
  "normalizedSignature": "constructor|(System.String,System.UInt64,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
403
505
  "isStatic": false,
404
506
  "parameterCount": 6,
507
+ "visibility": "Public",
405
508
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
406
509
  "declaringAssemblyName": "Npgsql"
407
510
  },
@@ -412,6 +515,7 @@
412
515
  "normalizedSignature": "constructor|(System.String,Npgsql.Replication.PgOutput.PgOutputProtocolVersion,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
413
516
  "isStatic": false,
414
517
  "parameterCount": 6,
518
+ "visibility": "Public",
415
519
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
416
520
  "declaringAssemblyName": "Npgsql"
417
521
  },
@@ -422,6 +526,7 @@
422
526
  "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.UInt64,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
423
527
  "isStatic": false,
424
528
  "parameterCount": 6,
529
+ "visibility": "Public",
425
530
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
426
531
  "declaringAssemblyName": "Npgsql"
427
532
  },
@@ -432,6 +537,7 @@
432
537
  "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Npgsql.Replication.PgOutput.PgOutputProtocolVersion,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
433
538
  "isStatic": false,
434
539
  "parameterCount": 6,
540
+ "visibility": "Public",
435
541
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
436
542
  "declaringAssemblyName": "Npgsql"
437
543
  }
@@ -448,6 +554,10 @@
448
554
  "isSealed": false,
449
555
  "isStatic": false,
450
556
  "arity": 0,
557
+ "baseType": {
558
+ "stableId": "Npgsql:Npgsql.Replication.Internal.LogicalReplicationSlot",
559
+ "clrName": "Npgsql.Replication.Internal.LogicalReplicationSlot"
560
+ },
451
561
  "methods": [],
452
562
  "properties": [],
453
563
  "fields": [],
@@ -460,6 +570,7 @@
460
570
  "normalizedSignature": "constructor|(System.String):void|static=false",
461
571
  "isStatic": false,
462
572
  "parameterCount": 1,
573
+ "visibility": "Public",
463
574
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
464
575
  "declaringAssemblyName": "Npgsql"
465
576
  },
@@ -470,6 +581,18 @@
470
581
  "normalizedSignature": "constructor|(Npgsql.Replication.ReplicationSlotOptions):void|static=false",
471
582
  "isStatic": false,
472
583
  "parameterCount": 1,
584
+ "visibility": "Public",
585
+ "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
586
+ "declaringAssemblyName": "Npgsql"
587
+ },
588
+ {
589
+ "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationSlot::.ctor(Npgsql.Replication.PgOutput.PgOutputReplicationSlot):void",
590
+ "metadataToken": 100665952,
591
+ "canonicalSignature": "(Npgsql.Replication.PgOutput.PgOutputReplicationSlot):void",
592
+ "normalizedSignature": "constructor|(Npgsql.Replication.PgOutput.PgOutputReplicationSlot):void|static=false",
593
+ "isStatic": false,
594
+ "parameterCount": 1,
595
+ "visibility": "Protected",
473
596
  "declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
474
597
  "declaringAssemblyName": "Npgsql"
475
598
  }
@@ -486,6 +609,19 @@
486
609
  "isSealed": false,
487
610
  "isStatic": false,
488
611
  "arity": 0,
612
+ "baseType": {
613
+ "stableId": "System.Private.CoreLib:System.Object",
614
+ "clrName": "System.Object"
615
+ },
616
+ "interfaces": [
617
+ {
618
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IAsyncEnumerable\u00601",
619
+ "clrName": "System.Collections.Generic.IAsyncEnumerable\u00601",
620
+ "typeArguments": [
621
+ "ReplicationValue"
622
+ ]
623
+ }
624
+ ],
489
625
  "methods": [
490
626
  {
491
627
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationTuple::GetAsyncEnumerator(System.Threading.CancellationToken):System.Collections.Generic.IAsyncEnumerator_1[[Npgsql.Replication.PgOutput.ReplicationValue,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
@@ -502,6 +638,7 @@
502
638
  "isVirtual": true,
503
639
  "isOverride": false,
504
640
  "isSealed": false,
641
+ "visibility": "Public",
505
642
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationTuple",
506
643
  "declaringAssemblyName": "Npgsql",
507
644
  "isExtensionMethod": false
@@ -513,16 +650,17 @@
513
650
  "clrName": "NumColumns",
514
651
  "metadataToken": 385876594,
515
652
  "canonicalSignature": ":System.UInt16",
516
- "normalizedSignature": "NumColumns|:System.UInt16|static=false|accessor=get",
653
+ "normalizedSignature": "NumColumns|:System.UInt16|static=false|accessor=getset",
517
654
  "emitScope": "ClassSurface",
518
655
  "provenance": "Original",
519
656
  "isIndexer": false,
520
657
  "hasGetter": true,
521
- "hasSetter": false,
658
+ "hasSetter": true,
522
659
  "isStatic": false,
523
660
  "isAbstract": false,
524
661
  "isVirtual": false,
525
662
  "isOverride": false,
663
+ "visibility": "Public",
526
664
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationTuple",
527
665
  "declaringAssemblyName": "Npgsql"
528
666
  }
@@ -542,6 +680,10 @@
542
680
  "isSealed": false,
543
681
  "isStatic": false,
544
682
  "arity": 0,
683
+ "baseType": {
684
+ "stableId": "System.Private.CoreLib:System.Object",
685
+ "clrName": "System.Object"
686
+ },
545
687
  "methods": [
546
688
  {
547
689
  "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetPostgresType():Npgsql.PostgresTypes.PostgresType",
@@ -558,6 +700,7 @@
558
700
  "isVirtual": false,
559
701
  "isOverride": false,
560
702
  "isSealed": false,
703
+ "visibility": "Public",
561
704
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
562
705
  "declaringAssemblyName": "Npgsql",
563
706
  "isExtensionMethod": false
@@ -577,6 +720,7 @@
577
720
  "isVirtual": false,
578
721
  "isOverride": false,
579
722
  "isSealed": false,
723
+ "visibility": "Public",
580
724
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
581
725
  "declaringAssemblyName": "Npgsql",
582
726
  "isExtensionMethod": false
@@ -596,6 +740,7 @@
596
740
  "isVirtual": false,
597
741
  "isOverride": false,
598
742
  "isSealed": false,
743
+ "visibility": "Public",
599
744
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
600
745
  "declaringAssemblyName": "Npgsql",
601
746
  "isExtensionMethod": false
@@ -615,6 +760,7 @@
615
760
  "isVirtual": false,
616
761
  "isOverride": false,
617
762
  "isSealed": false,
763
+ "visibility": "Public",
618
764
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
619
765
  "declaringAssemblyName": "Npgsql",
620
766
  "isExtensionMethod": false
@@ -634,6 +780,7 @@
634
780
  "isVirtual": false,
635
781
  "isOverride": false,
636
782
  "isSealed": false,
783
+ "visibility": "Public",
637
784
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
638
785
  "declaringAssemblyName": "Npgsql",
639
786
  "isExtensionMethod": false
@@ -653,6 +800,7 @@
653
800
  "isVirtual": false,
654
801
  "isOverride": false,
655
802
  "isSealed": false,
803
+ "visibility": "Public",
656
804
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
657
805
  "declaringAssemblyName": "Npgsql",
658
806
  "isExtensionMethod": false
@@ -672,6 +820,7 @@
672
820
  "isVirtual": false,
673
821
  "isOverride": false,
674
822
  "isSealed": false,
823
+ "visibility": "Public",
675
824
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
676
825
  "declaringAssemblyName": "Npgsql",
677
826
  "isExtensionMethod": false
@@ -691,6 +840,7 @@
691
840
  "isVirtual": false,
692
841
  "isOverride": false,
693
842
  "isSealed": false,
843
+ "visibility": "Public",
694
844
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
695
845
  "declaringAssemblyName": "Npgsql",
696
846
  "isExtensionMethod": false
@@ -702,16 +852,17 @@
702
852
  "clrName": "Length",
703
853
  "metadataToken": 385876595,
704
854
  "canonicalSignature": ":System.Int32",
705
- "normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
855
+ "normalizedSignature": "Length|:System.Int32|static=false|accessor=getset",
706
856
  "emitScope": "ClassSurface",
707
857
  "provenance": "Original",
708
858
  "isIndexer": false,
709
859
  "hasGetter": true,
710
- "hasSetter": false,
860
+ "hasSetter": true,
711
861
  "isStatic": false,
712
862
  "isAbstract": false,
713
863
  "isVirtual": false,
714
864
  "isOverride": false,
865
+ "visibility": "Public",
715
866
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
716
867
  "declaringAssemblyName": "Npgsql"
717
868
  },
@@ -720,16 +871,17 @@
720
871
  "clrName": "Kind",
721
872
  "metadataToken": 385876596,
722
873
  "canonicalSignature": ":Npgsql.Replication.PgOutput.TupleDataKind",
723
- "normalizedSignature": "Kind|:Npgsql.Replication.PgOutput.TupleDataKind|static=false|accessor=get",
874
+ "normalizedSignature": "Kind|:Npgsql.Replication.PgOutput.TupleDataKind|static=false|accessor=getset",
724
875
  "emitScope": "ClassSurface",
725
876
  "provenance": "Original",
726
877
  "isIndexer": false,
727
878
  "hasGetter": true,
728
- "hasSetter": false,
879
+ "hasSetter": true,
729
880
  "isStatic": false,
730
881
  "isAbstract": false,
731
882
  "isVirtual": false,
732
883
  "isOverride": false,
884
+ "visibility": "Public",
733
885
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
734
886
  "declaringAssemblyName": "Npgsql"
735
887
  },
@@ -748,6 +900,7 @@
748
900
  "isAbstract": false,
749
901
  "isVirtual": false,
750
902
  "isOverride": false,
903
+ "visibility": "Public",
751
904
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
752
905
  "declaringAssemblyName": "Npgsql"
753
906
  },
@@ -766,6 +919,7 @@
766
919
  "isAbstract": false,
767
920
  "isVirtual": false,
768
921
  "isOverride": false,
922
+ "visibility": "Public",
769
923
  "declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
770
924
  "declaringAssemblyName": "Npgsql"
771
925
  }
@@ -72,13 +72,14 @@ export interface PgOutputReplicationSlot$instance extends LogicalReplicationSlot
72
72
  export const PgOutputReplicationSlot: {
73
73
  new(slotName: string): PgOutputReplicationSlot;
74
74
  new(options: ReplicationSlotOptions): PgOutputReplicationSlot;
75
+ new(slot: PgOutputReplicationSlot): PgOutputReplicationSlot;
75
76
  };
76
77
 
77
78
 
78
79
  export type PgOutputReplicationSlot = PgOutputReplicationSlot$instance;
79
80
 
80
81
  export interface ReplicationTuple$instance {
81
- readonly NumColumns: ushort;
82
+ NumColumns: ushort;
82
83
  GetAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator<ReplicationValue>;
83
84
  }
84
85
 
@@ -93,8 +94,8 @@ export type ReplicationTuple = ReplicationTuple$instance;
93
94
  export interface ReplicationValue$instance {
94
95
  readonly IsDBNull: boolean;
95
96
  readonly IsUnchangedToastedValue: boolean;
96
- readonly Kind: TupleDataKind;
97
- readonly Length: int;
97
+ Kind: TupleDataKind;
98
+ Length: int;
98
99
  Get<T>(cancellationToken?: CancellationToken): ValueTask<T>;
99
100
  Get(cancellationToken?: CancellationToken): ValueTask<unknown>;
100
101
  GetDataTypeName(): string;