@kyro-cms/core 0.8.0 → 0.9.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 (248) hide show
  1. package/README.md +57 -589
  2. package/dist/{WebhookService-118ZTFis.d.ts → WebhookService-CUTb9XOy.d.ts} +1 -1
  3. package/dist/{WebhookService-AefJfqX0.d.cts → WebhookService-Yg2UEOB4.d.cts} +1 -1
  4. package/dist/api-handler-graphql.cjs +44 -0
  5. package/dist/api-handler-graphql.cjs.map +1 -0
  6. package/dist/api-handler-graphql.d.cts +6 -0
  7. package/dist/api-handler-graphql.d.ts +6 -0
  8. package/dist/api-handler-graphql.js +41 -0
  9. package/dist/api-handler-graphql.js.map +1 -0
  10. package/dist/api-handler-trpc.cjs +38 -0
  11. package/dist/api-handler-trpc.cjs.map +1 -0
  12. package/dist/api-handler-trpc.d.cts +5 -0
  13. package/dist/api-handler-trpc.d.ts +5 -0
  14. package/dist/api-handler-trpc.js +36 -0
  15. package/dist/api-handler-trpc.js.map +1 -0
  16. package/dist/api-handler.cjs +31 -97
  17. package/dist/api-handler.cjs.map +1 -1
  18. package/dist/api-handler.d.cts +2 -1
  19. package/dist/api-handler.d.ts +2 -1
  20. package/dist/api-handler.js +19 -95
  21. package/dist/api-handler.js.map +1 -1
  22. package/dist/{tenant-B1YB0Jy8.d.ts → base-B71y_EAF.d.cts} +6 -12
  23. package/dist/{tenant-Cpeveji6.d.cts → base-DaqY2GhA.d.ts} +6 -12
  24. package/dist/bootstrap-5NLASFOG.cjs +32 -0
  25. package/dist/{bootstrap-AKAUP6F6.cjs.map → bootstrap-5NLASFOG.cjs.map} +1 -1
  26. package/dist/bootstrap-T5BK77LD.js +7 -0
  27. package/dist/{bootstrap-JCML6NFO.js.map → bootstrap-T5BK77LD.js.map} +1 -1
  28. package/dist/{chunk-35U3FROB.js → chunk-22M4O4ZJ.js} +607 -63
  29. package/dist/chunk-22M4O4ZJ.js.map +1 -0
  30. package/dist/chunk-2HZRBATX.cjs +253 -0
  31. package/dist/chunk-2HZRBATX.cjs.map +1 -0
  32. package/dist/{chunk-VJT6P4N6.cjs → chunk-3HR772HI.cjs} +199 -32
  33. package/dist/chunk-3HR772HI.cjs.map +1 -0
  34. package/dist/chunk-3KTWGODI.cjs +178 -0
  35. package/dist/chunk-3KTWGODI.cjs.map +1 -0
  36. package/dist/{chunk-QXIQWPAP.js → chunk-3UK5XBVJ.js} +4 -134
  37. package/dist/chunk-3UK5XBVJ.js.map +1 -0
  38. package/dist/{chunk-FXYP2HA6.js → chunk-4AO3A3JM.js} +48 -4
  39. package/dist/chunk-4AO3A3JM.js.map +1 -0
  40. package/dist/chunk-4M7X5HAB.cjs +173 -0
  41. package/dist/chunk-4M7X5HAB.cjs.map +1 -0
  42. package/dist/chunk-5EPFQUQD.js +3243 -0
  43. package/dist/chunk-5EPFQUQD.js.map +1 -0
  44. package/dist/{chunk-Y3N7UUDO.js → chunk-7OGPN7MP.js} +5 -2
  45. package/dist/chunk-7OGPN7MP.js.map +1 -0
  46. package/dist/{chunk-WOWUL7ZY.js → chunk-AL5KX63J.js} +4 -3
  47. package/dist/chunk-AL5KX63J.js.map +1 -0
  48. package/dist/{chunk-2OL4O2TH.cjs → chunk-C36TMDTY.cjs} +66 -61
  49. package/dist/chunk-C36TMDTY.cjs.map +1 -0
  50. package/dist/{chunk-ES5HNFFT.js → chunk-CF7OL6HR.js} +4 -2
  51. package/dist/chunk-CF7OL6HR.js.map +1 -0
  52. package/dist/chunk-CJONKRHJ.js +162 -0
  53. package/dist/chunk-CJONKRHJ.js.map +1 -0
  54. package/dist/{chunk-2KVHZE6O.cjs → chunk-COIASRDK.cjs} +202 -46
  55. package/dist/chunk-COIASRDK.cjs.map +1 -0
  56. package/dist/chunk-DEVFAKCQ.cjs +3291 -0
  57. package/dist/chunk-DEVFAKCQ.cjs.map +1 -0
  58. package/dist/{chunk-3ZFYL34R.js → chunk-DYTZ6FQ7.js} +12 -185
  59. package/dist/chunk-DYTZ6FQ7.js.map +1 -0
  60. package/dist/{chunk-QPPDLRNR.js → chunk-EJN2PAOE.js} +197 -41
  61. package/dist/chunk-EJN2PAOE.js.map +1 -0
  62. package/dist/chunk-FAXU7BMP.js +220 -0
  63. package/dist/chunk-FAXU7BMP.js.map +1 -0
  64. package/dist/{chunk-OHVB4AJ7.js → chunk-FOPGUM27.js} +22 -17
  65. package/dist/chunk-FOPGUM27.js.map +1 -0
  66. package/dist/chunk-GAOXD3XT.js +175 -0
  67. package/dist/chunk-GAOXD3XT.js.map +1 -0
  68. package/dist/{chunk-4DA7QPLA.cjs → chunk-GXFOGU7N.cjs} +5 -2
  69. package/dist/chunk-GXFOGU7N.cjs.map +1 -0
  70. package/dist/{chunk-I7HHI6QV.cjs → chunk-IDVRRRAK.cjs} +17 -9
  71. package/dist/chunk-IDVRRRAK.cjs.map +1 -0
  72. package/dist/{chunk-WQBRWOQT.cjs → chunk-JOPVMWTM.cjs} +3 -2
  73. package/dist/chunk-JOPVMWTM.cjs.map +1 -0
  74. package/dist/chunk-KC2GDBLS.cjs +84 -0
  75. package/dist/chunk-KC2GDBLS.cjs.map +1 -0
  76. package/dist/{chunk-K7JPTH3G.cjs → chunk-KNRSROWB.cjs} +132 -74
  77. package/dist/chunk-KNRSROWB.cjs.map +1 -0
  78. package/dist/{chunk-3AJE4SEG.js → chunk-KPA4AN4R.js} +125 -67
  79. package/dist/chunk-KPA4AN4R.js.map +1 -0
  80. package/dist/{chunk-QUW2RZTM.cjs → chunk-L46ROHUS.cjs} +51 -7
  81. package/dist/chunk-L46ROHUS.cjs.map +1 -0
  82. package/dist/chunk-L4EZKIEX.js +185 -0
  83. package/dist/chunk-L4EZKIEX.js.map +1 -0
  84. package/dist/{chunk-REK7AYOC.js → chunk-L5UKKZQN.js} +199 -32
  85. package/dist/chunk-L5UKKZQN.js.map +1 -0
  86. package/dist/chunk-NKPKR5BW.cjs +188 -0
  87. package/dist/chunk-NKPKR5BW.cjs.map +1 -0
  88. package/dist/{chunk-Y3QQN7PN.js → chunk-P2HKJ7P5.js} +13 -4
  89. package/dist/chunk-P2HKJ7P5.js.map +1 -0
  90. package/dist/{chunk-SA7NSSIQ.cjs → chunk-PI73NNOK.cjs} +13 -187
  91. package/dist/chunk-PI73NNOK.cjs.map +1 -0
  92. package/dist/{chunk-HXRD4B37.js → chunk-PU2Z5VWF.js} +1279 -556
  93. package/dist/chunk-PU2Z5VWF.js.map +1 -0
  94. package/dist/{chunk-H727JIG7.js → chunk-Q72BOAPK.js} +16 -8
  95. package/dist/chunk-Q72BOAPK.js.map +1 -0
  96. package/dist/{chunk-IBG6V56E.cjs → chunk-QFLB4EIJ.cjs} +2 -139
  97. package/dist/chunk-QFLB4EIJ.cjs.map +1 -0
  98. package/dist/{chunk-YVUJBEXE.cjs → chunk-RAMGUDJN.cjs} +16 -7
  99. package/dist/chunk-RAMGUDJN.cjs.map +1 -0
  100. package/dist/{chunk-LINKCEG4.cjs → chunk-ROJHKAQ4.cjs} +617 -73
  101. package/dist/chunk-ROJHKAQ4.cjs.map +1 -0
  102. package/dist/{chunk-5KVM3WEY.cjs → chunk-RSF3UU7H.cjs} +1330 -602
  103. package/dist/chunk-RSF3UU7H.cjs.map +1 -0
  104. package/dist/{chunk-V3LKPM3O.cjs → chunk-SHTTJMLT.cjs} +4 -2
  105. package/dist/chunk-SHTTJMLT.cjs.map +1 -0
  106. package/dist/chunk-SPBTLUN6.js +92 -0
  107. package/dist/chunk-SPBTLUN6.js.map +1 -0
  108. package/dist/{chunk-57P6MJKC.js → chunk-TXSZFA4G.js} +3 -3
  109. package/dist/chunk-TXSZFA4G.js.map +1 -0
  110. package/dist/chunk-UERVXYVK.cjs +99 -0
  111. package/dist/chunk-UERVXYVK.cjs.map +1 -0
  112. package/dist/{chunk-PDYFVNUX.cjs → chunk-V2TVSCV5.cjs} +16 -23
  113. package/dist/chunk-V2TVSCV5.cjs.map +1 -0
  114. package/dist/{chunk-DXHRBMGB.js → chunk-VO35MNPH.js} +12 -19
  115. package/dist/chunk-VO35MNPH.js.map +1 -0
  116. package/dist/{chunk-IA6AU5PI.cjs → chunk-WNCYAKF3.cjs} +3 -3
  117. package/dist/chunk-WNCYAKF3.cjs.map +1 -0
  118. package/dist/chunk-XEB7PH2E.js +81 -0
  119. package/dist/chunk-XEB7PH2E.js.map +1 -0
  120. package/dist/cli/index.cjs +5 -5
  121. package/dist/cli/index.cjs.map +1 -1
  122. package/dist/cli/index.js +5 -5
  123. package/dist/cli/index.js.map +1 -1
  124. package/dist/client.cjs +3 -3
  125. package/dist/client.d.cts +3 -3
  126. package/dist/client.d.ts +3 -3
  127. package/dist/client.js +1 -1
  128. package/dist/drizzle/index.cjs +14 -13
  129. package/dist/drizzle/index.d.cts +9 -7
  130. package/dist/drizzle/index.d.ts +9 -7
  131. package/dist/drizzle/index.js +5 -4
  132. package/dist/fields/index.cjs +21 -37
  133. package/dist/fields/index.d.cts +2 -22
  134. package/dist/fields/index.d.ts +2 -22
  135. package/dist/fields/index.js +1 -1
  136. package/dist/graphql/index.cjs +5 -4
  137. package/dist/graphql/index.d.cts +5 -3
  138. package/dist/graphql/index.d.ts +5 -3
  139. package/dist/graphql/index.js +3 -2
  140. package/dist/index-CJXPB_ot.d.ts +276 -0
  141. package/dist/index-CaTNnLGd.d.cts +276 -0
  142. package/dist/index.cjs +304 -162
  143. package/dist/index.cjs.map +1 -1
  144. package/dist/index.d.cts +129 -205
  145. package/dist/index.d.ts +129 -205
  146. package/dist/index.js +172 -33
  147. package/dist/index.js.map +1 -1
  148. package/dist/integration.cjs +2 -2
  149. package/dist/integration.js +1 -1
  150. package/dist/mongo-auth-adapter-ISOM7FSS.cjs +17 -0
  151. package/dist/{mongo-auth-adapter-NHHUJHVH.cjs.map → mongo-auth-adapter-ISOM7FSS.cjs.map} +1 -1
  152. package/dist/mongo-auth-adapter-MO6STCV3.js +4 -0
  153. package/dist/{mongo-auth-adapter-NJQUUCTP.js.map → mongo-auth-adapter-MO6STCV3.js.map} +1 -1
  154. package/dist/mongodb/index.cjs +8 -7
  155. package/dist/mongodb/index.d.cts +5 -7
  156. package/dist/mongodb/index.d.ts +5 -7
  157. package/dist/mongodb/index.js +4 -3
  158. package/dist/postgres-auth-adapter-DWDR7P5G.js +5 -0
  159. package/dist/{postgres-auth-adapter-3T2NKTSE.js.map → postgres-auth-adapter-DWDR7P5G.js.map} +1 -1
  160. package/dist/postgres-auth-adapter-WRWSJD4E.cjs +14 -0
  161. package/dist/{postgres-auth-adapter-7IEENCKQ.cjs.map → postgres-auth-adapter-WRWSJD4E.cjs.map} +1 -1
  162. package/dist/redis-adapter-HGTPWIGV.js +4 -0
  163. package/dist/{redis-adapter-VQXD7ESY.js.map → redis-adapter-HGTPWIGV.js.map} +1 -1
  164. package/dist/redis-adapter-KJ3YOOT6.cjs +13 -0
  165. package/dist/{redis-adapter-D2E2S3GB.cjs.map → redis-adapter-KJ3YOOT6.cjs.map} +1 -1
  166. package/dist/rest/index.cjs +15 -14
  167. package/dist/rest/index.d.cts +4 -4
  168. package/dist/rest/index.d.ts +4 -4
  169. package/dist/rest/index.js +13 -12
  170. package/dist/{schema-5PHL5IVB.js → schema-6I5OFR4Z.js} +3 -3
  171. package/dist/{schema-5PHL5IVB.js.map → schema-6I5OFR4Z.js.map} +1 -1
  172. package/dist/{schema-37SE2F4B.cjs → schema-TTFE4467.cjs} +14 -14
  173. package/dist/{schema-37SE2F4B.cjs.map → schema-TTFE4467.cjs.map} +1 -1
  174. package/dist/sqlite-adapter-6GEUSVXQ.js +4 -0
  175. package/dist/{sqlite-adapter-TR3U3W6Q.js.map → sqlite-adapter-6GEUSVXQ.js.map} +1 -1
  176. package/dist/sqlite-adapter-CSIZE5SX.cjs +13 -0
  177. package/dist/{sqlite-adapter-LVK5PS4T.cjs.map → sqlite-adapter-CSIZE5SX.cjs.map} +1 -1
  178. package/dist/templates/index.cjs +133 -31
  179. package/dist/templates/index.d.cts +52 -9
  180. package/dist/templates/index.d.ts +52 -9
  181. package/dist/templates/index.js +3 -1
  182. package/dist/trpc/index.cjs +13 -12
  183. package/dist/trpc/index.d.cts +55 -49
  184. package/dist/trpc/index.d.ts +55 -49
  185. package/dist/trpc/index.js +4 -3
  186. package/dist/{types-D6ZLRGbH.d.cts → types-CpjuXbe7.d.cts} +2 -0
  187. package/dist/{types-D6ZLRGbH.d.ts → types-CpjuXbe7.d.ts} +2 -0
  188. package/dist/{types-Bs1up4yP.d.ts → types-CyCQ6SAI.d.ts} +28 -2
  189. package/dist/{types-J3R9nVsZ.d.cts → types-DJxD9394.d.cts} +28 -2
  190. package/dist/{types-VtjUxIMp.d.cts → types-Z6FBiqa2.d.cts} +35 -14
  191. package/dist/{types-VtjUxIMp.d.ts → types-Z6FBiqa2.d.ts} +35 -14
  192. package/package.json +22 -4
  193. package/dist/bootstrap-AKAUP6F6.cjs +0 -32
  194. package/dist/bootstrap-JCML6NFO.js +0 -7
  195. package/dist/chunk-2KVHZE6O.cjs.map +0 -1
  196. package/dist/chunk-2OL4O2TH.cjs.map +0 -1
  197. package/dist/chunk-35U3FROB.js.map +0 -1
  198. package/dist/chunk-3AJE4SEG.js.map +0 -1
  199. package/dist/chunk-3J4MFTI3.js +0 -3872
  200. package/dist/chunk-3J4MFTI3.js.map +0 -1
  201. package/dist/chunk-3ZFYL34R.js.map +0 -1
  202. package/dist/chunk-4DA7QPLA.cjs.map +0 -1
  203. package/dist/chunk-57P6MJKC.js.map +0 -1
  204. package/dist/chunk-5KVM3WEY.cjs.map +0 -1
  205. package/dist/chunk-6IMPH6WV.cjs +0 -3897
  206. package/dist/chunk-6IMPH6WV.cjs.map +0 -1
  207. package/dist/chunk-ATBOUGQP.cjs +0 -513
  208. package/dist/chunk-ATBOUGQP.cjs.map +0 -1
  209. package/dist/chunk-DXHRBMGB.js.map +0 -1
  210. package/dist/chunk-ES5HNFFT.js.map +0 -1
  211. package/dist/chunk-FXYP2HA6.js.map +0 -1
  212. package/dist/chunk-H727JIG7.js.map +0 -1
  213. package/dist/chunk-HXRD4B37.js.map +0 -1
  214. package/dist/chunk-I7HHI6QV.cjs.map +0 -1
  215. package/dist/chunk-IA6AU5PI.cjs.map +0 -1
  216. package/dist/chunk-IBG6V56E.cjs.map +0 -1
  217. package/dist/chunk-K7JPTH3G.cjs.map +0 -1
  218. package/dist/chunk-LINKCEG4.cjs.map +0 -1
  219. package/dist/chunk-OHVB4AJ7.js.map +0 -1
  220. package/dist/chunk-PDYFVNUX.cjs.map +0 -1
  221. package/dist/chunk-Q23JB3KL.js +0 -488
  222. package/dist/chunk-Q23JB3KL.js.map +0 -1
  223. package/dist/chunk-QPPDLRNR.js.map +0 -1
  224. package/dist/chunk-QUW2RZTM.cjs.map +0 -1
  225. package/dist/chunk-QXIQWPAP.js.map +0 -1
  226. package/dist/chunk-R3XIBBAW.cjs +0 -34
  227. package/dist/chunk-R3XIBBAW.cjs.map +0 -1
  228. package/dist/chunk-REK7AYOC.js.map +0 -1
  229. package/dist/chunk-SA7NSSIQ.cjs.map +0 -1
  230. package/dist/chunk-SDMNUYVU.js +0 -30
  231. package/dist/chunk-SDMNUYVU.js.map +0 -1
  232. package/dist/chunk-V3LKPM3O.cjs.map +0 -1
  233. package/dist/chunk-VJT6P4N6.cjs.map +0 -1
  234. package/dist/chunk-WOWUL7ZY.js.map +0 -1
  235. package/dist/chunk-WQBRWOQT.cjs.map +0 -1
  236. package/dist/chunk-Y3N7UUDO.js.map +0 -1
  237. package/dist/chunk-Y3QQN7PN.js.map +0 -1
  238. package/dist/chunk-YVUJBEXE.cjs.map +0 -1
  239. package/dist/index-CLp-DRKA.d.ts +0 -64
  240. package/dist/index-DfO7G4kN.d.cts +0 -64
  241. package/dist/mongo-auth-adapter-NHHUJHVH.cjs +0 -17
  242. package/dist/mongo-auth-adapter-NJQUUCTP.js +0 -4
  243. package/dist/postgres-auth-adapter-3T2NKTSE.js +0 -5
  244. package/dist/postgres-auth-adapter-7IEENCKQ.cjs +0 -14
  245. package/dist/redis-adapter-D2E2S3GB.cjs +0 -13
  246. package/dist/redis-adapter-VQXD7ESY.js +0 -4
  247. package/dist/sqlite-adapter-LVK5PS4T.cjs +0 -13
  248. package/dist/sqlite-adapter-TR3U3W6Q.js +0 -4
