@tsonic/efcore-npgsql 10.0.1 → 10.0.5

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 (99) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +737 -0
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +2 -0
  3. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
  4. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
  5. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
  6. package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
  7. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  8. package/Npgsql/bindings.json +3099 -41
  9. package/Npgsql/internal/index.d.ts +231 -75
  10. package/Npgsql.BackendMessages/bindings.json +7 -0
  11. package/Npgsql.BackendMessages/internal/index.d.ts +0 -1
  12. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +4 -1
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +11 -0
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +3 -0
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +7 -2
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +37 -9
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +9 -8
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +3 -0
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +8 -11
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +49 -4
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +4 -0
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +44 -4
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +9 -2
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +10 -2
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +2 -0
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +69 -0
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +91 -3
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +112 -5
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +4 -0
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +55 -8
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +0 -1
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +210 -8
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
  64. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +24 -2
  65. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
  66. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
  67. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
  68. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +21 -1
  69. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
  70. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
  71. package/Npgsql.Internal/bindings.json +884 -15
  72. package/Npgsql.Internal/internal/index.d.ts +41 -18
  73. package/Npgsql.Internal.Postgres/bindings.json +81 -0
  74. package/Npgsql.Internal.Postgres/internal/index.d.ts +6 -0
  75. package/Npgsql.Internal.d.ts +1 -1
  76. package/Npgsql.NameTranslation/bindings.json +30 -0
  77. package/Npgsql.NameTranslation/internal/index.d.ts +4 -0
  78. package/Npgsql.PostgresTypes/bindings.json +144 -12
  79. package/Npgsql.PostgresTypes/internal/index.d.ts +12 -18
  80. package/Npgsql.Replication/bindings.json +166 -11
  81. package/Npgsql.Replication/internal/index.d.ts +12 -7
  82. package/Npgsql.Replication.Internal/bindings.json +26 -1
  83. package/Npgsql.Replication.Internal/internal/index.d.ts +1 -1
  84. package/Npgsql.Replication.PgOutput/bindings.json +160 -6
  85. package/Npgsql.Replication.PgOutput/internal/index.d.ts +7 -5
  86. package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
  87. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -66
  88. package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
  89. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +3 -1
  90. package/Npgsql.Schema/bindings.json +87 -54
  91. package/Npgsql.Schema/internal/index.d.ts +34 -28
  92. package/Npgsql.TypeMapping/bindings.json +17 -0
  93. package/Npgsql.TypeMapping/internal/index.d.ts +2 -0
  94. package/Npgsql.Util/bindings.json +4 -0
  95. package/Npgsql.d.ts +1 -1
  96. package/NpgsqlTypes/bindings.json +871 -4
  97. package/NpgsqlTypes/internal/index.d.ts +67 -7
  98. package/__internal/extensions/index.d.ts +752 -12
  99. package/package.json +1 -1
@@ -15,6 +15,16 @@
15
15
  "isSealed": true,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.Object",
