@prisma-next/target-postgres 0.4.1 → 0.4.3

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 (179) hide show
  1. package/dist/codec-ids-CojIXVf9.mjs +29 -0
  2. package/dist/codec-ids-CojIXVf9.mjs.map +1 -0
  3. package/dist/codec-ids.d.mts +28 -0
  4. package/dist/codec-ids.d.mts.map +1 -0
  5. package/dist/codec-ids.mjs +3 -0
  6. package/dist/codec-types.d.mts +42 -0
  7. package/dist/codec-types.d.mts.map +1 -0
  8. package/dist/codec-types.mjs +3 -0
  9. package/dist/codecs-CE5EUsNM.d.mts +323 -0
  10. package/dist/codecs-CE5EUsNM.d.mts.map +1 -0
  11. package/dist/codecs-dzZ_dMpK.mjs +290 -0
  12. package/dist/codecs-dzZ_dMpK.mjs.map +1 -0
  13. package/dist/codecs.d.mts +2 -0
  14. package/dist/codecs.mjs +3 -0
  15. package/dist/control.d.mts +1 -1
  16. package/dist/control.mjs +24 -1989
  17. package/dist/control.mjs.map +1 -1
  18. package/dist/data-transform-C83dy0vk.mjs +41 -0
  19. package/dist/data-transform-C83dy0vk.mjs.map +1 -0
  20. package/dist/data-transform-D8x5m1YV.d.mts +38 -0
  21. package/dist/data-transform-D8x5m1YV.d.mts.map +1 -0
  22. package/dist/data-transform.d.mts +2 -0
  23. package/dist/data-transform.mjs +3 -0
  24. package/dist/default-normalizer-DNOpRoOF.mjs +131 -0
  25. package/dist/default-normalizer-DNOpRoOF.mjs.map +1 -0
  26. package/dist/default-normalizer.d.mts +19 -0
  27. package/dist/default-normalizer.d.mts.map +1 -0
  28. package/dist/default-normalizer.mjs +3 -0
  29. package/dist/{descriptor-meta-DkvCmY98.mjs → descriptor-meta-BVoVtyp-.mjs} +1 -1
  30. package/dist/{descriptor-meta-DkvCmY98.mjs.map → descriptor-meta-BVoVtyp-.mjs.map} +1 -1
  31. package/dist/errors-AFvEPZ1R.mjs +34 -0
  32. package/dist/errors-AFvEPZ1R.mjs.map +1 -0
  33. package/dist/errors.d.mts +27 -0
  34. package/dist/errors.d.mts.map +1 -0
  35. package/dist/errors.mjs +3 -0
  36. package/dist/issue-planner-CFjB0_oO.mjs +879 -0
  37. package/dist/issue-planner-CFjB0_oO.mjs.map +1 -0
  38. package/dist/issue-planner.d.mts +85 -0
  39. package/dist/issue-planner.d.mts.map +1 -0
  40. package/dist/issue-planner.mjs +3 -0
  41. package/dist/migration.d.mts +5 -79
  42. package/dist/migration.d.mts.map +1 -1
  43. package/dist/migration.mjs +6 -428
  44. package/dist/migration.mjs.map +1 -1
  45. package/dist/native-type-normalizer-CInai_oY.mjs +38 -0
  46. package/dist/native-type-normalizer-CInai_oY.mjs.map +1 -0
  47. package/dist/native-type-normalizer.d.mts +18 -0
  48. package/dist/native-type-normalizer.d.mts.map +1 -0
  49. package/dist/native-type-normalizer.mjs +3 -0
  50. package/dist/op-factory-call-BKlruaiC.mjs +605 -0
  51. package/dist/op-factory-call-BKlruaiC.mjs.map +1 -0
  52. package/dist/op-factory-call-C3bWXKSP.d.mts +304 -0
  53. package/dist/op-factory-call-C3bWXKSP.d.mts.map +1 -0
  54. package/dist/op-factory-call.d.mts +3 -0
  55. package/dist/op-factory-call.mjs +3 -0
  56. package/dist/pack.d.mts +1 -1
  57. package/dist/pack.mjs +1 -1
  58. package/dist/planner-B4ZSLHRI.mjs +98 -0
  59. package/dist/planner-B4ZSLHRI.mjs.map +1 -0
  60. package/dist/planner-ddl-builders-Dxvw1LHw.mjs +132 -0
  61. package/dist/planner-ddl-builders-Dxvw1LHw.mjs.map +1 -0
  62. package/dist/planner-ddl-builders.d.mts +22 -0
  63. package/dist/planner-ddl-builders.d.mts.map +1 -0
  64. package/dist/planner-ddl-builders.mjs +3 -0
  65. package/dist/planner-identity-values-Dju-o5GF.mjs +91 -0
  66. package/dist/planner-identity-values-Dju-o5GF.mjs.map +1 -0
  67. package/dist/planner-identity-values.d.mts +20 -0
  68. package/dist/planner-identity-values.d.mts.map +1 -0
  69. package/dist/planner-identity-values.mjs +3 -0
  70. package/dist/planner-produced-postgres-migration-C0GNhHGw.mjs +32 -0
  71. package/dist/planner-produced-postgres-migration-C0GNhHGw.mjs.map +1 -0
  72. package/dist/planner-produced-postgres-migration-Dw_mPMKt.d.mts +20 -0
  73. package/dist/planner-produced-postgres-migration-Dw_mPMKt.d.mts.map +1 -0
  74. package/dist/planner-produced-postgres-migration.d.mts +5 -0
  75. package/dist/planner-produced-postgres-migration.mjs +3 -0
  76. package/dist/planner-schema-lookup-B7lkypwn.mjs +29 -0
  77. package/dist/planner-schema-lookup-B7lkypwn.mjs.map +1 -0
  78. package/dist/planner-schema-lookup.d.mts +22 -0
  79. package/dist/planner-schema-lookup.d.mts.map +1 -0
  80. package/dist/planner-schema-lookup.mjs +3 -0
  81. package/dist/planner-sql-checks-7jkgm9TX.mjs +241 -0
  82. package/dist/planner-sql-checks-7jkgm9TX.mjs.map +1 -0
  83. package/dist/planner-sql-checks.d.mts +55 -0
  84. package/dist/planner-sql-checks.d.mts.map +1 -0
  85. package/dist/planner-sql-checks.mjs +3 -0
  86. package/dist/{planner-target-details-MXb3oeul.d.mts → planner-target-details-DH-azLu-.d.mts} +1 -1
  87. package/dist/{planner-target-details-MXb3oeul.d.mts.map → planner-target-details-DH-azLu-.d.mts.map} +1 -1
  88. package/dist/planner-target-details.d.mts +2 -0
  89. package/dist/planner-target-details.mjs +1 -0
  90. package/dist/planner.d.mts +74 -0
  91. package/dist/planner.d.mts.map +1 -0
  92. package/dist/planner.mjs +4 -0
  93. package/dist/postgres-migration-DcfWGqhe.d.mts +50 -0
  94. package/dist/postgres-migration-DcfWGqhe.d.mts.map +1 -0
  95. package/dist/postgres-migration-EGSlO4jO.mjs +52 -0
  96. package/dist/postgres-migration-EGSlO4jO.mjs.map +1 -0
  97. package/dist/render-ops-D6_DHdOK.mjs +8 -0
  98. package/dist/render-ops-D6_DHdOK.mjs.map +1 -0
  99. package/dist/render-ops.d.mts +11 -0
  100. package/dist/render-ops.d.mts.map +1 -0
  101. package/dist/render-ops.mjs +3 -0
  102. package/dist/render-typescript-Co3Emwgz.mjs +84 -0
  103. package/dist/render-typescript-Co3Emwgz.mjs.map +1 -0
  104. package/dist/render-typescript.d.mts +14 -0
  105. package/dist/render-typescript.d.mts.map +1 -0
  106. package/dist/render-typescript.mjs +3 -0
  107. package/dist/runtime.d.mts +15 -3
  108. package/dist/runtime.d.mts.map +1 -1
  109. package/dist/runtime.mjs +10 -1
  110. package/dist/runtime.mjs.map +1 -1
  111. package/dist/shared-Bxkt8pNO.d.mts +41 -0
  112. package/dist/shared-Bxkt8pNO.d.mts.map +1 -0
  113. package/dist/sql-utils-r-Lw535w.mjs +76 -0
  114. package/dist/sql-utils-r-Lw535w.mjs.map +1 -0
  115. package/dist/sql-utils.d.mts +59 -0
  116. package/dist/sql-utils.d.mts.map +1 -0
  117. package/dist/sql-utils.mjs +3 -0
  118. package/dist/statement-builders-CHqCtSfe.mjs +121 -0
  119. package/dist/statement-builders-CHqCtSfe.mjs.map +1 -0
  120. package/dist/statement-builders.d.mts +30 -0
  121. package/dist/statement-builders.d.mts.map +1 -0
  122. package/dist/statement-builders.mjs +3 -0
  123. package/dist/tables-BmdW_FWO.mjs +477 -0
  124. package/dist/tables-BmdW_FWO.mjs.map +1 -0
  125. package/dist/types-ClK03Ojd.d.mts +10 -0
  126. package/dist/types-ClK03Ojd.d.mts.map +1 -0
  127. package/dist/types.d.mts +2 -0
  128. package/dist/types.mjs +1 -0
  129. package/package.json +40 -20
  130. package/src/core/codec-ids.ts +30 -0
  131. package/src/core/codecs.ts +622 -0
  132. package/src/core/default-normalizer.ts +131 -0
  133. package/src/core/descriptor-meta.ts +1 -1
  134. package/src/core/errors.ts +33 -0
  135. package/src/core/migrations/op-factory-call.ts +1 -5
  136. package/src/core/migrations/operations/columns.ts +1 -1
  137. package/src/core/migrations/operations/constraints.ts +1 -1
  138. package/src/core/migrations/operations/data-transform.ts +35 -21
  139. package/src/core/migrations/operations/dependencies.ts +1 -1
  140. package/src/core/migrations/operations/enums.ts +1 -1
  141. package/src/core/migrations/operations/indexes.ts +1 -1
  142. package/src/core/migrations/operations/shared.ts +1 -1
  143. package/src/core/migrations/operations/tables.ts +1 -1
  144. package/src/core/migrations/planner-ddl-builders.ts +1 -1
  145. package/src/core/migrations/planner-produced-postgres-migration.ts +0 -1
  146. package/src/core/migrations/planner-recipes.ts +1 -1
  147. package/src/core/migrations/planner-sql-checks.ts +1 -1
  148. package/src/core/migrations/planner.ts +19 -15
  149. package/src/core/migrations/postgres-migration.ts +54 -1
  150. package/src/core/migrations/render-typescript.ts +23 -17
  151. package/src/core/migrations/runner.ts +47 -13
  152. package/src/core/migrations/statement-builders.ts +22 -6
  153. package/src/core/native-type-normalizer.ts +49 -0
  154. package/src/core/sql-utils.ts +104 -0
  155. package/src/exports/codec-ids.ts +1 -0
  156. package/src/exports/codec-types.ts +51 -0
  157. package/src/exports/codecs.ts +2 -0
  158. package/src/exports/data-transform.ts +1 -0
  159. package/src/exports/default-normalizer.ts +1 -0
  160. package/src/exports/errors.ts +1 -0
  161. package/src/exports/issue-planner.ts +1 -0
  162. package/src/exports/migration.ts +6 -0
  163. package/src/exports/native-type-normalizer.ts +1 -0
  164. package/src/exports/op-factory-call.ts +25 -0
  165. package/src/exports/planner-ddl-builders.ts +8 -0
  166. package/src/exports/planner-identity-values.ts +1 -0
  167. package/src/exports/planner-produced-postgres-migration.ts +1 -0
  168. package/src/exports/planner-schema-lookup.ts +6 -0
  169. package/src/exports/planner-sql-checks.ts +11 -0
  170. package/src/exports/planner-target-details.ts +1 -0
  171. package/src/exports/planner.ts +1 -0
  172. package/src/exports/render-ops.ts +1 -0
  173. package/src/exports/render-typescript.ts +1 -0
  174. package/src/exports/runtime.ts +19 -4
  175. package/src/exports/sql-utils.ts +7 -0
  176. package/src/exports/statement-builders.ts +7 -0
  177. package/src/exports/types.ts +1 -0
  178. package/dist/postgres-migration-BsHJHV9O.mjs +0 -2793
  179. package/dist/postgres-migration-BsHJHV9O.mjs.map +0 -1