package/dist/index.cjs CHANGED
@@ -1,30 +1,33 @@
1
1
  'use strict';
2
2
 
3
- var chunkV3LKPM3O_cjs = require('./chunk-V3LKPM3O.cjs');
4
- var chunk6IMPH6WV_cjs = require('./chunk-6IMPH6WV.cjs');
5
- var chunkQUW2RZTM_cjs = require('./chunk-QUW2RZTM.cjs');
6
- var chunkLINKCEG4_cjs = require('./chunk-LINKCEG4.cjs');
7
- var chunkYVUJBEXE_cjs = require('./chunk-YVUJBEXE.cjs');
3
+ var chunkSHTTJMLT_cjs = require('./chunk-SHTTJMLT.cjs');
4
+ var chunkDEVFAKCQ_cjs = require('./chunk-DEVFAKCQ.cjs');
5
+ var chunkL46ROHUS_cjs = require('./chunk-L46ROHUS.cjs');
6
+ var chunkROJHKAQ4_cjs = require('./chunk-ROJHKAQ4.cjs');
7
+ var chunkRAMGUDJN_cjs = require('./chunk-RAMGUDJN.cjs');
8
+ require('./chunk-3KTWGODI.cjs');
8
9
  var chunkN4H37VN4_cjs = require('./chunk-N4H37VN4.cjs');