20
+ "clrName": "System.Object"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "Npgsql:Npgsql.INpgsqlNameTranslator",
25
+ "clrName": "Npgsql.INpgsqlNameTranslator"
26
+ }
27
+ ],
18
28
  "methods": [
19
29
  {
20
30
  "stableId": "Npgsql:Npgsql.NameTranslation.NpgsqlNullNameTranslator::TranslateTypeName(System.String):System.String",
@@ -31,6 +41,7 @@
31
41
  "isVirtual": true,
32
42
  "isOverride": false,
33
43
  "isSealed": true,
44
+ "visibility": "Public",
34
45
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlNullNameTranslator",
35
46
  "declaringAssemblyName": "Npgsql",
36
47
  "isExtensionMethod": false
@@ -50,6 +61,7 @@
50
61
  "isVirtual": true,
51
62
  "isOverride": false,
52
63
  "isSealed": true,
64
+ "visibility": "Public",
53
65
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlNullNameTranslator",
54
66
  "declaringAssemblyName": "Npgsql",
55
67
  "isExtensionMethod": false
@@ -69,6 +81,7 @@
69
81
  "isVirtual": true,
70
82
  "isOverride": false,
71
83
  "isSealed": false,
84
+ "visibility": "Public",
72
85
  "declaringClrType": "Npgsql.INpgsqlNameTranslator",
73
86
  "declaringAssemblyName": "Npgsql",
74
87
  "isExtensionMethod": false,
@@ -86,6 +99,7 @@
86
99
  "normalizedSignature": "constructor|():void|static=false",
87
100
  "isStatic": false,
88
101
  "parameterCount": 0,
102
+ "visibility": "Public",
89
103
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlNullNameTranslator",
90
104
  "declaringAssemblyName": "Npgsql"
91
105
  }
@@ -102,6 +116,16 @@
102
116
  "isSealed": true,
103
117
  "isStatic": false,
104
118
  "arity": 0,
119
+ "baseType": {
120
+ "stableId": "System.Private.CoreLib:System.Object",
121
+ "clrName": "System.Object"
122
+ },
123
+ "interfaces": [
124
+ {
125
+ "stableId": "Npgsql:Npgsql.INpgsqlNameTranslator",
126
+ "clrName": "Npgsql.INpgsqlNameTranslator"
127
+ }
128
+ ],
105
129
  "methods": [
106
130
  {
107
131
  "stableId": "Npgsql:Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator::TranslateTypeName(System.String):System.String",
@@ -118,6 +142,7 @@
118
142
  "isVirtual": true,
119
143
  "isOverride": false,
120
144
  "isSealed": true,
145
+ "visibility": "Public",
121
146
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator",
122
147
  "declaringAssemblyName": "Npgsql",
123
148
  "isExtensionMethod": false
@@ -137,6 +162,7 @@
137
162
  "isVirtual": true,
138
163
  "isOverride": false,
139
164
  "isSealed": true,
165
+ "visibility": "Public",
140
166
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator",
141
167
  "declaringAssemblyName": "Npgsql",
142
168
  "isExtensionMethod": false
@@ -156,6 +182,7 @@
156
182
  "isVirtual": false,
157
183
  "isOverride": false,
158
184
  "isSealed": false,
185
+ "visibility": "Public",
159
186
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator",
160
187
  "declaringAssemblyName": "Npgsql",
161
188
  "isExtensionMethod": false
@@ -175,6 +202,7 @@
175
202
  "isVirtual": true,
176
203
  "isOverride": false,
177
204
  "isSealed": false,
205
+ "visibility": "Public",
178
206
  "declaringClrType": "Npgsql.INpgsqlNameTranslator",
179
207
  "declaringAssemblyName": "Npgsql",
180
208
  "isExtensionMethod": false,
@@ -192,6 +220,7 @@
192
220
  "normalizedSignature": "constructor|(System.Globalization.CultureInfo):void|static=false",
193
221
  "isStatic": false,
194
222
  "parameterCount": 1,
223
+ "visibility": "Public",
195
224
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator",
196
225
  "declaringAssemblyName": "Npgsql"
197
226
  },
@@ -202,6 +231,7 @@
202
231
  "normalizedSignature": "constructor|(System.Boolean,System.Globalization.CultureInfo):void|static=false",
203
232
  "isStatic": false,
204
233
  "parameterCount": 2,
234
+ "visibility": "Public",
205
235
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator",
206
236
  "declaringAssemblyName": "Npgsql"
207
237
  }
@@ -13,6 +13,8 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
13
13
  import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
14
14
 
15
15
  export interface NpgsqlNullNameTranslator$instance {
16
+ readonly __tsonic_iface_Npgsql_INpgsqlNameTranslator: never;
17
+
16
18
  TranslateMemberName(clrName: string): string;
17
19
  TranslateTypeName(clrName: string): string;
18
20
  }
@@ -33,6 +35,8 @@ export type NpgsqlNullNameTranslator = NpgsqlNullNameTranslator$instance & __Npg
33
35
 
34
36
 
35
37
  export interface NpgsqlSnakeCaseNameTranslator$instance {
38
+ readonly __tsonic_iface_Npgsql_INpgsqlNameTranslator: never;
39
+
36
40
  TranslateMemberName(clrName: string): string;
37
41
  TranslateTypeName(clrName: string): string;
38
42
  }
@@ -15,6 +15,10 @@
15
15
  "isSealed": false,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
20
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
21
+ },
18
22
  "methods": [],
19
23
  "properties": [
20
24
  {
@@ -32,13 +36,26 @@
32
36
  "isAbstract": false,
33
37
  "isVirtual": false,
34
38
  "isOverride": false,
39
+ "visibility": "Public",
35
40
  "declaringClrType": "Npgsql.PostgresTypes.PostgresArrayType",
36
41
  "declaringAssemblyName": "Npgsql"
37
42
  }
38
43
  ],
39
44
  "fields": [],
40
45
  "events": [],
