@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
@@ -31,6 +31,7 @@
31
31
  "isVirtual": true,
32
32
  "isOverride": false,
33
33
  "isSealed": false,
34
+ "visibility": "Public",
34
35
  "declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
35
36
  "declaringAssemblyName": "Npgsql",
36
37
  "isExtensionMethod": false
@@ -50,6 +51,7 @@
50
51
  "isVirtual": true,
51
52
  "isOverride": false,
52
53
  "isSealed": false,
54
+ "visibility": "Public",
53
55
  "declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
54
56
  "declaringAssemblyName": "Npgsql",
55
57
  "isExtensionMethod": false
@@ -69,6 +71,7 @@
69
71
  "isVirtual": true,
70
72
  "isOverride": false,
71
73
  "isSealed": false,
74
+ "visibility": "Public",
72
75
  "declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
73
76
  "declaringAssemblyName": "Npgsql",
74
77
  "isExtensionMethod": false
@@ -88,6 +91,7 @@
88
91
  "isVirtual": true,
89
92
  "isOverride": false,
90
93
  "isSealed": false,
94
+ "visibility": "Public",
91
95
  "declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
92
96
  "declaringAssemblyName": "Npgsql",
93
97
  "isExtensionMethod": false
@@ -107,6 +111,7 @@
107
111
  "isVirtual": true,
108
112
  "isOverride": false,
109
113
  "isSealed": false,
114
+ "visibility": "Public",
110
115
  "declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
111
116
  "declaringAssemblyName": "Npgsql",
112
117
  "isExtensionMethod": false
@@ -126,6 +131,7 @@
126
131
  "isVirtual": true,
127
132
  "isOverride": false,
128
133
  "isSealed": false,
134
+ "visibility": "Public",
129
135
  "declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
130
136
  "declaringAssemblyName": "Npgsql",
131
137
  "isExtensionMethod": false
@@ -145,6 +151,7 @@
145
151
  "isVirtual": true,
146
152
  "isOverride": false,
147
153
  "isSealed": false,
154
+ "visibility": "Public",
148
155
  "declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
149
156
  "declaringAssemblyName": "Npgsql",
150
157
  "isExtensionMethod": false
@@ -164,6 +171,7 @@
164
171
  "isVirtual": true,
165
172
  "isOverride": false,
166
173
  "isSealed": false,
174
+ "visibility": "Public",
167
175
  "declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
168
176
  "declaringAssemblyName": "Npgsql",
169
177
  "isExtensionMethod": false
@@ -183,6 +191,7 @@
183
191
  "isVirtual": true,
184
192
  "isOverride": false,
185
193
  "isSealed": false,
194
+ "visibility": "Public",
186
195
  "declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
187
196
  "declaringAssemblyName": "Npgsql",
188
197
  "isExtensionMethod": false
@@ -202,6 +211,7 @@
202
211
  "isVirtual": true,
203
212
  "isOverride": false,
204
213
  "isSealed": false,
214
+ "visibility": "Public",
205
215
  "declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
206
216
  "declaringAssemblyName": "Npgsql",
207
217
  "isExtensionMethod": false
@@ -223,6 +233,7 @@
223
233
  "isAbstract": true,
224
234
  "isVirtual": true,
225
235
  "isOverride": false,
236
+ "visibility": "Public",
226
237
  "declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
227
238
  "declaringAssemblyName": "Npgsql"
228
239
  }
@@ -242,6 +253,10 @@
242
253
  "isSealed": false,
243
254
  "isStatic": false,
244
255
  "arity": 0,
256
+ "baseType": {
257
+ "stableId": "System.Private.CoreLib:System.Object",
258
+ "clrName": "System.Object"
259
+ },
245
260
  "methods": [],
246
261
  "properties": [
247
262
  {
@@ -259,6 +274,7 @@
259
274
  "isAbstract": false,
260
275
  "isVirtual": false,
261
276
  "isOverride": false,
277
+ "visibility": "Public",
262
278
  "declaringClrType": "Npgsql.TypeMapping.UserTypeMapping",
263
279
  "declaringAssemblyName": "Npgsql"
264
280
  },
@@ -277,6 +293,7 @@
277
293
  "isAbstract": false,
278
294
  "isVirtual": false,
279
295
  "isOverride": false,
296
+ "visibility": "Public",
280
297
  "declaringClrType": "Npgsql.TypeMapping.UserTypeMapping",
281
298
  "declaringAssemblyName": "Npgsql"
282
299
  }
@@ -15,6 +15,10 @@
15
15
  "isSealed": true,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.ValueType",
20
+ "clrName": "System.ValueType"
21
+ },
18
22
  "methods": [],
19
23
  "properties": [],
20
24
  "fields": [],
package/Npgsql.d.ts CHANGED
@@ -12,7 +12,7 @@ import type { NpgsqlDbColumn } from './Npgsql.Schema/internal/index.js';
12
12
  import type { INpgsqlTypeMapper } from './Npgsql.TypeMapping/internal/index.js';
13
13
  import type { NpgsqlDbType } from './NpgsqlTypes/internal/index.js';
14
14
  import type { ICollection as ICollection__System_Collections_Generic, IDictionary as IDictionary__System_Collections_Generic, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator as IEnumerator__System_Collections_Generic, IList as IList__System_Collections_Generic, IReadOnlyDictionary, IReadOnlyList, KeyValuePair } from '@tsonic/dotnet/System.Collections.Generic.js';
15
- import type { ICollection, IDictionary, IEnumerable, IEnumerator, IList } from '@tsonic/dotnet/System.Collections.js';
15
+ import type { Hashtable, ICollection, IDictionary, IEnumerable, IEnumerator, IList } from '@tsonic/dotnet/System.Collections.js';
16
16
  import type { ReadOnlyCollection } from '@tsonic/dotnet/System.Collections.ObjectModel.js';
17
17
  import type { IComponent, ICustomTypeDescriptor } from '@tsonic/dotnet/System.ComponentModel.js';
18
18
  import type { DataTableMapping, DbBatch, DbBatchCommand, DbBatchCommandCollection, DbColumn, DbCommand, DbCommandBuilder, DbConnection, DbConnectionStringBuilder, DbDataAdapter, DbDataReader, DbDataSource, DbException, DbParameter, DbParameterCollection, DbProviderFactory, DbTransaction, IDbColumnSchemaGenerator, RowUpdatedEventArgs, RowUpdatingEventArgs } from '@tsonic/dotnet/System.Data.Common.js';