9
- var chunkATBOUGQP_cjs = require('./chunk-ATBOUGQP.cjs');
10
- var chunkK7JPTH3G_cjs = require('./chunk-K7JPTH3G.cjs');
11
- var chunk5KVM3WEY_cjs = require('./chunk-5KVM3WEY.cjs');
12
- var chunkIA6AU5PI_cjs = require('./chunk-IA6AU5PI.cjs');
10
+ var chunk2HZRBATX_cjs = require('./chunk-2HZRBATX.cjs');
11
+ var chunkKNRSROWB_cjs = require('./chunk-KNRSROWB.cjs');
12
+ var chunk3HR772HI_cjs = require('./chunk-3HR772HI.cjs');
13
+ var chunkRSF3UU7H_cjs = require('./chunk-RSF3UU7H.cjs');
14
+ var chunkWNCYAKF3_cjs = require('./chunk-WNCYAKF3.cjs');
13
15
  require('./chunk-4PWRCMTQ.cjs');
14
- var chunkI7HHI6QV_cjs = require('./chunk-I7HHI6QV.cjs');
16
+ require('./chunk-KC2GDBLS.cjs');
17
+ var chunkIDVRRRAK_cjs = require('./chunk-IDVRRRAK.cjs');
15
18
  require('./chunk-ADLJSJSN.cjs');
16
- var chunkIBG6V56E_cjs = require('./chunk-IBG6V56E.cjs');
17
- var chunkVJT6P4N6_cjs = require('./chunk-VJT6P4N6.cjs');
18
- var chunkR3XIBBAW_cjs = require('./chunk-R3XIBBAW.cjs');
19
+ var chunkQFLB4EIJ_cjs = require('./chunk-QFLB4EIJ.cjs');
20
+ var chunk4M7X5HAB_cjs = require('./chunk-4M7X5HAB.cjs');
19
21
  var chunkDVD5P72E_cjs = require('./chunk-DVD5P72E.cjs');
20
22
  require('./chunk-3YELQL7Z.cjs');
21
- var chunk2KVHZE6O_cjs = require('./chunk-2KVHZE6O.cjs');
22
- var chunk2OL4O2TH_cjs = require('./chunk-2OL4O2TH.cjs');
23
- require('./chunk-WQBRWOQT.cjs');
23
+ var chunkCOIASRDK_cjs = require('./chunk-COIASRDK.cjs');
24
+ var chunkC36TMDTY_cjs = require('./chunk-C36TMDTY.cjs');
25
+ require('./chunk-JOPVMWTM.cjs');
24
26
  require('./chunk-MTIRYI7F.cjs');
25
- var chunkPDYFVNUX_cjs = require('./chunk-PDYFVNUX.cjs');
26
- var chunk4DA7QPLA_cjs = require('./chunk-4DA7QPLA.cjs');
27
- var chunkSA7NSSIQ_cjs = require('./chunk-SA7NSSIQ.cjs');
27
+ var chunkV2TVSCV5_cjs = require('./chunk-V2TVSCV5.cjs');
28
+ var chunkGXFOGU7N_cjs = require('./chunk-GXFOGU7N.cjs');
29
+ var chunkPI73NNOK_cjs = require('./chunk-PI73NNOK.cjs');
30
+ require('./chunk-NKPKR5BW.cjs');
28
31
  require('./chunk-G7VZBCD6.cjs');
29
32
  var crypto2 = require('crypto');
30
33
  var fs = require('fs');