41
- "constructors": []
46
+ "constructors": [
47
+ {
48
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresArrayType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
49
+ "metadataToken": 100666209,
50
+ "canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
51
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void|static=false",
52
+ "isStatic": false,
53
+ "parameterCount": 4,
54
+ "visibility": "ProtectedInternal",
55
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresArrayType",
56
+ "declaringAssemblyName": "Npgsql"
57
+ }
58
+ ]
42
59
  },
43
60
  {
44
61
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresBaseType",
@@ -51,11 +68,27 @@
51
68
  "isSealed": false,
52
69
  "isStatic": false,
53
70
  "arity": 0,
71
+ "baseType": {
72
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
73
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
74
+ },
54
75
  "methods": [],
55
76
  "properties": [],
56
77
  "fields": [],
57
78
  "events": [],
58
- "constructors": []
79
+ "constructors": [
80
+ {
81
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresBaseType::.ctor(System.String,System.String,System.UInt32):void",
82
+ "metadataToken": 100666213,
83
+ "canonicalSignature": "(System.String,System.String,System.UInt32):void",
84
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32):void|static=false",
85
+ "isStatic": false,
86
+ "parameterCount": 3,
87
+ "visibility": "ProtectedInternal",
88
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresBaseType",
89
+ "declaringAssemblyName": "Npgsql"
90
+ }
91
+ ]
59
92
  },
60
93
  {
61
94
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType",
@@ -68,6 +101,10 @@
68
101
  "isSealed": false,
69
102
  "isStatic": false,
70
103
  "arity": 0,
104
+ "baseType": {
105
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
106
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
107
+ },
71
108
  "methods": [],
72
109
  "properties": [
73
110
  {
@@ -85,6 +122,7 @@
85
122
  "isAbstract": false,
86
123
  "isVirtual": false,
87
124
  "isOverride": false,
125
+ "visibility": "Public",
88
126
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType",
89
127
  "declaringAssemblyName": "Npgsql"
90
128
  }
@@ -104,6 +142,10 @@
104
142
  "isSealed": false,
105
143
  "isStatic": false,
106
144
  "arity": 0,
145
+ "baseType": {
146
+ "stableId": "System.Private.CoreLib:System.Object",
147
+ "clrName": "System.Object"
148
+ },
107
149
  "methods": [
108
150
  {
109
151
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::ToString():System.String",
@@ -120,6 +162,7 @@
120
162
  "isVirtual": true,
121
163
  "isOverride": true,
122
164
  "isSealed": false,
165
+ "visibility": "Public",
123
166
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
124
167
  "declaringAssemblyName": "Npgsql",
125
168
  "isExtensionMethod": false
@@ -141,6 +184,7 @@
141
184
  "isAbstract": false,
142
185
  "isVirtual": false,
143
186
  "isOverride": false,
187
+ "visibility": "Public",
144
188
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
145
189
  "declaringAssemblyName": "Npgsql"
146
190
  },
@@ -159,6 +203,7 @@
159
203
  "isAbstract": false,
160
204
  "isVirtual": false,
161
205
  "isOverride": false,
206
+ "visibility": "Public",
162
207
  "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
163
208
  "declaringAssemblyName": "Npgsql"
164
209
  }
@@ -178,6 +223,10 @@
178
223
  "isSealed": false,
179
224
  "isStatic": false,
180
225
  "arity": 0,
226
+ "baseType": {
227
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
228
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
229
+ },
181
230
  "methods": [],
182
231
  "properties": [
183
232
  {
@@ -195,6 +244,7 @@
195
244
  "isAbstract": false,
196
245
  "isVirtual": false,
197
246
  "isOverride": false,
247
+ "visibility": "Public",
198
248
  "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
199
249
  "declaringAssemblyName": "Npgsql"
200
250
  },
@@ -213,13 +263,26 @@
213
263
  "isAbstract": false,
214
264
  "isVirtual": false,
215
265
  "isOverride": false,
266
+ "visibility": "Public",
216
267
  "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
217
268
  "declaringAssemblyName": "Npgsql"
218
269
  }
219
270
  ],
220
271
  "fields": [],
221
272
  "events": [],
222
- "constructors": []
273
+ "constructors": [
274
+ {
275
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType,System.Boolean):void",
276
+ "metadataToken": 100666223,
277
+ "canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType,System.Boolean):void",
278
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType,System.Boolean):void|static=false",
279
+ "isStatic": false,
280
+ "parameterCount": 5,
281
+ "visibility": "ProtectedInternal",
282
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
283
+ "declaringAssemblyName": "Npgsql"
284
+ }
285
+ ]
223
286
  },
