@tsonic/efcore-npgsql 0.1.1

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 (234) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.EntityFrameworkCore/bindings.json +14997 -0
  3. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +795 -0
  4. package/Microsoft.EntityFrameworkCore/internal/metadata.json +10154 -0
  5. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +356 -0
  6. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +34 -0
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +172 -0
  8. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +13 -0
  9. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  10. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +50 -0
  11. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +22 -0
  12. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +49 -0
  13. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +13 -0
  14. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  15. package/Microsoft.EntityFrameworkCore.d.ts +58 -0
  16. package/Microsoft.EntityFrameworkCore.js +9 -0
  17. package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
  18. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
  19. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
  20. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  21. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  22. package/Npgsql/bindings.json +26674 -0
  23. package/Npgsql/internal/index.d.ts +1619 -0
  24. package/Npgsql/internal/metadata.json +15514 -0
  25. package/Npgsql.BackendMessages/bindings.json +95 -0
  26. package/Npgsql.BackendMessages/internal/index.d.ts +25 -0
  27. package/Npgsql.BackendMessages/internal/metadata.json +72 -0
  28. package/Npgsql.BackendMessages.d.ts +12 -0
  29. package/Npgsql.BackendMessages.js +9 -0
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +153 -0
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +32 -0
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +60 -0
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +404 -0
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +66 -0
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +269 -0
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.d.ts +22 -0
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.js +9 -0
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +399 -0
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +40 -0
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +184 -0
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.d.ts +12 -0
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.js +9 -0
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +152 -0
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +26 -0
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +125 -0
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +14 -0
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.js +9 -0
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +499 -0
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +65 -0
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +342 -0
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +1540 -0
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +128 -0
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +985 -0
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +25 -0
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.js +9 -0
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +21 -0
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.js +9 -0
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +1581 -0
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +110 -0
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +1064 -0
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +20 -0
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.js +9 -0
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +1548 -0
  64. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +149 -0
  65. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +990 -0
  66. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -0
  67. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +111 -0
  68. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +317 -0
  69. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +27 -0
  70. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.js +9 -0
  71. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +1255 -0
  72. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +101 -0
  73. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +664 -0
  74. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.d.ts +18 -0
  75. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.js +9 -0
  76. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.d.ts +26 -0
  77. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.js +9 -0
  78. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +138 -0
  79. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +33 -0
  80. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +95 -0
  81. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +394 -0
  82. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +58 -0
  83. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +262 -0
  84. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +23 -0
  85. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.js +9 -0
  86. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +175 -0
  87. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +45 -0
  88. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +114 -0
  89. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.d.ts +16 -0
  90. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.js +9 -0
  91. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +18 -0
  92. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.js +9 -0
  93. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +522 -0
  94. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +51 -0
  95. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +351 -0
  96. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +2098 -0
  97. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +413 -0
  98. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +1349 -0
  99. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.d.ts +54 -0
  100. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.js +9 -0
  101. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +671 -0
  102. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +45 -0
  103. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +304 -0
  104. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +4396 -0
  105. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +360 -0
  106. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +2783 -0
  107. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.d.ts +36 -0
  108. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.js +9 -0
  109. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.d.ts +12 -0
  110. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.js +9 -0
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +1277 -0
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +266 -0
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +806 -0
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +39 -0
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.js +9 -0
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.d.ts +20 -0
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.js +9 -0
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +151 -0
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +43 -0
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +102 -0
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.d.ts +19 -0
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.js +9 -0
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +1237 -0
  124. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +164 -0
  125. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +807 -0
  126. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +267 -0
  127. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +52 -0
  128. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +186 -0
  129. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.d.ts +18 -0
  130. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.js +9 -0
  131. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +8287 -0
  132. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +1225 -0
  133. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +4823 -0
  134. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.d.ts +93 -0
  135. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.js +9 -0
  136. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +34 -0
  137. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.js +9 -0
  138. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +85 -0
  139. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +25 -0
  140. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +51 -0
  141. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.d.ts +13 -0
  142. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.js +9 -0
  143. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +500 -0
  144. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +85 -0
  145. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +341 -0
  146. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +20 -0
  147. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.js +9 -0
  148. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +181 -0
  149. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +40 -0
  150. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +118 -0
  151. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +469 -0
  152. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +110 -0
  153. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +323 -0
  154. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +24 -0
  155. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.js +9 -0
  156. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.d.ts +15 -0
  157. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.js +9 -0
  158. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +15 -0
  159. package/Npgsql.EntityFrameworkCore.PostgreSQL.js +9 -0
  160. package/Npgsql.Internal/bindings.json +6965 -0
  161. package/Npgsql.Internal/internal/index.d.ts +591 -0
  162. package/Npgsql.Internal/internal/metadata.json +4555 -0
  163. package/Npgsql.Internal.Postgres/bindings.json +973 -0
  164. package/Npgsql.Internal.Postgres/internal/index.d.ts +89 -0
  165. package/Npgsql.Internal.Postgres/internal/metadata.json +619 -0
  166. package/Npgsql.Internal.Postgres.d.ts +15 -0
  167. package/Npgsql.Internal.Postgres.js +9 -0
  168. package/Npgsql.Internal.d.ts +78 -0
  169. package/Npgsql.Internal.js +9 -0
  170. package/Npgsql.NameTranslation/bindings.json +266 -0
  171. package/Npgsql.NameTranslation/internal/index.d.ts +56 -0
  172. package/Npgsql.NameTranslation/internal/metadata.json +173 -0
  173. package/Npgsql.NameTranslation.d.ts +15 -0
  174. package/Npgsql.NameTranslation.js +9 -0
  175. package/Npgsql.PostgresTypes/bindings.json +1375 -0
  176. package/Npgsql.PostgresTypes/internal/index.d.ts +141 -0
  177. package/Npgsql.PostgresTypes/internal/metadata.json +480 -0
  178. package/Npgsql.PostgresTypes.d.ts +22 -0
  179. package/Npgsql.PostgresTypes.js +9 -0
  180. package/Npgsql.Replication/bindings.json +1909 -0
  181. package/Npgsql.Replication/internal/index.d.ts +192 -0
  182. package/Npgsql.Replication/internal/metadata.json +972 -0
  183. package/Npgsql.Replication.Internal/bindings.json +165 -0
  184. package/Npgsql.Replication.Internal/internal/index.d.ts +38 -0
  185. package/Npgsql.Replication.Internal/internal/metadata.json +119 -0
  186. package/Npgsql.Replication.Internal.d.ts +21 -0
  187. package/Npgsql.Replication.Internal.js +9 -0
  188. package/Npgsql.Replication.PgOutput/bindings.json +1124 -0
  189. package/Npgsql.Replication.PgOutput/internal/index.d.ts +115 -0
  190. package/Npgsql.Replication.PgOutput/internal/metadata.json +644 -0
  191. package/Npgsql.Replication.PgOutput.Messages/bindings.json +4397 -0
  192. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +476 -0
  193. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +1905 -0
  194. package/Npgsql.Replication.PgOutput.Messages.d.ts +56 -0
  195. package/Npgsql.Replication.PgOutput.Messages.js +9 -0
  196. package/Npgsql.Replication.PgOutput.d.ts +26 -0
  197. package/Npgsql.Replication.PgOutput.js +9 -0
  198. package/Npgsql.Replication.TestDecoding/bindings.json +522 -0
  199. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +63 -0
  200. package/Npgsql.Replication.TestDecoding/internal/metadata.json +283 -0
  201. package/Npgsql.Replication.TestDecoding.d.ts +17 -0
  202. package/Npgsql.Replication.TestDecoding.js +9 -0
  203. package/Npgsql.Replication.d.ts +36 -0
  204. package/Npgsql.Replication.js +9 -0
  205. package/Npgsql.Schema/bindings.json +714 -0
  206. package/Npgsql.Schema/internal/index.d.ts +54 -0
  207. package/Npgsql.Schema/internal/metadata.json +451 -0
  208. package/Npgsql.Schema.d.ts +15 -0
  209. package/Npgsql.Schema.js +9 -0
  210. package/Npgsql.TypeMapping/bindings.json +350 -0
  211. package/Npgsql.TypeMapping/internal/index.d.ts +43 -0
  212. package/Npgsql.TypeMapping/internal/metadata.json +248 -0
  213. package/Npgsql.TypeMapping.d.ts +16 -0
  214. package/Npgsql.TypeMapping.js +9 -0
  215. package/Npgsql.Util/bindings.json +17 -0
  216. package/Npgsql.Util/internal/index.d.ts +22 -0
  217. package/Npgsql.Util/internal/metadata.json +24 -0
  218. package/Npgsql.Util.d.ts +12 -0
  219. package/Npgsql.Util.js +9 -0
  220. package/Npgsql.d.ts +99 -0
  221. package/Npgsql.js +9 -0
  222. package/NpgsqlTypes/bindings.json +8946 -0
  223. package/NpgsqlTypes/internal/index.d.ts +654 -0
  224. package/NpgsqlTypes/internal/metadata.json +5014 -0
  225. package/NpgsqlTypes.d.ts +47 -0
  226. package/NpgsqlTypes.js +9 -0
  227. package/README.md +5 -0
  228. package/__build/ref/Program.cs +5 -0
  229. package/__build/ref/ref.csproj +13 -0
  230. package/__build/scripts/generate.sh +113 -0
  231. package/__internal/extensions/index.d.ts +163 -0
  232. package/families.json +23 -0
  233. package/package.json +28 -0
  234. package/tsconfig.json +20 -0