@@ -1042,7 +1045,7 @@ async function createAuthAdapter(databaseType) {
1042
1045
  const defaultAuthDbPath = path.resolve(rootDir, "data", "auth.db");
1043
1046
  switch (databaseType) {
1044
1047
  case "sqlite":
1045
- return new chunkI7HHI6QV_cjs.SQLiteAuthAdapter({
1048
+ return new chunkIDVRRRAK_cjs.SQLiteAuthAdapter({
1046
1049
  path: getEnv("KYRO_AUTH_DB_PATH", defaultAuthDbPath)
1047
1050
  });
1048
1051
  case "postgres": {
@@ -1054,12 +1057,12 @@ async function createAuthAdapter(databaseType) {
1054
1057
  const sql = postgres.default(databaseUrl, { onnotice: () => {
1055
1058
  } });
1056
1059
  const drizzleDb = drizzle(sql);
1057
- return new chunk2OL4O2TH_cjs.PostgresAuthAdapter({ db: drizzleDb });
1060
+ return new chunkC36TMDTY_cjs.PostgresAuthAdapter({ db: drizzleDb });
1058
1061
  }
1059
1062
  } catch (e) {
1060
1063
  console.warn("[Auth] Could not create PostgresAuthAdapter, falling back to SQLite auth adapter.");
1061
1064
  }
1062
- return new chunkI7HHI6QV_cjs.SQLiteAuthAdapter({
1065
+ return new chunkIDVRRRAK_cjs.SQLiteAuthAdapter({
1063
1066
  path: getEnv("KYRO_AUTH_DB_PATH", defaultAuthDbPath)
1064
1067
  });
1065
1068
  }
@@ -1073,12 +1076,12 @@ async function createAuthAdapter(databaseType) {
1073
1076
  const url = new URL(mongoUri);
1074
1077
  const dbName = url.pathname.replace(/^\//, "") || "kyro_cms";
1075
1078
  const mongoDb = client.db(dbName);
1076
- return new chunk4DA7QPLA_cjs.MongoDBAuthAdapter({ db: mongoDb });
1079
+ return new chunkGXFOGU7N_cjs.MongoDBAuthAdapter({ db: mongoDb });
1077
1080
  }
1078
1081
  } catch (e) {
1079
1082
  console.warn("[Auth] Could not create MongoDBAuthAdapter, falling back to SQLite auth adapter.");
1080
1083
  }
1081
- return new chunkI7HHI6QV_cjs.SQLiteAuthAdapter({
1084
+ return new chunkIDVRRRAK_cjs.SQLiteAuthAdapter({
1082
1085
  path: getEnv("KYRO_AUTH_DB_PATH", defaultAuthDbPath)
1083
1086
  });
1084
1087
  }
@@ -1087,11 +1090,11 @@ async function createAuthAdapter(databaseType) {
1087
1090
  return new InMemoryAuthAdapter();
1088
1091
  }
1089
1092
  }
1090
- async function createAuthConfig(databaseType) {
1093
+ async function createAuthConfig(databaseType, db) {
1091
1094
  const distributed = getEnvBool("KYRO_DISTRIBUTED", false);
1092
1095
  let authAdapter;
1093
1096
  if (distributed) {
1094
- const { RedisAuthAdapter: RedisAuthAdapter2 } = await import('./redis-adapter-D2E2S3GB.cjs');
1097
+ const { RedisAuthAdapter: RedisAuthAdapter2 } = await import('./redis-adapter-KJ3YOOT6.cjs');
1095
1098
  const redisUrl = getEnv("REDIS_URL", "redis://localhost:6379");
1096
1099
  const redisTls = getEnvBool("REDIS_TLS", false);
1097
1100
  const redisAdapter = new RedisAuthAdapter2({ url: redisUrl, tls: redisTls });
@@ -1104,8 +1107,8 @@ async function createAuthConfig(databaseType) {
1104
1107
  await authAdapter.connect();
1105
1108
  }
1106
1109
  }
1107
- const email = chunkIA6AU5PI_cjs.EmailTransport.fromEnv() || void 0;
1108
- const passwordPolicy = new chunkIA6AU5PI_cjs.PasswordPolicy({
1110
+ const email = db ? await chunkWNCYAKF3_cjs.EmailTransport.fromConfig(db).catch(() => null) || chunkWNCYAKF3_cjs.EmailTransport.fromEnv() || void 0 : chunkWNCYAKF3_cjs.EmailTransport.fromEnv() || void 0;
1111
+ const passwordPolicy = new chunkWNCYAKF3_cjs.PasswordPolicy({
1109
1112
  minLength: getEnvNum("PASSWORD_MIN_LENGTH", 12),
1110
1113
  requireUppercase: getEnvBool("PASSWORD_REQUIRE_UPPERCASE", true),
1111
1114
  requireLowercase: getEnvBool("PASSWORD_REQUIRE_LOWERCASE", true),
@@ -1134,7 +1137,7 @@ async function createAuthConfig(databaseType) {
1134
1137
  max: getEnvNum("RATE_LIMIT_MAX_REQUESTS", 100)
1135
1138
  }
1136
1139
  });
1137
- auditLogger = new chunk5KVM3WEY_cjs.AuditLogger(
1140
+ auditLogger = new chunkRSF3UU7H_cjs.AuditLogger(
1138
1141
  redisClient,
1139
1142
  getEnvNum("AUDIT_LOG_RETENTION_DAYS", 30)
1140
1143
  );
@@ -1143,7 +1146,7 @@ async function createAuthConfig(databaseType) {
1143
1146
  maxAttempts: getEnvNum("LOCKOUT_MAX_ATTEMPTS", 5),
1144
1147
  lockDuration: getEnvNum("LOCKOUT_DURATION_MINUTES", 15) * 60 * 1e3
1145
1148
  });
1146
- rateLimiter = new chunk5KVM3WEY_cjs.InMemoryRateLimiter({
1149
+ rateLimiter = new chunkRSF3UU7H_cjs.InMemoryRateLimiter({
1147
1150
  "auth:login": {
1148
1151
  window: getEnvNum("RATE_LIMIT_AUTH_WINDOW_MS", 9e5),
1149
1152
  max: getEnvNum("RATE_LIMIT_AUTH_MAX_REQUESTS", 10)
@@ -1153,9 +1156,9 @@ async function createAuthConfig(databaseType) {
1153
1156
  max: getEnvNum("RATE_LIMIT_MAX_REQUESTS", 100)
1154
1157
  }
1155
1158
  });
1156
- auditLogger = getEnvBool("AUDIT_LOG_ENABLED", true) ? new chunk5KVM3WEY_cjs.InMemoryAuditLogger(getEnvNum("AUDIT_LOG_RETENTION_DAYS", 30)) : void 0;
1159
+ auditLogger = getEnvBool("AUDIT_LOG_ENABLED", true) ? new chunkRSF3UU7H_cjs.InMemoryAuditLogger(getEnvNum("AUDIT_LOG_RETENTION_DAYS", 30)) : void 0;
1157
1160
  }
1158
- const routes = new chunk5KVM3WEY_cjs.AuthRoutes({
1161
+ const routes = new chunkRSF3UU7H_cjs.AuthRoutes({
1159
1162
  redis: authAdapter,
1160
1163
  email,
1161
1164
  jwtSecret: getEnv("APP_SECRET", "change-me"),
@@ -1579,14 +1582,19 @@ function defineConfig(config) {
1579
1582
  debug: config.debug
1580
1583
  };
1581
1584
  }
1585
+ var defineKyroConfig = defineConfig;
1582
1586
 
1583
1587
  // src/lib/seo.ts
1584
1588
  function generateSeoTags(options) {
1585
- const { siteSettings, title, description, image, url } = options;
1589
+ const { siteSettings, seoSettings, title, description, image, url } = options;
1586
1590
  if (!siteSettings) return "";
1587
1591
  const siteName = siteSettings.siteName || "";
1588
- const finalTitle = title ? `${title} | ${siteName}` : siteName;
1589
- const finalDesc = description || siteSettings.siteDescription || "";
1592
+ const rawTitle = title || seoSettings?.defaultTitle || siteName;
1593
+ const titleTemplate = seoSettings?.titleTemplate;
1594
+ const separator = seoSettings?.separator || " | ";
1595
+ const siteNameInTitle = seoSettings?.siteNameInTitle !== false;
1596
+ const finalTitle = titleTemplate ? titleTemplate.replace(/\{\{title\}\}/g, rawTitle).replace(/\{\{siteName\}\}/g, siteNameInTitle ? siteName : "").replace(/\{\{separator\}\}/g, separator).replace(/\s+/g, " ").trim() : rawTitle;
1597
+ const finalDesc = description || seoSettings?.defaultDescription || siteSettings.siteDescription || "";
1590
1598
  const finalImage = image || siteSettings.siteOgImage?.url || "";
1591
1599
  const finalUrl = url || siteSettings.siteUrl || "";
1592
1600
  let tags = `
@@ -1597,8 +1605,19 @@ function generateSeoTags(options) {
1597
1605
  tags += `
1598
1606
  <link rel="icon" type="${siteSettings.siteFavicon.mimeType || "image/x-icon"}" href="${siteSettings.siteFavicon.url}">`;
1599
1607
  }
1608
+ const robots = seoSettings?.meta?.robots;
1609
+ if (robots) {
1610
+ tags += `
1611
+ <meta name="robots" content="${robots}">`;
1612
+ }
1613
+ const canonical = seoSettings?.meta?.canonicalUrl || finalUrl;
1614
+ if (canonical) {
1615
+ tags += `
1616
+ <link rel="canonical" href="${canonical}">`;
1617
+ }
1618
+ const ogType = seoSettings?.meta?.ogType || "website";
1600
1619
  tags += `
1601
- <meta property="og:type" content="website">
1620
+ <meta property="og:type" content="${ogType}">
1602
1621
  <meta property="og:title" content="${finalTitle}">
1603
1622
  <meta property="og:description" content="${finalDesc}">
1604
1623
  <meta property="og:site_name" content="${siteName}">
@@ -1607,11 +1626,20 @@ function generateSeoTags(options) {
1607
1626
  <meta property="og:url" content="${finalUrl}">`;
1608
1627
  if (finalImage) tags += `
1609
1628
  <meta property="og:image" content="${finalImage}">`;
1629
+ if (seoSettings?.social?.fbAppId) {
1630
+ tags += `
1631
+ <meta property="fb:app_id" content="${seoSettings.social.fbAppId}">`;
1632
+ }
1633
+ const twitterCard = seoSettings?.social?.twitterCardType || "summary_large_image";
1610
1634
  tags += `
1611
- <meta name="twitter:card" content="summary_large_image">
1635
+ <meta name="twitter:card" content="${twitterCard}">
1612
1636
  <meta name="twitter:title" content="${finalTitle}">
1613
1637
  <meta name="twitter:description" content="${finalDesc}">
1614
1638
  `;
1639
+ if (seoSettings?.social?.twitterHandle) {
1640
+ tags += `
1641
+ <meta name="twitter:site" content="${seoSettings.social.twitterHandle}">`;
1642
+ }
1615
1643
  if (finalImage) tags += `
1616
1644
  <meta name="twitter:image" content="${finalImage}">`;
1617
1645
  if (siteSettings.enableI18n && siteSettings.i18n?.language) {
@@ -1658,6 +1686,117 @@ function generateAnalyticsTags(siteSettings) {
1658
1686
  }
1659
1687
  return scripts;
1660
1688
  }
1689
+
1690
+ // src/lib/social.ts
1691
+ var PLATFORM_META = {
1692
+ facebook: { label: "Facebook" },
1693
+ twitter: { label: "Twitter / X" },
1694
+ instagram: { label: "Instagram" },
1695
+ linkedin: { label: "LinkedIn" },
1696
+ youtube: { label: "YouTube" },
1697
+ tiktok: { label: "TikTok" },
1698
+ pinterest: { label: "Pinterest" },
1699
+ discord: { label: "Discord" },
1700
+ twitch: { label: "Twitch" },
1701
+ github: { label: "GitHub" },
1702
+ mastodon: { label: "Mastodon" }
1703
+ };
1704
+ var ALL_PLATFORMS = [
1705
+ "facebook",
1706
+ "twitter",
1707
+ "instagram",
1708
+ "linkedin",
1709
+ "youtube",
1710
+ "tiktok",
1711
+ "pinterest",
1712
+ "discord",
1713
+ "twitch",
1714
+ "github",
1715
+ "mastodon"
1716
+ ];
1717
+ function getSocialLinksFromSettings(socialSettings) {
1718
+ if (!socialSettings) return [];
1719
+ const showAll = socialSettings.showAll === true;
1720
+ const links = [];
1721
+ for (const platform of ALL_PLATFORMS) {
1722
+ const url = socialSettings[platform];
1723
+ if (!url) continue;
1724
+ const isNiche = ["tiktok", "pinterest", "discord", "twitch", "github", "mastodon"].includes(platform);
1725
+ if (isNiche && !showAll) continue;
1726
+ const meta = PLATFORM_META[platform];
1727
+ links.push({
1728
+ platform,
1729
+ url,
1730
+ label: meta?.label || platform
1731
+ });
1732
+ }
1733
+ return links;
1734
+ }
1735
+ async function getSocialLinks(db, options) {
1736
+ try {
1737
+ const doc = await db.findOne({
1738
+ collection: "_globals_social-settings",
1739
+ where: {},
1740
+ draft: options?.draft ?? false
1741
+ });
1742
+ return getSocialLinksFromSettings(doc);
1743
+ } catch {
1744
+ return [];
1745
+ }
1746
+ }
1747
+
1748
+ // src/lib/store.ts
1749
+ function getStoreConfigFromSettings(settings) {
1750
+ if (!settings) return {};
1751
+ return {
1752
+ storeName: settings.storeName,
1753
+ storeEmail: settings.storeEmail,
1754
+ storePhone: settings.storePhone,
1755
+ address: settings.address,
1756
+ currency: settings.currency,
1757
+ tax: settings.tax,
1758
+ shipping: settings.shipping,
1759
+ orders: settings.orders
1760
+ };
1761
+ }
1762
+ async function getStoreConfig(db, options) {
1763
+ try {
1764
+ const doc = await db.findOne({
1765
+ collection: "_globals_store-settings",
1766
+ where: {},
1767
+ draft: options?.draft ?? false
1768
+ });
1769
+ return getStoreConfigFromSettings(doc);
1770
+ } catch {
1771
+ return {};
1772
+ }
1773
+ }
1774
+
1775
+ // src/lib/payment.ts
1776
+ function getPaymentConfigFromSettings(settings) {
1777
+ if (!settings) return {};
1778
+ return {
1779
+ testMode: settings.testMode,
1780
+ provider: settings.provider,
1781
+ stripe: settings.stripe,
1782
+ paypal: settings.paypal,
1783
+ square: settings.square,
1784
+ methods: settings.methods,
1785
+ bankTransfer: settings.bankTransfer
1786
+ };
1787
+ }
1788
+ async function getPaymentConfig(db, options) {
1789
+ try {
1790
+ const doc = await db.findOne({
1791
+ collection: "_globals_payment-settings",
1792
+ where: {},
1793
+ draft: options?.draft ?? false
1794
+ });
1795
+ return getPaymentConfigFromSettings(doc);
1796
+ } catch {
1797
+ return {};
1798
+ }
1799
+ }
1661
1800
  async function createBrowserStorage(options = {}) {
1662
1801
  const { namespace = "kyro", ttl } = options;
1663
1802
  const store = unstorage.createStorage({
@@ -1803,147 +1942,151 @@ async function createAuthStorage(config) {
1803
1942
  }
1804
1943
 
1805
1944
  // src/index.ts
1806
- chunk5KVM3WEY_cjs.init_secret();
1945
+ chunkRSF3UU7H_cjs.init_secret();
1807
1946
 
1808
1947
  Object.defineProperty(exports, "RedisAuthAdapter", {
1809
1948
  enumerable: true,
1810
- get: function () { return chunkV3LKPM3O_cjs.RedisAuthAdapter; }
1949
+ get: function () { return chunkSHTTJMLT_cjs.RedisAuthAdapter; }
1811
1950
  });
1812
1951
  Object.defineProperty(exports, "allSettingsGlobals", {
1813
1952
  enumerable: true,
1814
- get: function () { return chunk6IMPH6WV_cjs.allSettingsGlobals; }
1953
+ get: function () { return chunkDEVFAKCQ_cjs.allSettingsGlobals; }
1815
1954
  });
1816
1955
  Object.defineProperty(exports, "blogCollections", {
1817
1956
  enumerable: true,
1818
- get: function () { return chunk6IMPH6WV_cjs.blogCollections; }
1957
+ get: function () { return chunkDEVFAKCQ_cjs.blogCollections; }
1819
1958
  });
1820
1959
  Object.defineProperty(exports, "blogGlobals", {
1821
1960
  enumerable: true,
1822
- get: function () { return chunk6IMPH6WV_cjs.blogGlobals; }
1961
+ get: function () { return chunkDEVFAKCQ_cjs.blogGlobals; }
1823
1962
  });
1824
1963
  Object.defineProperty(exports, "coreSettingsGlobals", {
1825
1964
  enumerable: true,
1826
- get: function () { return chunk6IMPH6WV_cjs.coreSettingsGlobals; }
1965
+ get: function () { return chunkDEVFAKCQ_cjs.coreSettingsGlobals; }
1827
1966
  });
1828
1967
  Object.defineProperty(exports, "createTemplateConfig", {
1829
1968
  enumerable: true,
1830
- get: function () { return chunk6IMPH6WV_cjs.createTemplateConfig; }
1969
+ get: function () { return chunkDEVFAKCQ_cjs.createTemplateConfig; }
1831
1970
  });
1832
1971
  Object.defineProperty(exports, "ecommerceCollections", {
1833
1972
  enumerable: true,
1834
- get: function () { return chunk6IMPH6WV_cjs.ecommerceCollections; }
1973
+ get: function () { return chunkDEVFAKCQ_cjs.ecommerceCollections; }
1835
1974
  });
1836
1975
  Object.defineProperty(exports, "ecommerceGlobals", {
1837
1976
  enumerable: true,
1838
- get: function () { return chunk6IMPH6WV_cjs.ecommerceGlobals; }
1977
+ get: function () { return chunkDEVFAKCQ_cjs.ecommerceGlobals; }
1839
1978
  });
1840
1979
  Object.defineProperty(exports, "kitchenSinkCollections", {
1841
1980
  enumerable: true,
1842
- get: function () { return chunk6IMPH6WV_cjs.kitchenSinkCollections; }
1981
+ get: function () { return chunkDEVFAKCQ_cjs.kitchenSinkCollections; }
1843
1982
  });
1844
1983
  Object.defineProperty(exports, "mediaCollections", {
1845
1984
  enumerable: true,
1846
- get: function () { return chunk6IMPH6WV_cjs.mediaCollections; }
1985
+ get: function () { return chunkDEVFAKCQ_cjs.mediaCollections; }
1847
1986
  });
1848
1987
  Object.defineProperty(exports, "minimalCollections", {
1849
1988
  enumerable: true,
1850
- get: function () { return chunk6IMPH6WV_cjs.minimalCollections; }
1989
+ get: function () { return chunkDEVFAKCQ_cjs.minimalCollections; }
1990
+ });
1991
+ Object.defineProperty(exports, "templateCollections", {
1992
+ enumerable: true,
1993
+ get: function () { return chunkDEVFAKCQ_cjs.templateCollections; }
1851
1994
  });
1852
1995
  Object.defineProperty(exports, "kyro", {
1853
1996
  enumerable: true,
1854
- get: function () { return chunkQUW2RZTM_cjs.kyro; }
1997
+ get: function () { return chunkL46ROHUS_cjs.kyro; }
1855
1998
  });
1856
1999
  Object.defineProperty(exports, "ConfigValidationError", {
1857
2000
  enumerable: true,
1858
- get: function () { return chunkLINKCEG4_cjs.ConfigValidationError; }
2001
+ get: function () { return chunkROJHKAQ4_cjs.ConfigValidationError; }
1859
2002
  });
1860
2003
  Object.defineProperty(exports, "Kyro", {
1861
2004
  enumerable: true,
1862
- get: function () { return chunkLINKCEG4_cjs.Kyro; }
2005
+ get: function () { return chunkROJHKAQ4_cjs.Kyro; }
1863
2006
  });
1864
2007
  Object.defineProperty(exports, "LocalAdapter", {
1865
2008
  enumerable: true,
1866
- get: function () { return chunkLINKCEG4_cjs.LocalAdapter; }
2009
+ get: function () { return chunkROJHKAQ4_cjs.LocalAdapter; }
1867
2010
  });
1868
2011
  Object.defineProperty(exports, "Registry", {
1869
2012
  enumerable: true,
1870
- get: function () { return chunkLINKCEG4_cjs.Registry; }
2013
+ get: function () { return chunkROJHKAQ4_cjs.Registry; }
1871
2014
  });
1872
2015
  Object.defineProperty(exports, "collectionToCreateZod", {
1873
2016
  enumerable: true,
1874
- get: function () { return chunkLINKCEG4_cjs.collectionToCreateZod; }
2017
+ get: function () { return chunkROJHKAQ4_cjs.collectionToCreateZod; }
1875
2018
  });
1876
2019
  Object.defineProperty(exports, "collectionToUpdateZod", {
1877
2020
  enumerable: true,
1878
- get: function () { return chunkLINKCEG4_cjs.collectionToUpdateZod; }
2021
+ get: function () { return chunkROJHKAQ4_cjs.collectionToUpdateZod; }
1879
2022
  });
1880
2023
  Object.defineProperty(exports, "collectionToWhereZod", {
1881
2024
  enumerable: true,
1882
- get: function () { return chunkLINKCEG4_cjs.collectionToWhereZod; }
2025
+ get: function () { return chunkROJHKAQ4_cjs.collectionToWhereZod; }
1883
2026
  });
1884
2027
  Object.defineProperty(exports, "collectionToZod", {
1885
2028
  enumerable: true,
1886
- get: function () { return chunkLINKCEG4_cjs.collectionToZod; }
2029
+ get: function () { return chunkROJHKAQ4_cjs.collectionToZod; }
1887
2030
  });
1888
2031
  Object.defineProperty(exports, "createKyro", {
1889
2032
  enumerable: true,
1890
- get: function () { return chunkLINKCEG4_cjs.createKyro; }
2033
+ get: function () { return chunkROJHKAQ4_cjs.createKyro; }
1891
2034
  });
1892
2035
  Object.defineProperty(exports, "createLocalAdapter", {
1893
2036
  enumerable: true,
1894
- get: function () { return chunkLINKCEG4_cjs.createLocalAdapter; }
2037
+ get: function () { return chunkROJHKAQ4_cjs.createLocalAdapter; }
1895
2038
  });
1896
2039
  Object.defineProperty(exports, "createRegistry", {
1897
2040
  enumerable: true,
1898
- get: function () { return chunkLINKCEG4_cjs.createRegistry; }
2041
+ get: function () { return chunkROJHKAQ4_cjs.createRegistry; }
1899
2042
  });
1900
2043
  Object.defineProperty(exports, "fieldToZod", {
1901
2044
  enumerable: true,
1902
- get: function () { return chunkLINKCEG4_cjs.fieldToZod; }
2045
+ get: function () { return chunkROJHKAQ4_cjs.fieldToZod; }
1903
2046
  });
1904
2047
  Object.defineProperty(exports, "getRegistry", {
1905
2048
  enumerable: true,
1906
- get: function () { return chunkLINKCEG4_cjs.getRegistry; }
2049
+ get: function () { return chunkROJHKAQ4_cjs.getRegistry; }
1907
2050
  });
1908
2051
  Object.defineProperty(exports, "globalToZod", {
1909
2052
  enumerable: true,
1910
- get: function () { return chunkLINKCEG4_cjs.globalToZod; }
2053
+ get: function () { return chunkROJHKAQ4_cjs.globalToZod; }
1911
2054
  });
1912
2055
  Object.defineProperty(exports, "resetRegistry", {
1913
2056
  enumerable: true,
1914
- get: function () { return chunkLINKCEG4_cjs.resetRegistry; }
2057
+ get: function () { return chunkROJHKAQ4_cjs.resetRegistry; }
1915
2058
  });
1916
2059
  Object.defineProperty(exports, "validateCollection", {
1917
2060
  enumerable: true,
1918
- get: function () { return chunkLINKCEG4_cjs.validateCollection; }
2061
+ get: function () { return chunkROJHKAQ4_cjs.validateCollection; }
1919
2062
  });
1920
2063
  Object.defineProperty(exports, "validateConfig", {
1921
2064
  enumerable: true,
1922
- get: function () { return chunkLINKCEG4_cjs.validateConfig; }
2065
+ get: function () { return chunkROJHKAQ4_cjs.validateConfig; }
1923
2066
  });
1924
2067
  Object.defineProperty(exports, "validateFields", {
1925
2068
  enumerable: true,
1926
- get: function () { return chunkLINKCEG4_cjs.validateFields; }
2069
+ get: function () { return chunkROJHKAQ4_cjs.validateFields; }
1927
2070
  });
1928
2071
  Object.defineProperty(exports, "validateGlobal", {
1929
2072
  enumerable: true,
1930
- get: function () { return chunkLINKCEG4_cjs.validateGlobal; }
2073
+ get: function () { return chunkROJHKAQ4_cjs.validateGlobal; }
1931
2074
  });
1932
2075
  Object.defineProperty(exports, "autoBootstrap", {
1933
2076
  enumerable: true,
1934
- get: function () { return chunkYVUJBEXE_cjs.autoBootstrap; }
2077
+ get: function () { return chunkRAMGUDJN_cjs.autoBootstrap; }
1935
2078
  });
1936
2079
  Object.defineProperty(exports, "bootstrapAdmin", {
1937
2080
  enumerable: true,
1938
- get: function () { return chunkYVUJBEXE_cjs.bootstrapAdmin; }
2081
+ get: function () { return chunkRAMGUDJN_cjs.bootstrapAdmin; }
1939
2082
  });
1940
2083
  Object.defineProperty(exports, "bootstrapWithRetry", {
1941
2084
  enumerable: true,
1942
- get: function () { return chunkYVUJBEXE_cjs.bootstrapWithRetry; }
2085
+ get: function () { return chunkRAMGUDJN_cjs.bootstrapWithRetry; }
1943
2086
  });
1944
2087
  Object.defineProperty(exports, "getBootstrapFromEnv", {
1945
2088
  enumerable: true,
1946
- get: function () { return chunkYVUJBEXE_cjs.getBootstrapFromEnv; }
2089
+ get: function () { return chunkRAMGUDJN_cjs.getBootstrapFromEnv; }
1947
2090
  });
1948
2091
  Object.defineProperty(exports, "CSSGenerator", {
1949
2092
  enumerable: true,
@@ -1979,263 +2122,255 @@ Object.defineProperty(exports, "generateTailwindConfig", {
1979
2122
  });
1980
2123
  Object.defineProperty(exports, "ALL_FIELD_TYPES", {
1981
2124
  enumerable: true,
1982
- get: function () { return chunkATBOUGQP_cjs.ALL_FIELD_TYPES; }
2125
+ get: function () { return chunk2HZRBATX_cjs.ALL_FIELD_TYPES; }
1983
2126
  });
1984
2127
  Object.defineProperty(exports, "COMPLEX_FIELD_TYPES", {
1985
2128
  enumerable: true,
1986
- get: function () { return chunkATBOUGQP_cjs.COMPLEX_FIELD_TYPES; }
2129
+ get: function () { return chunk2HZRBATX_cjs.COMPLEX_FIELD_TYPES; }
1987
2130
  });
1988
2131
  Object.defineProperty(exports, "LAYOUT_FIELD_TYPES", {
1989
2132
  enumerable: true,
1990
- get: function () { return chunkATBOUGQP_cjs.LAYOUT_FIELD_TYPES; }
2133
+ get: function () { return chunk2HZRBATX_cjs.LAYOUT_FIELD_TYPES; }
1991
2134
  });
1992
2135
  Object.defineProperty(exports, "PRIMITIVE_FIELD_TYPES", {
1993
2136
  enumerable: true,
1994
- get: function () { return chunkATBOUGQP_cjs.PRIMITIVE_FIELD_TYPES; }
2137
+ get: function () { return chunk2HZRBATX_cjs.PRIMITIVE_FIELD_TYPES; }
1995
2138
  });
1996
2139
  Object.defineProperty(exports, "RELATIONAL_FIELD_TYPES", {
1997
2140
  enumerable: true,
1998
- get: function () { return chunkATBOUGQP_cjs.RELATIONAL_FIELD_TYPES; }
1999
- });
2000
- Object.defineProperty(exports, "createColumnsNode", {
2001
- enumerable: true,
2002
- get: function () { return chunkATBOUGQP_cjs.createColumnsNode; }
2141
+ get: function () { return chunk2HZRBATX_cjs.RELATIONAL_FIELD_TYPES; }
2003
2142
  });
2004
2143
  Object.defineProperty(exports, "isArrayField", {
2005
2144
  enumerable: true,
2006
- get: function () { return chunkATBOUGQP_cjs.isArrayField; }
2145
+ get: function () { return chunk2HZRBATX_cjs.isArrayField; }
2007
2146
  });
2008
2147
  Object.defineProperty(exports, "isBlocksField", {
2009
2148
  enumerable: true,
2010
- get: function () { return chunkATBOUGQP_cjs.isBlocksField; }
2149
+ get: function () { return chunk2HZRBATX_cjs.isBlocksField; }
2011
2150
  });
2012
2151
  Object.defineProperty(exports, "isGroupField", {
2013
2152
  enumerable: true,
2014
- get: function () { return chunkATBOUGQP_cjs.isGroupField; }
2153
+ get: function () { return chunk2HZRBATX_cjs.isGroupField; }
2015
2154
  });
2016
2155
  Object.defineProperty(exports, "isImageField", {
2017
2156
  enumerable: true,
2018
- get: function () { return chunkATBOUGQP_cjs.isImageField; }
2157
+ get: function () { return chunk2HZRBATX_cjs.isImageField; }
2019
2158
  });
2020
2159
  Object.defineProperty(exports, "isLayoutField", {
2021
2160
  enumerable: true,
2022
- get: function () { return chunkATBOUGQP_cjs.isLayoutField; }
2161
+ get: function () { return chunk2HZRBATX_cjs.isLayoutField; }
2023
2162
  });
2024
2163
  Object.defineProperty(exports, "isNumberField", {
2025
2164
  enumerable: true,
2026
- get: function () { return chunkATBOUGQP_cjs.isNumberField; }
2165
+ get: function () { return chunk2HZRBATX_cjs.isNumberField; }
2027
2166
  });
2028
2167
  Object.defineProperty(exports, "isRelationshipField", {
2029
2168
  enumerable: true,
2030
- get: function () { return chunkATBOUGQP_cjs.isRelationshipField; }
2169
+ get: function () { return chunk2HZRBATX_cjs.isRelationshipField; }
2031
2170
  });
2032
2171
  Object.defineProperty(exports, "isRichTextField", {
2033
2172
  enumerable: true,
2034
- get: function () { return chunkATBOUGQP_cjs.isRichTextField; }
2173
+ get: function () { return chunk2HZRBATX_cjs.isRichTextField; }
2035
2174
  });
2036
2175
  Object.defineProperty(exports, "isSelectField", {
2037
2176
  enumerable: true,
2038
- get: function () { return chunkATBOUGQP_cjs.isSelectField; }
2177
+ get: function () { return chunk2HZRBATX_cjs.isSelectField; }
2039
2178
  });
2040
2179
  Object.defineProperty(exports, "isTextField", {
2041
2180
  enumerable: true,
2042
- get: function () { return chunkATBOUGQP_cjs.isTextField; }
2181
+ get: function () { return chunk2HZRBATX_cjs.isTextField; }
2043
2182
  });
2044
2183
  Object.defineProperty(exports, "isUploadField", {
2045
2184
  enumerable: true,
2046
- get: function () { return chunkATBOUGQP_cjs.isUploadField; }
2047
- });
2048
- Object.defineProperty(exports, "normalizeRichTextDocument", {
2049
- enumerable: true,
2050
- get: function () { return chunkATBOUGQP_cjs.normalizeRichTextDocument; }
2185
+ get: function () { return chunk2HZRBATX_cjs.isUploadField; }
2051
2186
  });
2052
2187
  Object.defineProperty(exports, "normalizeRichTextValue", {
2053
2188
  enumerable: true,
2054
- get: function () { return chunkATBOUGQP_cjs.normalizeRichTextValue; }
2189
+ get: function () { return chunk2HZRBATX_cjs.normalizeRichTextValue; }
2055
2190
  });
2056
2191
  Object.defineProperty(exports, "renderRichText", {
2057
2192
  enumerable: true,
2058
- get: function () { return chunkATBOUGQP_cjs.renderRichText; }
2193
+ get: function () { return chunk2HZRBATX_cjs.renderRichText; }
2059
2194
  });
2060
2195
  Object.defineProperty(exports, "richTextStyles", {
2061
2196
  enumerable: true,
2062
- get: function () { return chunkATBOUGQP_cjs.richTextStyles; }
2197
+ get: function () { return chunk2HZRBATX_cjs.richTextStyles; }
2063
2198
  });
2064
2199
  Object.defineProperty(exports, "createContext", {
2065
2200
  enumerable: true,
2066
- get: function () { return chunkK7JPTH3G_cjs.createContext; }
2201
+ get: function () { return chunkKNRSROWB_cjs.createContext; }
2067
2202
  });
2068
2203
  Object.defineProperty(exports, "createCountProcedure", {
2069
2204
  enumerable: true,
2070
- get: function () { return chunkK7JPTH3G_cjs.createCountProcedure; }
2205
+ get: function () { return chunkKNRSROWB_cjs.createCountProcedure; }
2071
2206
  });
2072
2207
  Object.defineProperty(exports, "createCreateProcedure", {
2073
2208
  enumerable: true,
2074
- get: function () { return chunkK7JPTH3G_cjs.createCreateProcedure; }
2209
+ get: function () { return chunkKNRSROWB_cjs.createCreateProcedure; }
2075
2210
  });
2076
2211
  Object.defineProperty(exports, "createDeleteProcedure", {
2077
2212
  enumerable: true,
2078
- get: function () { return chunkK7JPTH3G_cjs.createDeleteProcedure; }
2213
+ get: function () { return chunkKNRSROWB_cjs.createDeleteProcedure; }
2079
2214
  });
2080
2215
  Object.defineProperty(exports, "createDynamicRouter", {
2081
2216
  enumerable: true,
2082
- get: function () { return chunkK7JPTH3G_cjs.createDynamicRouter; }
2217
+ get: function () { return chunkKNRSROWB_cjs.createDynamicRouter; }
2083
2218
  });
2084
2219
  Object.defineProperty(exports, "createFindByIDProcedure", {
2085
2220
  enumerable: true,
2086
- get: function () { return chunkK7JPTH3G_cjs.createFindByIDProcedure; }
2221
+ get: function () { return chunkKNRSROWB_cjs.createFindByIDProcedure; }
2087
2222
  });
2088
2223
  Object.defineProperty(exports, "createFindProcedure", {
2089
2224
  enumerable: true,
2090
- get: function () { return chunkK7JPTH3G_cjs.createFindProcedure; }
2225
+ get: function () { return chunkKNRSROWB_cjs.createFindProcedure; }
2091
2226
  });
2092
2227
  Object.defineProperty(exports, "createKyroServer", {
2093
2228
  enumerable: true,
2094
- get: function () { return chunkK7JPTH3G_cjs.createKyroServer; }
2229
+ get: function () { return chunkKNRSROWB_cjs.createKyroServer; }
2095
2230
  });
2096
2231
  Object.defineProperty(exports, "createUpdateProcedure", {
2097
2232
  enumerable: true,
2098
- get: function () { return chunkK7JPTH3G_cjs.createUpdateProcedure; }
2233
+ get: function () { return chunkKNRSROWB_cjs.createUpdateProcedure; }
2234
+ });
2235
+ Object.defineProperty(exports, "buildGraphQLSchema", {
2236
+ enumerable: true,
2237
+ get: function () { return chunk3HR772HI_cjs.buildGraphQLSchema; }
2238
+ });
2239
+ Object.defineProperty(exports, "createGraphQLSchema", {
2240
+ enumerable: true,
2241
+ get: function () { return chunk3HR772HI_cjs.createGraphQLSchema; }
2099
2242
  });
2100
2243
  Object.defineProperty(exports, "AuditLogger", {
2101
2244
  enumerable: true,
2102
- get: function () { return chunk5KVM3WEY_cjs.AuditLogger; }
2245
+ get: function () { return chunkRSF3UU7H_cjs.AuditLogger; }
2103
2246
  });
2104
2247
  Object.defineProperty(exports, "InMemoryAuditLogger", {
2105
2248
  enumerable: true,
2106
- get: function () { return chunk5KVM3WEY_cjs.InMemoryAuditLogger; }
2249
+ get: function () { return chunkRSF3UU7H_cjs.InMemoryAuditLogger; }
2107
2250
  });
2108
2251
  Object.defineProperty(exports, "InMemoryRateLimiter", {
2109
2252
  enumerable: true,
2110
- get: function () { return chunk5KVM3WEY_cjs.InMemoryRateLimiter; }
2253
+ get: function () { return chunkRSF3UU7H_cjs.InMemoryRateLimiter; }
2111
2254
  });
2112
2255
  Object.defineProperty(exports, "MediaService", {
2113
2256
  enumerable: true,
2114
- get: function () { return chunk5KVM3WEY_cjs.MediaService; }
2257
+ get: function () { return chunkRSF3UU7H_cjs.MediaService; }
2115
2258
  });
2116
2259
  Object.defineProperty(exports, "createAuditContext", {
2117
2260
  enumerable: true,
2118
- get: function () { return chunk5KVM3WEY_cjs.createAuditContext; }
2261
+ get: function () { return chunkRSF3UU7H_cjs.createAuditContext; }
2119
2262
  });
2120
2263
  Object.defineProperty(exports, "createHonoApp", {
2121
2264
  enumerable: true,
2122
- get: function () { return chunk5KVM3WEY_cjs.createHonoApp; }
2265
+ get: function () { return chunkRSF3UU7H_cjs.createHonoApp; }
2123
2266
  });
2124
2267
  Object.defineProperty(exports, "createLocalStorage", {
2125
2268
  enumerable: true,
2126
- get: function () { return chunk5KVM3WEY_cjs.createLocalStorage; }
2269
+ get: function () { return chunkRSF3UU7H_cjs.createLocalStorage; }
2127
2270
  });
2128
2271
  Object.defineProperty(exports, "createRESTAPI", {
2129
2272
  enumerable: true,
2130
- get: function () { return chunk5KVM3WEY_cjs.createRESTAPI; }
2273
+ get: function () { return chunkRSF3UU7H_cjs.createRESTAPI; }
2131
2274
  });
2132
2275
  Object.defineProperty(exports, "getAppSecret", {
2133
2276
  enumerable: true,
2134
- get: function () { return chunk5KVM3WEY_cjs.getAppSecret; }
2277
+ get: function () { return chunkRSF3UU7H_cjs.getAppSecret; }
2135
2278
  });
2136
2279
  Object.defineProperty(exports, "getEncryptionKey", {
2137
2280
  enumerable: true,
2138
- get: function () { return chunk5KVM3WEY_cjs.getEncryptionKey; }
2281
+ get: function () { return chunkRSF3UU7H_cjs.getEncryptionKey; }
2139
2282
  });
2140
2283
  Object.defineProperty(exports, "getSessionConfig", {
2141
2284
  enumerable: true,
2142
- get: function () { return chunk5KVM3WEY_cjs.getSessionConfig; }
2285
+ get: function () { return chunkRSF3UU7H_cjs.getSessionConfig; }
2143
2286
  });
2144
2287
  Object.defineProperty(exports, "loadSecrets", {
2145
2288
  enumerable: true,
2146
- get: function () { return chunk5KVM3WEY_cjs.loadSecrets; }
2289
+ get: function () { return chunkRSF3UU7H_cjs.loadSecrets; }
2147
2290
  });
2148
2291
  Object.defineProperty(exports, "resolveProvider", {
2149
2292
  enumerable: true,
2150
- get: function () { return chunk5KVM3WEY_cjs.resolveProvider; }
2293
+ get: function () { return chunkRSF3UU7H_cjs.resolveProvider; }
2151
2294
  });
2152
2295
  Object.defineProperty(exports, "setDbAdapter", {
2153
2296
  enumerable: true,
2154
- get: function () { return chunk5KVM3WEY_cjs.setDbAdapter; }
2297
+ get: function () { return chunkRSF3UU7H_cjs.setDbAdapter; }
2155
2298
  });
2156
2299
  Object.defineProperty(exports, "ConfigService", {
2157
2300
  enumerable: true,
2158
- get: function () { return chunkIA6AU5PI_cjs.ConfigService; }
2301
+ get: function () { return chunkWNCYAKF3_cjs.ConfigService; }
2159
2302
  });
2160
2303
  Object.defineProperty(exports, "EmailTransport", {
2161
2304
  enumerable: true,
2162
- get: function () { return chunkIA6AU5PI_cjs.EmailTransport; }
2305
+ get: function () { return chunkWNCYAKF3_cjs.EmailTransport; }
2163
2306
  });
2164
2307
  Object.defineProperty(exports, "PasswordPolicy", {
2165
2308
  enumerable: true,
2166
- get: function () { return chunkIA6AU5PI_cjs.PasswordPolicy; }
2309
+ get: function () { return chunkWNCYAKF3_cjs.PasswordPolicy; }
2167
2310
  });
2168
2311
  Object.defineProperty(exports, "SQLiteAuthAdapter", {
2169
2312
  enumerable: true,
2170
- get: function () { return chunkI7HHI6QV_cjs.SQLiteAuthAdapter; }
2313
+ get: function () { return chunkIDVRRRAK_cjs.SQLiteAuthAdapter; }
2171
2314
  });
2172
2315
  Object.defineProperty(exports, "ALL_WEBHOOK_EVENTS", {
2173
2316
  enumerable: true,
2174
- get: function () { return chunkIBG6V56E_cjs.ALL_WEBHOOK_EVENTS; }
2317
+ get: function () { return chunkQFLB4EIJ_cjs.ALL_WEBHOOK_EVENTS; }
2175
2318
  });
2176
2319
  Object.defineProperty(exports, "WEBHOOK_COLLECTION", {
2177
2320
  enumerable: true,
2178
- get: function () { return chunkIBG6V56E_cjs.WEBHOOK_COLLECTION; }
2321
+ get: function () { return chunkQFLB4EIJ_cjs.WEBHOOK_COLLECTION; }
2179
2322
  });
2180
2323
  Object.defineProperty(exports, "WEBHOOK_DELIVERY_COLLECTION", {
2181
2324
  enumerable: true,
2182
- get: function () { return chunkIBG6V56E_cjs.WEBHOOK_DELIVERY_COLLECTION; }
2325
+ get: function () { return chunkQFLB4EIJ_cjs.WEBHOOK_DELIVERY_COLLECTION; }
2183
2326
  });
2184
2327
  Object.defineProperty(exports, "WEBHOOK_EVENTS", {
2185
2328
  enumerable: true,
2186
- get: function () { return chunkIBG6V56E_cjs.WEBHOOK_EVENTS; }
2329
+ get: function () { return chunkQFLB4EIJ_cjs.WEBHOOK_EVENTS; }
2187
2330
  });
2188
2331
  Object.defineProperty(exports, "WebhookService", {
2189
2332
  enumerable: true,
2190
- get: function () { return chunkIBG6V56E_cjs.WebhookService; }
2333
+ get: function () { return chunkQFLB4EIJ_cjs.WebhookService; }
2191
2334
  });
2192
2335
  Object.defineProperty(exports, "buildDeliveryRecord", {
2193
2336
  enumerable: true,
2194
- get: function () { return chunkIBG6V56E_cjs.buildDeliveryRecord; }
2337
+ get: function () { return chunkQFLB4EIJ_cjs.buildDeliveryRecord; }
2195
2338
  });
2196
2339
  Object.defineProperty(exports, "createTestPayload", {
2197
2340
  enumerable: true,
2198
- get: function () { return chunkIBG6V56E_cjs.createTestPayload; }
2341
+ get: function () { return chunkQFLB4EIJ_cjs.createTestPayload; }
2199
2342
  });
2200
2343
  Object.defineProperty(exports, "createWebhookService", {
2201
2344
  enumerable: true,
2202
- get: function () { return chunkIBG6V56E_cjs.createWebhookService; }
2345
+ get: function () { return chunkQFLB4EIJ_cjs.createWebhookService; }
2203
2346
  });
2204
2347
  Object.defineProperty(exports, "deliverWebhook", {
2205
2348
  enumerable: true,
2206
- get: function () { return chunkIBG6V56E_cjs.deliverWebhook; }
2349
+ get: function () { return chunkQFLB4EIJ_cjs.deliverWebhook; }
2207
2350
  });
2208
2351
  Object.defineProperty(exports, "deliverWithRetry", {
2209
2352
  enumerable: true,
2210
- get: function () { return chunkIBG6V56E_cjs.deliverWithRetry; }
2353
+ get: function () { return chunkQFLB4EIJ_cjs.deliverWithRetry; }
2211
2354
  });
2212
2355
  Object.defineProperty(exports, "generateWebhookSecret", {
2213
2356
  enumerable: true,
2214
- get: function () { return chunkIBG6V56E_cjs.generateWebhookSecret; }
2357
+ get: function () { return chunkQFLB4EIJ_cjs.generateWebhookSecret; }
2215
2358
  });
2216
2359
  Object.defineProperty(exports, "signPayload", {
2217
2360
  enumerable: true,
2218
- get: function () { return chunkIBG6V56E_cjs.signPayload; }
2219
- });
2220
- Object.defineProperty(exports, "buildGraphQLSchema", {
2221
- enumerable: true,
2222
- get: function () { return chunkVJT6P4N6_cjs.buildGraphQLSchema; }
2223
- });
2224
- Object.defineProperty(exports, "createGraphQLSchema", {
2225
- enumerable: true,
2226
- get: function () { return chunkVJT6P4N6_cjs.createGraphQLSchema; }
2361
+ get: function () { return chunkQFLB4EIJ_cjs.signPayload; }
2227
2362
  });
2228
2363
  Object.defineProperty(exports, "evaluateAccess", {
2229
2364
  enumerable: true,
2230
- get: function () { return chunkR3XIBBAW_cjs.evaluateAccess; }
2365
+ get: function () { return chunk4M7X5HAB_cjs.evaluateAccess; }
2231
2366
  });
2232
2367
  Object.defineProperty(exports, "getWhereClause", {
2233
2368
  enumerable: true,
2234
- get: function () { return chunkR3XIBBAW_cjs.getWhereClause; }
2369
+ get: function () { return chunk4M7X5HAB_cjs.getWhereClause; }
2235
2370
  });
2236
2371
  Object.defineProperty(exports, "mergeWhereClauses", {
2237
2372
  enumerable: true,
2238
- get: function () { return chunkR3XIBBAW_cjs.mergeWhereClauses; }
2373
+ get: function () { return chunk4M7X5HAB_cjs.mergeWhereClauses; }
2239
2374
  });
2240
2375
  Object.defineProperty(exports, "KyroPubSub", {
2241
2376
  enumerable: true,
@@ -2255,51 +2390,51 @@ Object.defineProperty(exports, "createWSServer", {
2255
2390
  });
2256
2391
  Object.defineProperty(exports, "DrizzleAdapter", {
2257
2392
  enumerable: true,
2258
- get: function () { return chunk2KVHZE6O_cjs.DrizzleAdapter; }
2393
+ get: function () { return chunkCOIASRDK_cjs.DrizzleAdapter; }
2259
2394
  });
2260
2395
  Object.defineProperty(exports, "collectionToDrizzleSchema", {
2261
2396
  enumerable: true,
2262
- get: function () { return chunk2KVHZE6O_cjs.collectionToDrizzleSchema; }
2397
+ get: function () { return chunkCOIASRDK_cjs.collectionToDrizzleSchema; }
2263
2398
  });
2264
2399
  Object.defineProperty(exports, "createDatabase", {
2265
2400
  enumerable: true,
2266
- get: function () { return chunk2KVHZE6O_cjs.createDatabase; }
2401
+ get: function () { return chunkCOIASRDK_cjs.createDatabase; }
2267
2402
  });
2268
2403
  Object.defineProperty(exports, "createDrizzleAdapter", {
2269
2404
  enumerable: true,
2270
- get: function () { return chunk2KVHZE6O_cjs.createDrizzleAdapter; }
2405
+ get: function () { return chunkCOIASRDK_cjs.createDrizzleAdapter; }
2271
2406
  });
2272
2407
  Object.defineProperty(exports, "fieldToDrizzleType", {
2273
2408
  enumerable: true,
2274
- get: function () { return chunk2KVHZE6O_cjs.fieldToDrizzleType; }
2409
+ get: function () { return chunkCOIASRDK_cjs.fieldToDrizzleType; }
2275
2410
  });
2276
2411
  Object.defineProperty(exports, "runMigrations", {
2277
2412
  enumerable: true,
2278
- get: function () { return chunk2KVHZE6O_cjs.runMigrations; }
2413
+ get: function () { return chunkCOIASRDK_cjs.runMigrations; }
2279
2414
  });
2280
2415
  Object.defineProperty(exports, "seedDefaultRoles", {
2281
2416
  enumerable: true,
2282
- get: function () { return chunk2KVHZE6O_cjs.seedDefaultRoles; }
2417
+ get: function () { return chunkCOIASRDK_cjs.seedDefaultRoles; }
2283
2418
  });
2284
2419
  Object.defineProperty(exports, "PostgresAuthAdapter", {
2285
2420
  enumerable: true,
2286
- get: function () { return chunk2OL4O2TH_cjs.PostgresAuthAdapter; }
2421
+ get: function () { return chunkC36TMDTY_cjs.PostgresAuthAdapter; }
2287
2422
  });
2288
2423
  Object.defineProperty(exports, "MongoDBAdapter", {
2289
2424
  enumerable: true,
2290
- get: function () { return chunkPDYFVNUX_cjs.MongoDBAdapter; }
2425
+ get: function () { return chunkV2TVSCV5_cjs.MongoDBAdapter; }
2291
2426
  });
2292
2427
  Object.defineProperty(exports, "createMongoDBAdapter", {
2293
2428
  enumerable: true,
2294
- get: function () { return chunkPDYFVNUX_cjs.createMongoDBAdapter; }
2429
+ get: function () { return chunkV2TVSCV5_cjs.createMongoDBAdapter; }
2295
2430
  });
2296
2431
  Object.defineProperty(exports, "MongoDBAuthAdapter", {
2297
2432
  enumerable: true,
2298
- get: function () { return chunk4DA7QPLA_cjs.MongoDBAuthAdapter; }
2433
+ get: function () { return chunkGXFOGU7N_cjs.MongoDBAuthAdapter; }
2299
2434
  });
2300
2435
  Object.defineProperty(exports, "AbstractBaseAdapter", {
2301
2436
  enumerable: true,
2302
- get: function () { return chunkSA7NSSIQ_cjs.AbstractBaseAdapter; }
2437
+ get: function () { return chunkPI73NNOK_cjs.AbstractBaseAdapter; }
2303
2438
  });
2304
2439
  Object.defineProperty(exports, "z", {
2305
2440
  enumerable: true,
@@ -2325,9 +2460,16 @@ exports.createAuthStorage = createAuthStorage;
2325
2460
  exports.createStorage = createStorage3;
2326
2461
  exports.createVersionManager = createVersionManager;
2327
2462
  exports.defineConfig = defineConfig;
2463
+ exports.defineKyroConfig = defineKyroConfig;
2328
2464
  exports.generateAnalyticsTags = generateAnalyticsTags;
2329
2465
  exports.generateSeoTags = generateSeoTags;
2330
2466
  exports.getDefaultDraftPublishConfig = getDefaultDraftPublishConfig;
2467
+ exports.getPaymentConfig = getPaymentConfig;
2468
+ exports.getPaymentConfigFromSettings = getPaymentConfigFromSettings;
2469
+ exports.getSocialLinks = getSocialLinks;
2470
+ exports.getSocialLinksFromSettings = getSocialLinksFromSettings;
2471
+ exports.getStoreConfig = getStoreConfig;
2472
+ exports.getStoreConfigFromSettings = getStoreConfigFromSettings;
2331
2473
  exports.isArchived = isArchived;
2332
2474
  exports.isDraft = isDraft;
2333
2475
  exports.isPublished = isPublished;