224
287
  {
225
288
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType",
@@ -232,6 +295,10 @@
232
295
  "isSealed": false,
233
296
  "isStatic": false,
234
297
  "arity": 0,
298
+ "baseType": {
299
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
300
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
301
+ },
235
302
  "methods": [],
236
303
  "properties": [
237
304
  {
@@ -249,13 +316,26 @@
249
316
  "isAbstract": false,
250
317
  "isVirtual": false,
251
318
  "isOverride": false,
319
+ "visibility": "Public",
252
320
  "declaringClrType": "Npgsql.PostgresTypes.PostgresEnumType",
253
321
  "declaringAssemblyName": "Npgsql"
254
322
  }
255
323
  ],
256
324
  "fields": [],
257
325
  "events": [],
258
- "constructors": []
326
+ "constructors": [
327
+ {
328
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType::.ctor(System.String,System.String,System.UInt32):void",
329
+ "metadataToken": 100666228,
330
+ "canonicalSignature": "(System.String,System.String,System.UInt32):void",
331
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32):void|static=false",
332
+ "isStatic": false,
333
+ "parameterCount": 3,
334
+ "visibility": "ProtectedInternal",
335
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresEnumType",
336
+ "declaringAssemblyName": "Npgsql"
337
+ }
338
+ ]
259
339
  },
260
340
  {
261
341
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType",
@@ -268,6 +348,10 @@
268
348
  "isSealed": false,
269
349
  "isStatic": false,
270
350
  "arity": 0,
351
+ "baseType": {
352
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
353
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
354
+ },
271
355
  "methods": [],
272
356
  "properties": [
273
357
  {
@@ -285,13 +369,26 @@
285
369
  "isAbstract": false,
286
370
  "isVirtual": false,
287
371
  "isOverride": false,
372
+ "visibility": "Public",
288
373
  "declaringClrType": "Npgsql.PostgresTypes.PostgresMultirangeType",
289
374
  "declaringAssemblyName": "Npgsql"
290
375
  }
291
376
  ],
292
377
  "fields": [],
293
378
  "events": [],
294
- "constructors": []
379
+ "constructors": [
380
+ {
381
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresRangeType):void",
382
+ "metadataToken": 100666239,
383
+ "canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresRangeType):void",
384
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresRangeType):void|static=false",
385
+ "isStatic": false,
386
+ "parameterCount": 4,
387
+ "visibility": "ProtectedInternal",
388
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresMultirangeType",
389
+ "declaringAssemblyName": "Npgsql"
390
+ }
391
+ ]
295
392
  },
296
393
  {
297
394
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType",
@@ -304,6 +401,10 @@
304
401
  "isSealed": false,
305
402
  "isStatic": false,
306
403
  "arity": 0,
404
+ "baseType": {
405
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
406
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
407
+ },
307
408
  "methods": [],
308
409
  "properties": [
309
410
  {
@@ -321,6 +422,7 @@
321
422
  "isAbstract": false,
322
423
  "isVirtual": false,
323
424
  "isOverride": false,
425
+ "visibility": "Public",
324
426
  "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
325
427
  "declaringAssemblyName": "Npgsql"
326
428
  },
@@ -329,23 +431,36 @@
329
431
  "clrName": "Multirange",
330
432
  "metadataToken": 385876710,
331
433
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresMultirangeType",
332
- "normalizedSignature": "Multirange|:Npgsql.PostgresTypes.PostgresMultirangeType|static=false|accessor=get",
434
+ "normalizedSignature": "Multirange|:Npgsql.PostgresTypes.PostgresMultirangeType|static=false|accessor=getset",
333
435
  "emitScope": "ClassSurface",
334
436
  "provenance": "Original",
335
437
  "isIndexer": false,
336
438
  "hasGetter": true,
337
- "hasSetter": false,
439
+ "hasSetter": true,
338
440
  "isStatic": false,
339
441
  "isAbstract": false,
340
442
  "isVirtual": false,
341
443
  "isOverride": false,
444
+ "visibility": "Public",
342
445
  "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
343
446
  "declaringAssemblyName": "Npgsql"
344
447
  }
345
448
  ],
346
449
  "fields": [],
347
450
  "events": [],
348
- "constructors": []
451
+ "constructors": [
452
+ {
453
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
454
+ "metadataToken": 100666244,
455
+ "canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
456
+ "normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void|static=false",
457
+ "isStatic": false,
458
+ "parameterCount": 4,
459
+ "visibility": "ProtectedInternal",
460
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
461
+ "declaringAssemblyName": "Npgsql"
462
+ }
463
+ ]
349
464
  },