@@ -0,0 +1,399 @@
1
+ {
2
+ "namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal",
3
+ "types": [
4
+ {
5
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
6
+ "clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
7
+ "tsEmitName": "NpgsqlLoggingDefinitions",
8
+ "assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundDefaultSchemaMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
15
+ "clrName": "LogFoundDefaultSchema",
16
+ "tsEmitName": "logFoundDefaultSchema",
17
+ "metadataToken": 67109619,
18
+ "normalizedSignature": "LogFoundDefaultSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
19
+ "isStatic": false,
20
+ "isReadOnly": false,
21
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
22
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
23
+ },
24
+ {
25
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
26
+ "clrName": "LogFoundColumn",
27
+ "tsEmitName": "logFoundColumn",
28
+ "metadataToken": 67109620,
29
+ "normalizedSignature": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
30
+ "isStatic": false,
31
+ "isReadOnly": false,
32
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
33
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
34
+ },
35
+ {
36
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundForeignKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
37
+ "clrName": "LogFoundForeignKey",
38
+ "tsEmitName": "logFoundForeignKey",
39
+ "metadataToken": 67109621,
40
+ "normalizedSignature": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
41
+ "isStatic": false,
42
+ "isReadOnly": false,
43
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
44
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
45
+ },
46
+ {
47
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundCollationMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
48
+ "clrName": "LogFoundCollation",
49
+ "tsEmitName": "logFoundCollation",
50
+ "metadataToken": 67109622,
51
+ "normalizedSignature": "LogFoundCollation|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
52
+ "isStatic": false,
53
+ "isReadOnly": false,
54
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
55
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
56
+ },
57
+ {
58
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogPrincipalTableNotInSelectionSetMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
59
+ "clrName": "LogPrincipalTableNotInSelectionSet",
60
+ "tsEmitName": "logPrincipalTableNotInSelectionSet",
61
+ "metadataToken": 67109623,
62
+ "normalizedSignature": "LogPrincipalTableNotInSelectionSet|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
63
+ "isStatic": false,
64
+ "isReadOnly": false,
65
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
66
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
67
+ },
68
+ {
69
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogMissingSchemaMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
70
+ "clrName": "LogMissingSchema",
71
+ "tsEmitName": "logMissingSchema",
72
+ "metadataToken": 67109624,
73
+ "normalizedSignature": "LogMissingSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
74
+ "isStatic": false,
75
+ "isReadOnly": false,
76
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
77
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
78
+ },
79
+ {
80
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogMissingTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
81
+ "clrName": "LogMissingTable",
82
+ "tsEmitName": "logMissingTable",
83
+ "metadataToken": 67109625,
84
+ "normalizedSignature": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
85
+ "isStatic": false,
86
+ "isReadOnly": false,
87
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
88
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
89
+ },
90
+ {
91
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundSequenceMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
92
+ "clrName": "LogFoundSequence",
93
+ "tsEmitName": "logFoundSequence",
94
+ "metadataToken": 67109626,
95
+ "normalizedSignature": "LogFoundSequence|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
96
+ "isStatic": false,
97
+ "isReadOnly": false,
98
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
99
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
100
+ },
101
+ {
102
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
103
+ "clrName": "LogFoundTable",
104
+ "tsEmitName": "logFoundTable",
105
+ "metadataToken": 67109627,
106
+ "normalizedSignature": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
107
+ "isStatic": false,
108
+ "isReadOnly": false,
109
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
110
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
111
+ },
112
+ {
113
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundIndexMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
114
+ "clrName": "LogFoundIndex",
115
+ "tsEmitName": "logFoundIndex",
116
+ "metadataToken": 67109628,
117
+ "normalizedSignature": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
118
+ "isStatic": false,
119
+ "isReadOnly": false,
120
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
121
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
122
+ },
123
+ {
124
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundPrimaryKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
125
+ "clrName": "LogFoundPrimaryKey",
126
+ "tsEmitName": "logFoundPrimaryKey",
127
+ "metadataToken": 67109629,
128
+ "normalizedSignature": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
129
+ "isStatic": false,
130
+ "isReadOnly": false,
131
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
132
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
133
+ },
134
+ {
135
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundUniqueConstraintMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
136
+ "clrName": "LogFoundUniqueConstraint",
137
+ "tsEmitName": "logFoundUniqueConstraint",
138
+ "metadataToken": 67109630,
139
+ "normalizedSignature": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
140
+ "isStatic": false,
141
+ "isReadOnly": false,
142
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
143
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
144
+ },
145
+ {
146
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogPrincipalColumnNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
147
+ "clrName": "LogPrincipalColumnNotFound",
148
+ "tsEmitName": "logPrincipalColumnNotFound",
149
+ "metadataToken": 67109631,
150
+ "normalizedSignature": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
151
+ "isStatic": false,
152
+ "isReadOnly": false,
153
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
154
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
155
+ },
156
+ {
157
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogEnumColumnSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
158
+ "clrName": "LogEnumColumnSkipped",
159
+ "tsEmitName": "logEnumColumnSkipped",
160
+ "metadataToken": 67109632,
161
+ "normalizedSignature": "LogEnumColumnSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
162
+ "isStatic": false,
163
+ "isReadOnly": false,
164
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
165
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
166
+ },
167
+ {
168
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogExpressionIndexSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
169
+ "clrName": "LogExpressionIndexSkipped",
170
+ "tsEmitName": "logExpressionIndexSkipped",
171
+ "metadataToken": 67109633,
172
+ "normalizedSignature": "LogExpressionIndexSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
173
+ "isStatic": false,
174
+ "isReadOnly": false,
175
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
176
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
177
+ },
178
+ {
179
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogUnsupportedColumnConstraintSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
180
+ "clrName": "LogUnsupportedColumnConstraintSkipped",
181
+ "tsEmitName": "logUnsupportedColumnConstraintSkipped",
182
+ "metadataToken": 67109634,
183
+ "normalizedSignature": "LogUnsupportedColumnConstraintSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
184
+ "isStatic": false,
185
+ "isReadOnly": false,
186
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
187
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
188
+ },
189
+ {
190
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogUnsupportedColumnIndexSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
191
+ "clrName": "LogUnsupportedColumnIndexSkipped",
192
+ "tsEmitName": "logUnsupportedColumnIndexSkipped",
193
+ "metadataToken": 67109635,
194
+ "normalizedSignature": "LogUnsupportedColumnIndexSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
195
+ "isStatic": false,
196
+ "isReadOnly": false,
197
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
198
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
199
+ }
200
+ ],
201
+ "events": [],
202
+ "constructors": [
203
+ {
204
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::.ctor():void",
205
+ "metadataToken": 100665571,
206
+ "canonicalSignature": "():void",
207
+ "normalizedSignature": "constructor|():void|static=false",
208
+ "isStatic": false,
209
+ "parameterCount": 0,
210
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
211
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
212
+ }
213
+ ],
214
+ "exposedFields": [
215
+ {
216
+ "tsName": "logFoundDefaultSchema",
217
+ "isStatic": false,
218
+ "tsSignatureId": "LogFoundDefaultSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
219
+ "target": {
220
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
221
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
222
+ "metadataToken": 67109619
223
+ }
224
+ },
225
+ {
226
+ "tsName": "logFoundColumn",
227
+ "isStatic": false,
228
+ "tsSignatureId": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
229
+ "target": {
230
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
231
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
232
+ "metadataToken": 67109620
233
+ }
234
+ },
235
+ {
236
+ "tsName": "logFoundForeignKey",
237
+ "isStatic": false,
238
+ "tsSignatureId": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
239
+ "target": {
240
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
241
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
242
+ "metadataToken": 67109621
243
+ }
244
+ },
245
+ {
246
+ "tsName": "logFoundCollation",
247
+ "isStatic": false,
248
+ "tsSignatureId": "LogFoundCollation|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
249
+ "target": {
250
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
251
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
252
+ "metadataToken": 67109622
253
+ }
254
+ },
255
+ {
256
+ "tsName": "logPrincipalTableNotInSelectionSet",
257
+ "isStatic": false,
258
+ "tsSignatureId": "LogPrincipalTableNotInSelectionSet|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
259
+ "target": {
260
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
261
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
262
+ "metadataToken": 67109623
263
+ }
264
+ },
265
+ {
266
+ "tsName": "logMissingSchema",
267
+ "isStatic": false,
268
+ "tsSignatureId": "LogMissingSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
269
+ "target": {
270
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
271
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
272
+ "metadataToken": 67109624
273
+ }
274
+ },
275
+ {
276
+ "tsName": "logMissingTable",
277
+ "isStatic": false,
278
+ "tsSignatureId": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
279
+ "target": {
280
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
281
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
282
+ "metadataToken": 67109625
283
+ }
284
+ },
285
+ {
286
+ "tsName": "logFoundSequence",
287
+ "isStatic": false,
288
+ "tsSignatureId": "LogFoundSequence|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
289
+ "target": {
290
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
291
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
292
+ "metadataToken": 67109626
293
+ }
294
+ },
295
+ {
296
+ "tsName": "logFoundTable",
297
+ "isStatic": false,
298
+ "tsSignatureId": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
299
+ "target": {
300
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
301
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
302
+ "metadataToken": 67109627
303
+ }
304
+ },
305
+ {
306
+ "tsName": "logFoundIndex",
307
+ "isStatic": false,
308
+ "tsSignatureId": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
309
+ "target": {
310
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
311
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
312
+ "metadataToken": 67109628
313
+ }
314
+ },
315
+ {
316
+ "tsName": "logFoundPrimaryKey",
317
+ "isStatic": false,
318
+ "tsSignatureId": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
319
+ "target": {
320
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
321
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
322
+ "metadataToken": 67109629
323
+ }
324
+ },
325
+ {
326
+ "tsName": "logFoundUniqueConstraint",
327
+ "isStatic": false,
328
+ "tsSignatureId": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
329
+ "target": {
330
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
331
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
332
+ "metadataToken": 67109630
333
+ }
334
+ },
335
+ {
336
+ "tsName": "logPrincipalColumnNotFound",
337
+ "isStatic": false,
338
+ "tsSignatureId": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
339
+ "target": {
340
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
341
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
342
+ "metadataToken": 67109631
343
+ }
344
+ },
345
+ {
346
+ "tsName": "logEnumColumnSkipped",
347
+ "isStatic": false,
348
+ "tsSignatureId": "LogEnumColumnSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
349
+ "target": {
350
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
351
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
352
+ "metadataToken": 67109632
353
+ }
354
+ },
355
+ {
356
+ "tsName": "logExpressionIndexSkipped",
357
+ "isStatic": false,
358
+ "tsSignatureId": "LogExpressionIndexSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
359
+ "target": {
360
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
361
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
362
+ "metadataToken": 67109633
363
+ }
364
+ },
365
+ {
366
+ "tsName": "logUnsupportedColumnConstraintSkipped",
367
+ "isStatic": false,
368
+ "tsSignatureId": "LogUnsupportedColumnConstraintSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
369
+ "target": {
370
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
371
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
372
+ "metadataToken": 67109634
373
+ }
374
+ },
375
+ {
376
+ "tsName": "logUnsupportedColumnIndexSkipped",
377
+ "isStatic": false,
378
+ "tsSignatureId": "LogUnsupportedColumnIndexSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
379
+ "target": {
380
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
381
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
382
+ "metadataToken": 67109635
383
+ }
384
+ }
385
+ ],
386
+ "exposedConstructors": [
387
+ {
388
+ "isStatic": false,
389
+ "tsSignatureId": "constructor|():void|static=false",
390
+ "target": {
391
+ "declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
392
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
393
+ "metadataToken": 100665571
394
+ }
395
+ }
396
+ ]
397
+ }
398
+ ]
399
+ }
@@ -0,0 +1,40 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal
3
+ // Assembly: Npgsql.EntityFrameworkCore.PostgreSQL
4
+
5
+ // Primitive type aliases from @tsonic/core
6
+ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
+
8
+ // Import types from other namespaces
9
+ import * as System_Internal from "@tsonic/dotnet/System.js";
10
+ import * as Microsoft_EntityFrameworkCore_Diagnostics_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
11
+ import type { EventDefinitionBase, RelationalLoggingDefinitions } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
12
+
13
+ export interface NpgsqlLoggingDefinitions$instance extends RelationalLoggingDefinitions {
14
+ logFoundDefaultSchema: EventDefinitionBase | undefined;
15
+ logFoundColumn: EventDefinitionBase | undefined;
16
+ logFoundForeignKey: EventDefinitionBase | undefined;
17
+ logFoundCollation: EventDefinitionBase | undefined;
18
+ logPrincipalTableNotInSelectionSet: EventDefinitionBase | undefined;
19
+ logMissingSchema: EventDefinitionBase | undefined;
20
+ logMissingTable: EventDefinitionBase | undefined;
21
+ logFoundSequence: EventDefinitionBase | undefined;
22
+ logFoundTable: EventDefinitionBase | undefined;
23
+ logFoundIndex: EventDefinitionBase | undefined;
24
+ logFoundPrimaryKey: EventDefinitionBase | undefined;
25
+ logFoundUniqueConstraint: EventDefinitionBase | undefined;
26
+ logPrincipalColumnNotFound: EventDefinitionBase | undefined;
27
+ logEnumColumnSkipped: EventDefinitionBase | undefined;
28
+ logExpressionIndexSkipped: EventDefinitionBase | undefined;
29
+ logUnsupportedColumnConstraintSkipped: EventDefinitionBase | undefined;
30
+ logUnsupportedColumnIndexSkipped: EventDefinitionBase | undefined;
31
+ }
32
+
33
+
34
+ export const NpgsqlLoggingDefinitions: {
35
+ new(): NpgsqlLoggingDefinitions;
36
+ };
37
+
38
+
39
+ export type NpgsqlLoggingDefinitions = NpgsqlLoggingDefinitions$instance;
40
+
@@ -0,0 +1,184 @@
1
+ {
2
+ "namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal",
3
+ "contributingAssemblies": [
4
+ "Npgsql.EntityFrameworkCore.PostgreSQL"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
9
+ "clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions",
10
+ "tsEmitName": "NpgsqlLoggingDefinitions",
11
+ "kind": "Class",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": false,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [],
18
+ "properties": [],
19
+ "fields": [
20
+ {
21
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundDefaultSchemaMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
22
+ "clrName": "LogFoundDefaultSchema",
23
+ "tsEmitName": "logFoundDefaultSchema",
24
+ "normalizedSignature": "LogFoundDefaultSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
25
+ "isStatic": false,
26
+ "isReadOnly": false,
27
+ "isLiteral": false
28
+ },
29
+ {
30
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
31
+ "clrName": "LogFoundColumn",
32
+ "tsEmitName": "logFoundColumn",
33
+ "normalizedSignature": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
34
+ "isStatic": false,
35
+ "isReadOnly": false,
36
+ "isLiteral": false
37
+ },
38
+ {
39
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundForeignKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
40
+ "clrName": "LogFoundForeignKey",
41
+ "tsEmitName": "logFoundForeignKey",
42
+ "normalizedSignature": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
43
+ "isStatic": false,
44
+ "isReadOnly": false,
45
+ "isLiteral": false
46
+ },
47
+ {
48
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundCollationMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
49
+ "clrName": "LogFoundCollation",
50
+ "tsEmitName": "logFoundCollation",
51
+ "normalizedSignature": "LogFoundCollation|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
52
+ "isStatic": false,
53
+ "isReadOnly": false,
54
+ "isLiteral": false
55
+ },
56
+ {
57
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogPrincipalTableNotInSelectionSetMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
58
+ "clrName": "LogPrincipalTableNotInSelectionSet",
59
+ "tsEmitName": "logPrincipalTableNotInSelectionSet",
60
+ "normalizedSignature": "LogPrincipalTableNotInSelectionSet|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
61
+ "isStatic": false,
62
+ "isReadOnly": false,
63
+ "isLiteral": false
64
+ },
65
+ {
66
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogMissingSchemaMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
67
+ "clrName": "LogMissingSchema",
68
+ "tsEmitName": "logMissingSchema",
69
+ "normalizedSignature": "LogMissingSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
70
+ "isStatic": false,
71
+ "isReadOnly": false,
72
+ "isLiteral": false
73
+ },
74
+ {
75
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogMissingTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
76
+ "clrName": "LogMissingTable",
77
+ "tsEmitName": "logMissingTable",
78
+ "normalizedSignature": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
79
+ "isStatic": false,
80
+ "isReadOnly": false,
81
+ "isLiteral": false
82
+ },
83
+ {
84
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundSequenceMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
85
+ "clrName": "LogFoundSequence",
86
+ "tsEmitName": "logFoundSequence",
87
+ "normalizedSignature": "LogFoundSequence|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
88
+ "isStatic": false,
89
+ "isReadOnly": false,
90
+ "isLiteral": false
91
+ },
92
+ {
93
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
94
+ "clrName": "LogFoundTable",
95
+ "tsEmitName": "logFoundTable",
96
+ "normalizedSignature": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
97
+ "isStatic": false,
98
+ "isReadOnly": false,
99
+ "isLiteral": false
100
+ },
101
+ {
102
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundIndexMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
103
+ "clrName": "LogFoundIndex",
104
+ "tsEmitName": "logFoundIndex",
105
+ "normalizedSignature": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
106
+ "isStatic": false,
107
+ "isReadOnly": false,
108
+ "isLiteral": false
109
+ },
110
+ {
111
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundPrimaryKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
112
+ "clrName": "LogFoundPrimaryKey",
113
+ "tsEmitName": "logFoundPrimaryKey",
114
+ "normalizedSignature": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
115
+ "isStatic": false,
116
+ "isReadOnly": false,
117
+ "isLiteral": false
118
+ },
119
+ {
120
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogFoundUniqueConstraintMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
121
+ "clrName": "LogFoundUniqueConstraint",
122
+ "tsEmitName": "logFoundUniqueConstraint",
123
+ "normalizedSignature": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
124
+ "isStatic": false,
125
+ "isReadOnly": false,
126
+ "isLiteral": false
127
+ },
128
+ {
129
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogPrincipalColumnNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
130
+ "clrName": "LogPrincipalColumnNotFound",
131
+ "tsEmitName": "logPrincipalColumnNotFound",
132
+ "normalizedSignature": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
133
+ "isStatic": false,
134
+ "isReadOnly": false,
135
+ "isLiteral": false
136
+ },
137
+ {
138
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogEnumColumnSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
139
+ "clrName": "LogEnumColumnSkipped",
140
+ "tsEmitName": "logEnumColumnSkipped",
141
+ "normalizedSignature": "LogEnumColumnSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
142
+ "isStatic": false,
143
+ "isReadOnly": false,
144
+ "isLiteral": false
145
+ },
146
+ {
147
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogExpressionIndexSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
148
+ "clrName": "LogExpressionIndexSkipped",
149
+ "tsEmitName": "logExpressionIndexSkipped",
150
+ "normalizedSignature": "LogExpressionIndexSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
151
+ "isStatic": false,
152
+ "isReadOnly": false,
153
+ "isLiteral": false
154
+ },
155
+ {
156
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogUnsupportedColumnConstraintSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
157
+ "clrName": "LogUnsupportedColumnConstraintSkipped",
158
+ "tsEmitName": "logUnsupportedColumnConstraintSkipped",
159
+ "normalizedSignature": "LogUnsupportedColumnConstraintSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
160
+ "isStatic": false,
161
+ "isReadOnly": false,
162
+ "isLiteral": false
163
+ },
164
+ {
165
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.NpgsqlLoggingDefinitions::LogUnsupportedColumnIndexSkippedMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
166
+ "clrName": "LogUnsupportedColumnIndexSkipped",
167
+ "tsEmitName": "logUnsupportedColumnIndexSkipped",
168
+ "normalizedSignature": "LogUnsupportedColumnIndexSkipped|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
169
+ "isStatic": false,
170
+ "isReadOnly": false,
171
+ "isLiteral": false
172
+ }
173
+ ],
174
+ "events": [],
175
+ "constructors": [
176
+ {
177
+ "normalizedSignature": "constructor|():void|static=false",
178
+ "isStatic": false,
179
+ "parameterCount": 0
180
+ }
181
+ ]
182
+ }
183
+ ]
184
+ }
@@ -0,0 +1,12 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { EventDefinitionBase, RelationalLoggingDefinitions } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
10
+
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { NpgsqlLoggingDefinitions as NpgsqlLoggingDefinitions } from './Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.js';
@@ -0,0 +1,9 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal
3
+ // Module Stub - Do Not Execute
4
+
5
+ throw new Error(
6
+ 'Cannot import CLR namespace Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal in JavaScript runtime. ' +
7
+ 'This module provides TypeScript type definitions only. ' +
8
+ 'Actual implementation requires .NET runtime via Tsonic compiler.'
9
+ );