@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,356 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Diagnostics",
3
+ "types": [
4
+ {
5
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
6
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
7
+ "tsEmitName": "NpgsqlEfEventId",
8
+ "assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ColumnFoundMicrosoft.Extensions.Logging.EventId",
15
+ "clrName": "ColumnFound",
16
+ "tsEmitName": "columnFound",
17
+ "metadataToken": 67108908,
18
+ "normalizedSignature": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
19
+ "isStatic": true,
20
+ "isReadOnly": true,
21
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
22
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
23
+ },
24
+ {
25
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::MissingSchemaWarningMicrosoft.Extensions.Logging.EventId",
26
+ "clrName": "MissingSchemaWarning",
27
+ "tsEmitName": "missingSchemaWarning",
28
+ "metadataToken": 67108909,
29
+ "normalizedSignature": "MissingSchemaWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
30
+ "isStatic": true,
31
+ "isReadOnly": true,
32
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
33
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
34
+ },
35
+ {
36
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::CollationFoundMicrosoft.Extensions.Logging.EventId",
37
+ "clrName": "CollationFound",
38
+ "tsEmitName": "collationFound",
39
+ "metadataToken": 67108910,
40
+ "normalizedSignature": "CollationFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
41
+ "isStatic": true,
42
+ "isReadOnly": true,
43
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
44
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
45
+ },
46
+ {
47
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::MissingTableWarningMicrosoft.Extensions.Logging.EventId",
48
+ "clrName": "MissingTableWarning",
49
+ "tsEmitName": "missingTableWarning",
50
+ "metadataToken": 67108911,
51
+ "normalizedSignature": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
52
+ "isStatic": true,
53
+ "isReadOnly": true,
54
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
55
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
56
+ },
57
+ {
58
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyReferencesMissingPrincipalTableWarningMicrosoft.Extensions.Logging.EventId",
59
+ "clrName": "ForeignKeyReferencesMissingPrincipalTableWarning",
60
+ "tsEmitName": "foreignKeyReferencesMissingPrincipalTableWarning",
61
+ "metadataToken": 67108912,
62
+ "normalizedSignature": "ForeignKeyReferencesMissingPrincipalTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
63
+ "isStatic": true,
64
+ "isReadOnly": true,
65
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
66
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
67
+ },
68
+ {
69
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::TableFoundMicrosoft.Extensions.Logging.EventId",
70
+ "clrName": "TableFound",
71
+ "tsEmitName": "tableFound",
72
+ "metadataToken": 67108913,
73
+ "normalizedSignature": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
74
+ "isStatic": true,
75
+ "isReadOnly": true,
76
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
77
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
78
+ },
79
+ {
80
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::SequenceFoundMicrosoft.Extensions.Logging.EventId",
81
+ "clrName": "SequenceFound",
82
+ "tsEmitName": "sequenceFound",
83
+ "metadataToken": 67108914,
84
+ "normalizedSignature": "SequenceFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
85
+ "isStatic": true,
86
+ "isReadOnly": true,
87
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
88
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
89
+ },
90
+ {
91
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::PrimaryKeyFoundMicrosoft.Extensions.Logging.EventId",
92
+ "clrName": "PrimaryKeyFound",
93
+ "tsEmitName": "primaryKeyFound",
94
+ "metadataToken": 67108915,
95
+ "normalizedSignature": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
96
+ "isStatic": true,
97
+ "isReadOnly": true,
98
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
99
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
100
+ },
101
+ {
102
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UniqueConstraintFoundMicrosoft.Extensions.Logging.EventId",
103
+ "clrName": "UniqueConstraintFound",
104
+ "tsEmitName": "uniqueConstraintFound",
105
+ "metadataToken": 67108916,
106
+ "normalizedSignature": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
107
+ "isStatic": true,
108
+ "isReadOnly": true,
109
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
110
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
111
+ },
112
+ {
113
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::IndexFoundMicrosoft.Extensions.Logging.EventId",
114
+ "clrName": "IndexFound",
115
+ "tsEmitName": "indexFound",
116
+ "metadataToken": 67108917,
117
+ "normalizedSignature": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
118
+ "isStatic": true,
119
+ "isReadOnly": true,
120
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
121
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
122
+ },
123
+ {
124
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyFoundMicrosoft.Extensions.Logging.EventId",
125
+ "clrName": "ForeignKeyFound",
126
+ "tsEmitName": "foreignKeyFound",
127
+ "metadataToken": 67108918,
128
+ "normalizedSignature": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
129
+ "isStatic": true,
130
+ "isReadOnly": true,
131
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
132
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
133
+ },
134
+ {
135
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyPrincipalColumnMissingWarningMicrosoft.Extensions.Logging.EventId",
136
+ "clrName": "ForeignKeyPrincipalColumnMissingWarning",
137
+ "tsEmitName": "foreignKeyPrincipalColumnMissingWarning",
138
+ "metadataToken": 67108919,
139
+ "normalizedSignature": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
140
+ "isStatic": true,
141
+ "isReadOnly": true,
142
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
143
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
144
+ },
145
+ {
146
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::EnumColumnSkippedWarningMicrosoft.Extensions.Logging.EventId",
147
+ "clrName": "EnumColumnSkippedWarning",
148
+ "tsEmitName": "enumColumnSkippedWarning",
149
+ "metadataToken": 67108920,
150
+ "normalizedSignature": "EnumColumnSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
151
+ "isStatic": true,
152
+ "isReadOnly": true,
153
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
154
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
155
+ },
156
+ {
157
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ExpressionIndexSkippedWarningMicrosoft.Extensions.Logging.EventId",
158
+ "clrName": "ExpressionIndexSkippedWarning",
159
+ "tsEmitName": "expressionIndexSkippedWarning",
160
+ "metadataToken": 67108921,
161
+ "normalizedSignature": "ExpressionIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
162
+ "isStatic": true,
163
+ "isReadOnly": true,
164
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
165
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
166
+ },
167
+ {
168
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UnsupportedColumnIndexSkippedWarningMicrosoft.Extensions.Logging.EventId",
169
+ "clrName": "UnsupportedColumnIndexSkippedWarning",
170
+ "tsEmitName": "unsupportedColumnIndexSkippedWarning",
171
+ "metadataToken": 67108922,
172
+ "normalizedSignature": "UnsupportedColumnIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
173
+ "isStatic": true,
174
+ "isReadOnly": true,
175
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
176
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
177
+ },
178
+ {
179
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UnsupportedColumnConstraintSkippedWarningMicrosoft.Extensions.Logging.EventId",
180
+ "clrName": "UnsupportedColumnConstraintSkippedWarning",
181
+ "tsEmitName": "unsupportedColumnConstraintSkippedWarning",
182
+ "metadataToken": 67108923,
183
+ "normalizedSignature": "UnsupportedColumnConstraintSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
184
+ "isStatic": true,
185
+ "isReadOnly": true,
186
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
187
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
188
+ }
189
+ ],
190
+ "events": [],
191
+ "constructors": [],
192
+ "exposedFields": [
193
+ {
194
+ "tsName": "columnFound",
195
+ "isStatic": true,
196
+ "tsSignatureId": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
197
+ "target": {
198
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
199
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
200
+ "metadataToken": 67108908
201
+ }
202
+ },
203
+ {
204
+ "tsName": "missingSchemaWarning",
205
+ "isStatic": true,
206
+ "tsSignatureId": "MissingSchemaWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
207
+ "target": {
208
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
209
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
210
+ "metadataToken": 67108909
211
+ }
212
+ },
213
+ {
214
+ "tsName": "collationFound",
215
+ "isStatic": true,
216
+ "tsSignatureId": "CollationFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
217
+ "target": {
218
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
219
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
220
+ "metadataToken": 67108910
221
+ }
222
+ },
223
+ {
224
+ "tsName": "missingTableWarning",
225
+ "isStatic": true,
226
+ "tsSignatureId": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
227
+ "target": {
228
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
229
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
230
+ "metadataToken": 67108911
231
+ }
232
+ },
233
+ {
234
+ "tsName": "foreignKeyReferencesMissingPrincipalTableWarning",
235
+ "isStatic": true,
236
+ "tsSignatureId": "ForeignKeyReferencesMissingPrincipalTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
237
+ "target": {
238
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
239
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
240
+ "metadataToken": 67108912
241
+ }
242
+ },
243
+ {
244
+ "tsName": "tableFound",
245
+ "isStatic": true,
246
+ "tsSignatureId": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
247
+ "target": {
248
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
249
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
250
+ "metadataToken": 67108913
251
+ }
252
+ },
253
+ {
254
+ "tsName": "sequenceFound",
255
+ "isStatic": true,
256
+ "tsSignatureId": "SequenceFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
257
+ "target": {
258
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
259
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
260
+ "metadataToken": 67108914
261
+ }
262
+ },
263
+ {
264
+ "tsName": "primaryKeyFound",
265
+ "isStatic": true,
266
+ "tsSignatureId": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
267
+ "target": {
268
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
269
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
270
+ "metadataToken": 67108915
271
+ }
272
+ },
273
+ {
274
+ "tsName": "uniqueConstraintFound",
275
+ "isStatic": true,
276
+ "tsSignatureId": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
277
+ "target": {
278
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
279
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
280
+ "metadataToken": 67108916
281
+ }
282
+ },
283
+ {
284
+ "tsName": "indexFound",
285
+ "isStatic": true,
286
+ "tsSignatureId": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
287
+ "target": {
288
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
289
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
290
+ "metadataToken": 67108917
291
+ }
292
+ },
293
+ {
294
+ "tsName": "foreignKeyFound",
295
+ "isStatic": true,
296
+ "tsSignatureId": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
297
+ "target": {
298
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
299
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
300
+ "metadataToken": 67108918
301
+ }
302
+ },
303
+ {
304
+ "tsName": "foreignKeyPrincipalColumnMissingWarning",
305
+ "isStatic": true,
306
+ "tsSignatureId": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
307
+ "target": {
308
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
309
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
310
+ "metadataToken": 67108919
311
+ }
312
+ },
313
+ {
314
+ "tsName": "enumColumnSkippedWarning",
315
+ "isStatic": true,
316
+ "tsSignatureId": "EnumColumnSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
317
+ "target": {
318
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
319
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
320
+ "metadataToken": 67108920
321
+ }
322
+ },
323
+ {
324
+ "tsName": "expressionIndexSkippedWarning",
325
+ "isStatic": true,
326
+ "tsSignatureId": "ExpressionIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
327
+ "target": {
328
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
329
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
330
+ "metadataToken": 67108921
331
+ }
332
+ },
333
+ {
334
+ "tsName": "unsupportedColumnIndexSkippedWarning",
335
+ "isStatic": true,
336
+ "tsSignatureId": "UnsupportedColumnIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
337
+ "target": {
338
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
339
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
340
+ "metadataToken": 67108922
341
+ }
342
+ },
343
+ {
344
+ "tsName": "unsupportedColumnConstraintSkippedWarning",
345
+ "isStatic": true,
346
+ "tsSignatureId": "UnsupportedColumnConstraintSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
347
+ "target": {
348
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
349
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
350
+ "metadataToken": 67108923
351
+ }
352
+ }
353
+ ]
354
+ }
355
+ ]
356
+ }
@@ -0,0 +1,34 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Diagnostics
3
+ // Assembly: Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Abstractions, Microsoft.EntityFrameworkCore.Relational, 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 type { Object as ClrObject } from "@tsonic/dotnet/System.js";
11
+ import type { EventId } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
12
+
13
+ export abstract class NpgsqlEfEventId$instance {
14
+ static readonly columnFound: EventId;
15
+ static readonly missingSchemaWarning: EventId;
16
+ static readonly collationFound: EventId;
17
+ static readonly missingTableWarning: EventId;
18
+ static readonly foreignKeyReferencesMissingPrincipalTableWarning: EventId;
19
+ static readonly tableFound: EventId;
20
+ static readonly sequenceFound: EventId;
21
+ static readonly primaryKeyFound: EventId;
22
+ static readonly uniqueConstraintFound: EventId;
23
+ static readonly indexFound: EventId;
24
+ static readonly foreignKeyFound: EventId;
25
+ static readonly foreignKeyPrincipalColumnMissingWarning: EventId;
26
+ static readonly enumColumnSkippedWarning: EventId;
27
+ static readonly expressionIndexSkippedWarning: EventId;
28
+ static readonly unsupportedColumnIndexSkippedWarning: EventId;
29
+ static readonly unsupportedColumnConstraintSkippedWarning: EventId;
30
+ }
31
+
32
+
33
+ export type NpgsqlEfEventId = NpgsqlEfEventId$instance;
34
+
@@ -0,0 +1,172 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Diagnostics",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore",
5
+ "Microsoft.EntityFrameworkCore.Abstractions",
6
+ "Microsoft.EntityFrameworkCore.Relational",
7
+ "Npgsql.EntityFrameworkCore.PostgreSQL"
8
+ ],
9
+ "types": [
10
+ {
11
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
12
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId",
13
+ "tsEmitName": "NpgsqlEfEventId",
14
+ "kind": "StaticNamespace",
15
+ "accessibility": "Public",
16
+ "isAbstract": true,
17
+ "isSealed": true,
18
+ "isStatic": true,
19
+ "arity": 0,
20
+ "methods": [],
21
+ "properties": [],
22
+ "fields": [
23
+ {
24
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ColumnFoundMicrosoft.Extensions.Logging.EventId",
25
+ "clrName": "ColumnFound",
26
+ "tsEmitName": "columnFound",
27
+ "normalizedSignature": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
28
+ "isStatic": true,
29
+ "isReadOnly": true,
30
+ "isLiteral": false
31
+ },
32
+ {
33
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::MissingSchemaWarningMicrosoft.Extensions.Logging.EventId",
34
+ "clrName": "MissingSchemaWarning",
35
+ "tsEmitName": "missingSchemaWarning",
36
+ "normalizedSignature": "MissingSchemaWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
37
+ "isStatic": true,
38
+ "isReadOnly": true,
39
+ "isLiteral": false
40
+ },
41
+ {
42
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::CollationFoundMicrosoft.Extensions.Logging.EventId",
43
+ "clrName": "CollationFound",
44
+ "tsEmitName": "collationFound",
45
+ "normalizedSignature": "CollationFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
46
+ "isStatic": true,
47
+ "isReadOnly": true,
48
+ "isLiteral": false
49
+ },
50
+ {
51
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::MissingTableWarningMicrosoft.Extensions.Logging.EventId",
52
+ "clrName": "MissingTableWarning",
53
+ "tsEmitName": "missingTableWarning",
54
+ "normalizedSignature": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
55
+ "isStatic": true,
56
+ "isReadOnly": true,
57
+ "isLiteral": false
58
+ },
59
+ {
60
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyReferencesMissingPrincipalTableWarningMicrosoft.Extensions.Logging.EventId",
61
+ "clrName": "ForeignKeyReferencesMissingPrincipalTableWarning",
62
+ "tsEmitName": "foreignKeyReferencesMissingPrincipalTableWarning",
63
+ "normalizedSignature": "ForeignKeyReferencesMissingPrincipalTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
64
+ "isStatic": true,
65
+ "isReadOnly": true,
66
+ "isLiteral": false
67
+ },
68
+ {
69
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::TableFoundMicrosoft.Extensions.Logging.EventId",
70
+ "clrName": "TableFound",
71
+ "tsEmitName": "tableFound",
72
+ "normalizedSignature": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
73
+ "isStatic": true,
74
+ "isReadOnly": true,
75
+ "isLiteral": false
76
+ },
77
+ {
78
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::SequenceFoundMicrosoft.Extensions.Logging.EventId",
79
+ "clrName": "SequenceFound",
80
+ "tsEmitName": "sequenceFound",
81
+ "normalizedSignature": "SequenceFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
82
+ "isStatic": true,
83
+ "isReadOnly": true,
84
+ "isLiteral": false
85
+ },
86
+ {
87
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::PrimaryKeyFoundMicrosoft.Extensions.Logging.EventId",
88
+ "clrName": "PrimaryKeyFound",
89
+ "tsEmitName": "primaryKeyFound",
90
+ "normalizedSignature": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
91
+ "isStatic": true,
92
+ "isReadOnly": true,
93
+ "isLiteral": false
94
+ },
95
+ {
96
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UniqueConstraintFoundMicrosoft.Extensions.Logging.EventId",
97
+ "clrName": "UniqueConstraintFound",
98
+ "tsEmitName": "uniqueConstraintFound",
99
+ "normalizedSignature": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
100
+ "isStatic": true,
101
+ "isReadOnly": true,
102
+ "isLiteral": false
103
+ },
104
+ {
105
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::IndexFoundMicrosoft.Extensions.Logging.EventId",
106
+ "clrName": "IndexFound",
107
+ "tsEmitName": "indexFound",
108
+ "normalizedSignature": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
109
+ "isStatic": true,
110
+ "isReadOnly": true,
111
+ "isLiteral": false
112
+ },
113
+ {
114
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyFoundMicrosoft.Extensions.Logging.EventId",
115
+ "clrName": "ForeignKeyFound",
116
+ "tsEmitName": "foreignKeyFound",
117
+ "normalizedSignature": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
118
+ "isStatic": true,
119
+ "isReadOnly": true,
120
+ "isLiteral": false
121
+ },
122
+ {
123
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ForeignKeyPrincipalColumnMissingWarningMicrosoft.Extensions.Logging.EventId",
124
+ "clrName": "ForeignKeyPrincipalColumnMissingWarning",
125
+ "tsEmitName": "foreignKeyPrincipalColumnMissingWarning",
126
+ "normalizedSignature": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
127
+ "isStatic": true,
128
+ "isReadOnly": true,
129
+ "isLiteral": false
130
+ },
131
+ {
132
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::EnumColumnSkippedWarningMicrosoft.Extensions.Logging.EventId",
133
+ "clrName": "EnumColumnSkippedWarning",
134
+ "tsEmitName": "enumColumnSkippedWarning",
135
+ "normalizedSignature": "EnumColumnSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
136
+ "isStatic": true,
137
+ "isReadOnly": true,
138
+ "isLiteral": false
139
+ },
140
+ {
141
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::ExpressionIndexSkippedWarningMicrosoft.Extensions.Logging.EventId",
142
+ "clrName": "ExpressionIndexSkippedWarning",
143
+ "tsEmitName": "expressionIndexSkippedWarning",
144
+ "normalizedSignature": "ExpressionIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
145
+ "isStatic": true,
146
+ "isReadOnly": true,
147
+ "isLiteral": false
148
+ },
149
+ {
150
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UnsupportedColumnIndexSkippedWarningMicrosoft.Extensions.Logging.EventId",
151
+ "clrName": "UnsupportedColumnIndexSkippedWarning",
152
+ "tsEmitName": "unsupportedColumnIndexSkippedWarning",
153
+ "normalizedSignature": "UnsupportedColumnIndexSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
154
+ "isStatic": true,
155
+ "isReadOnly": true,
156
+ "isLiteral": false
157
+ },
158
+ {
159
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Diagnostics.NpgsqlEfEventId::UnsupportedColumnConstraintSkippedWarningMicrosoft.Extensions.Logging.EventId",
160
+ "clrName": "UnsupportedColumnConstraintSkippedWarning",
161
+ "tsEmitName": "unsupportedColumnConstraintSkippedWarning",
162
+ "normalizedSignature": "UnsupportedColumnConstraintSkippedWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
163
+ "isStatic": true,
164
+ "isReadOnly": true,
165
+ "isLiteral": false
166
+ }
167
+ ],
168
+ "events": [],
169
+ "constructors": []
170
+ }
171
+ ]
172
+ }
@@ -0,0 +1,13 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Diagnostics
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Object as ClrObject } from '@tsonic/dotnet/System.js';
10
+ import type { EventId } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js';
11
+
12
+ // Public API exports (curated - no internal $instance/$views leakage)
13
+ export { NpgsqlEfEventId$instance as NpgsqlEfEventId } from './Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js';
@@ -0,0 +1,9 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Diagnostics
3
+ // Module Stub - Do Not Execute
4
+
5
+ throw new Error(
6
+ 'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Diagnostics in JavaScript runtime. ' +
7
+ 'This module provides TypeScript type definitions only. ' +
8
+ 'Actual implementation requires .NET runtime via Tsonic compiler.'
9
+ );
@@ -0,0 +1,50 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Metadata.Internal",
3
+ "types": [
4
+ {
5
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Metadata.Internal.NpgsqlIndexExtensions",
6
+ "clrName": "Microsoft.EntityFrameworkCore.Metadata.Internal.NpgsqlIndexExtensions",
7
+ "tsEmitName": "NpgsqlIndexExtensions",
8
+ "assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
9
+ "metadataToken": 0,
10
+ "methods": [
11
+ {
12
+ "stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Microsoft.EntityFrameworkCore.Metadata.Internal.NpgsqlIndexExtensions::AreCompatibleForNpgsql(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean",
13
+ "clrName": "AreCompatibleForNpgsql",
14
+ "tsEmitName": "areCompatibleForNpgsql",
15
+ "metadataToken": 100664043,
16
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean",
17
+ "normalizedSignature": "AreCompatibleForNpgsql|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean|static=true",
18
+ "emitScope": "ClassSurface",
19
+ "arity": 0,
20
+ "parameterCount": 4,
21
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Internal.NpgsqlIndexExtensions",
22
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
23
+ "isExtensionMethod": true,
24
+ "parameterModifiers": [
25
+ {
26
+ "index": 2,
27
+ "modifier": "in"
28
+ }
29
+ ]
30
+ }
31
+ ],
32
+ "properties": [],
33
+ "fields": [],
34
+ "events": [],
35
+ "constructors": [],
36
+ "exposedMethods": [
37
+ {
38
+ "tsName": "areCompatibleForNpgsql",
39
+ "isStatic": true,
40
+ "tsSignatureId": "AreCompatibleForNpgsql|(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex,Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier\u0026,System.Boolean):System.Boolean|static=true",
41
+ "target": {
42
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Internal.NpgsqlIndexExtensions",
43
+ "declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
44
+ "metadataToken": 100664043
45
+ }
46
+ }
47
+ ]
48
+ }
49
+ ]
50
+ }