350
465
  {
351
466
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
@@ -358,6 +473,10 @@
358
473
  "isSealed": false,
359
474
  "isStatic": false,
360
475
  "arity": 0,
476
+ "baseType": {
477
+ "stableId": "System.Private.CoreLib:System.Object",
478
+ "clrName": "System.Object"
479
+ },
361
480
  "methods": [
362
481
  {
363
482
  "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::ToString():System.String",
@@ -374,6 +493,7 @@
374
493
  "isVirtual": true,
375
494
  "isOverride": true,
376
495
  "isSealed": false,
496
+ "visibility": "Public",
377
497
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
378
498
  "declaringAssemblyName": "Npgsql",
379
499
  "isExtensionMethod": false
@@ -395,6 +515,7 @@
395
515
  "isAbstract": false,
396
516
  "isVirtual": false,
397
517
  "isOverride": false,
518
+ "visibility": "Public",
398
519
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
399
520
  "declaringAssemblyName": "Npgsql"
400
521
  },
@@ -413,6 +534,7 @@
413
534
  "isAbstract": false,
414
535
  "isVirtual": false,
415
536
  "isOverride": false,
537
+ "visibility": "Public",
416
538
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
417
539
  "declaringAssemblyName": "Npgsql"
418
540
  },
@@ -431,6 +553,7 @@
431
553
  "isAbstract": false,
432
554
  "isVirtual": false,
433
555
  "isOverride": false,
556
+ "visibility": "Public",
434
557
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
435
558
  "declaringAssemblyName": "Npgsql"
436
559
  },
@@ -449,6 +572,7 @@
449
572
  "isAbstract": false,
450
573
  "isVirtual": false,
451
574
  "isOverride": false,
575
+ "visibility": "Public",
452
576
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
453
577
  "declaringAssemblyName": "Npgsql"
454
578
  },
@@ -467,6 +591,7 @@
467
591
  "isAbstract": false,
468
592
  "isVirtual": false,
469
593
  "isOverride": false,
594
+ "visibility": "Public",
470
595
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
471
596
  "declaringAssemblyName": "Npgsql"
472
597
  },
@@ -485,6 +610,7 @@
485
610
  "isAbstract": false,
486
611
  "isVirtual": false,
487
612
  "isOverride": false,
613
+ "visibility": "Public",
488
614
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
489
615
  "declaringAssemblyName": "Npgsql"
490
616
  },
@@ -493,16 +619,17 @@
493
619
  "clrName": "Array",
494
620
  "metadataToken": 385876718,
495
621
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresArrayType",
496
- "normalizedSignature": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
622
+ "normalizedSignature": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=getset",
497
623
  "emitScope": "ClassSurface",
498
624
  "provenance": "Original",
499
625
  "isIndexer": false,
500
626
  "hasGetter": true,
501
- "hasSetter": false,
627
+ "hasSetter": true,
502
628
  "isStatic": false,
503
629
  "isAbstract": false,
504
630
  "isVirtual": false,
505
631
  "isOverride": false,
632
+ "visibility": "Public",
506
633
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
507
634
  "declaringAssemblyName": "Npgsql"
508
635
  },
@@ -511,16 +638,17 @@
511
638
  "clrName": "Range",
512
639
  "metadataToken": 385876719,
513
640
  "canonicalSignature": ":Npgsql.PostgresTypes.PostgresRangeType",
514
- "normalizedSignature": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
641
+ "normalizedSignature": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=getset",
515
642
  "emitScope": "ClassSurface",
516
643
  "provenance": "Original",
517
644
  "isIndexer": false,
518
645
  "hasGetter": true,
519
- "hasSetter": false,
646
+ "hasSetter": true,
520
647
  "isStatic": false,
521
648
  "isAbstract": false,
522
649
  "isVirtual": false,
523
650
  "isOverride": false,
651
+ "visibility": "Public",
524
652
  "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
525
653
  "declaringAssemblyName": "Npgsql"
526
654
  }
@@ -540,6 +668,10 @@
540
668
  "isSealed": true,
541
669
  "isStatic": false,
542
670
  "arity": 0,
671
+ "baseType": {
672
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
673
+ "clrName": "Npgsql.PostgresTypes.PostgresType"
674
+ },
543
675
  "methods": [],
544
676
  "properties": [],
545
677
  "fields": [],
