@rakun-kit/core 1.3.7 → 1.3.9

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 (388) hide show
  1. package/dist/cjs/api/routes/manager/get.js +5 -0
  2. package/dist/cjs/api/routes/manager/get.js.map +1 -1
  3. package/dist/cjs/api/routes/manager/list.js +7 -1
  4. package/dist/cjs/api/routes/manager/list.js.map +1 -1
  5. package/dist/cjs/api/routes/manager/media/finalizeUpload.js +4 -18
  6. package/dist/cjs/api/routes/manager/media/finalizeUpload.js.map +1 -1
  7. package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js +63 -0
  8. package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
  9. package/dist/cjs/api/routes/web/page.js +6 -3
  10. package/dist/cjs/api/routes/web/page.js.map +1 -1
  11. package/dist/cjs/api/utils/populates/populateRelations.js +3 -0
  12. package/dist/cjs/api/utils/populates/populateRelations.js.map +1 -1
  13. package/dist/cjs/lib/fields/File.js +3 -0
  14. package/dist/cjs/lib/fields/File.js.map +1 -1
  15. package/dist/esm/api/context.d.ts +1 -1
  16. package/dist/esm/api/context.js +3 -3
  17. package/dist/esm/api/operations/catalog.d.ts +2 -2
  18. package/dist/esm/api/operations/catalog.js +1 -1
  19. package/dist/esm/api/operations/custom.d.ts +1 -1
  20. package/dist/esm/api/operations/custom.js +1 -1
  21. package/dist/esm/api/operations/index.d.ts +110 -92
  22. package/dist/esm/api/operations/index.d.ts.map +1 -1
  23. package/dist/esm/api/operations/index.js +8 -8
  24. package/dist/esm/api/operations/manager-contract.d.ts +65 -65
  25. package/dist/esm/api/operations/manager-contract.js +5 -5
  26. package/dist/esm/api/operations/manager.d.ts +66 -66
  27. package/dist/esm/api/operations/manager.js +51 -51
  28. package/dist/esm/api/operations/tracing.d.ts +1 -1
  29. package/dist/esm/api/operations/tracing.js +1 -1
  30. package/dist/esm/api/operations/types.d.ts +1 -1
  31. package/dist/esm/api/operations/web-contract.d.ts +37 -19
  32. package/dist/esm/api/operations/web-contract.d.ts.map +1 -1
  33. package/dist/esm/api/operations/web-contract.js +3 -3
  34. package/dist/esm/api/operations/web.d.ts +38 -20
  35. package/dist/esm/api/operations/web.d.ts.map +1 -1
  36. package/dist/esm/api/operations/web.js +9 -9
  37. package/dist/esm/api/proxies/context.d.ts +2 -2
  38. package/dist/esm/api/proxies/index.d.ts +8 -8
  39. package/dist/esm/api/proxies/index.js +1 -1
  40. package/dist/esm/api/routes/manager/apiOperations.d.ts +3 -3
  41. package/dist/esm/api/routes/manager/apiOperations.js +5 -5
  42. package/dist/esm/api/routes/manager/auth/accountInfo.d.ts +2 -2
  43. package/dist/esm/api/routes/manager/auth/accountInfo.js +3 -3
  44. package/dist/esm/api/routes/manager/auth/deleteSession.d.ts +2 -2
  45. package/dist/esm/api/routes/manager/auth/deleteSession.js +3 -3
  46. package/dist/esm/api/routes/manager/auth/getSession.d.ts +5 -5
  47. package/dist/esm/api/routes/manager/auth/login.d.ts +1 -1
  48. package/dist/esm/api/routes/manager/auth/login.js +4 -4
  49. package/dist/esm/api/routes/manager/auth/logout.d.ts +1 -1
  50. package/dist/esm/api/routes/manager/auth/logout.js +3 -3
  51. package/dist/esm/api/routes/manager/auth/markTourSeen.d.ts +6 -6
  52. package/dist/esm/api/routes/manager/auth/markTourSeen.js +3 -3
  53. package/dist/esm/api/routes/manager/auth/totp/confirmTotp.d.ts +2 -2
  54. package/dist/esm/api/routes/manager/auth/totp/confirmTotp.js +2 -2
  55. package/dist/esm/api/routes/manager/auth/totp/enrollTotp.d.ts +1 -1
  56. package/dist/esm/api/routes/manager/auth/totp/enrollTotp.js +3 -3
  57. package/dist/esm/api/routes/manager/auth/totp/verifyTotp.d.ts +1 -1
  58. package/dist/esm/api/routes/manager/auth/totp/verifyTotp.js +3 -3
  59. package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +6 -6
  60. package/dist/esm/api/routes/manager/auth/updateAccount.js +3 -3
  61. package/dist/esm/api/routes/manager/auth/updatePassword.d.ts +2 -2
  62. package/dist/esm/api/routes/manager/auth/updatePassword.js +3 -3
  63. package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +6 -6
  64. package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.js +3 -3
  65. package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthOptions.js +4 -4
  66. package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthVerify.js +4 -4
  67. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.d.ts +2 -2
  68. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.js +3 -3
  69. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.d.ts +1 -1
  70. package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.js +4 -4
  71. package/dist/esm/api/routes/manager/backups/create.d.ts +2 -2
  72. package/dist/esm/api/routes/manager/backups/create.js +2 -2
  73. package/dist/esm/api/routes/manager/backups/list.d.ts +2 -2
  74. package/dist/esm/api/routes/manager/backups/list.js +2 -2
  75. package/dist/esm/api/routes/manager/backups/restore.d.ts +2 -2
  76. package/dist/esm/api/routes/manager/backups/restore.js +3 -3
  77. package/dist/esm/api/routes/manager/contentTypes.d.ts +6 -6
  78. package/dist/esm/api/routes/manager/contentTypes.js +1 -1
  79. package/dist/esm/api/routes/manager/create.d.ts +4 -4
  80. package/dist/esm/api/routes/manager/create.js +8 -8
  81. package/dist/esm/api/routes/manager/delete.d.ts +2 -2
  82. package/dist/esm/api/routes/manager/delete.js +8 -8
  83. package/dist/esm/api/routes/manager/duplicate.d.ts +4 -4
  84. package/dist/esm/api/routes/manager/duplicate.js +5 -5
  85. package/dist/esm/api/routes/manager/get.d.ts +3 -18
  86. package/dist/esm/api/routes/manager/get.d.ts.map +1 -1
  87. package/dist/esm/api/routes/manager/get.js +11 -6
  88. package/dist/esm/api/routes/manager/get.js.map +1 -1
  89. package/dist/esm/api/routes/manager/languages.d.ts +3 -3
  90. package/dist/esm/api/routes/manager/languages.js +1 -1
  91. package/dist/esm/api/routes/manager/list.d.ts +2 -2
  92. package/dist/esm/api/routes/manager/list.d.ts.map +1 -1
  93. package/dist/esm/api/routes/manager/list.js +14 -8
  94. package/dist/esm/api/routes/manager/list.js.map +1 -1
  95. package/dist/esm/api/routes/manager/literals/list.d.ts +2 -2
  96. package/dist/esm/api/routes/manager/literals/list.js +5 -5
  97. package/dist/esm/api/routes/manager/literals/upsert.d.ts +2 -2
  98. package/dist/esm/api/routes/manager/literals/upsert.js +6 -6
  99. package/dist/esm/api/routes/manager/media/createFolder.d.ts +2 -2
  100. package/dist/esm/api/routes/manager/media/createFolder.js +7 -7
  101. package/dist/esm/api/routes/manager/media/deleteFolder.d.ts +2 -2
  102. package/dist/esm/api/routes/manager/media/deleteFolder.js +7 -7
  103. package/dist/esm/api/routes/manager/media/deleteMediaStorage.js +2 -2
  104. package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts +2 -2
  105. package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts.map +1 -1
  106. package/dist/esm/api/routes/manager/media/finalizeUpload.js +13 -27
  107. package/dist/esm/api/routes/manager/media/finalizeUpload.js.map +1 -1
  108. package/dist/esm/api/routes/manager/media/getMediaUrl.d.ts +2 -2
  109. package/dist/esm/api/routes/manager/media/getMediaUrl.js +3 -3
  110. package/dist/esm/api/routes/manager/media/listFolders.d.ts +2 -2
  111. package/dist/esm/api/routes/manager/media/listFolders.js +4 -4
  112. package/dist/esm/api/routes/manager/media/prepareUpload.d.ts +2 -2
  113. package/dist/esm/api/routes/manager/media/prepareUpload.js +4 -4
  114. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.d.ts +2 -0
  115. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.d.ts.map +1 -0
  116. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +59 -0
  117. package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
  118. package/dist/esm/api/routes/manager/media/uploadBinary.d.ts +1 -1
  119. package/dist/esm/api/routes/manager/media/uploadBinary.js +6 -6
  120. package/dist/esm/api/routes/manager/migrations/list.d.ts +2 -2
  121. package/dist/esm/api/routes/manager/migrations/list.js +2 -2
  122. package/dist/esm/api/routes/manager/permissions.d.ts +1 -1
  123. package/dist/esm/api/routes/manager/permissions.js +2 -2
  124. package/dist/esm/api/routes/manager/preview/create.d.ts +2 -2
  125. package/dist/esm/api/routes/manager/preview/create.js +13 -13
  126. package/dist/esm/api/routes/manager/regenerateRoutes.d.ts +1 -1
  127. package/dist/esm/api/routes/manager/regenerateRoutes.js +2 -2
  128. package/dist/esm/api/routes/manager/setDefaultLanguage.d.ts +2 -2
  129. package/dist/esm/api/routes/manager/setDefaultLanguage.js +4 -4
  130. package/dist/esm/api/routes/manager/translateDocument.d.ts +2 -2
  131. package/dist/esm/api/routes/manager/translateDocument.js +10 -10
  132. package/dist/esm/api/routes/manager/trash.d.ts +2 -2
  133. package/dist/esm/api/routes/manager/trash.js +6 -6
  134. package/dist/esm/api/routes/manager/update.d.ts +4 -4
  135. package/dist/esm/api/routes/manager/update.js +8 -8
  136. package/dist/esm/api/routes/manager/versions/get.d.ts +2 -2
  137. package/dist/esm/api/routes/manager/versions/get.js +2 -2
  138. package/dist/esm/api/routes/manager/versions/list.d.ts +2 -2
  139. package/dist/esm/api/routes/manager/versions/list.js +2 -2
  140. package/dist/esm/api/routes/manager/versions/restore.d.ts +2 -2
  141. package/dist/esm/api/routes/manager/versions/restore.js +4 -4
  142. package/dist/esm/api/routes/web/page.d.ts +4 -4
  143. package/dist/esm/api/routes/web/page.d.ts.map +1 -1
  144. package/dist/esm/api/routes/web/page.js +20 -17
  145. package/dist/esm/api/routes/web/page.js.map +1 -1
  146. package/dist/esm/api/routes/web/previewPage.d.ts +15 -6
  147. package/dist/esm/api/routes/web/previewPage.d.ts.map +1 -1
  148. package/dist/esm/api/routes/web/previewPage.js +8 -8
  149. package/dist/esm/api/routes/web/robots.d.ts +1 -1
  150. package/dist/esm/api/routes/web/robots.js +2 -2
  151. package/dist/esm/api/routes/web/seo.d.ts +1 -1
  152. package/dist/esm/api/routes/web/sitemap.d.ts +1 -1
  153. package/dist/esm/api/routes/web/sitemap.js +3 -3
  154. package/dist/esm/api/sessionCookie.d.ts +1 -1
  155. package/dist/esm/api/utils/checkFailureCase.d.ts +1 -1
  156. package/dist/esm/api/utils/checkFailureCase.js +1 -1
  157. package/dist/esm/api/utils/checkOwnership.d.ts +2 -2
  158. package/dist/esm/api/utils/checkOwnership.js +4 -4
  159. package/dist/esm/api/utils/checkPermissions.d.ts +2 -2
  160. package/dist/esm/api/utils/checkPermissions.js +3 -3
  161. package/dist/esm/api/utils/getLanguages.d.ts +3 -3
  162. package/dist/esm/api/utils/getLanguages.js +2 -2
  163. package/dist/esm/api/utils/getLink.d.ts +2 -2
  164. package/dist/esm/api/utils/getLink.js +4 -4
  165. package/dist/esm/api/utils/getUser.d.ts +5 -5
  166. package/dist/esm/api/utils/getUser.js +4 -4
  167. package/dist/esm/api/utils/index.d.ts +23 -23
  168. package/dist/esm/api/utils/index.js +23 -23
  169. package/dist/esm/api/utils/parseId.d.ts +1 -1
  170. package/dist/esm/api/utils/parseId.js +1 -1
  171. package/dist/esm/api/utils/passwords.js +1 -1
  172. package/dist/esm/api/utils/populates/populateLinks.d.ts +2 -2
  173. package/dist/esm/api/utils/populates/populateLinks.js +4 -4
  174. package/dist/esm/api/utils/populates/populateRelations.d.ts +2 -2
  175. package/dist/esm/api/utils/populates/populateRelations.js +9 -6
  176. package/dist/esm/api/utils/populates/populateRelations.js.map +1 -1
  177. package/dist/esm/api/utils/redirects/resolveRedirect.js +2 -2
  178. package/dist/esm/api/utils/requireContentType.d.ts +1 -1
  179. package/dist/esm/api/utils/requireContentType.js +2 -2
  180. package/dist/esm/api/utils/routes/revalidatePath.js +5 -5
  181. package/dist/esm/api/utils/routes/routeDefinitions.d.ts +1 -1
  182. package/dist/esm/api/utils/routes/routeMapHelpers.d.ts +5 -5
  183. package/dist/esm/api/utils/routes/routeMapHelpers.js +7 -7
  184. package/dist/esm/api/utils/routes/syncConfiguredRoutes.d.ts +2 -2
  185. package/dist/esm/api/utils/routes/syncConfiguredRoutes.js +5 -5
  186. package/dist/esm/api/utils/routes/updateRoutesMap.d.ts +2 -2
  187. package/dist/esm/api/utils/routes/updateRoutesMap.js +4 -4
  188. package/dist/esm/api/utils/transformObjectIdsToStrings.js +1 -1
  189. package/dist/esm/api/utils/transformStringToObjectIds.js +1 -1
  190. package/dist/esm/api/utils/translate.d.ts +1 -1
  191. package/dist/esm/api/utils/translate.js +3 -3
  192. package/dist/esm/api/utils/validateModule.d.ts +1 -1
  193. package/dist/esm/api/utils/validateModule.js +2 -2
  194. package/dist/esm/bootstrapState.d.ts +9 -9
  195. package/dist/esm/client.d.ts +42 -42
  196. package/dist/esm/client.js +26 -26
  197. package/dist/esm/contracts.d.ts +38 -38
  198. package/dist/esm/contracts.js +38 -38
  199. package/dist/esm/index.d.ts +37 -37
  200. package/dist/esm/index.js +34 -34
  201. package/dist/esm/internal-content-types/Backup.d.ts +57 -57
  202. package/dist/esm/internal-content-types/Backup.js +2 -2
  203. package/dist/esm/internal-content-types/BackupDocument.d.ts +114 -114
  204. package/dist/esm/internal-content-types/BackupDocument.js +2 -2
  205. package/dist/esm/internal-content-types/ContentVersion.d.ts +139 -139
  206. package/dist/esm/internal-content-types/ContentVersion.js +2 -2
  207. package/dist/esm/internal-content-types/HelloWorld.d.ts +30 -30
  208. package/dist/esm/internal-content-types/HelloWorld.js +2 -2
  209. package/dist/esm/internal-content-types/Language.d.ts +39 -39
  210. package/dist/esm/internal-content-types/Language.js +2 -2
  211. package/dist/esm/internal-content-types/LiteralTranslation.d.ts +59 -59
  212. package/dist/esm/internal-content-types/LiteralTranslation.js +2 -2
  213. package/dist/esm/internal-content-types/ManagerRole.d.ts +31 -31
  214. package/dist/esm/internal-content-types/ManagerRole.js +3 -3
  215. package/dist/esm/internal-content-types/ManagerUser.d.ts +200 -200
  216. package/dist/esm/internal-content-types/ManagerUser.js +3 -3
  217. package/dist/esm/internal-content-types/Media.d.ts +261 -261
  218. package/dist/esm/internal-content-types/Media.js +3 -3
  219. package/dist/esm/internal-content-types/MediaFolder.d.ts +88 -88
  220. package/dist/esm/internal-content-types/MediaFolder.js +2 -2
  221. package/dist/esm/internal-content-types/MfaChallenge.d.ts +532 -532
  222. package/dist/esm/internal-content-types/MfaChallenge.js +3 -3
  223. package/dist/esm/internal-content-types/Migration.d.ts +133 -133
  224. package/dist/esm/internal-content-types/Migration.js +2 -2
  225. package/dist/esm/internal-content-types/MigrationLock.d.ts +16 -16
  226. package/dist/esm/internal-content-types/MigrationLock.js +2 -2
  227. package/dist/esm/internal-content-types/Page.d.ts +1486 -1267
  228. package/dist/esm/internal-content-types/Page.d.ts.map +1 -1
  229. package/dist/esm/internal-content-types/Page.js +4 -4
  230. package/dist/esm/internal-content-types/PreviewSnapshot.d.ts +213 -213
  231. package/dist/esm/internal-content-types/PreviewSnapshot.js +2 -2
  232. package/dist/esm/internal-content-types/Redirect.d.ts +146 -146
  233. package/dist/esm/internal-content-types/Redirect.js +2 -2
  234. package/dist/esm/internal-content-types/RobotsRule.d.ts +103 -103
  235. package/dist/esm/internal-content-types/RobotsRule.js +2 -2
  236. package/dist/esm/internal-content-types/Route.d.ts +151 -151
  237. package/dist/esm/internal-content-types/Route.js +2 -2
  238. package/dist/esm/internal-content-types/RouteLayoutModule.d.ts +164 -164
  239. package/dist/esm/internal-content-types/RouteLayoutModule.js +2 -2
  240. package/dist/esm/internal-content-types/RouteLayoutModuleOverride.d.ts +143 -143
  241. package/dist/esm/internal-content-types/RouteLayoutModuleOverride.js +2 -2
  242. package/dist/esm/internal-content-types/RouteMap.d.ts +143 -143
  243. package/dist/esm/internal-content-types/RouteMap.js +2 -2
  244. package/dist/esm/internal-content-types/RouteSettings.d.ts +1517 -1298
  245. package/dist/esm/internal-content-types/RouteSettings.d.ts.map +1 -1
  246. package/dist/esm/internal-content-types/RouteSettings.js +3 -3
  247. package/dist/esm/internal-content-types/SchemaState.d.ts +65 -65
  248. package/dist/esm/internal-content-types/SchemaState.js +2 -2
  249. package/dist/esm/internal-content-types/Seo.d.ts +508 -430
  250. package/dist/esm/internal-content-types/Seo.d.ts.map +1 -1
  251. package/dist/esm/internal-content-types/Seo.js +2 -2
  252. package/dist/esm/internal-content-types/SeoSettings.d.ts +569 -491
  253. package/dist/esm/internal-content-types/SeoSettings.d.ts.map +1 -1
  254. package/dist/esm/internal-content-types/SeoSettings.js +3 -3
  255. package/dist/esm/internal-content-types/Session.d.ts +495 -495
  256. package/dist/esm/internal-content-types/Session.js +3 -3
  257. package/dist/esm/internal-content-types/UserMfa.d.ts +464 -464
  258. package/dist/esm/internal-content-types/UserMfa.js +3 -3
  259. package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +586 -586
  260. package/dist/esm/internal-content-types/WebAuthnCredential.js +3 -3
  261. package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +524 -524
  262. package/dist/esm/internal-content-types/WebAuthnRegChallenge.js +3 -3
  263. package/dist/esm/internal-content-types/index.d.ts +29 -29
  264. package/dist/esm/internal-content-types/index.js +29 -29
  265. package/dist/esm/lib/ContentType.d.ts +2 -2
  266. package/dist/esm/lib/ContentType.js +1 -1
  267. package/dist/esm/lib/Permissions.d.ts +1 -1
  268. package/dist/esm/lib/Registry.d.ts +4 -4
  269. package/dist/esm/lib/Registry.js +1 -1
  270. package/dist/esm/lib/errors/AppError.d.ts +1 -1
  271. package/dist/esm/lib/errors/AppError.js +1 -1
  272. package/dist/esm/lib/errors/index.d.ts +4 -4
  273. package/dist/esm/lib/errors/index.js +3 -3
  274. package/dist/esm/lib/errors/throwAppError.d.ts +1 -1
  275. package/dist/esm/lib/errors/throwAppError.js +3 -3
  276. package/dist/esm/lib/fields/Boolean.d.ts +1 -1
  277. package/dist/esm/lib/fields/Boolean.js +1 -1
  278. package/dist/esm/lib/fields/ContentReference.d.ts +2 -2
  279. package/dist/esm/lib/fields/ContentReference.js +2 -2
  280. package/dist/esm/lib/fields/Date.d.ts +1 -1
  281. package/dist/esm/lib/fields/Date.js +1 -1
  282. package/dist/esm/lib/fields/Field.d.ts +12 -12
  283. package/dist/esm/lib/fields/Fields.d.ts +13 -13
  284. package/dist/esm/lib/fields/Fields.js +13 -13
  285. package/dist/esm/lib/fields/File.d.ts +7 -1
  286. package/dist/esm/lib/fields/File.d.ts.map +1 -1
  287. package/dist/esm/lib/fields/File.js +5 -2
  288. package/dist/esm/lib/fields/File.js.map +1 -1
  289. package/dist/esm/lib/fields/Iterator.d.ts +2 -2
  290. package/dist/esm/lib/fields/Iterator.js +3 -3
  291. package/dist/esm/lib/fields/Link.d.ts +1 -1
  292. package/dist/esm/lib/fields/Link.js +2 -2
  293. package/dist/esm/lib/fields/List.d.ts +1 -1
  294. package/dist/esm/lib/fields/List.js +1 -1
  295. package/dist/esm/lib/fields/Number.d.ts +1 -1
  296. package/dist/esm/lib/fields/Number.js +1 -1
  297. package/dist/esm/lib/fields/Relation.d.ts +3 -3
  298. package/dist/esm/lib/fields/Relation.js +3 -3
  299. package/dist/esm/lib/fields/Select.d.ts +1 -1
  300. package/dist/esm/lib/fields/Select.js +1 -1
  301. package/dist/esm/lib/fields/SelfRelation.d.ts +1 -1
  302. package/dist/esm/lib/fields/SelfRelation.js +2 -2
  303. package/dist/esm/lib/fields/SimpleList.d.ts +1 -1
  304. package/dist/esm/lib/fields/SimpleList.js +1 -1
  305. package/dist/esm/lib/fields/String.d.ts +1 -1
  306. package/dist/esm/lib/fields/String.js +3 -3
  307. package/dist/esm/lib/fields/index.d.ts +15 -15
  308. package/dist/esm/lib/fields/index.js +15 -15
  309. package/dist/esm/lib/types/index.d.ts +2 -2
  310. package/dist/esm/lib/utils/getListField.d.ts +1 -1
  311. package/dist/esm/lib/utils/getSchemas.d.ts +1 -1
  312. package/dist/esm/lib/utils/getTranslation.d.ts +2 -2
  313. package/dist/esm/lib/utils/getTranslation.js +1 -1
  314. package/dist/esm/lib/utils/isTranslatableObject.d.ts +1 -1
  315. package/dist/esm/lib/utils/translateObject.d.ts +2 -2
  316. package/dist/esm/lib/utils/translateObject.js +3 -3
  317. package/dist/esm/literals/definitions.d.ts +1 -1
  318. package/dist/esm/literals/definitions.js +1 -1
  319. package/dist/esm/literals/index.d.ts +3 -3
  320. package/dist/esm/literals/index.js +3 -3
  321. package/dist/esm/literals/manager.d.ts +1 -1
  322. package/dist/esm/literals/manager.js +1 -1
  323. package/dist/esm/manager.d.ts +264 -264
  324. package/dist/esm/manager.js +2 -2
  325. package/dist/esm/media/imageOptimization.d.ts +1 -1
  326. package/dist/esm/media/imageOptimization.js +2 -2
  327. package/dist/esm/media/index.d.ts +4 -4
  328. package/dist/esm/media/index.js +3 -3
  329. package/dist/esm/media/mediaService.d.ts +1 -1
  330. package/dist/esm/orm/backups.js +5 -5
  331. package/dist/esm/orm/createIndexes.js +2 -2
  332. package/dist/esm/orm/database.js +3 -3
  333. package/dist/esm/orm/dbService.d.ts +6 -6
  334. package/dist/esm/orm/index.d.ts +2 -2
  335. package/dist/esm/orm/index.js +16 -16
  336. package/dist/esm/orm/migrations.d.ts +1 -1
  337. package/dist/esm/orm/migrations.js +4 -4
  338. package/dist/esm/orm/mongodbPeer.js +1 -1
  339. package/dist/esm/orm/operations/clear.d.ts +1 -1
  340. package/dist/esm/orm/operations/clear.js +1 -1
  341. package/dist/esm/orm/operations/create.d.ts +3 -3
  342. package/dist/esm/orm/operations/create.js +5 -5
  343. package/dist/esm/orm/operations/delete.d.ts +3 -3
  344. package/dist/esm/orm/operations/delete.js +3 -3
  345. package/dist/esm/orm/operations/find.d.ts +2 -2
  346. package/dist/esm/orm/operations/find.js +3 -3
  347. package/dist/esm/orm/operations/findDependencies.d.ts +2 -2
  348. package/dist/esm/orm/operations/findDependencies.js +4 -4
  349. package/dist/esm/orm/operations/get.d.ts +3 -3
  350. package/dist/esm/orm/operations/get.js +3 -3
  351. package/dist/esm/orm/operations/getAll.d.ts +2 -2
  352. package/dist/esm/orm/operations/getAll.js +2 -2
  353. package/dist/esm/orm/operations/list.d.ts +2 -2
  354. package/dist/esm/orm/operations/list.js +3 -3
  355. package/dist/esm/orm/operations/update.d.ts +4 -4
  356. package/dist/esm/orm/operations/update.js +6 -6
  357. package/dist/esm/orm/operations/updateMany.d.ts +3 -3
  358. package/dist/esm/orm/operations/updateMany.js +3 -3
  359. package/dist/esm/orm/operations/upsert.d.ts +3 -3
  360. package/dist/esm/orm/operations/upsert.js +4 -4
  361. package/dist/esm/orm/utils/deepDeleteNulls.js +1 -1
  362. package/dist/esm/orm/utils/parseId.d.ts +1 -1
  363. package/dist/esm/orm/utils/parseId.js +1 -1
  364. package/dist/esm/orm/utils/transformObjectIdsToStrings.js +1 -1
  365. package/dist/esm/orm/utils/transformStringToObjectIds.js +1 -1
  366. package/dist/esm/orm/versions.d.ts +1 -1
  367. package/dist/esm/orm/versions.js +7 -7
  368. package/dist/esm/schemas/manager/literals/upsert.js +1 -1
  369. package/dist/esm/schemas/manager/media/finalizeUpload.js +1 -1
  370. package/dist/esm/schemas/manager/media/getMediaUrl.js +1 -1
  371. package/dist/esm/schemas/manager/media/listFolders.js +1 -1
  372. package/dist/esm/schemas/web/page.d.ts +100 -28
  373. package/dist/esm/schemas/web/page.d.ts.map +1 -1
  374. package/dist/esm/schemas/web/page.js +1 -1
  375. package/dist/esm/schemas/web/previewPage.d.ts +56 -20
  376. package/dist/esm/schemas/web/previewPage.d.ts.map +1 -1
  377. package/dist/esm/schemas/web/previewPage.js +1 -1
  378. package/dist/esm/translation/document.d.ts +3 -3
  379. package/dist/esm/translation/index.d.ts +4 -4
  380. package/dist/esm/translation/index.js +3 -3
  381. package/dist/esm/translation/translationService.d.ts +1 -1
  382. package/dist/esm/web/client.d.ts +1 -1
  383. package/dist/esm/web/client.js +1 -1
  384. package/dist/esm/web/index.d.ts +2 -2
  385. package/dist/esm/web/index.js +2 -2
  386. package/dist/esm/web/page.d.ts +1 -1
  387. package/dist/tsconfig.build.tsbuildinfo +1 -1
  388. package/package.json +1 -1