@@ -0,0 +1,29 @@
1
+ import { SQL_CHAR_CODEC_ID, SQL_FLOAT_CODEC_ID, SQL_INT_CODEC_ID, SQL_TEXT_CODEC_ID, SQL_TIMESTAMP_CODEC_ID, SQL_VARCHAR_CODEC_ID } from "@prisma-next/sql-relational-core/ast";
2
+
3
+ //#region src/core/codec-ids.ts
4
+ const PG_TEXT_CODEC_ID = "pg/text@1";
5
+ const PG_ENUM_CODEC_ID = "pg/enum@1";
6
+ const PG_CHAR_CODEC_ID = "pg/char@1";
7
+ const PG_VARCHAR_CODEC_ID = "pg/varchar@1";
8
+ const PG_INT_CODEC_ID = "pg/int@1";
9
+ const PG_INT2_CODEC_ID = "pg/int2@1";
10
+ const PG_INT4_CODEC_ID = "pg/int4@1";
11
+ const PG_INT8_CODEC_ID = "pg/int8@1";
12
+ const PG_FLOAT_CODEC_ID = "pg/float@1";
13
+ const PG_FLOAT4_CODEC_ID = "pg/float4@1";
14
+ const PG_FLOAT8_CODEC_ID = "pg/float8@1";
15
+ const PG_NUMERIC_CODEC_ID = "pg/numeric@1";
16
+ const PG_BOOL_CODEC_ID = "pg/bool@1";
17
+ const PG_BIT_CODEC_ID = "pg/bit@1";
18
+ const PG_VARBIT_CODEC_ID = "pg/varbit@1";
19
+ const PG_TIMESTAMP_CODEC_ID = "pg/timestamp@1";
20
+ const PG_TIMESTAMPTZ_CODEC_ID = "pg/timestamptz@1";
21
+ const PG_TIME_CODEC_ID = "pg/time@1";
22
+ const PG_TIMETZ_CODEC_ID = "pg/timetz@1";
23
+ const PG_INTERVAL_CODEC_ID = "pg/interval@1";
24
+ const PG_JSON_CODEC_ID = "pg/json@1";
25
+ const PG_JSONB_CODEC_ID = "pg/jsonb@1";
26
+
27
+ //#endregion
28
+ export { SQL_CHAR_CODEC_ID as C, SQL_TIMESTAMP_CODEC_ID as D, SQL_TEXT_CODEC_ID as E, SQL_VARCHAR_CODEC_ID as O, PG_VARCHAR_CODEC_ID as S, SQL_INT_CODEC_ID as T, PG_TIMESTAMPTZ_CODEC_ID as _, PG_FLOAT4_CODEC_ID as a, PG_TIME_CODEC_ID as b, PG_INT2_CODEC_ID as c, PG_INTERVAL_CODEC_ID as d, PG_INT_CODEC_ID as f, PG_TEXT_CODEC_ID as g, PG_NUMERIC_CODEC_ID as h, PG_ENUM_CODEC_ID as i, PG_INT4_CODEC_ID as l, PG_JSON_CODEC_ID as m, PG_BOOL_CODEC_ID as n, PG_FLOAT8_CODEC_ID as o, PG_JSONB_CODEC_ID as p, PG_CHAR_CODEC_ID as r, PG_FLOAT_CODEC_ID as s, PG_BIT_CODEC_ID as t, PG_INT8_CODEC_ID as u, PG_TIMESTAMP_CODEC_ID as v, SQL_FLOAT_CODEC_ID as w, PG_VARBIT_CODEC_ID as x, PG_TIMETZ_CODEC_ID as y };
29
+ //# sourceMappingURL=codec-ids-CojIXVf9.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codec-ids-CojIXVf9.mjs","names":[],"sources":["../src/core/codec-ids.ts"],"sourcesContent":["export {\n SQL_CHAR_CODEC_ID,\n SQL_FLOAT_CODEC_ID,\n SQL_INT_CODEC_ID,\n SQL_TEXT_CODEC_ID,\n SQL_TIMESTAMP_CODEC_ID,\n SQL_VARCHAR_CODEC_ID,\n} from '@prisma-next/sql-relational-core/ast';\nexport const PG_TEXT_CODEC_ID = 'pg/text@1' as const;\nexport const PG_ENUM_CODEC_ID = 'pg/enum@1' as const;\nexport const PG_CHAR_CODEC_ID = 'pg/char@1' as const;\nexport const PG_VARCHAR_CODEC_ID = 'pg/varchar@1' as const;\nexport const PG_INT_CODEC_ID = 'pg/int@1' as const;\nexport const PG_INT2_CODEC_ID = 'pg/int2@1' as const;\nexport const PG_INT4_CODEC_ID = 'pg/int4@1' as const;\nexport const PG_INT8_CODEC_ID = 'pg/int8@1' as const;\nexport const PG_FLOAT_CODEC_ID = 'pg/float@1' as const;\nexport const PG_FLOAT4_CODEC_ID = 'pg/float4@1' as const;\nexport const PG_FLOAT8_CODEC_ID = 'pg/float8@1' as const;\nexport const PG_NUMERIC_CODEC_ID = 'pg/numeric@1' as const;\nexport const PG_BOOL_CODEC_ID = 'pg/bool@1' as const;\nexport const PG_BIT_CODEC_ID = 'pg/bit@1' as const;\nexport const PG_VARBIT_CODEC_ID = 'pg/varbit@1' as const;\nexport const PG_TIMESTAMP_CODEC_ID = 'pg/timestamp@1' as const;\nexport const PG_TIMESTAMPTZ_CODEC_ID = 'pg/timestamptz@1' as const;\nexport const PG_TIME_CODEC_ID = 'pg/time@1' as const;\nexport const PG_TIMETZ_CODEC_ID = 'pg/timetz@1' as const;\nexport const PG_INTERVAL_CODEC_ID = 'pg/interval@1' as const;\nexport const PG_JSON_CODEC_ID = 'pg/json@1' as const;\nexport const PG_JSONB_CODEC_ID = 'pg/jsonb@1' as const;\n"],"mappings":";;;AAQA,MAAa,mBAAmB;AAChC,MAAa,mBAAmB;AAChC,MAAa,mBAAmB;AAChC,MAAa,sBAAsB;AACnC,MAAa,kBAAkB;AAC/B,MAAa,mBAAmB;AAChC,MAAa,mBAAmB;AAChC,MAAa,mBAAmB;AAChC,MAAa,oBAAoB;AACjC,MAAa,qBAAqB;AAClC,MAAa,qBAAqB;AAClC,MAAa,sBAAsB;AACnC,MAAa,mBAAmB;AAChC,MAAa,kBAAkB;AAC/B,MAAa,qBAAqB;AAClC,MAAa,wBAAwB;AACrC,MAAa,0BAA0B;AACvC,MAAa,mBAAmB;AAChC,MAAa,qBAAqB;AAClC,MAAa,uBAAuB;AACpC,MAAa,mBAAmB;AAChC,MAAa,oBAAoB"}
@@ -0,0 +1,28 @@
1
+ import { SQL_CHAR_CODEC_ID, SQL_FLOAT_CODEC_ID, SQL_INT_CODEC_ID, SQL_TEXT_CODEC_ID, SQL_TIMESTAMP_CODEC_ID, SQL_VARCHAR_CODEC_ID } from "@prisma-next/sql-relational-core/ast";
2
+
3
+ //#region src/core/codec-ids.d.ts
4
+ declare const PG_TEXT_CODEC_ID: "pg/text@1";
5
+ declare const PG_ENUM_CODEC_ID: "pg/enum@1";
6
+ declare const PG_CHAR_CODEC_ID: "pg/char@1";
7
+ declare const PG_VARCHAR_CODEC_ID: "pg/varchar@1";
8
+ declare const PG_INT_CODEC_ID: "pg/int@1";
9
+ declare const PG_INT2_CODEC_ID: "pg/int2@1";
10
+ declare const PG_INT4_CODEC_ID: "pg/int4@1";
11
+ declare const PG_INT8_CODEC_ID: "pg/int8@1";
12
+ declare const PG_FLOAT_CODEC_ID: "pg/float@1";
13
+ declare const PG_FLOAT4_CODEC_ID: "pg/float4@1";
14
+ declare const PG_FLOAT8_CODEC_ID: "pg/float8@1";
15
+ declare const PG_NUMERIC_CODEC_ID: "pg/numeric@1";
16
+ declare const PG_BOOL_CODEC_ID: "pg/bool@1";
17
+ declare const PG_BIT_CODEC_ID: "pg/bit@1";
18
+ declare const PG_VARBIT_CODEC_ID: "pg/varbit@1";
19
+ declare const PG_TIMESTAMP_CODEC_ID: "pg/timestamp@1";
20
+ declare const PG_TIMESTAMPTZ_CODEC_ID: "pg/timestamptz@1";
21
+ declare const PG_TIME_CODEC_ID: "pg/time@1";
22
+ declare const PG_TIMETZ_CODEC_ID: "pg/timetz@1";
23
+ declare const PG_INTERVAL_CODEC_ID: "pg/interval@1";
24
+ declare const PG_JSON_CODEC_ID: "pg/json@1";
25
+ declare const PG_JSONB_CODEC_ID: "pg/jsonb@1";
26
+ //#endregion
27
+ export { PG_BIT_CODEC_ID, PG_BOOL_CODEC_ID, PG_CHAR_CODEC_ID, PG_ENUM_CODEC_ID, PG_FLOAT4_CODEC_ID, PG_FLOAT8_CODEC_ID, PG_FLOAT_CODEC_ID, PG_INT2_CODEC_ID, PG_INT4_CODEC_ID, PG_INT8_CODEC_ID, PG_INTERVAL_CODEC_ID, PG_INT_CODEC_ID, PG_JSONB_CODEC_ID, PG_JSON_CODEC_ID, PG_NUMERIC_CODEC_ID, PG_TEXT_CODEC_ID, PG_TIMESTAMPTZ_CODEC_ID, PG_TIMESTAMP_CODEC_ID, PG_TIMETZ_CODEC_ID, PG_TIME_CODEC_ID, PG_VARBIT_CODEC_ID, PG_VARCHAR_CODEC_ID, SQL_CHAR_CODEC_ID, SQL_FLOAT_CODEC_ID, SQL_INT_CODEC_ID, SQL_TEXT_CODEC_ID, SQL_TIMESTAMP_CODEC_ID, SQL_VARCHAR_CODEC_ID };
28
+ //# sourceMappingURL=codec-ids.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codec-ids.d.mts","names":[],"sources":["../src/core/codec-ids.ts"],"sourcesContent":[],"mappings":";;;cAQa;cACA;AADA,cAEA,gBAFuC,EAAA,WAAA;AACvC,cAEA,mBAFuC,EAAA,cAAA;AACvC,cAEA,eAFuC,EAAA,UAAA;AACvC,cAEA,gBAF6C,EAAA,WAAA;AAC7C,cAEA,gBAFqC,EAAA,WAAA;AACrC,cAEA,gBAFuC,EAAA,WAAA;AACvC,cAEA,iBAFuC,EAAA,YAAA;AACvC,cAEA,kBAFuC,EAAA,aAAA;AACvC,cAEA,kBAFyC,EAAA,aAAA;AACzC,cAEA,mBAF2C,EAAA,cAAA;AAC3C,cAEA,gBAF2C,EAAA,WAAA;AAC3C,cAEA,eAF6C,EAAA,UAAA;AAC7C,cAEA,kBAFuC,EAAA,aAAA;AACvC,cAEA,qBAFqC,EAAA,gBAAA;AACrC,cAEA,uBAF2C,EAAA,kBAAA;AAC3C,cAEA,gBAFiD,EAAA,WAAA;AACjD,cAEA,kBAFqD,EAAA,aAAA;AACrD,cAEA,oBAFuC,EAAA,eAAA;AACvC,cAEA,gBAF2C,EAAA,WAAA;AAC3C,cAEA,iBAF+C,EAAA,YAAA"}
@@ -0,0 +1,3 @@
1
+ import { C as SQL_CHAR_CODEC_ID, D as SQL_TIMESTAMP_CODEC_ID, E as SQL_TEXT_CODEC_ID, O as SQL_VARCHAR_CODEC_ID, S as PG_VARCHAR_CODEC_ID, T as SQL_INT_CODEC_ID, _ as PG_TIMESTAMPTZ_CODEC_ID, a as PG_FLOAT4_CODEC_ID, b as PG_TIME_CODEC_ID, c as PG_INT2_CODEC_ID, d as PG_INTERVAL_CODEC_ID, f as PG_INT_CODEC_ID, g as PG_TEXT_CODEC_ID, h as PG_NUMERIC_CODEC_ID, i as PG_ENUM_CODEC_ID, l as PG_INT4_CODEC_ID, m as PG_JSON_CODEC_ID, n as PG_BOOL_CODEC_ID, o as PG_FLOAT8_CODEC_ID, p as PG_JSONB_CODEC_ID, r as PG_CHAR_CODEC_ID, s as PG_FLOAT_CODEC_ID, t as PG_BIT_CODEC_ID, u as PG_INT8_CODEC_ID, v as PG_TIMESTAMP_CODEC_ID, w as SQL_FLOAT_CODEC_ID, x as PG_VARBIT_CODEC_ID, y as PG_TIMETZ_CODEC_ID } from "./codec-ids-CojIXVf9.mjs";
2
+
3
+ export { PG_BIT_CODEC_ID, PG_BOOL_CODEC_ID, PG_CHAR_CODEC_ID, PG_ENUM_CODEC_ID, PG_FLOAT4_CODEC_ID, PG_FLOAT8_CODEC_ID, PG_FLOAT_CODEC_ID, PG_INT2_CODEC_ID, PG_INT4_CODEC_ID, PG_INT8_CODEC_ID, PG_INTERVAL_CODEC_ID, PG_INT_CODEC_ID, PG_JSONB_CODEC_ID, PG_JSON_CODEC_ID, PG_NUMERIC_CODEC_ID, PG_TEXT_CODEC_ID, PG_TIMESTAMPTZ_CODEC_ID, PG_TIMESTAMP_CODEC_ID, PG_TIMETZ_CODEC_ID, PG_TIME_CODEC_ID, PG_VARBIT_CODEC_ID, PG_VARCHAR_CODEC_ID, SQL_CHAR_CODEC_ID, SQL_FLOAT_CODEC_ID, SQL_INT_CODEC_ID, SQL_TEXT_CODEC_ID, SQL_TIMESTAMP_CODEC_ID, SQL_VARCHAR_CODEC_ID };
@@ -0,0 +1,42 @@
1
+ import { r as dataTypes, t as CodecTypes$1 } from "./codecs-CE5EUsNM.mjs";
2
+ import { JsonValue } from "@prisma-next/contract/types";
3
+
4
+ //#region src/exports/codec-types.d.ts
5
+
6
+ type CodecTypes = CodecTypes$1;
7
+ type Branded<T, Shape extends Record<string, unknown>> = T & { readonly [K in keyof Shape]: Shape[K] };
8
+ type BrandedString<Shape extends Record<string, unknown>> = Branded<string, Shape>;
9
+ type Char<N extends number> = BrandedString<{
10
+ __charLength: N;
11
+ }>;
12
+ type Varchar<N extends number> = BrandedString<{
13
+ __varcharLength: N;
14
+ }>;
15
+ type Numeric<P extends number, S extends number | undefined = undefined> = BrandedString<{
16
+ __numericPrecision: P;
17
+ __numericScale: S;
18
+ }>;
19
+ type Bit<N extends number> = BrandedString<{
20
+ __bitLength: N;
21
+ }>;
22
+ type VarBit<N extends number> = BrandedString<{
23
+ __varbitLength: N;
24
+ }>;
25
+ type Timestamp<P extends number | undefined = undefined> = BrandedString<{
26
+ __timestampPrecision: P;
27
+ }>;
28
+ type Timestamptz<P extends number | undefined = undefined> = BrandedString<{
29
+ __timestamptzPrecision: P;
30
+ }>;
31
+ type Time<P extends number | undefined = undefined> = BrandedString<{
32
+ __timePrecision: P;
33
+ }>;
34
+ type Timetz<P extends number | undefined = undefined> = BrandedString<{
35
+ __timetzPrecision: P;
36
+ }>;
37
+ type Interval<P extends number | undefined = undefined> = BrandedString<{
38
+ __intervalPrecision: P;
39
+ }>;
40
+ //#endregion
41
+ export { Bit, Char, CodecTypes, Interval, type JsonValue, Numeric, Time, Timestamp, Timestamptz, Timetz, VarBit, Varchar, dataTypes };
42
+ //# sourceMappingURL=codec-types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codec-types.d.mts","names":[],"sources":["../src/exports/codec-types.ts"],"sourcesContent":[],"mappings":";;;;;AA8BY,KAXA,UAAA,GAAa,YAWY;KANhC,OASiB,CAAA,CAAA,EAAA,cATQ,MASR,CAAA,MAAA,EAAA,OAAA,CAAA,CAAA,GATmC,CASnC,GAAA,iBACJ,MATK,KASL,GATa,KASb,CATmB,CASnB,CAAA,EAFgE;KAJ7E,aAI0F,CAAA,cAJ9D,MAI8D,CAAA,MAAA,EAAA,OAAA,CAAA,CAAA,GAJnC,OAImC,CAAA,MAAA,EAJnB,KAImB,CAAA;AAInF,KANA,IAMG,CAAA,UAAqB,MAAA,CAAA,GANC,aAMY,CAAA;EACrC,YAAM,EAPiD,CAOjD;AAClB,CAAA,CAAA;AAGY,KAVA,OAUW,CAAA,UAAA,MAA6C,CAAA,GAV5B,aAUyC,CAAA;EAGrE,eAAI,EAbyD,CAazD;AAChB,CAAA,CAAA;AAGY,KAhBA,OAgBQ,CAAA,UACG,MAD0C,EAAA,UAAa,MAAA,GAAA,SAAA,GAAA,SAAA,CAAA,GAhBI,aAgBJ,CAAA;sBAfxD;kBACJ;;KAEN,wBAAwB;eAA6B;;KACrD,2BAA2B;kBAAgC;;KAC3D,sDAAsD;wBAC1C;;KAEZ,wDAAwD;0BAC1C;;KAEd,iDAAiD;mBAAiC;;KAClF,mDAAmD;qBAC1C;;KAET,qDAAqD;uBAC1C"}
@@ -0,0 +1,3 @@
1
+ import { n as dataTypes } from "./codecs-dzZ_dMpK.mjs";
2
+
3
+ export { dataTypes };
@@ -0,0 +1,323 @@
1
+ import * as _prisma_next_sql_relational_core_ast0 from "@prisma-next/sql-relational-core/ast";
2
+ import { Codec } from "@prisma-next/sql-relational-core/ast";
3
+ import { JsonValue } from "@prisma-next/contract/types";
4
+
5
+ //#region src/core/codecs.d.ts
6
+
7
+ declare const codecs: _prisma_next_sql_relational_core_ast0.CodecDefBuilder<{
8
+ char: Codec<"sql/char@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
9
+ varchar: Codec<"sql/varchar@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
10
+ int: Codec<"sql/int@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
11
+ float: Codec<"sql/float@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
12
+ "sql-text": Codec<"sql/text@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
13
+ "sql-timestamp": Codec<"sql/timestamp@1", readonly ["equality", "order"], Date, Date, Record<string, unknown>, unknown>;
14
+ text: Codec<"pg/text@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
15
+ character: Codec<"pg/char@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
16
+ "character varying": Codec<"pg/varchar@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
17
+ integer: Codec<"pg/int@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
18
+ "double precision": Codec<"pg/float@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
19
+ int4: Codec<"pg/int4@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
20
+ int2: Codec<"pg/int2@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
21
+ int8: Codec<"pg/int8@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
22
+ float4: Codec<"pg/float4@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
23
+ float8: Codec<"pg/float8@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
24
+ numeric: Codec<"pg/numeric@1", readonly ["equality", "order", "numeric"], string, string, Record<string, unknown>, unknown>;
25
+ timestamp: Codec<"pg/timestamp@1", readonly ["equality", "order"], Date, Date, Record<string, unknown>, unknown>;
26
+ timestamptz: Codec<"pg/timestamptz@1", readonly ["equality", "order"], Date, Date, Record<string, unknown>, unknown>;
27
+ time: Codec<"pg/time@1", readonly ["equality", "order"], string, string, Record<string, unknown>, unknown>;
28
+ timetz: Codec<"pg/timetz@1", readonly ["equality", "order"], string, string, Record<string, unknown>, unknown>;
29
+ bool: Codec<"pg/bool@1", readonly ["equality", "boolean"], boolean, boolean, Record<string, unknown>, unknown>;
30
+ bit: Codec<"pg/bit@1", readonly ["equality", "order"], string, string, Record<string, unknown>, unknown>;
31
+ "bit varying": Codec<"pg/varbit@1", readonly ["equality", "order"], string, string, Record<string, unknown>, unknown>;
32
+ interval: Codec<"pg/interval@1", readonly ["equality", "order"], string | Record<string, unknown>, string, Record<string, unknown>, unknown>;
33
+ enum: Codec<"pg/enum@1", readonly ["equality", "order"], string, string, Record<string, unknown>, unknown>;
34
+ json: Codec<"pg/json@1", readonly [], string | number | boolean | {
35
+ readonly [key: string]: JsonValue;
36
+ } | readonly JsonValue[] | null, string | number | boolean | {
37
+ readonly [key: string]: JsonValue;
38
+ } | readonly JsonValue[] | null, Record<string, unknown>, unknown>;
39
+ } & Record<"jsonb", Codec<"pg/jsonb@1", readonly ["equality"], string | number | boolean | {
40
+ readonly [key: string]: JsonValue;
41
+ } | readonly JsonValue[] | null, string | number | boolean | {
42
+ readonly [key: string]: JsonValue;
43
+ } | readonly JsonValue[] | null, Record<string, unknown>, unknown>>>;
44
+ declare const codecDefinitions: {
45
+ readonly char: {
46
+ readonly typeId: "sql/char@1";
47
+ readonly scalar: "char";
48
+ readonly codec: Codec<"sql/char@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
49
+ readonly input: string;
50
+ readonly output: string;
51
+ readonly jsType: string;
52
+ };
53
+ readonly varchar: {
54
+ readonly typeId: "sql/varchar@1";
55
+ readonly scalar: "varchar";
56
+ readonly codec: Codec<"sql/varchar@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
57
+ readonly input: string;
58
+ readonly output: string;
59
+ readonly jsType: string;
60
+ };
61
+ readonly int: {
62
+ readonly typeId: "sql/int@1";
63
+ readonly scalar: "int";
64
+ readonly codec: Codec<"sql/int@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
65
+ readonly input: number;
66
+ readonly output: number;
67
+ readonly jsType: number;
68
+ };
69
+ readonly float: {
70
+ readonly typeId: "sql/float@1";
71
+ readonly scalar: "float";
72
+ readonly codec: Codec<"sql/float@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
73
+ readonly input: number;
74
+ readonly output: number;
75
+ readonly jsType: number;
76
+ };
77
+ readonly "sql-text": {
78
+ readonly typeId: "sql/text@1";
79
+ readonly scalar: "sql-text";
80
+ readonly codec: Codec<"sql/text@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
81
+ readonly input: string;
82
+ readonly output: string;
83
+ readonly jsType: string;
84
+ };
85
+ readonly "sql-timestamp": {
86
+ readonly typeId: "sql/timestamp@1";
87
+ readonly scalar: "sql-timestamp";
88
+ readonly codec: Codec<"sql/timestamp@1", readonly ["equality", "order"], Date, Date, Record<string, unknown>, unknown>;
89
+ readonly input: Date;
90
+ readonly output: Date;
91
+ readonly jsType: Date;
92
+ };
93
+ readonly text: {
94
+ readonly typeId: "pg/text@1";
95
+ readonly scalar: "text";
96
+ readonly codec: Codec<"pg/text@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
97
+ readonly input: string;
98
+ readonly output: string;
99
+ readonly jsType: string;
100
+ };
101
+ readonly character: {
102
+ readonly typeId: "pg/char@1";
103
+ readonly scalar: "character";
104
+ readonly codec: Codec<"pg/char@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
105
+ readonly input: string;
106
+ readonly output: string;
107
+ readonly jsType: string;
108
+ };
109
+ readonly "character varying": {
110
+ readonly typeId: "pg/varchar@1";
111
+ readonly scalar: "character varying";
112
+ readonly codec: Codec<"pg/varchar@1", readonly ["equality", "order", "textual"], string, string, Record<string, unknown>, unknown>;
113
+ readonly input: string;
114
+ readonly output: string;
115
+ readonly jsType: string;
116
+ };
117
+ readonly integer: {
118
+ readonly typeId: "pg/int@1";
119
+ readonly scalar: "integer";
120
+ readonly codec: Codec<"pg/int@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
121
+ readonly input: number;
122
+ readonly output: number;
123
+ readonly jsType: number;
124
+ };
125
+ readonly "double precision": {
126
+ readonly typeId: "pg/float@1";
127
+ readonly scalar: "double precision";
128
+ readonly codec: Codec<"pg/float@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
129
+ readonly input: number;
130
+ readonly output: number;
131
+ readonly jsType: number;
132
+ };
133
+ readonly int4: {
134
+ readonly typeId: "pg/int4@1";
135
+ readonly scalar: "int4";
136
+ readonly codec: Codec<"pg/int4@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
137
+ readonly input: number;
138
+ readonly output: number;
139
+ readonly jsType: number;
140
+ };
141
+ readonly int2: {
142
+ readonly typeId: "pg/int2@1";
143
+ readonly scalar: "int2";
144
+ readonly codec: Codec<"pg/int2@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
145
+ readonly input: number;
146
+ readonly output: number;
147
+ readonly jsType: number;
148
+ };
149
+ readonly int8: {
150
+ readonly typeId: "pg/int8@1";
151
+ readonly scalar: "int8";
152
+ readonly codec: Codec<"pg/int8@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
153
+ readonly input: number;
154
+ readonly output: number;
155
+ readonly jsType: number;
156
+ };
157
+ readonly float4: {
158
+ readonly typeId: "pg/float4@1";
159
+ readonly scalar: "float4";
160
+ readonly codec: Codec<"pg/float4@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
161
+ readonly input: number;
162
+ readonly output: number;
163
+ readonly jsType: number;
164
+ };
165
+ readonly float8: {
166
+ readonly typeId: "pg/float8@1";
167
+ readonly scalar: "float8";
168
+ readonly codec: Codec<"pg/float8@1", readonly ["equality", "order", "numeric"], number, number, Record<string, unknown>, unknown>;
169
+ readonly input: number;
170
+ readonly output: number;
171
+ readonly jsType: number;
172
+ };
173
+ readonly numeric: {
174
+ readonly typeId: "pg/numeric@1";
175
+ readonly scalar: "numeric";
176
+ readonly codec: Codec<"pg/numeric@1", readonly ["equality", "order", "numeric"], string, string, Record<string, unknown>, unknown>;
177
+ readonly input: string;
178
+ readonly output: string;
179
+ readonly jsType: string;
180
+ };
181
+ readonly timestamp: {
182
+ readonly typeId: "pg/timestamp@1";
183
+ readonly scalar: "timestamp";
184
+ readonly codec: Codec<"pg/timestamp@1", readonly ["equality", "order"], Date, Date, Record<string, unknown>, unknown>;
185
+ readonly input: Date;
186
+ readonly output: Date;
187
+ readonly jsType: Date;
188
+ };
189
+ readonly timestamptz: {
190
+ readonly typeId: "pg/timestamptz@1";
191
+ readonly scalar: "timestamptz";
192
+ readonly codec: Codec<"pg/timestamptz@1", readonly ["equality", "order"], Date, Date, Record<string, unknown>, unknown>;
193
+ readonly input: Date;
194
+ readonly output: Date;
195
+ readonly jsType: Date;
196
+ };
197
+ readonly time: {
198
+ readonly typeId: "pg/time@1";
199
+ readonly scalar: "time";
200
+ readonly codec: Codec<"pg/time@1", readonly ["equality", "order"], string, string, Record<string, unknown>, unknown>;
201
+ readonly input: string;
202
+ readonly output: string;
203
+ readonly jsType: string;
204
+ };
205
+ readonly timetz: {
206
+ readonly typeId: "pg/timetz@1";
207
+ readonly scalar: "timetz";
208
+ readonly codec: Codec<"pg/timetz@1", readonly ["equality", "order"], string, string, Record<string, unknown>, unknown>;
209
+ readonly input: string;
210
+ readonly output: string;
211
+ readonly jsType: string;
212
+ };
213
+ readonly bool: {
214
+ readonly typeId: "pg/bool@1";
215
+ readonly scalar: "bool";
216
+ readonly codec: Codec<"pg/bool@1", readonly ["equality", "boolean"], boolean, boolean, Record<string, unknown>, unknown>;
217
+ readonly input: boolean;
218
+ readonly output: boolean;
219
+ readonly jsType: boolean;
220
+ };
221
+ readonly bit: {
222
+ readonly typeId: "pg/bit@1";
223
+ readonly scalar: "bit";
224
+ readonly codec: Codec<"pg/bit@1", readonly ["equality", "order"], string, string, Record<string, unknown>, unknown>;
225
+ readonly input: string;
226
+ readonly output: string;
227
+ readonly jsType: string;
228
+ };
229
+ readonly "bit varying": {
230
+ readonly typeId: "pg/varbit@1";
231
+ readonly scalar: "bit varying";
232
+ readonly codec: Codec<"pg/varbit@1", readonly ["equality", "order"], string, string, Record<string, unknown>, unknown>;
233
+ readonly input: string;
234
+ readonly output: string;
235
+ readonly jsType: string;
236
+ };
237
+ readonly interval: {
238
+ readonly typeId: "pg/interval@1";
239
+ readonly scalar: "interval";
240
+ readonly codec: Codec<"pg/interval@1", readonly ["equality", "order"], string | Record<string, unknown>, string, Record<string, unknown>, unknown>;
241
+ readonly input: string;
242
+ readonly output: string;
243
+ readonly jsType: string;
244
+ };
245
+ readonly enum: {
246
+ readonly typeId: "pg/enum@1";
247
+ readonly scalar: "enum";
248
+ readonly codec: Codec<"pg/enum@1", readonly ["equality", "order"], string, string, Record<string, unknown>, unknown>;
249
+ readonly input: string;
250
+ readonly output: string;
251
+ readonly jsType: string;
252
+ };
253
+ readonly json: {
254
+ readonly typeId: "pg/json@1";
255
+ readonly scalar: "json";
256
+ readonly codec: Codec<"pg/json@1", readonly [], string | number | boolean | {
257
+ readonly [key: string]: JsonValue;
258
+ } | readonly JsonValue[] | null, string | number | boolean | {
259
+ readonly [key: string]: JsonValue;
260
+ } | readonly JsonValue[] | null, Record<string, unknown>, unknown>;
261
+ readonly input: string | number | boolean | {
262
+ readonly [key: string]: JsonValue;
263
+ } | readonly JsonValue[] | null;
264
+ readonly output: string | number | boolean | {
265
+ readonly [key: string]: JsonValue;
266
+ } | readonly JsonValue[] | null;
267
+ readonly jsType: string | number | boolean | {
268
+ readonly [key: string]: JsonValue;
269
+ } | readonly JsonValue[] | null;
270
+ };
271
+ readonly jsonb: {
272
+ readonly typeId: "pg/jsonb@1";
273
+ readonly scalar: "jsonb";
274
+ readonly codec: Codec<"pg/jsonb@1", readonly ["equality"], string | number | boolean | {
275
+ readonly [key: string]: JsonValue;
276
+ } | readonly JsonValue[] | null, string | number | boolean | {
277
+ readonly [key: string]: JsonValue;
278
+ } | readonly JsonValue[] | null, Record<string, unknown>, unknown>;
279
+ readonly input: string | number | boolean | {
280
+ readonly [key: string]: JsonValue;
281
+ } | readonly JsonValue[] | null;
282
+ readonly output: string | number | boolean | {
283
+ readonly [key: string]: JsonValue;
284
+ } | readonly JsonValue[] | null;
285
+ readonly jsType: string | number | boolean | {
286
+ readonly [key: string]: JsonValue;
287
+ } | readonly JsonValue[] | null;
288
+ };
289
+ };
290
+ declare const dataTypes: {
291
+ readonly char: "sql/char@1";
292
+ readonly varchar: "sql/varchar@1";
293
+ readonly int: "sql/int@1";
294
+ readonly float: "sql/float@1";
295
+ readonly "sql-text": "sql/text@1";
296
+ readonly "sql-timestamp": "sql/timestamp@1";
297
+ readonly text: "pg/text@1";
298
+ readonly character: "pg/char@1";
299
+ readonly "character varying": "pg/varchar@1";
300
+ readonly integer: "pg/int@1";
301
+ readonly "double precision": "pg/float@1";
302
+ readonly int4: "pg/int4@1";
303
+ readonly int2: "pg/int2@1";
304
+ readonly int8: "pg/int8@1";
305
+ readonly float4: "pg/float4@1";
306
+ readonly float8: "pg/float8@1";
307
+ readonly numeric: "pg/numeric@1";
308
+ readonly timestamp: "pg/timestamp@1";
309
+ readonly timestamptz: "pg/timestamptz@1";
310
+ readonly time: "pg/time@1";
311
+ readonly timetz: "pg/timetz@1";
312
+ readonly bool: "pg/bool@1";
313
+ readonly bit: "pg/bit@1";
314
+ readonly "bit varying": "pg/varbit@1";
315
+ readonly interval: "pg/interval@1";
316
+ readonly enum: "pg/enum@1";
317
+ readonly json: "pg/json@1";
318
+ readonly jsonb: "pg/jsonb@1";
319
+ };
320
+ type CodecTypes = typeof codecs.CodecTypes;
321
+ //#endregion
322
+ export { codecDefinitions as n, dataTypes as r, CodecTypes as t };
323
+ //# sourceMappingURL=codecs-CE5EUsNM.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"codecs-CE5EUsNM.d.mts","names":[],"sources":["../src/core/codecs.ts"],"sourcesContent":[],"mappings":";;;;;;cA2kBM,8CAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+BC;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA/BD,SAAA,KAAA,OAAA,CAAA,aAAA,EAAA,SAAA,CAAA,UAAA,EAAA,OAAA,EAAA,SAAA,CAAA,EAAA,MAAA,EAAA,MAAA,QAAA,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,OAAA,CAAA;IA+BC,SAAA,KAAA,EAA0C,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAC1C,SAA4B,MAAA,EAAA,QAAA;IAE7B,SAAU,KAAA,OAAA,CAAU,aAAO,EAAA,SAAU,CAAA,UAAA,EAAA,OAAA,EAAA,SAAA,CAAA,EAAA,MAAA,EAAA,MAAA,QAAA,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,OAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAFpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAED,UAAA,UAAoB,MAAA,CAAO"}