@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,141 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Npgsql.PostgresTypes
3
+ // Assembly: Npgsql
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 type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
10
+ import * as System_Internal from "@tsonic/dotnet/System.js";
11
+ import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, UInt32 } from "@tsonic/dotnet/System.js";
12
+
13
+ export interface PostgresArrayType$instance extends PostgresType {
14
+ readonly element: PostgresType;
15
+ }
16
+
17
+
18
+ export const PostgresArrayType: {
19
+ new(): PostgresArrayType;
20
+ };
21
+
22
+
23
+ export type PostgresArrayType = PostgresArrayType$instance;
24
+
25
+ export interface PostgresBaseType$instance extends PostgresType {
26
+ }
27
+
28
+
29
+ export const PostgresBaseType: {
30
+ new(): PostgresBaseType;
31
+ };
32
+
33
+
34
+ export type PostgresBaseType = PostgresBaseType$instance;
35
+
36
+ export interface PostgresCompositeType$instance extends PostgresType {
37
+ readonly fields: IReadOnlyList<PostgresCompositeType_Field>;
38
+ }
39
+
40
+
41
+ export const PostgresCompositeType: {
42
+ new(): PostgresCompositeType;
43
+ };
44
+
45
+
46
+ export type PostgresCompositeType = PostgresCompositeType$instance;
47
+
48
+ export interface PostgresCompositeType_Field$instance {
49
+ readonly name: string;
50
+ readonly type_: PostgresType;
51
+ toString(): string;
52
+ }
53
+
54
+
55
+ export const PostgresCompositeType_Field: {
56
+ new(): PostgresCompositeType_Field;
57
+ };
58
+
59
+
60
+ export type PostgresCompositeType_Field = PostgresCompositeType_Field$instance;
61
+
62
+ export interface PostgresDomainType$instance extends PostgresType {
63
+ readonly baseType: PostgresType;
64
+ readonly notNull: boolean;
65
+ }
66
+
67
+
68
+ export const PostgresDomainType: {
69
+ new(): PostgresDomainType;
70
+ };
71
+
72
+
73
+ export type PostgresDomainType = PostgresDomainType$instance;
74
+
75
+ export interface PostgresEnumType$instance extends PostgresType {
76
+ readonly labels: IReadOnlyList<System_Internal.String>;
77
+ }
78
+
79
+
80
+ export const PostgresEnumType: {
81
+ new(): PostgresEnumType;
82
+ };
83
+
84
+
85
+ export type PostgresEnumType = PostgresEnumType$instance;
86
+
87
+ export interface PostgresMultirangeType$instance extends PostgresType {
88
+ readonly subrange: PostgresRangeType;
89
+ }
90
+
91
+
92
+ export const PostgresMultirangeType: {
93
+ new(): PostgresMultirangeType;
94
+ };
95
+
96
+
97
+ export type PostgresMultirangeType = PostgresMultirangeType$instance;
98
+
99
+ export interface PostgresRangeType$instance extends PostgresType {
100
+ readonly multirange: PostgresMultirangeType | undefined;
101
+ readonly subtype: PostgresType;
102
+ }
103
+
104
+
105
+ export const PostgresRangeType: {
106
+ new(): PostgresRangeType;
107
+ };
108
+
109
+
110
+ export type PostgresRangeType = PostgresRangeType$instance;
111
+
112
+ export interface PostgresType$instance {
113
+ readonly array: PostgresArrayType | undefined;
114
+ readonly displayName: string;
115
+ readonly fullName: string;
116
+ readonly internalName: string;
117
+ readonly name: string;
118
+ readonly namespace_: string;
119
+ readonly OID: uint;
120
+ readonly range: PostgresRangeType | undefined;
121
+ toString(): string;
122
+ }
123
+
124
+
125
+ export const PostgresType: {
126
+ };
127
+
128
+
129
+ export type PostgresType = PostgresType$instance;
130
+
131
+ export interface UnknownBackendType$instance extends PostgresType {
132
+ }
133
+
134
+
135
+ export const UnknownBackendType: {
136
+ new(): UnknownBackendType;
137
+ };
138
+
139
+
140
+ export type UnknownBackendType = UnknownBackendType$instance;
141
+
@@ -0,0 +1,480 @@
1
+ {
2
+ "namespace": "Npgsql.PostgresTypes",
3
+ "contributingAssemblies": [
4
+ "Npgsql"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresArrayType",
9
+ "clrName": "Npgsql.PostgresTypes.PostgresArrayType",
10
+ "tsEmitName": "PostgresArrayType",
11
+ "kind": "Class",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": false,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [],
18
+ "properties": [
19
+ {
20
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresArrayType::Element:Npgsql.PostgresTypes.PostgresType",
21
+ "clrName": "Element",
22
+ "tsEmitName": "element",
23
+ "normalizedSignature": "Element|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
24
+ "provenance": "Original",
25
+ "emitScope": "ClassSurface",
26
+ "isStatic": false,
27
+ "isAbstract": false,
28
+ "isVirtual": false,
29
+ "isOverride": false,
30
+ "isIndexer": false,
31
+ "hasGetter": true,
32
+ "hasSetter": false
33
+ }
34
+ ],
35
+ "fields": [],
36
+ "events": [],
37
+ "constructors": []
38
+ },
39
+ {
40
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresBaseType",
41
+ "clrName": "Npgsql.PostgresTypes.PostgresBaseType",
42
+ "tsEmitName": "PostgresBaseType",
43
+ "kind": "Class",
44
+ "accessibility": "Public",
45
+ "isAbstract": false,
46
+ "isSealed": false,
47
+ "isStatic": false,
48
+ "arity": 0,
49
+ "methods": [],
50
+ "properties": [],
51
+ "fields": [],
52
+ "events": [],
53
+ "constructors": []
54
+ },
55
+ {
56
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType",
57
+ "clrName": "Npgsql.PostgresTypes.PostgresCompositeType",
58
+ "tsEmitName": "PostgresCompositeType",
59
+ "kind": "Class",
60
+ "accessibility": "Public",
61
+ "isAbstract": false,
62
+ "isSealed": false,
63
+ "isStatic": false,
64
+ "arity": 0,
65
+ "methods": [],
66
+ "properties": [
67
+ {
68
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType::Fields:System.Collections.Generic.IReadOnlyList_1[[Npgsql.PostgresTypes.PostgresCompositeType\u002BField,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
69
+ "clrName": "Fields",
70
+ "tsEmitName": "fields",
71
+ "normalizedSignature": "Fields|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.PostgresTypes.PostgresCompositeType\u002BField,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
72
+ "provenance": "Original",
73
+ "emitScope": "ClassSurface",
74
+ "isStatic": false,
75
+ "isAbstract": false,
76
+ "isVirtual": false,
77
+ "isOverride": false,
78
+ "isIndexer": false,
79
+ "hasGetter": true,
80
+ "hasSetter": false
81
+ }
82
+ ],
83
+ "fields": [],
84
+ "events": [],
85
+ "constructors": []
86
+ },
87
+ {
88
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
89
+ "clrName": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
90
+ "tsEmitName": "PostgresCompositeType_Field",
91
+ "kind": "Class",
92
+ "accessibility": "Public",
93
+ "isAbstract": false,
94
+ "isSealed": false,
95
+ "isStatic": false,
96
+ "arity": 0,
97
+ "methods": [
98
+ {
99
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::ToString():System.String",
100
+ "clrName": "ToString",
101
+ "tsEmitName": "toString",
102
+ "normalizedSignature": "ToString|():System.String|static=false",
103
+ "provenance": "Original",
104
+ "emitScope": "ClassSurface",
105
+ "isStatic": false,
106
+ "isAbstract": false,
107
+ "isVirtual": true,
108
+ "isOverride": true,
109
+ "isSealed": false,
110
+ "arity": 0,
111
+ "parameterCount": 0,
112
+ "isExtensionMethod": false
113
+ }
114
+ ],
115
+ "properties": [
116
+ {
117
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::Name:System.String",
118
+ "clrName": "Name",
119
+ "tsEmitName": "name",
120
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
121
+ "provenance": "Original",
122
+ "emitScope": "ClassSurface",
123
+ "isStatic": false,
124
+ "isAbstract": false,
125
+ "isVirtual": false,
126
+ "isOverride": false,
127
+ "isIndexer": false,
128
+ "hasGetter": true,
129
+ "hasSetter": false
130
+ },
131
+ {
132
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::Type:Npgsql.PostgresTypes.PostgresType",
133
+ "clrName": "Type",
134
+ "tsEmitName": "type_",
135
+ "normalizedSignature": "Type|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
136
+ "provenance": "Original",
137
+ "emitScope": "ClassSurface",
138
+ "isStatic": false,
139
+ "isAbstract": false,
140
+ "isVirtual": false,
141
+ "isOverride": false,
142
+ "isIndexer": false,
143
+ "hasGetter": true,
144
+ "hasSetter": false
145
+ }
146
+ ],
147
+ "fields": [],
148
+ "events": [],
149
+ "constructors": []
150
+ },
151
+ {
152
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType",
153
+ "clrName": "Npgsql.PostgresTypes.PostgresDomainType",
154
+ "tsEmitName": "PostgresDomainType",
155
+ "kind": "Class",
156
+ "accessibility": "Public",
157
+ "isAbstract": false,
158
+ "isSealed": false,
159
+ "isStatic": false,
160
+ "arity": 0,
161
+ "methods": [],
162
+ "properties": [
163
+ {
164
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType::BaseType:Npgsql.PostgresTypes.PostgresType",
165
+ "clrName": "BaseType",
166
+ "tsEmitName": "baseType",
167
+ "normalizedSignature": "BaseType|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
168
+ "provenance": "Original",
169
+ "emitScope": "ClassSurface",
170
+ "isStatic": false,
171
+ "isAbstract": false,
172
+ "isVirtual": false,
173
+ "isOverride": false,
174
+ "isIndexer": false,
175
+ "hasGetter": true,
176
+ "hasSetter": false
177
+ },
178
+ {
179
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType::NotNull:System.Boolean",
180
+ "clrName": "NotNull",
181
+ "tsEmitName": "notNull",
182
+ "normalizedSignature": "NotNull|:System.Boolean|static=false|accessor=get",
183
+ "provenance": "Original",
184
+ "emitScope": "ClassSurface",
185
+ "isStatic": false,
186
+ "isAbstract": false,
187
+ "isVirtual": false,
188
+ "isOverride": false,
189
+ "isIndexer": false,
190
+ "hasGetter": true,
191
+ "hasSetter": false
192
+ }
193
+ ],
194
+ "fields": [],
195
+ "events": [],
196
+ "constructors": []
197
+ },
198
+ {
199
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType",
200
+ "clrName": "Npgsql.PostgresTypes.PostgresEnumType",
201
+ "tsEmitName": "PostgresEnumType",
202
+ "kind": "Class",
203
+ "accessibility": "Public",
204
+ "isAbstract": false,
205
+ "isSealed": false,
206
+ "isStatic": false,
207
+ "arity": 0,
208
+ "methods": [],
209
+ "properties": [
210
+ {
211
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType::Labels:System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
212
+ "clrName": "Labels",
213
+ "tsEmitName": "labels",
214
+ "normalizedSignature": "Labels|:System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
215
+ "provenance": "Original",
216
+ "emitScope": "ClassSurface",
217
+ "isStatic": false,
218
+ "isAbstract": false,
219
+ "isVirtual": false,
220
+ "isOverride": false,
221
+ "isIndexer": false,
222
+ "hasGetter": true,
223
+ "hasSetter": false
224
+ }
225
+ ],
226
+ "fields": [],
227
+ "events": [],
228
+ "constructors": []
229
+ },
230
+ {
231
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType",
232
+ "clrName": "Npgsql.PostgresTypes.PostgresMultirangeType",
233
+ "tsEmitName": "PostgresMultirangeType",
234
+ "kind": "Class",
235
+ "accessibility": "Public",
236
+ "isAbstract": false,
237
+ "isSealed": false,
238
+ "isStatic": false,
239
+ "arity": 0,
240
+ "methods": [],
241
+ "properties": [
242
+ {
243
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType::Subrange:Npgsql.PostgresTypes.PostgresRangeType",
244
+ "clrName": "Subrange",
245
+ "tsEmitName": "subrange",
246
+ "normalizedSignature": "Subrange|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
247
+ "provenance": "Original",
248
+ "emitScope": "ClassSurface",
249
+ "isStatic": false,
250
+ "isAbstract": false,
251
+ "isVirtual": false,
252
+ "isOverride": false,
253
+ "isIndexer": false,
254
+ "hasGetter": true,
255
+ "hasSetter": false
256
+ }
257
+ ],
258
+ "fields": [],
259
+ "events": [],
260
+ "constructors": []
261
+ },
262
+ {
263
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType",
264
+ "clrName": "Npgsql.PostgresTypes.PostgresRangeType",
265
+ "tsEmitName": "PostgresRangeType",
266
+ "kind": "Class",
267
+ "accessibility": "Public",
268
+ "isAbstract": false,
269
+ "isSealed": false,
270
+ "isStatic": false,
271
+ "arity": 0,
272
+ "methods": [],
273
+ "properties": [
274
+ {
275
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType::Subtype:Npgsql.PostgresTypes.PostgresType",
276
+ "clrName": "Subtype",
277
+ "tsEmitName": "subtype",
278
+ "normalizedSignature": "Subtype|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
279
+ "provenance": "Original",
280
+ "emitScope": "ClassSurface",
281
+ "isStatic": false,
282
+ "isAbstract": false,
283
+ "isVirtual": false,
284
+ "isOverride": false,
285
+ "isIndexer": false,
286
+ "hasGetter": true,
287
+ "hasSetter": false
288
+ },
289
+ {
290
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType::Multirange:Npgsql.PostgresTypes.PostgresMultirangeType",
291
+ "clrName": "Multirange",
292
+ "tsEmitName": "multirange",
293
+ "normalizedSignature": "Multirange|:Npgsql.PostgresTypes.PostgresMultirangeType|static=false|accessor=get",
294
+ "provenance": "Original",
295
+ "emitScope": "ClassSurface",
296
+ "isStatic": false,
297
+ "isAbstract": false,
298
+ "isVirtual": false,
299
+ "isOverride": false,
300
+ "isIndexer": false,
301
+ "hasGetter": true,
302
+ "hasSetter": false
303
+ }
304
+ ],
305
+ "fields": [],
306
+ "events": [],
307
+ "constructors": []
308
+ },
309
+ {
310
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
311
+ "clrName": "Npgsql.PostgresTypes.PostgresType",
312
+ "tsEmitName": "PostgresType",
313
+ "kind": "Class",
314
+ "accessibility": "Public",
315
+ "isAbstract": true,
316
+ "isSealed": false,
317
+ "isStatic": false,
318
+ "arity": 0,
319
+ "methods": [
320
+ {
321
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::ToString():System.String",
322
+ "clrName": "ToString",
323
+ "tsEmitName": "toString",
324
+ "normalizedSignature": "ToString|():System.String|static=false",
325
+ "provenance": "Original",
326
+ "emitScope": "ClassSurface",
327
+ "isStatic": false,
328
+ "isAbstract": false,
329
+ "isVirtual": true,
330
+ "isOverride": true,
331
+ "isSealed": false,
332
+ "arity": 0,
333
+ "parameterCount": 0,
334
+ "isExtensionMethod": false
335
+ }
336
+ ],
337
+ "properties": [
338
+ {
339
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::OID:System.UInt32",
340
+ "clrName": "OID",
341
+ "tsEmitName": "OID",
342
+ "normalizedSignature": "OID|:System.UInt32|static=false|accessor=get",
343
+ "provenance": "Original",
344
+ "emitScope": "ClassSurface",
345
+ "isStatic": false,
346
+ "isAbstract": false,
347
+ "isVirtual": false,
348
+ "isOverride": false,
349
+ "isIndexer": false,
350
+ "hasGetter": true,
351
+ "hasSetter": false
352
+ },
353
+ {
354
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Namespace:System.String",
355
+ "clrName": "Namespace",
356
+ "tsEmitName": "namespace_",
357
+ "normalizedSignature": "Namespace|:System.String|static=false|accessor=get",
358
+ "provenance": "Original",
359
+ "emitScope": "ClassSurface",
360
+ "isStatic": false,
361
+ "isAbstract": false,
362
+ "isVirtual": false,
363
+ "isOverride": false,
364
+ "isIndexer": false,
365
+ "hasGetter": true,
366
+ "hasSetter": false
367
+ },
368
+ {
369
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Name:System.String",
370
+ "clrName": "Name",
371
+ "tsEmitName": "name",
372
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
373
+ "provenance": "Original",
374
+ "emitScope": "ClassSurface",
375
+ "isStatic": false,
376
+ "isAbstract": false,
377
+ "isVirtual": false,
378
+ "isOverride": false,
379
+ "isIndexer": false,
380
+ "hasGetter": true,
381
+ "hasSetter": false
382
+ },
383
+ {
384
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::FullName:System.String",
385
+ "clrName": "FullName",
386
+ "tsEmitName": "fullName",
387
+ "normalizedSignature": "FullName|:System.String|static=false|accessor=get",
388
+ "provenance": "Original",
389
+ "emitScope": "ClassSurface",
390
+ "isStatic": false,
391
+ "isAbstract": false,
392
+ "isVirtual": false,
393
+ "isOverride": false,
394
+ "isIndexer": false,
395
+ "hasGetter": true,
396
+ "hasSetter": false
397
+ },
398
+ {
399
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::DisplayName:System.String",
400
+ "clrName": "DisplayName",
401
+ "tsEmitName": "displayName",
402
+ "normalizedSignature": "DisplayName|:System.String|static=false|accessor=get",
403
+ "provenance": "Original",
404
+ "emitScope": "ClassSurface",
405
+ "isStatic": false,
406
+ "isAbstract": false,
407
+ "isVirtual": false,
408
+ "isOverride": false,
409
+ "isIndexer": false,
410
+ "hasGetter": true,
411
+ "hasSetter": false
412
+ },
413
+ {
414
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::InternalName:System.String",
415
+ "clrName": "InternalName",
416
+ "tsEmitName": "internalName",
417
+ "normalizedSignature": "InternalName|:System.String|static=false|accessor=get",
418
+ "provenance": "Original",
419
+ "emitScope": "ClassSurface",
420
+ "isStatic": false,
421
+ "isAbstract": false,
422
+ "isVirtual": false,
423
+ "isOverride": false,
424
+ "isIndexer": false,
425
+ "hasGetter": true,
426
+ "hasSetter": false
427
+ },
428
+ {
429
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Array:Npgsql.PostgresTypes.PostgresArrayType",
430
+ "clrName": "Array",
431
+ "tsEmitName": "array",
432
+ "normalizedSignature": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
433
+ "provenance": "Original",
434
+ "emitScope": "ClassSurface",
435
+ "isStatic": false,
436
+ "isAbstract": false,
437
+ "isVirtual": false,
438
+ "isOverride": false,
439
+ "isIndexer": false,
440
+ "hasGetter": true,
441
+ "hasSetter": false
442
+ },
443
+ {
444
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Range:Npgsql.PostgresTypes.PostgresRangeType",
445
+ "clrName": "Range",
446
+ "tsEmitName": "range",
447
+ "normalizedSignature": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
448
+ "provenance": "Original",
449
+ "emitScope": "ClassSurface",
450
+ "isStatic": false,
451
+ "isAbstract": false,
452
+ "isVirtual": false,
453
+ "isOverride": false,
454
+ "isIndexer": false,
455
+ "hasGetter": true,
456
+ "hasSetter": false
457
+ }
458
+ ],
459
+ "fields": [],
460
+ "events": [],
461
+ "constructors": []
462
+ },
463
+ {
464
+ "stableId": "Npgsql:Npgsql.PostgresTypes.UnknownBackendType",
465
+ "clrName": "Npgsql.PostgresTypes.UnknownBackendType",
466
+ "tsEmitName": "UnknownBackendType",
467
+ "kind": "Class",
468
+ "accessibility": "Public",
469
+ "isAbstract": false,
470
+ "isSealed": true,
471
+ "isStatic": false,
472
+ "arity": 0,
473
+ "methods": [],
474
+ "properties": [],
475
+ "fields": [],
476
+ "events": [],
477
+ "constructors": []
478
+ }
479
+ ]
480
+ }
@@ -0,0 +1,22 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Npgsql.PostgresTypes
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './Npgsql.PostgresTypes/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
10
+ import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, UInt32 } from '@tsonic/dotnet/System.js';
11
+
12
+ // Public API exports (curated - no internal $instance/$views leakage)
13
+ export { PostgresArrayType as PostgresArrayType } from './Npgsql.PostgresTypes/internal/index.js';
14
+ export { PostgresBaseType as PostgresBaseType } from './Npgsql.PostgresTypes/internal/index.js';
15
+ export { PostgresCompositeType as PostgresCompositeType } from './Npgsql.PostgresTypes/internal/index.js';
16
+ export { PostgresDomainType as PostgresDomainType } from './Npgsql.PostgresTypes/internal/index.js';
17
+ export { PostgresEnumType as PostgresEnumType } from './Npgsql.PostgresTypes/internal/index.js';
18
+ export { PostgresMultirangeType as PostgresMultirangeType } from './Npgsql.PostgresTypes/internal/index.js';
19
+ export { PostgresRangeType as PostgresRangeType } from './Npgsql.PostgresTypes/internal/index.js';
20
+ export { PostgresType as PostgresType } from './Npgsql.PostgresTypes/internal/index.js';
21
+ export { UnknownBackendType as UnknownBackendType } from './Npgsql.PostgresTypes/internal/index.js';
22
+ export { PostgresCompositeType_Field as PostgresCompositeType_Field } from './Npgsql.PostgresTypes/internal/index.js';
@@ -0,0 +1,9 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Npgsql.PostgresTypes
3
+ // Module Stub - Do Not Execute
4
+
5
+ throw new Error(
6
+ 'Cannot import CLR namespace Npgsql.PostgresTypes in JavaScript runtime. ' +
7
+ 'This module provides TypeScript type definitions only. ' +
8
+ 'Actual implementation requires .NET runtime via Tsonic compiler.'
9
+ );