@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
@@ -1,21 +1,21 @@
1
1
  export declare const createWebOperationContracts: () => {
2
- "web.languages": import("./types").RakunOperationContractWithoutInput<{
2
+ "web.languages": import("./types.js").RakunOperationContractWithoutInput<{
3
3
  code: string;
4
4
  name: string;
5
5
  default: boolean;
6
6
  _type: "Language";
7
7
  _id: string;
8
- parent?: import("../..").SelfRelationValue<string> | undefined;
8
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
9
9
  _schemaVersion?: number | undefined;
10
- _visibility?: import("../..").DocumentVisibility | undefined;
11
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
10
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
11
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
12
12
  _trashed?: boolean | undefined;
13
13
  _revision?: number | undefined;
14
14
  trashedAt?: Date | undefined;
15
15
  createdAt?: Date | undefined;
16
16
  updatedAt?: Date | undefined;
17
17
  }[], "query", "get", "public">;
18
- "web.page": import("./types").RakunOperationContractWithInput<{
18
+ "web.page": import("./types.js").RakunOperationContractWithInput<{
19
19
  path: string;
20
20
  search?: string | undefined;
21
21
  headers?: Record<string, string> | undefined;
@@ -58,6 +58,9 @@ export declare const createWebOperationContracts: () => {
58
58
  height: number | null;
59
59
  size: number;
60
60
  orientation: "portrait" | "landscape" | null;
61
+ key?: string | undefined;
62
+ access?: "public" | "private" | undefined;
63
+ previewKey?: string | null | undefined;
61
64
  title?: string | undefined;
62
65
  alt?: string | null | undefined;
63
66
  sizes?: {
@@ -87,6 +90,9 @@ export declare const createWebOperationContracts: () => {
87
90
  height: number | null;
88
91
  size: number;
89
92
  orientation: "portrait" | "landscape" | null;
93
+ key?: string | undefined;
94
+ access?: "public" | "private" | undefined;
95
+ previewKey?: string | null | undefined;
90
96
  title?: string | undefined;
91
97
  alt?: string | null | undefined;
92
98
  sizes?: {
@@ -113,6 +119,9 @@ export declare const createWebOperationContracts: () => {
113
119
  height: number | null;
114
120
  size: number;
115
121
  orientation: "portrait" | "landscape" | null;
122
+ key?: string | undefined;
123
+ access?: "public" | "private" | undefined;
124
+ previewKey?: string | null | undefined;
116
125
  title?: string | undefined;
117
126
  alt?: string | null | undefined;
118
127
  sizes?: {
@@ -127,8 +136,8 @@ export declare const createWebOperationContracts: () => {
127
136
  } | undefined;
128
137
  twitterImageAlt?: string | undefined;
129
138
  _schemaVersion?: number | undefined;
130
- _visibility?: import("../..").DocumentVisibility | undefined;
131
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
139
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
140
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
132
141
  _trashed?: boolean | undefined;
133
142
  _revision?: number | undefined;
134
143
  trashedAt?: Date | undefined;
@@ -145,10 +154,10 @@ export declare const createWebOperationContracts: () => {
145
154
  default: boolean;
146
155
  _type: "Language";
147
156
  _id: string;
148
- parent?: import("../..").SelfRelationValue<string> | undefined;
157
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
149
158
  _schemaVersion?: number | undefined;
150
- _visibility?: import("../..").DocumentVisibility | undefined;
151
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
159
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
160
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
152
161
  _trashed?: boolean | undefined;
153
162
  _revision?: number | undefined;
154
163
  trashedAt?: Date | undefined;
@@ -161,7 +170,7 @@ export declare const createWebOperationContracts: () => {
161
170
  status: number;
162
171
  } | undefined;
163
172
  }, "query", "get", "public">;
164
- "web.previewPage": import("./types").RakunOperationContractWithInput<{
173
+ "web.previewPage": import("./types.js").RakunOperationContractWithInput<{
165
174
  token: string;
166
175
  path: string;
167
176
  search?: string | undefined;
@@ -205,6 +214,9 @@ export declare const createWebOperationContracts: () => {
205
214
  height: number | null;
206
215
  size: number;
207
216
  orientation: "portrait" | "landscape" | null;
217
+ key?: string | undefined;
218
+ access?: "public" | "private" | undefined;
219
+ previewKey?: string | null | undefined;
208
220
  title?: string | undefined;
209
221
  alt?: string | null | undefined;
210
222
  sizes?: {
@@ -234,6 +246,9 @@ export declare const createWebOperationContracts: () => {
234
246
  height: number | null;
235
247
  size: number;
236
248
  orientation: "portrait" | "landscape" | null;
249
+ key?: string | undefined;
250
+ access?: "public" | "private" | undefined;
251
+ previewKey?: string | null | undefined;
237
252
  title?: string | undefined;
238
253
  alt?: string | null | undefined;
239
254
  sizes?: {
@@ -260,6 +275,9 @@ export declare const createWebOperationContracts: () => {
260
275
  height: number | null;
261
276
  size: number;
262
277
  orientation: "portrait" | "landscape" | null;
278
+ key?: string | undefined;
279
+ access?: "public" | "private" | undefined;
280
+ previewKey?: string | null | undefined;
263
281
  title?: string | undefined;
264
282
  alt?: string | null | undefined;
265
283
  sizes?: {
@@ -274,8 +292,8 @@ export declare const createWebOperationContracts: () => {
274
292
  } | undefined;
275
293
  twitterImageAlt?: string | undefined;
276
294
  _schemaVersion?: number | undefined;
277
- _visibility?: import("../..").DocumentVisibility | undefined;
278
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
295
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
296
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
279
297
  _trashed?: boolean | undefined;
280
298
  _revision?: number | undefined;
281
299
  trashedAt?: Date | undefined;
@@ -292,10 +310,10 @@ export declare const createWebOperationContracts: () => {
292
310
  default: boolean;
293
311
  _type: "Language";
294
312
  _id: string;
295
- parent?: import("../..").SelfRelationValue<string> | undefined;
313
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
296
314
  _schemaVersion?: number | undefined;
297
- _visibility?: import("../..").DocumentVisibility | undefined;
298
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
315
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
316
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
299
317
  _trashed?: boolean | undefined;
300
318
  _revision?: number | undefined;
301
319
  trashedAt?: Date | undefined;
@@ -308,7 +326,7 @@ export declare const createWebOperationContracts: () => {
308
326
  status: number;
309
327
  } | undefined;
310
328
  }, "query", "get", "public">;
311
- "web.sitemap": import("./types").RakunOperationContractWithInput<{
329
+ "web.sitemap": import("./types.js").RakunOperationContractWithInput<{
312
330
  language?: string | undefined;
313
331
  }, {
314
332
  languages: {
@@ -319,10 +337,10 @@ export declare const createWebOperationContracts: () => {
319
337
  lastModified?: Date | undefined;
320
338
  }[];
321
339
  }, "query", "get", "public">;
322
- "web.robots": import("./types").RakunOperationContractWithoutInput<{
340
+ "web.robots": import("./types.js").RakunOperationContractWithoutInput<{
323
341
  content: string;
324
342
  }, "query", "get", "public">;
325
- "web.test": import("./types").RakunOperationContractWithoutInput<{
343
+ "web.test": import("./types.js").RakunOperationContractWithoutInput<{
326
344
  ok: boolean;
327
345
  }, "query", "get", "public">;
328
346
  };
@@ -1 +1 @@
1
- {"version":3,"file":"web-contract.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/web-contract.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CA,CAAC"}
1
+ {"version":3,"file":"web-contract.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/web-contract.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CA,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import z from "zod";
2
- import { defineOperationContract } from "./types";
3
- import { Language } from "../../internal-content-types";
4
- import { pageInput, pageOutput, previewPageInput, previewPageOutput, sitemapInput, sitemapOutput, robotsOutput, } from "../../contracts";
2
+ import { defineOperationContract } from "./types.js";
3
+ import { Language } from "../../internal-content-types/index.js";
4
+ import { pageInput, pageOutput, previewPageInput, previewPageOutput, sitemapInput, sitemapOutput, robotsOutput, } from "../../contracts.js";
5
5
  export const createWebOperationContracts = () => ({
6
6
  "web.languages": defineOperationContract({
7
7
  access: "public",
@@ -1,21 +1,21 @@
1
1
  export declare const createWebOperationDefinitions: () => {
2
- "web.languages": import("./types").RakunOperationWithoutInput<{
2
+ "web.languages": import("./types.js").RakunOperationWithoutInput<{
3
3
  code: string;
4
4
  name: string;
5
5
  default: boolean;
6
6
  _type: "Language";
7
7
  _id: string;
8
- parent?: import("../..").SelfRelationValue<string> | undefined;
8
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
9
9
  _schemaVersion?: number | undefined;
10
- _visibility?: import("../..").DocumentVisibility | undefined;
11
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
10
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
11
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
12
12
  _trashed?: boolean | undefined;
13
13
  _revision?: number | undefined;
14
14
  trashedAt?: Date | undefined;
15
15
  createdAt?: Date | undefined;
16
16
  updatedAt?: Date | undefined;
17
17
  }[], "query", "get", "public">;
18
- "web.page": import("./types").RakunOperationWithInput<{
18
+ "web.page": import("./types.js").RakunOperationWithInput<{
19
19
  path: string;
20
20
  search?: string | undefined;
21
21
  headers?: Record<string, string> | undefined;
@@ -58,6 +58,9 @@ export declare const createWebOperationDefinitions: () => {
58
58
  height: number | null;
59
59
  size: number;
60
60
  orientation: "portrait" | "landscape" | null;
61
+ key?: string | undefined;
62
+ access?: "public" | "private" | undefined;
63
+ previewKey?: string | null | undefined;
61
64
  title?: string | undefined;
62
65
  alt?: string | null | undefined;
63
66
  sizes?: {
@@ -87,6 +90,9 @@ export declare const createWebOperationDefinitions: () => {
87
90
  height: number | null;
88
91
  size: number;
89
92
  orientation: "portrait" | "landscape" | null;
93
+ key?: string | undefined;
94
+ access?: "public" | "private" | undefined;
95
+ previewKey?: string | null | undefined;
90
96
  title?: string | undefined;
91
97
  alt?: string | null | undefined;
92
98
  sizes?: {
@@ -113,6 +119,9 @@ export declare const createWebOperationDefinitions: () => {
113
119
  height: number | null;
114
120
  size: number;
115
121
  orientation: "portrait" | "landscape" | null;
122
+ key?: string | undefined;
123
+ access?: "public" | "private" | undefined;
124
+ previewKey?: string | null | undefined;
116
125
  title?: string | undefined;
117
126
  alt?: string | null | undefined;
118
127
  sizes?: {
@@ -127,8 +136,8 @@ export declare const createWebOperationDefinitions: () => {
127
136
  } | undefined;
128
137
  twitterImageAlt?: string | undefined;
129
138
  _schemaVersion?: number | undefined;
130
- _visibility?: import("../..").DocumentVisibility | undefined;
131
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
139
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
140
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
132
141
  _trashed?: boolean | undefined;
133
142
  _revision?: number | undefined;
134
143
  trashedAt?: Date | undefined;
@@ -145,10 +154,10 @@ export declare const createWebOperationDefinitions: () => {
145
154
  default: boolean;
146
155
  _type: "Language";
147
156
  _id: string;
148
- parent?: import("../..").SelfRelationValue<string> | undefined;
157
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
149
158
  _schemaVersion?: number | undefined;
150
- _visibility?: import("../..").DocumentVisibility | undefined;
151
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
159
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
160
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
152
161
  _trashed?: boolean | undefined;
153
162
  _revision?: number | undefined;
154
163
  trashedAt?: Date | undefined;
@@ -161,7 +170,7 @@ export declare const createWebOperationDefinitions: () => {
161
170
  status: number;
162
171
  } | undefined;
163
172
  }, "query", "get", "public">;
164
- "web.previewPage": import("./types").RakunOperationWithInput<{
173
+ "web.previewPage": import("./types.js").RakunOperationWithInput<{
165
174
  token: string;
166
175
  path: string;
167
176
  search?: string | undefined;
@@ -205,6 +214,9 @@ export declare const createWebOperationDefinitions: () => {
205
214
  height: number | null;
206
215
  size: number;
207
216
  orientation: "portrait" | "landscape" | null;
217
+ key?: string | undefined;
218
+ access?: "public" | "private" | undefined;
219
+ previewKey?: string | null | undefined;
208
220
  title?: string | undefined;
209
221
  alt?: string | null | undefined;
210
222
  sizes?: {
@@ -234,6 +246,9 @@ export declare const createWebOperationDefinitions: () => {
234
246
  height: number | null;
235
247
  size: number;
236
248
  orientation: "portrait" | "landscape" | null;
249
+ key?: string | undefined;
250
+ access?: "public" | "private" | undefined;
251
+ previewKey?: string | null | undefined;
237
252
  title?: string | undefined;
238
253
  alt?: string | null | undefined;
239
254
  sizes?: {
@@ -260,6 +275,9 @@ export declare const createWebOperationDefinitions: () => {
260
275
  height: number | null;
261
276
  size: number;
262
277
  orientation: "portrait" | "landscape" | null;
278
+ key?: string | undefined;
279
+ access?: "public" | "private" | undefined;
280
+ previewKey?: string | null | undefined;
263
281
  title?: string | undefined;
264
282
  alt?: string | null | undefined;
265
283
  sizes?: {
@@ -274,8 +292,8 @@ export declare const createWebOperationDefinitions: () => {
274
292
  } | undefined;
275
293
  twitterImageAlt?: string | undefined;
276
294
  _schemaVersion?: number | undefined;
277
- _visibility?: import("../..").DocumentVisibility | undefined;
278
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
295
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
296
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
279
297
  _trashed?: boolean | undefined;
280
298
  _revision?: number | undefined;
281
299
  trashedAt?: Date | undefined;
@@ -292,10 +310,10 @@ export declare const createWebOperationDefinitions: () => {
292
310
  default: boolean;
293
311
  _type: "Language";
294
312
  _id: string;
295
- parent?: import("../..").SelfRelationValue<string> | undefined;
313
+ parent?: import("../../index.js").SelfRelationValue<string> | undefined;
296
314
  _schemaVersion?: number | undefined;
297
- _visibility?: import("../..").DocumentVisibility | undefined;
298
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
315
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
316
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
299
317
  _trashed?: boolean | undefined;
300
318
  _revision?: number | undefined;
301
319
  trashedAt?: Date | undefined;
@@ -308,7 +326,7 @@ export declare const createWebOperationDefinitions: () => {
308
326
  status: number;
309
327
  } | undefined;
310
328
  }, "query", "get", "public">;
311
- "web.sitemap": import("./types").RakunOperationWithInput<{
329
+ "web.sitemap": import("./types.js").RakunOperationWithInput<{
312
330
  language?: string | undefined;
313
331
  }, {
314
332
  languages: {
@@ -319,11 +337,11 @@ export declare const createWebOperationDefinitions: () => {
319
337
  lastModified?: Date | undefined;
320
338
  }[];
321
339
  }, "query", "get", "public">;
322
- "web.robots": import("./types").RakunOperationWithoutInput<{
340
+ "web.robots": import("./types.js").RakunOperationWithoutInput<{
323
341
  content: string;
324
342
  }, "query", "get", "public">;
325
- "web.test": import("./types").RakunOperationWithoutInput<{
343
+ "web.test": import("./types.js").RakunOperationWithoutInput<{
326
344
  ok: boolean;
327
345
  }, "query", "get", "public">;
328
- } & import("./types").RakunOperationMap;
346
+ } & import("./types.js").RakunOperationMap;
329
347
  //# sourceMappingURL=web.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"web.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/web.ts"],"names":[],"mappings":"AAsCA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAqCzC,CAAC"}
1
+ {"version":3,"file":"web.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/web.ts"],"names":[],"mappings":"AAsCA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAqCzC,CAAC"}
@@ -1,12 +1,12 @@
1
- import { mergeOperationContracts } from "./types";
2
- import { traceOperationMap } from "./tracing";
3
- import { createWebOperationContracts } from "./web-contract";
4
- import { getCustomApiOperationDefinitions, mergeOperationMaps, } from "./custom";
5
- import { getLanguages } from "../utils/getLanguages";
6
- import { getPage } from "../routes/web/page";
7
- import { getPreviewPage } from "../routes/web/previewPage";
8
- import { getRobots } from "../routes/web/robots";
9
- import { getSitemap } from "../routes/web/sitemap";
1
+ import { mergeOperationContracts } from "./types.js";
2
+ import { traceOperationMap } from "./tracing.js";
3
+ import { createWebOperationContracts } from "./web-contract.js";
4
+ import { getCustomApiOperationDefinitions, mergeOperationMaps, } from "./custom.js";
5
+ import { getLanguages } from "../utils/getLanguages.js";
6
+ import { getPage } from "../routes/web/page.js";
7
+ import { getPreviewPage } from "../routes/web/previewPage.js";
8
+ import { getRobots } from "../routes/web/robots.js";
9
+ import { getSitemap } from "../routes/web/sitemap.js";
10
10
  const getStringHeaders = (headers) => {
11
11
  const values = Object.entries(headers).flatMap(([key, value]) => {
12
12
  if (typeof value === "string") {
@@ -1,6 +1,6 @@
1
1
  import type { z } from "zod";
2
- import type { FlattenTranslate } from "../../lib/types";
3
- import type { RouteDefinition } from "../utils/routes/routeDefinitions";
2
+ import type { FlattenTranslate } from "../../lib/types/index.js";
3
+ import type { RouteDefinition } from "../utils/routes/routeDefinitions.js";
4
4
  type RouteWithInfo<Routes extends readonly RouteDefinition[]> = Routes[number] extends infer Route ? Route extends {
5
5
  infoSchema: z.ZodTypeAny;
6
6
  } ? Route : RouteDefinition extends Route ? Route & {
@@ -1,5 +1,5 @@
1
- import ContentType from "../../lib/ContentType";
2
- import { DataInput, DataPopulatedWithoutApiOnly, DataFront, DataPopulated } from "../../lib/types";
1
+ import ContentType from "../../lib/ContentType.js";
2
+ import { DataInput, DataPopulatedWithoutApiOnly, DataFront, DataPopulated } from "../../lib/types/index.js";
3
3
  export type InputProxy<T extends ContentType> = <D extends Partial<DataInput<T>>>(data: D) => D | Promise<D>;
4
4
  export type OutputProxy<T extends ContentType> = (data: DataPopulatedWithoutApiOnly<T>) => DataFront<T> | Promise<DataFront<T>>;
5
5
  export type ApiProxies = {
@@ -10,10 +10,10 @@ export declare const getInputProxy: (contentTypeName: string) => InputProxy<Cont
10
10
  export declare const getOutputProxy: (contentTypeName: string) => OutputProxy<ContentType> | undefined;
11
11
  export declare const getProxies: () => {
12
12
  input: Record<string, InputProxy<ContentType<{
13
- [x: string]: import("../..").AnyField;
13
+ [x: string]: import("../../index.js").AnyField;
14
14
  }, string>>>;
15
15
  output: Record<string, OutputProxy<ContentType<{
16
- [x: string]: import("../..").AnyField;
16
+ [x: string]: import("../../index.js").AnyField;
17
17
  }, string>>>;
18
18
  };
19
19
  export declare const ProxyOutput: (item: DataPopulated<ContentType>) => {
@@ -21,8 +21,8 @@ export declare const ProxyOutput: (item: DataPopulated<ContentType>) => {
21
21
  _type: string;
22
22
  _id: string;
23
23
  _schemaVersion?: number | undefined;
24
- _visibility?: import("../..").DocumentVisibility | undefined;
25
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
24
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
25
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
26
26
  _trashed?: boolean | undefined;
27
27
  _revision?: number | undefined;
28
28
  trashedAt?: Date | undefined;
@@ -34,8 +34,8 @@ export declare const ProxyOutput: (item: DataPopulated<ContentType>) => {
34
34
  _type: string;
35
35
  _id: string;
36
36
  _schemaVersion?: number | undefined;
37
- _visibility?: import("../..").DocumentVisibility | undefined;
38
- _visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
37
+ _visibility?: import("../../index.js").DocumentVisibility | undefined;
38
+ _visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
39
39
  _trashed?: boolean | undefined;
40
40
  _revision?: number | undefined;
41
41
  trashedAt?: Date | undefined;
@@ -1,4 +1,4 @@
1
- import { getRakunBootstrapOptions } from "../../bootstrapState";
1
+ import { getRakunBootstrapOptions } from "../../bootstrapState.js";
2
2
  export const getInputProxy = (contentTypeName) => {
3
3
  return getRakunBootstrapOptions()?.proxies?.input?.[contentTypeName];
4
4
  };
@@ -1,6 +1,6 @@
1
- import type { ApiOperationsOutput } from "../../../schemas/manager/apiOperations";
2
- import type { RakunRequestContext } from "../../context";
3
- import type { RakunOperationContractMap, RakunOperationImplementationMap } from "../../operations/types";
1
+ import type { ApiOperationsOutput } from "../../../schemas/manager/apiOperations.js";
2
+ import type { RakunRequestContext } from "../../context.js";
3
+ import type { RakunOperationContractMap, RakunOperationImplementationMap } from "../../operations/types.js";
4
4
  export declare const apiOperationsHandler: <TContracts extends RakunOperationContractMap>({ contracts, implementations, ctx, }: {
5
5
  contracts: TContracts;
6
6
  implementations: RakunOperationImplementationMap<TContracts>;
@@ -1,8 +1,8 @@
1
- import { createApiOperationCatalog } from "../../operations/catalog";
2
- import { getCustomApiOperationDefinitions, mergeOperationMaps, } from "../../operations/custom";
3
- import { mergeOperationContracts } from "../../operations/types";
4
- import { createWebOperationDefinitions } from "../../operations/web";
5
- import { checkPermissions } from "../../utils/checkPermissions";
1
+ import { createApiOperationCatalog } from "../../operations/catalog.js";
2
+ import { getCustomApiOperationDefinitions, mergeOperationMaps, } from "../../operations/custom.js";
3
+ import { mergeOperationContracts } from "../../operations/types.js";
4
+ import { createWebOperationDefinitions } from "../../operations/web.js";
5
+ import { checkPermissions } from "../../utils/checkPermissions.js";
6
6
  export const apiOperationsHandler = async ({ contracts, implementations, ctx, }) => {
7
7
  const user = ctx.getUser();
8
8
  checkPermissions(user, ["manager.apiOperations.readAny"]);
@@ -1,5 +1,5 @@
1
- import { RakunRequestContext } from "../../../context";
2
- import { AccountInfoOutput } from "../../../../schemas/manager/auth/accountInfo";
1
+ import { RakunRequestContext } from "../../../context.js";
2
+ import { AccountInfoOutput } from "../../../../schemas/manager/auth/accountInfo.js";
3
3
  export declare const accountInfoHandler: ({ ctx, }: {
4
4
  ctx: RakunRequestContext;
5
5
  }) => Promise<AccountInfoOutput>;
@@ -1,6 +1,6 @@
1
- import { Session, UserMfa } from "../../../../internal-content-types";
2
- import { getMongoService } from "../../../../orm";
3
- import { getSessionCookie } from "../../../sessionCookie";
1
+ import { Session, UserMfa } from "../../../../internal-content-types/index.js";
2
+ import { getMongoService } from "../../../../orm/index.js";
3
+ import { getSessionCookie } from "../../../sessionCookie.js";
4
4
  export const accountInfoHandler = async ({ ctx, }) => {
5
5
  const user = ctx.getUser();
6
6
  const db = await getMongoService();
@@ -1,5 +1,5 @@
1
- import { RakunRequestContext } from "../../../context";
2
- import { DeleteSessionInput } from "../../../../schemas/manager/auth/deleteSession";
1
+ import { RakunRequestContext } from "../../../context.js";
2
+ import { DeleteSessionInput } from "../../../../schemas/manager/auth/deleteSession.js";
3
3
  export declare const deleteSessionHandler: ({ input, ctx, }: {
4
4
  input: DeleteSessionInput;
5
5
  ctx: RakunRequestContext;
@@ -1,6 +1,6 @@
1
- import { Session } from "../../../../internal-content-types";
2
- import { throwAppError } from "../../../../lib/errors";
3
- import { getMongoService } from "../../../../orm";
1
+ import { Session } from "../../../../internal-content-types/index.js";
2
+ import { throwAppError } from "../../../../lib/errors/index.js";
3
+ import { getMongoService } from "../../../../orm/index.js";
4
4
  export const deleteSessionHandler = async ({ input, ctx, }) => {
5
5
  const user = ctx.getUser();
6
6
  const db = await getMongoService();
@@ -1,4 +1,4 @@
1
- import { RakunRequestContext } from "../../../context";
1
+ import { RakunRequestContext } from "../../../context.js";
2
2
  export declare const getSessionHandler: ({ ctx, }: {
3
3
  ctx: RakunRequestContext;
4
4
  }) => Promise<{
@@ -10,8 +10,8 @@ export declare const getSessionHandler: ({ ctx, }: {
10
10
  _type: "ManagerRole";
11
11
  _id: string;
12
12
  _schemaVersion?: number | undefined;
13
- _visibility?: import("../../../..").DocumentVisibility | undefined;
14
- _visibilityBeforeTrash?: Exclude<import("../../../..").DocumentVisibility, "trash"> | undefined;
13
+ _visibility?: import("../../../../index.js").DocumentVisibility | undefined;
14
+ _visibilityBeforeTrash?: Exclude<import("../../../../index.js").DocumentVisibility, "trash"> | undefined;
15
15
  _trashed?: boolean | undefined;
16
16
  _revision?: number | undefined;
17
17
  trashedAt?: Date | undefined;
@@ -30,8 +30,8 @@ export declare const getSessionHandler: ({ ctx, }: {
30
30
  tutorialsPromptedAt?: Date | undefined;
31
31
  seenTours?: (string | undefined)[] | undefined;
32
32
  _schemaVersion?: number | undefined;
33
- _visibility?: import("../../../..").DocumentVisibility | undefined;
34
- _visibilityBeforeTrash?: Exclude<import("../../../..").DocumentVisibility, "trash"> | undefined;
33
+ _visibility?: import("../../../../index.js").DocumentVisibility | undefined;
34
+ _visibilityBeforeTrash?: Exclude<import("../../../../index.js").DocumentVisibility, "trash"> | undefined;
35
35
  _trashed?: boolean | undefined;
36
36
  _revision?: number | undefined;
37
37
  trashedAt?: Date | undefined;
@@ -1,4 +1,4 @@
1
- import { LoginInput, LoginOutput } from "../../../../schemas/manager/auth/login";
1
+ import { LoginInput, LoginOutput } from "../../../../schemas/manager/auth/login.js";
2
2
  export declare const loginHandler: ({ input, }: {
3
3
  input: LoginInput;
4
4
  }) => Promise<LoginOutput>;
@@ -1,8 +1,8 @@
1
1
  import { randomBytes } from "crypto";
2
- import { ManagerUser, UserMfa, MfaChallenge, Session, } from "../../../../internal-content-types";
3
- import { throwAppError } from "../../../../lib/errors";
4
- import { getMongoService } from "../../../../orm";
5
- import { verifyPassword } from "../../../utils/passwords";
2
+ import { ManagerUser, UserMfa, MfaChallenge, Session, } from "../../../../internal-content-types/index.js";
3
+ import { throwAppError } from "../../../../lib/errors/index.js";
4
+ import { getMongoService } from "../../../../orm/index.js";
5
+ import { verifyPassword } from "../../../utils/passwords.js";
6
6
  export const loginHandler = async ({ input, }) => {
7
7
  const { username, password } = input;
8
8
  const db = await getMongoService();
@@ -1,4 +1,4 @@
1
- import { RakunRequestContext } from "../../../context";
1
+ import { RakunRequestContext } from "../../../context.js";
2
2
  export declare const logoutHandler: ({ ctx }: {
3
3
  ctx: RakunRequestContext;
4
4
  }) => Promise<{
@@ -1,6 +1,6 @@
1
- import { Session } from "../../../../internal-content-types";
2
- import { getMongoService } from "../../../../orm";
3
- import { getSessionCookie } from "../../../sessionCookie";
1
+ import { Session } from "../../../../internal-content-types/index.js";
2
+ import { getMongoService } from "../../../../orm/index.js";
3
+ import { getSessionCookie } from "../../../sessionCookie.js";
4
4
  const emptyToken = { token: "" };
5
5
  export const logoutHandler = async ({ ctx }) => {
6
6
  if (!ctx?.req?.cookies)
@@ -1,5 +1,5 @@
1
- import type { MarkTourSeenInput } from "../../../../schemas/manager/auth/tutorials";
2
- import { RakunRequestContext } from "../../../context";
1
+ import type { MarkTourSeenInput } from "../../../../schemas/manager/auth/tutorials.js";
2
+ import { RakunRequestContext } from "../../../context.js";
3
3
  export declare const markTourSeenHandler: ({ input, ctx, }: {
4
4
  input: MarkTourSeenInput;
5
5
  ctx: RakunRequestContext;
@@ -13,8 +13,8 @@ export declare const markTourSeenHandler: ({ input, ctx, }: {
13
13
  _type: "ManagerRole";
14
14
  _id: string;
15
15
  _schemaVersion?: number | undefined;
16
- _visibility?: import("../../../..").DocumentVisibility | undefined;
17
- _visibilityBeforeTrash?: Exclude<import("../../../..").DocumentVisibility, "trash"> | undefined;
16
+ _visibility?: import("../../../../index.js").DocumentVisibility | undefined;
17
+ _visibilityBeforeTrash?: Exclude<import("../../../../index.js").DocumentVisibility, "trash"> | undefined;
18
18
  _trashed?: boolean | undefined;
19
19
  _revision?: number | undefined;
20
20
  trashedAt?: Date | undefined;
@@ -36,8 +36,8 @@ export declare const markTourSeenHandler: ({ input, ctx, }: {
36
36
  tutorialsPromptedAt?: Date | undefined;
37
37
  seenTours?: (string | undefined)[] | undefined;
38
38
  _schemaVersion?: number | undefined;
39
- _visibility?: import("../../../..").DocumentVisibility | undefined;
40
- _visibilityBeforeTrash?: Exclude<import("../../../..").DocumentVisibility, "trash"> | undefined;
39
+ _visibility?: import("../../../../index.js").DocumentVisibility | undefined;
40
+ _visibilityBeforeTrash?: Exclude<import("../../../../index.js").DocumentVisibility, "trash"> | undefined;
41
41
  _trashed?: boolean | undefined;
42
42
  _revision?: number | undefined;
43
43
  trashedAt?: Date | undefined;
@@ -1,6 +1,6 @@
1
- import { ManagerUser } from "../../../../internal-content-types";
2
- import { getMongoService } from "../../../../orm";
3
- import { populateRelations } from "../../../utils/populates/populateRelations";
1
+ import { ManagerUser } from "../../../../internal-content-types/index.js";
2
+ import { getMongoService } from "../../../../orm/index.js";
3
+ import { populateRelations } from "../../../utils/populates/populateRelations.js";
4
4
  export const markTourSeenHandler = async ({ input, ctx, }) => {
5
5
  const user = ctx.getUser();
6
6
  const db = await getMongoService();
@@ -1,5 +1,5 @@
1
- import { RakunRequestContext } from "../../../../context";
2
- import { ConfirmTotpInput } from "../../../../../schemas/manager/auth/totp/confirmTotp";
1
+ import { RakunRequestContext } from "../../../../context.js";
2
+ import { ConfirmTotpInput } from "../../../../../schemas/manager/auth/totp/confirmTotp.js";
3
3
  export declare const confirmTotpHandler: ({ input, ctx, }: {
4
4
  input: ConfirmTotpInput;
5
5
  ctx: RakunRequestContext;