@@ -23,6 +23,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
23
23
  height: number | null;
24
24
  size: number;
25
25
  orientation: "portrait" | "landscape" | null;
26
+ key?: string | undefined;
27
+ access?: "public" | "private" | undefined;
28
+ previewKey?: string | null | undefined;
26
29
  title?: string | undefined;
27
30
  alt?: string | null | undefined;
28
31
  sizes?: {
@@ -52,6 +55,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
52
55
  height: number | null;
53
56
  size: number;
54
57
  orientation: "portrait" | "landscape" | null;
58
+ key?: string | undefined;
59
+ access?: "public" | "private" | undefined;
60
+ previewKey?: string | null | undefined;
55
61
  title?: string | undefined;
56
62
  alt?: string | null | undefined;
57
63
  sizes?: {
@@ -78,6 +84,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
78
84
  height: number | null;
79
85
  size: number;
80
86
  orientation: "portrait" | "landscape" | null;
87
+ key?: string | undefined;
88
+ access?: "public" | "private" | undefined;
89
+ previewKey?: string | null | undefined;
81
90
  title?: string | undefined;
82
91
  alt?: string | null | undefined;
83
92
  sizes?: {
@@ -92,8 +101,8 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
92
101
  } | undefined;
93
102
  twitterImageAlt?: string | undefined;
94
103
  _schemaVersion?: number | undefined;
95
- _visibility?: import("../..").DocumentVisibility | undefined;
96
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
104
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
105
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
97
106
  _trashed?: boolean | undefined;
98
107
  _revision?: number | undefined;
99
108
  trashedAt?: Date | undefined;
@@ -114,6 +123,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
114
123
  height: number | null;
115
124
  size: number;
116
125
  orientation: "portrait" | "landscape" | null;
126
+ key?: string | undefined;
127
+ access?: "public" | "private" | undefined;
128
+ previewKey?: string | null | undefined;
117
129
  title?: string | undefined;
118
130
  alt?: string | null | undefined;
119
131
  sizes?: {
@@ -143,6 +155,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
143
155
  height: number | null;
144
156
  size: number;
145
157
  orientation: "portrait" | "landscape" | null;
158
+ key?: string | undefined;
159
+ access?: "public" | "private" | undefined;
160
+ previewKey?: string | null | undefined;
146
161
  title?: string | undefined;
147
162
  alt?: string | null | undefined;
148
163
  sizes?: {
@@ -169,6 +184,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
169
184
  height: number | null;
170
185
  size: number;
171
186
  orientation: "portrait" | "landscape" | null;
187
+ key?: string | undefined;
188
+ access?: "public" | "private" | undefined;
189
+ previewKey?: string | null | undefined;
172
190
  title?: string | undefined;
173
191
  alt?: string | null | undefined;
174
192
  sizes?: {
@@ -183,8 +201,8 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
183
201
  } | undefined;
184
202
  twitterImageAlt?: string | undefined;
185
203
  _schemaVersion?: number | undefined;
186
- _visibility?: import("../..").DocumentVisibility | undefined;
187
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
204
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
205
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
188
206
  _trashed?: boolean | undefined;
189
207
  _revision?: number | undefined;
190
208
  trashedAt?: Date | undefined;
@@ -205,6 +223,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
205
223
  height: number | null;
206
224
  size: number;
207
225
  orientation: "portrait" | "landscape" | null;
226
+ key?: string | undefined;
227
+ access?: "public" | "private" | undefined;
228
+ previewKey?: string | null | undefined;
208
229
  title?: string | undefined;
209
230
  alt?: string | null | undefined;
210
231
  sizes?: {
@@ -234,6 +255,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
234
255
  height: number | null;
235
256
  size: number;
236
257
  orientation: "portrait" | "landscape" | null;
258
+ key?: string | undefined;
259
+ access?: "public" | "private" | undefined;
260
+ previewKey?: string | null | undefined;
237
261
  title?: string | undefined;
238
262
  alt?: string | null | undefined;
239
263
  sizes?: {
@@ -260,6 +284,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
260
284
  height: number | null;
261
285
  size: number;
262
286
  orientation: "portrait" | "landscape" | null;
287
+ key?: string | undefined;
288
+ access?: "public" | "private" | undefined;
289
+ previewKey?: string | null | undefined;
263
290
  title?: string | undefined;
264
291
  alt?: string | null | undefined;
265
292
  sizes?: {
@@ -274,8 +301,8 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
274
301
  } | undefined;
275
302
  twitterImageAlt?: string | undefined;
276
303
  _schemaVersion?: number | undefined;
277
- _visibility?: import("../..").DocumentVisibility | undefined;
278
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
304
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
305
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
279
306
  _trashed?: boolean | undefined;
280
307
  _revision?: number | undefined;
281
308
  trashedAt?: Date | undefined;
@@ -296,6 +323,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
296
323
  height: number | null;
297
324
  size: number;
298
325
  orientation: "portrait" | "landscape" | null;
326
+ key?: string | undefined;
327
+ access?: "public" | "private" | undefined;
328
+ previewKey?: string | null | undefined;
299
329
  title?: string | undefined;
300
330
  alt?: string | null | undefined;
301
331
  sizes?: {
@@ -325,6 +355,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
325
355
  height: number | null;
326
356
  size: number;
327
357
  orientation: "portrait" | "landscape" | null;
358
+ key?: string | undefined;
359
+ access?: "public" | "private" | undefined;
360
+ previewKey?: string | null | undefined;
328
361
  title?: string | undefined;
329
362
  alt?: string | null | undefined;
330
363
  sizes?: {
@@ -351,6 +384,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
351
384
  height: number | null;
352
385
  size: number;
353
386
  orientation: "portrait" | "landscape" | null;
387
+ key?: string | undefined;
388
+ access?: "public" | "private" | undefined;
389
+ previewKey?: string | null | undefined;
354
390
  title?: string | undefined;
355
391
  alt?: string | null | undefined;
356
392
  sizes?: {
@@ -365,8 +401,8 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
365
401
  } | undefined;
366
402
  twitterImageAlt?: string | undefined;
367
403
  _schemaVersion?: number | undefined;
368
- _visibility?: import("../..").DocumentVisibility | undefined;
369
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
404
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
405
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
370
406
  _trashed?: boolean | undefined;
371
407
  _revision?: number | undefined;
372
408
  trashedAt?: Date | undefined;
@@ -416,6 +452,9 @@ export declare const pageOutput: z.ZodObject<{
416
452
  height: number | null;
417
453
  size: number;
418
454
  orientation: "portrait" | "landscape" | null;
455
+ key?: string | undefined;
456
+ access?: "public" | "private" | undefined;
457
+ previewKey?: string | null | undefined;
419
458
  title?: string | undefined;
420
459
  alt?: string | null | undefined;
421
460
  sizes?: {
@@ -445,6 +484,9 @@ export declare const pageOutput: z.ZodObject<{
445
484
  height: number | null;
446
485
  size: number;
447
486
  orientation: "portrait" | "landscape" | null;
487
+ key?: string | undefined;
488
+ access?: "public" | "private" | undefined;
489
+ previewKey?: string | null | undefined;
448
490
  title?: string | undefined;
449
491
  alt?: string | null | undefined;
450
492
  sizes?: {
@@ -471,6 +513,9 @@ export declare const pageOutput: z.ZodObject<{
471
513
  height: number | null;
472
514
  size: number;
473
515
  orientation: "portrait" | "landscape" | null;
516
+ key?: string | undefined;
517
+ access?: "public" | "private" | undefined;
518
+ previewKey?: string | null | undefined;
474
519
  title?: string | undefined;
475
520
  alt?: string | null | undefined;
476
521
  sizes?: {
@@ -485,8 +530,8 @@ export declare const pageOutput: z.ZodObject<{
485
530
  } | undefined;
486
531
  twitterImageAlt?: string | undefined;
487
532
  _schemaVersion?: number | undefined;
488
- _visibility?: import("../..").DocumentVisibility | undefined;
489
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
533
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
534
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
490
535
  _trashed?: boolean | undefined;
491
536
  _revision?: number | undefined;
492
537
  trashedAt?: Date | undefined;
@@ -507,6 +552,9 @@ export declare const pageOutput: z.ZodObject<{
507
552
  height: number | null;
508
553
  size: number;
509
554
  orientation: "portrait" | "landscape" | null;
555
+ key?: string | undefined;
556
+ access?: "public" | "private" | undefined;
557
+ previewKey?: string | null | undefined;
510
558
  title?: string | undefined;
511
559
  alt?: string | null | undefined;
512
560
  sizes?: {
@@ -536,6 +584,9 @@ export declare const pageOutput: z.ZodObject<{
536
584
  height: number | null;
537
585
  size: number;
538
586
  orientation: "portrait" | "landscape" | null;
587
+ key?: string | undefined;
588
+ access?: "public" | "private" | undefined;
589
+ previewKey?: string | null | undefined;
539
590
  title?: string | undefined;
540
591
  alt?: string | null | undefined;
541
592
  sizes?: {
@@ -562,6 +613,9 @@ export declare const pageOutput: z.ZodObject<{
562
613
  height: number | null;
563
614
  size: number;
564
615
  orientation: "portrait" | "landscape" | null;
616
+ key?: string | undefined;
617
+ access?: "public" | "private" | undefined;
618
+ previewKey?: string | null | undefined;
565
619
  title?: string | undefined;
566
620
  alt?: string | null | undefined;
567
621
  sizes?: {
@@ -576,8 +630,8 @@ export declare const pageOutput: z.ZodObject<{
576
630
  } | undefined;
577
631
  twitterImageAlt?: string | undefined;
578
632
  _schemaVersion?: number | undefined;
579
- _visibility?: import("../..").DocumentVisibility | undefined;
580
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
633
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
634
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
581
635
  _trashed?: boolean | undefined;
582
636
  _revision?: number | undefined;
583
637
  trashedAt?: Date | undefined;
@@ -598,6 +652,9 @@ export declare const pageOutput: z.ZodObject<{
598
652
  height: number | null;
599
653
  size: number;
600
654
  orientation: "portrait" | "landscape" | null;
655
+ key?: string | undefined;
656
+ access?: "public" | "private" | undefined;
657
+ previewKey?: string | null | undefined;
601
658
  title?: string | undefined;
602
659
  alt?: string | null | undefined;
603
660
  sizes?: {
@@ -627,6 +684,9 @@ export declare const pageOutput: z.ZodObject<{
627
684
  height: number | null;
628
685
  size: number;
629
686
  orientation: "portrait" | "landscape" | null;
687
+ key?: string | undefined;
688
+ access?: "public" | "private" | undefined;
689
+ previewKey?: string | null | undefined;
630
690
  title?: string | undefined;
631
691
  alt?: string | null | undefined;
632
692
  sizes?: {
@@ -653,6 +713,9 @@ export declare const pageOutput: z.ZodObject<{
653
713
  height: number | null;
654
714
  size: number;
655
715
  orientation: "portrait" | "landscape" | null;
716
+ key?: string | undefined;
717
+ access?: "public" | "private" | undefined;
718
+ previewKey?: string | null | undefined;
656
719
  title?: string | undefined;
657
720
  alt?: string | null | undefined;
658
721
  sizes?: {
@@ -667,8 +730,8 @@ export declare const pageOutput: z.ZodObject<{
667
730
  } | undefined;
668
731
  twitterImageAlt?: string | undefined;
669
732
  _schemaVersion?: number | undefined;
670
- _visibility?: import("../..").DocumentVisibility | undefined;
671
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
733
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
734
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
672
735
  _trashed?: boolean | undefined;
673
736
  _revision?: number | undefined;
674
737
  trashedAt?: Date | undefined;
@@ -689,6 +752,9 @@ export declare const pageOutput: z.ZodObject<{
689
752
  height: number | null;
690
753
  size: number;
691
754
  orientation: "portrait" | "landscape" | null;
755
+ key?: string | undefined;
756
+ access?: "public" | "private" | undefined;
757
+ previewKey?: string | null | undefined;
692
758
  title?: string | undefined;
693
759
  alt?: string | null | undefined;
694
760
  sizes?: {
@@ -718,6 +784,9 @@ export declare const pageOutput: z.ZodObject<{
718
784
  height: number | null;
719
785
  size: number;
720
786
  orientation: "portrait" | "landscape" | null;
787
+ key?: string | undefined;
788
+ access?: "public" | "private" | undefined;
789
+ previewKey?: string | null | undefined;
721
790
  title?: string | undefined;
722
791
  alt?: string | null | undefined;
723
792
  sizes?: {
@@ -744,6 +813,9 @@ export declare const pageOutput: z.ZodObject<{
744
813
  height: number | null;
745
814
  size: number;
746
815
  orientation: "portrait" | "landscape" | null;
816
+ key?: string | undefined;
817
+ access?: "public" | "private" | undefined;
818
+ previewKey?: string | null | undefined;
747
819
  title?: string | undefined;
748
820
  alt?: string | null | undefined;
749
821
  sizes?: {
@@ -758,8 +830,8 @@ export declare const pageOutput: z.ZodObject<{
758
830
  } | undefined;
759
831
  twitterImageAlt?: string | undefined;
760
832
  _schemaVersion?: number | undefined;
761
- _visibility?: import("../..").DocumentVisibility | undefined;
762
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
833
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
834
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
763
835
  _trashed?: boolean | undefined;
764
836
  _revision?: number | undefined;
765
837
  trashedAt?: Date | undefined;
@@ -776,10 +848,10 @@ export declare const pageOutput: z.ZodObject<{
776
848
  default: boolean;
777
849
  _type: "Language";
778
850
  _id: string;
779
- parent?: import("../..").SelfRelationValue<string> | undefined;
851
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
780
852
  _schemaVersion?: number | undefined;
781
- _visibility?: import("../..").DocumentVisibility | undefined;
782
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
853
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
854
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
783
855
  _trashed?: boolean | undefined;
784
856
  _revision?: number | undefined;
785
857
  trashedAt?: Date | undefined;
@@ -791,10 +863,10 @@ export declare const pageOutput: z.ZodObject<{
791
863
  default: boolean;
792
864
  _type: "Language";
793
865
  _id: string;
794
- parent?: import("../..").SelfRelationValue<string> | undefined;
866
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
795
867
  _schemaVersion?: number | undefined;
796
- _visibility?: import("../..").DocumentVisibility | undefined;
797
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
868
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
869
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
798
870
  _trashed?: boolean | undefined;
799
871
  _revision?: number | undefined;
800
872
  trashedAt?: Date | undefined;
@@ -806,10 +878,10 @@ export declare const pageOutput: z.ZodObject<{
806
878
  default: boolean;
807
879
  _type: "Language";
808
880
  _id: string;
809
- parent?: import("../..").SelfRelationValue<string> | undefined;
881
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
810
882
  _schemaVersion?: number | undefined;
811
- _visibility?: import("../..").DocumentVisibility | undefined;
812
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
883
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
884
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
813
885
  _trashed?: boolean | undefined;
814
886
  _revision?: number | undefined;
815
887
  trashedAt?: Date | undefined;
@@ -821,10 +893,10 @@ export declare const pageOutput: z.ZodObject<{
821
893
  default: boolean;
822
894
  _type: "Language";
823
895
  _id: string;
824
- parent?: import("../..").SelfRelationValue<string> | undefined;
896
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
825
897
  _schemaVersion?: number | undefined;
826
- _visibility?: import("../..").DocumentVisibility | undefined;
827
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
898
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
899
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
828
900
  _trashed?: boolean | undefined;
829
901
  _revision?: number | undefined;
830
902
  trashedAt?: Date | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../src/schemas/web/page.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,SAAS;;;;iBAIpB,CAAC;AAEH,eAAO,MAAM,UAAU;;;kCAMC,CAAC;AAEzB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAOzB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA4BrB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAClD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AACpD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAC1D,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../src/schemas/web/page.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,SAAS;;;;iBAIpB,CAAC;AAEH,eAAO,MAAM,UAAU;;;kCAMC,CAAC;AAEzB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAOzB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA4BrB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAClD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AACpD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAC1D,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import z from "zod";
2
- import { Seo, Language } from "../../internal-content-types";
2
+ import { Seo, Language } from "../../internal-content-types/index.js";
3
3
  export const pageInput = z.object({
4
4
  path: z.string(),
5
5
  search: z.string().optional(),
@@ -44,6 +44,9 @@ export declare const previewPageOutput: z.ZodObject<{
44
44
  height: number | null;
45
45
  size: number;
46
46
  orientation: "portrait" | "landscape" | null;
47
+ key?: string | undefined;
48
+ access?: "public" | "private" | undefined;
49
+ previewKey?: string | null | undefined;
47
50
  title?: string | undefined;
48
51
  alt?: string | null | undefined;
49
52
  sizes?: {
@@ -73,6 +76,9 @@ export declare const previewPageOutput: z.ZodObject<{
73
76
  height: number | null;
74
77
  size: number;
75
78
  orientation: "portrait" | "landscape" | null;
79
+ key?: string | undefined;
80
+ access?: "public" | "private" | undefined;
81
+ previewKey?: string | null | undefined;
76
82
  title?: string | undefined;
77
83
  alt?: string | null | undefined;
78
84
  sizes?: {
@@ -99,6 +105,9 @@ export declare const previewPageOutput: z.ZodObject<{
99
105
  height: number | null;
100
106
  size: number;
101
107
  orientation: "portrait" | "landscape" | null;
108
+ key?: string | undefined;
109
+ access?: "public" | "private" | undefined;
110
+ previewKey?: string | null | undefined;
102
111
  title?: string | undefined;
103
112
  alt?: string | null | undefined;
104
113
  sizes?: {
@@ -113,8 +122,8 @@ export declare const previewPageOutput: z.ZodObject<{
113
122
  } | undefined;
114
123
  twitterImageAlt?: string | undefined;
115
124
  _schemaVersion?: number | undefined;
116
- _visibility?: import("../..").DocumentVisibility | undefined;
117
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
125
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
126
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
118
127
  _trashed?: boolean | undefined;
119
128
  _revision?: number | undefined;
120
129
  trashedAt?: Date | undefined;
@@ -135,6 +144,9 @@ export declare const previewPageOutput: z.ZodObject<{
135
144
  height: number | null;
136
145
  size: number;
137
146
  orientation: "portrait" | "landscape" | null;
147
+ key?: string | undefined;
148
+ access?: "public" | "private" | undefined;
149
+ previewKey?: string | null | undefined;
138
150
  title?: string | undefined;
139
151
  alt?: string | null | undefined;
140
152
  sizes?: {
@@ -164,6 +176,9 @@ export declare const previewPageOutput: z.ZodObject<{
164
176
  height: number | null;
165
177
  size: number;
166
178
  orientation: "portrait" | "landscape" | null;
179
+ key?: string | undefined;
180
+ access?: "public" | "private" | undefined;
181
+ previewKey?: string | null | undefined;
167
182
  title?: string | undefined;
168
183
  alt?: string | null | undefined;
169
184
  sizes?: {
@@ -190,6 +205,9 @@ export declare const previewPageOutput: z.ZodObject<{
190
205
  height: number | null;
191
206
  size: number;
192
207
  orientation: "portrait" | "landscape" | null;
208
+ key?: string | undefined;
209
+ access?: "public" | "private" | undefined;
210
+ previewKey?: string | null | undefined;
193
211
  title?: string | undefined;
194
212
  alt?: string | null | undefined;
195
213
  sizes?: {
@@ -204,8 +222,8 @@ export declare const previewPageOutput: z.ZodObject<{
204
222
  } | undefined;
205
223
  twitterImageAlt?: string | undefined;
206
224
  _schemaVersion?: number | undefined;
207
- _visibility?: import("../..").DocumentVisibility | undefined;
208
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
225
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
226
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
209
227
  _trashed?: boolean | undefined;
210
228
  _revision?: number | undefined;
211
229
  trashedAt?: Date | undefined;
@@ -226,6 +244,9 @@ export declare const previewPageOutput: z.ZodObject<{
226
244
  height: number | null;
227
245
  size: number;
228
246
  orientation: "portrait" | "landscape" | null;
247
+ key?: string | undefined;
248
+ access?: "public" | "private" | undefined;
249
+ previewKey?: string | null | undefined;
229
250
  title?: string | undefined;
230
251
  alt?: string | null | undefined;
231
252
  sizes?: {
@@ -255,6 +276,9 @@ export declare const previewPageOutput: z.ZodObject<{
255
276
  height: number | null;
256
277
  size: number;
257
278
  orientation: "portrait" | "landscape" | null;
279
+ key?: string | undefined;
280
+ access?: "public" | "private" | undefined;
281
+ previewKey?: string | null | undefined;
258
282
  title?: string | undefined;
259
283
  alt?: string | null | undefined;
260
284
  sizes?: {
@@ -281,6 +305,9 @@ export declare const previewPageOutput: z.ZodObject<{
281
305
  height: number | null;
282
306
  size: number;
283
307
  orientation: "portrait" | "landscape" | null;
308
+ key?: string | undefined;
309
+ access?: "public" | "private" | undefined;
310
+ previewKey?: string | null | undefined;
284
311
  title?: string | undefined;
285
312
  alt?: string | null | undefined;
286
313
  sizes?: {
@@ -295,8 +322,8 @@ export declare const previewPageOutput: z.ZodObject<{
295
322
  } | undefined;
296
323
  twitterImageAlt?: string | undefined;
297
324
  _schemaVersion?: number | undefined;
298
- _visibility?: import("../..").DocumentVisibility | undefined;
299
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
325
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
326
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
300
327
  _trashed?: boolean | undefined;
301
328
  _revision?: number | undefined;
302
329
  trashedAt?: Date | undefined;
@@ -317,6 +344,9 @@ export declare const previewPageOutput: z.ZodObject<{
317
344
  height: number | null;
318
345
  size: number;
319
346
  orientation: "portrait" | "landscape" | null;
347
+ key?: string | undefined;
348
+ access?: "public" | "private" | undefined;
349
+ previewKey?: string | null | undefined;
320
350
  title?: string | undefined;
321
351
  alt?: string | null | undefined;
322
352
  sizes?: {
@@ -346,6 +376,9 @@ export declare const previewPageOutput: z.ZodObject<{
346
376
  height: number | null;
347
377
  size: number;
348
378
  orientation: "portrait" | "landscape" | null;
379
+ key?: string | undefined;
380
+ access?: "public" | "private" | undefined;
381
+ previewKey?: string | null | undefined;
349
382
  title?: string | undefined;
350
383
  alt?: string | null | undefined;
351
384
  sizes?: {
@@ -372,6 +405,9 @@ export declare const previewPageOutput: z.ZodObject<{
372
405
  height: number | null;
373
406
  size: number;
374
407
  orientation: "portrait" | "landscape" | null;
408
+ key?: string | undefined;
409
+ access?: "public" | "private" | undefined;
410
+ previewKey?: string | null | undefined;
375
411
  title?: string | undefined;
376
412
  alt?: string | null | undefined;
377
413
  sizes?: {
@@ -386,8 +422,8 @@ export declare const previewPageOutput: z.ZodObject<{
386
422
  } | undefined;
387
423
  twitterImageAlt?: string | undefined;
388
424
  _schemaVersion?: number | undefined;
389
- _visibility?: import("../..").DocumentVisibility | undefined;
390
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
425
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
426
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
391
427
  _trashed?: boolean | undefined;
392
428
  _revision?: number | undefined;
393
429
  trashedAt?: Date | undefined;
@@ -404,10 +440,10 @@ export declare const previewPageOutput: z.ZodObject<{
404
440
  default: boolean;
405
441
  _type: "Language";
406
442
  _id: string;
407
- parent?: import("../..").SelfRelationValue<string> | undefined;
443
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
408
444
  _schemaVersion?: number | undefined;
409
- _visibility?: import("../..").DocumentVisibility | undefined;
410
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
445
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
446
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
411
447
  _trashed?: boolean | undefined;
412
448
  _revision?: number | undefined;
413
449
  trashedAt?: Date | undefined;
@@ -419,10 +455,10 @@ export declare const previewPageOutput: z.ZodObject<{
419
455
  default: boolean;
420
456
  _type: "Language";
421
457
  _id: string;
422
- parent?: import("../..").SelfRelationValue<string> | undefined;
458
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
423
459
  _schemaVersion?: number | undefined;
424
- _visibility?: import("../..").DocumentVisibility | undefined;
425
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
460
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
461
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
426
462
  _trashed?: boolean | undefined;
427
463
  _revision?: number | undefined;
428
464
  trashedAt?: Date | undefined;
@@ -434,10 +470,10 @@ export declare const previewPageOutput: z.ZodObject<{
434
470
  default: boolean;
435
471
  _type: "Language";
436
472
  _id: string;
437
- parent?: import("../..").SelfRelationValue<string> | undefined;
473
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
438
474
  _schemaVersion?: number | undefined;
439
- _visibility?: import("../..").DocumentVisibility | undefined;
440
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
475
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
476
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
441
477
  _trashed?: boolean | undefined;
442
478
  _revision?: number | undefined;
443
479
  trashedAt?: Date | undefined;
@@ -449,10 +485,10 @@ export declare const previewPageOutput: z.ZodObject<{
449
485
  default: boolean;
450
486
  _type: "Language";
451
487
  _id: string;
452
- parent?: import("../..").SelfRelationValue<string> | undefined;
488
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
453
489
  _schemaVersion?: number | undefined;
454
- _visibility?: import("../..").DocumentVisibility | undefined;
455
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
490
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
491
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
456
492
  _trashed?: boolean | undefined;
457
493
  _revision?: number | undefined;
458
494
  trashedAt?: Date | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"previewPage.d.ts","sourceRoot":"","sources":["../../../../src/schemas/web/previewPage.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAIpB,eAAO,MAAM,gBAAgB;;;;;iBAK3B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAa,CAAC;AAE5C,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAChE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
1
+ {"version":3,"file":"previewPage.d.ts","sourceRoot":"","sources":["../../../../src/schemas/web/previewPage.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAIpB,eAAO,MAAM,gBAAgB;;;;;iBAK3B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAa,CAAC;AAE5C,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAChE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import z from "zod";
2
- import { pageOutput } from "./page";
2
+ import { pageOutput } from "./page.js";
3
3
  export const previewPageInput = z.object({
4
4
  token: z.string(),
5
5
  path: z.string(),
@@ -1,6 +1,6 @@
1
- import type ContentType from "../lib/ContentType";
2
- import type { LanguageSchema } from "../internal-content-types/Language";
3
- import type { TranslationService } from "./translationService";
1
+ import type ContentType from "../lib/ContentType.js";
2
+ import type { LanguageSchema } from "../internal-content-types/Language.js";
3
+ import type { TranslationService } from "./translationService.js";
4
4
  export type DocumentTranslationPatchInput = {
5
5
  contentType: ContentType;
6
6
  document: Record<string, unknown>;
@@ -1,10 +1,10 @@
1
- import type { TranslationAdapter } from "./adapters";
2
- import { type TranslationService, type TranslationServiceConfig } from "./translationService";
1
+ import type { TranslationAdapter } from "./adapters/index.js";
2
+ import { type TranslationService, type TranslationServiceConfig } from "./translationService.js";
3
3
  export declare const createTranslationConnection: (config: TranslationServiceConfig) => void;
4
4
  export declare function createTranslationService(config: TranslationServiceConfig): TranslationService;
5
5
  export declare function getTranslationService(): TranslationService;
6
6
  export declare function hasTranslationService(): boolean;
7
7
  export type { TranslationAdapter, TranslationService, TranslationServiceConfig };
8
- export * from "./adapters";
9
- export * from "./document";
8
+ export * from "./adapters/index.js";
9
+ export * from "./document.js";
10
10
  //# sourceMappingURL=index.d.ts.map