@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.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
30
53
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
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.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
41
65
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
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.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
52
77
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
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.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
63
89
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
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.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
74
101
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
75
102
  },
@@ -81,6 +108,7 @@
81
108
  "isStatic": true,
82
109
  "isReadOnly": false,
83
110
  "isLiteral": true,
111
+ "visibility": "Public",
84
112
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
85
113
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
86
114
  },
@@ -92,6 +120,7 @@
92
120
  "isStatic": true,
93
121
  "isReadOnly": false,
94
122
  "isLiteral": true,
123
+ "visibility": "Public",
95
124
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
96
125
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
97
126
  },
@@ -103,6 +132,7 @@
103
132
  "isStatic": true,
104
133
  "isReadOnly": false,
105
134
  "isLiteral": true,
135
+ "visibility": "Public",
106
136
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
107
137
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
108
138
  },
@@ -114,6 +144,7 @@
114
144
  "isStatic": true,
115
145
  "isReadOnly": false,
116
146
  "isLiteral": true,
147
+ "visibility": "Public",
117
148
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
118
149
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
119
150
  },
@@ -125,6 +156,7 @@
125
156
  "isStatic": true,
126
157
  "isReadOnly": false,
127
158
  "isLiteral": true,
159
+ "visibility": "Public",
128
160
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
129
161
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
130
162
  },
@@ -136,6 +168,7 @@
136
168
  "isStatic": true,
137
169
  "isReadOnly": false,
138
170
  "isLiteral": true,
171
+ "visibility": "Public",
139
172
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
140
173
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
141
174
  },
@@ -147,6 +180,7 @@
147
180
  "isStatic": true,
148
181
  "isReadOnly": false,
149
182
  "isLiteral": true,
183
+ "visibility": "Public",
150
184
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
151
185
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
152
186
  },
@@ -158,6 +192,7 @@
158
192
  "isStatic": true,
159
193
  "isReadOnly": false,
160
194
  "isLiteral": true,
195
+ "visibility": "Public",
161
196
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
162
197
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
163
198
  },
@@ -169,6 +204,7 @@
169
204
  "isStatic": true,
170
205
  "isReadOnly": false,
171
206
  "isLiteral": true,
207
+ "visibility": "Public",
172
208
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
173
209
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
174
210
  },
@@ -180,6 +216,7 @@
180
216
  "isStatic": true,
181
217
  "isReadOnly": false,
182
218
  "isLiteral": true,
219
+ "visibility": "Public",
183
220
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
184
221
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
185
222
  },
@@ -191,6 +228,7 @@
191
228
  "isStatic": true,
192
229
  "isReadOnly": false,
193
230
  "isLiteral": true,
231
+ "visibility": "Public",
194
232
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
195
233
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
196
234
  },
@@ -202,6 +240,7 @@
202
240
  "isStatic": true,
203
241
  "isReadOnly": false,
204
242
  "isLiteral": true,
243
+ "visibility": "Public",
205
244
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
206
245
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
207
246
  },
@@ -213,6 +252,7 @@
213
252
  "isStatic": true,
214
253
  "isReadOnly": false,
215
254
  "isLiteral": true,
255
+ "visibility": "Public",
216
256
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
217
257
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
218
258
  },
@@ -224,6 +264,7 @@
224
264
  "isStatic": true,
225
265
  "isReadOnly": false,
226
266
  "isLiteral": true,
267
+ "visibility": "Public",
227
268
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
228
269
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
229
270
  },
@@ -235,6 +276,7 @@
235
276
  "isStatic": true,
236
277
  "isReadOnly": false,
237
278
  "isLiteral": true,
279
+ "visibility": "Public",
238
280
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
239
281
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
240
282
  },
@@ -246,6 +288,7 @@
246
288
  "isStatic": true,
247
289
  "isReadOnly": false,
248
290
  "isLiteral": true,
291
+ "visibility": "Public",
249
292
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
250
293
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
251
294
  },
@@ -257,6 +300,7 @@
257
300
  "isStatic": true,
258
301
  "isReadOnly": false,
259
302
  "isLiteral": true,
303
+ "visibility": "Public",
260
304
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
261
305
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
262
306
  },
@@ -268,6 +312,7 @@
268
312
  "isStatic": true,
269
313
  "isReadOnly": false,
270
314
  "isLiteral": true,
315
+ "visibility": "Public",
271
316
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
272
317
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
273
318
  },
@@ -279,6 +324,7 @@
279
324
  "isStatic": true,
280
325
  "isReadOnly": false,
281
326
  "isLiteral": true,
327
+ "visibility": "Public",
282
328
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
283
329
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
284
330
  },
@@ -290,6 +336,7 @@
290
336
  "isStatic": true,
291
337
  "isReadOnly": false,
292
338
  "isLiteral": true,
339
+ "visibility": "Public",
293
340
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
294
341
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
295
342
  },
@@ -301,6 +348,7 @@
301
348
  "isStatic": true,
302
349
  "isReadOnly": false,
303
350
  "isLiteral": true,
351
+ "visibility": "Public",
304
352
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
305
353
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
306
354
  },
@@ -312,6 +360,7 @@
312
360
  "isStatic": true,
313
361
  "isReadOnly": false,
314
362
  "isLiteral": true,
363
+ "visibility": "Public",
315
364
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
316
365
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
317
366
  },
@@ -323,6 +372,7 @@
323
372
  "isStatic": true,
324
373
  "isReadOnly": false,
325
374
  "isLiteral": true,
375
+ "visibility": "Public",
326
376
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
327
377
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
328
378
  },
@@ -334,6 +384,7 @@
334
384
  "isStatic": true,
335
385
  "isReadOnly": false,
336
386
  "isLiteral": true,
387
+ "visibility": "Public",
337
388
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
338
389
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
339
390
  },
@@ -345,6 +396,7 @@
345
396
  "isStatic": true,
346
397
  "isReadOnly": false,
347
398
  "isLiteral": true,
399
+ "visibility": "Public",
348
400
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
349
401
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
350
402
  },
@@ -356,6 +408,7 @@
356
408
  "isStatic": true,
357
409
  "isReadOnly": false,
358
410
  "isLiteral": true,
411
+ "visibility": "Public",
359
412
  "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.PgExpressionType",
360
413
  "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
361
414
  }