@@ -15,8 +15,7 @@ export interface PostgresArrayType$instance extends PostgresType {
15
15
  }
16
16
 
17
17
 
18
- export const PostgresArrayType: {
19
- new(): PostgresArrayType;
18
+ export const PostgresArrayType: (abstract new(ns: string, name: string, oid: uint, elementPostgresType: PostgresType) => PostgresArrayType) & {
20
19
  };
21
20
 
22
21
 
@@ -26,8 +25,7 @@ export interface PostgresBaseType$instance extends PostgresType {
26
25
  }
27
26
 
28
27
 
29
- export const PostgresBaseType: {
30
- new(): PostgresBaseType;
28
+ export const PostgresBaseType: (abstract new(ns: string, name: string, oid: uint) => PostgresBaseType) & {
31
29
  };
32
30
 
33
31
 
@@ -39,7 +37,6 @@ export interface PostgresCompositeType$instance extends PostgresType {
39
37
 
40
38
 
41
39
  export const PostgresCompositeType: {
42
- new(): PostgresCompositeType;
43
40
  };
44
41
 
45
42
 
@@ -53,7 +50,6 @@ export interface PostgresCompositeType_Field$instance {
53
50
 
54
51
 
55
52
  export const PostgresCompositeType_Field: {
56
- new(): PostgresCompositeType_Field;
57
53
  };
58
54
 
59
55
 
@@ -65,8 +61,7 @@ export interface PostgresDomainType$instance extends PostgresType {
65
61
  }
66
62
 
67
63
 
68
- export const PostgresDomainType: {
69
- new(): PostgresDomainType;
64
+ export const PostgresDomainType: (abstract new(ns: string, name: string, oid: uint, baseType: PostgresType, notNull: boolean) => PostgresDomainType) & {
70
65
  };
71
66
 
72
67
 
@@ -77,8 +72,7 @@ export interface PostgresEnumType$instance extends PostgresType {
77
72
  }
78
73
 
79
74
 
80
- export const PostgresEnumType: {
81
- new(): PostgresEnumType;
75
+ export const PostgresEnumType: (abstract new(ns: string, name: string, oid: uint) => PostgresEnumType) & {
82
76
  };
83
77
 
84
78
 
@@ -89,35 +83,36 @@ export interface PostgresMultirangeType$instance extends PostgresType {
89
83
  }
90
84
 
91
85
 
92
- export const PostgresMultirangeType: {
93
- new(): PostgresMultirangeType;
86
+ export const PostgresMultirangeType: (abstract new(ns: string, name: string, oid: uint, rangePostgresType: PostgresRangeType) => PostgresMultirangeType) & {
94
87
  };
95
88
 
96
89
 
97
90
  export type PostgresMultirangeType = PostgresMultirangeType$instance;
98
91
 
99
92
  export interface PostgresRangeType$instance extends PostgresType {
100
- readonly Multirange: PostgresMultirangeType | undefined;
93
+ get Multirange(): PostgresMultirangeType | undefined;
94
+ set Multirange(value: PostgresMultirangeType | undefined);
101
95
  readonly Subtype: PostgresType;
102
96
  }
103
97
 
104
98
 
105
- export const PostgresRangeType: {
106
- new(): PostgresRangeType;
99
+ export const PostgresRangeType: (abstract new(ns: string, name: string, oid: uint, subtypePostgresType: PostgresType) => PostgresRangeType) & {
107
100
  };
108
101
 
109
102
 
110
103
  export type PostgresRangeType = PostgresRangeType$instance;
111
104
 
112
105
  export interface PostgresType$instance {
113
- readonly Array: PostgresArrayType | undefined;
106
+ get Array(): PostgresArrayType | undefined;
107
+ set Array(value: PostgresArrayType | undefined);
114
108
  readonly DisplayName: string;
115
109
  readonly FullName: string;
116
110
  readonly InternalName: string;
117
111
  readonly Name: string;
118
112
  readonly Namespace: string;
119
113
  readonly OID: uint;
120
- readonly Range: PostgresRangeType | undefined;
114
+ get Range(): PostgresRangeType | undefined;
115
+ set Range(value: PostgresRangeType | undefined);
121
116
  ToString(): string;
122
117
  }
123
118
 
@@ -133,7 +128,6 @@ export interface UnknownBackendType$instance extends PostgresType {
133
128
 
134
129
 
135
130
  export const UnknownBackendType: {
136
- new(): UnknownBackendType;
137
131
  };
138
132
 
139
133