@payloadcms/next 3.0.0-beta.62 → 3.0.0-beta.63

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 (863) hide show
  1. package/dist/config.d.ts +4 -0
  2. package/dist/config.d.ts.map +1 -0
  3. package/dist/config.js +3 -0
  4. package/dist/config.js.map +1 -0
  5. package/dist/elements/DocumentHeader/Tabs/ShouldRenderTabs.d.ts +5 -0
  6. package/dist/elements/DocumentHeader/Tabs/ShouldRenderTabs.d.ts.map +1 -0
  7. package/dist/elements/DocumentHeader/Tabs/ShouldRenderTabs.js +13 -0
  8. package/dist/elements/DocumentHeader/Tabs/ShouldRenderTabs.js.map +1 -0
  9. package/dist/elements/DocumentHeader/Tabs/Tab/TabLink.d.ts +13 -0
  10. package/dist/elements/DocumentHeader/Tabs/Tab/TabLink.d.ts.map +1 -0
  11. package/dist/elements/DocumentHeader/Tabs/Tab/TabLink.js +43 -0
  12. package/dist/elements/DocumentHeader/Tabs/Tab/TabLink.js.map +1 -0
  13. package/dist/elements/DocumentHeader/Tabs/Tab/index.d.ts +6 -0
  14. package/dist/elements/DocumentHeader/Tabs/Tab/index.d.ts.map +1 -0
  15. package/dist/elements/DocumentHeader/Tabs/Tab/index.js +58 -0
  16. package/dist/elements/DocumentHeader/Tabs/Tab/index.js.map +1 -0
  17. package/dist/elements/DocumentHeader/Tabs/getCustomViews.d.ts +6 -0
  18. package/dist/elements/DocumentHeader/Tabs/getCustomViews.d.ts.map +1 -0
  19. package/dist/elements/DocumentHeader/Tabs/getCustomViews.js +38 -0
  20. package/dist/elements/DocumentHeader/Tabs/getCustomViews.js.map +1 -0
  21. package/dist/elements/DocumentHeader/Tabs/getViewConfig.d.ts +7 -0
  22. package/dist/elements/DocumentHeader/Tabs/getViewConfig.d.ts.map +1 -0
  23. package/dist/elements/DocumentHeader/Tabs/getViewConfig.js +14 -0
  24. package/dist/elements/DocumentHeader/Tabs/getViewConfig.js.map +1 -0
  25. package/dist/elements/DocumentHeader/Tabs/index.d.ts +12 -0
  26. package/dist/elements/DocumentHeader/Tabs/index.d.ts.map +1 -0
  27. package/dist/elements/DocumentHeader/Tabs/index.js +81 -0
  28. package/dist/elements/DocumentHeader/Tabs/index.js.map +1 -0
  29. package/dist/elements/DocumentHeader/Tabs/tabs/VersionsPill/index.d.ts +3 -0
  30. package/dist/elements/DocumentHeader/Tabs/tabs/VersionsPill/index.d.ts.map +1 -0
  31. package/dist/elements/DocumentHeader/Tabs/tabs/VersionsPill/index.js +23 -0
  32. package/dist/elements/DocumentHeader/Tabs/tabs/VersionsPill/index.js.map +1 -0
  33. package/dist/elements/DocumentHeader/Tabs/tabs/index.d.ts +7 -0
  34. package/dist/elements/DocumentHeader/Tabs/tabs/index.d.ts.map +1 -0
  35. package/dist/elements/DocumentHeader/Tabs/tabs/index.js +57 -0
  36. package/dist/elements/DocumentHeader/Tabs/tabs/index.js.map +1 -0
  37. package/dist/elements/DocumentHeader/index.d.ts +14 -0
  38. package/dist/elements/DocumentHeader/index.d.ts.map +1 -0
  39. package/dist/elements/DocumentHeader/index.js +30 -0
  40. package/dist/elements/DocumentHeader/index.js.map +1 -0
  41. package/dist/elements/LeaveWithoutSaving/index.d.ts +4 -0
  42. package/dist/elements/LeaveWithoutSaving/index.d.ts.map +1 -0
  43. package/dist/elements/LeaveWithoutSaving/index.js +86 -0
  44. package/dist/elements/LeaveWithoutSaving/index.js.map +1 -0
  45. package/dist/elements/LeaveWithoutSaving/usePreventLeave.d.ts +8 -0
  46. package/dist/elements/LeaveWithoutSaving/usePreventLeave.d.ts.map +1 -0
  47. package/dist/elements/LeaveWithoutSaving/usePreventLeave.js +114 -0
  48. package/dist/elements/LeaveWithoutSaving/usePreventLeave.js.map +1 -0
  49. package/dist/elements/Logo/index.d.ts +4 -0
  50. package/dist/elements/Logo/index.d.ts.map +1 -0
  51. package/dist/elements/Logo/index.js +24 -0
  52. package/dist/elements/Logo/index.js.map +1 -0
  53. package/dist/elements/Nav/NavHamburger/index.d.ts +5 -0
  54. package/dist/elements/Nav/NavHamburger/index.d.ts.map +1 -0
  55. package/dist/elements/Nav/NavHamburger/index.js +20 -0
  56. package/dist/elements/Nav/NavHamburger/index.js.map +1 -0
  57. package/dist/elements/Nav/NavWrapper/index.d.ts +7 -0
  58. package/dist/elements/Nav/NavWrapper/index.d.ts.map +1 -0
  59. package/dist/elements/Nav/NavWrapper/index.js +21 -0
  60. package/dist/elements/Nav/NavWrapper/index.js.map +1 -0
  61. package/dist/elements/Nav/index.client.d.ts +3 -0
  62. package/dist/elements/Nav/index.client.d.ts.map +1 -0
  63. package/dist/elements/Nav/index.client.js +79 -0
  64. package/dist/elements/Nav/index.client.js.map +1 -0
  65. package/dist/elements/Nav/index.d.ts +6 -0
  66. package/dist/elements/Nav/index.d.ts.map +1 -0
  67. package/dist/elements/Nav/index.js +67 -0
  68. package/dist/elements/Nav/index.js.map +1 -0
  69. package/dist/exports/layouts.d.ts +2 -0
  70. package/dist/exports/layouts.d.ts.map +1 -0
  71. package/dist/exports/layouts.js +3 -0
  72. package/dist/exports/layouts.js.map +1 -0
  73. package/dist/exports/routes.d.ts +3 -0
  74. package/dist/exports/routes.d.ts.map +1 -0
  75. package/dist/exports/routes.js +4 -0
  76. package/dist/exports/routes.js.map +1 -0
  77. package/dist/exports/templates.d.ts +3 -0
  78. package/dist/exports/templates.d.ts.map +1 -0
  79. package/dist/exports/templates.js +4 -0
  80. package/dist/exports/templates.js.map +1 -0
  81. package/dist/exports/utilities.d.ts +7 -0
  82. package/dist/exports/utilities.d.ts.map +1 -0
  83. package/dist/exports/utilities.js +8 -0
  84. package/dist/exports/utilities.js.map +1 -0
  85. package/dist/exports/views.d.ts +5 -0
  86. package/dist/exports/views.d.ts.map +1 -0
  87. package/dist/exports/views.js +6 -0
  88. package/dist/exports/views.js.map +1 -0
  89. package/dist/fetchAPI-multipart/fileFactory.d.ts +15 -0
  90. package/dist/fetchAPI-multipart/fileFactory.d.ts.map +1 -0
  91. package/dist/fetchAPI-multipart/fileFactory.js +43 -0
  92. package/dist/fetchAPI-multipart/fileFactory.js.map +1 -0
  93. package/dist/fetchAPI-multipart/handlers.d.ts +14 -0
  94. package/dist/fetchAPI-multipart/handlers.d.ts.map +1 -0
  95. package/dist/fetchAPI-multipart/handlers.js +86 -0
  96. package/dist/fetchAPI-multipart/handlers.js.map +1 -0
  97. package/dist/fetchAPI-multipart/index.d.ts +132 -0
  98. package/dist/fetchAPI-multipart/index.d.ts.map +1 -0
  99. package/dist/fetchAPI-multipart/index.js +41 -0
  100. package/dist/fetchAPI-multipart/index.js.map +1 -0
  101. package/dist/fetchAPI-multipart/isEligibleRequest.d.ts +2 -0
  102. package/dist/fetchAPI-multipart/isEligibleRequest.d.ts.map +1 -0
  103. package/dist/fetchAPI-multipart/isEligibleRequest.js +26 -0
  104. package/dist/fetchAPI-multipart/isEligibleRequest.js.map +1 -0
  105. package/dist/fetchAPI-multipart/processMultipart.d.ts +8 -0
  106. package/dist/fetchAPI-multipart/processMultipart.d.ts.map +1 -0
  107. package/dist/fetchAPI-multipart/processMultipart.js +162 -0
  108. package/dist/fetchAPI-multipart/processMultipart.js.map +1 -0
  109. package/dist/fetchAPI-multipart/processNested.d.ts +2 -0
  110. package/dist/fetchAPI-multipart/processNested.d.ts.map +1 -0
  111. package/dist/fetchAPI-multipart/processNested.js +25 -0
  112. package/dist/fetchAPI-multipart/processNested.js.map +1 -0
  113. package/dist/fetchAPI-multipart/uploadTimer.d.ts +7 -0
  114. package/dist/fetchAPI-multipart/uploadTimer.d.ts.map +1 -0
  115. package/dist/fetchAPI-multipart/uploadTimer.js +19 -0
  116. package/dist/fetchAPI-multipart/uploadTimer.js.map +1 -0
  117. package/dist/fetchAPI-multipart/utilities.d.ts +65 -0
  118. package/dist/fetchAPI-multipart/utilities.d.ts.map +1 -0
  119. package/dist/fetchAPI-multipart/utilities.js +207 -0
  120. package/dist/fetchAPI-multipart/utilities.js.map +1 -0
  121. package/dist/fetchAPI-stream-file/index.d.ts +5 -0
  122. package/dist/fetchAPI-stream-file/index.d.ts.map +1 -0
  123. package/dist/fetchAPI-stream-file/index.js +25 -0
  124. package/dist/fetchAPI-stream-file/index.js.map +1 -0
  125. package/dist/index.js +3 -0
  126. package/dist/index.js.map +1 -0
  127. package/dist/layouts/Root/index.d.ts +12 -0
  128. package/dist/layouts/Root/index.d.ts.map +1 -0
  129. package/dist/layouts/Root/index.js +112 -0
  130. package/dist/layouts/Root/index.js.map +1 -0
  131. package/dist/routes/graphql/handler.d.ts +4 -0
  132. package/dist/routes/graphql/handler.d.ts.map +1 -0
  133. package/dist/routes/graphql/handler.js +122 -0
  134. package/dist/routes/graphql/handler.js.map +1 -0
  135. package/dist/routes/graphql/index.d.ts +3 -0
  136. package/dist/routes/graphql/index.d.ts.map +1 -0
  137. package/dist/routes/graphql/index.js +4 -0
  138. package/dist/routes/graphql/index.js.map +1 -0
  139. package/dist/routes/graphql/playground.d.ts +3 -0
  140. package/dist/routes/graphql/playground.d.ts.map +1 -0
  141. package/dist/routes/graphql/playground.js +27 -0
  142. package/dist/routes/graphql/playground.js.map +1 -0
  143. package/dist/routes/index.d.ts +3 -0
  144. package/dist/routes/index.d.ts.map +1 -0
  145. package/dist/routes/index.js +4 -0
  146. package/dist/routes/index.js.map +1 -0
  147. package/dist/routes/rest/auth/access.d.ts +3 -0
  148. package/dist/routes/rest/auth/access.d.ts.map +1 -0
  149. package/dist/routes/rest/auth/access.js +27 -0
  150. package/dist/routes/rest/auth/access.js.map +1 -0
  151. package/dist/routes/rest/auth/forgotPassword.d.ts +3 -0
  152. package/dist/routes/rest/auth/forgotPassword.d.ts.map +1 -0
  153. package/dist/routes/rest/auth/forgotPassword.js +30 -0
  154. package/dist/routes/rest/auth/forgotPassword.js.map +1 -0
  155. package/dist/routes/rest/auth/init.d.ts +3 -0
  156. package/dist/routes/rest/auth/init.d.ts.map +1 -0
  157. package/dist/routes/rest/auth/init.js +18 -0
  158. package/dist/routes/rest/auth/init.js.map +1 -0
  159. package/dist/routes/rest/auth/login.d.ts +3 -0
  160. package/dist/routes/rest/auth/login.d.ts.map +1 -0
  161. package/dist/routes/rest/auth/login.js +44 -0
  162. package/dist/routes/rest/auth/login.js.map +1 -0
  163. package/dist/routes/rest/auth/logout.d.ts +3 -0
  164. package/dist/routes/rest/auth/logout.d.ts.map +1 -0
  165. package/dist/routes/rest/auth/logout.js +35 -0
  166. package/dist/routes/rest/auth/logout.js.map +1 -0
  167. package/dist/routes/rest/auth/me.d.ts +3 -0
  168. package/dist/routes/rest/auth/me.d.ts.map +1 -0
  169. package/dist/routes/rest/auth/me.js +26 -0
  170. package/dist/routes/rest/auth/me.js.map +1 -0
  171. package/dist/routes/rest/auth/refresh.d.ts +3 -0
  172. package/dist/routes/rest/auth/refresh.d.ts.map +1 -0
  173. package/dist/routes/rest/auth/refresh.js +34 -0
  174. package/dist/routes/rest/auth/refresh.js.map +1 -0
  175. package/dist/routes/rest/auth/registerFirstUser.d.ts +3 -0
  176. package/dist/routes/rest/auth/registerFirstUser.d.ts.map +1 -0
  177. package/dist/routes/rest/auth/registerFirstUser.js +43 -0
  178. package/dist/routes/rest/auth/registerFirstUser.js.map +1 -0
  179. package/dist/routes/rest/auth/resetPassword.d.ts +3 -0
  180. package/dist/routes/rest/auth/resetPassword.d.ts.map +1 -0
  181. package/dist/routes/rest/auth/resetPassword.js +38 -0
  182. package/dist/routes/rest/auth/resetPassword.js.map +1 -0
  183. package/dist/routes/rest/auth/unlock.d.ts +3 -0
  184. package/dist/routes/rest/auth/unlock.d.ts.map +1 -0
  185. package/dist/routes/rest/auth/unlock.js +24 -0
  186. package/dist/routes/rest/auth/unlock.js.map +1 -0
  187. package/dist/routes/rest/auth/verifyEmail.d.ts +3 -0
  188. package/dist/routes/rest/auth/verifyEmail.d.ts.map +1 -0
  189. package/dist/routes/rest/auth/verifyEmail.js +22 -0
  190. package/dist/routes/rest/auth/verifyEmail.js.map +1 -0
  191. package/dist/routes/rest/buildFormState.d.ts +5 -0
  192. package/dist/routes/rest/buildFormState.d.ts.map +1 -0
  193. package/dist/routes/rest/buildFormState.js +45 -0
  194. package/dist/routes/rest/buildFormState.js.map +1 -0
  195. package/dist/routes/rest/checkEndpoints.d.ts +5 -0
  196. package/dist/routes/rest/checkEndpoints.d.ts.map +1 -0
  197. package/dist/routes/rest/checkEndpoints.js +12 -0
  198. package/dist/routes/rest/checkEndpoints.js.map +1 -0
  199. package/dist/routes/rest/collections/count.d.ts +3 -0
  200. package/dist/routes/rest/collections/count.d.ts.map +1 -0
  201. package/dist/routes/rest/collections/count.js +15 -0
  202. package/dist/routes/rest/collections/count.js.map +1 -0
  203. package/dist/routes/rest/collections/create.d.ts +3 -0
  204. package/dist/routes/rest/collections/create.d.ts.map +1 -0
  205. package/dist/routes/rest/collections/create.js +33 -0
  206. package/dist/routes/rest/collections/create.js.map +1 -0
  207. package/dist/routes/rest/collections/delete.d.ts +3 -0
  208. package/dist/routes/rest/collections/delete.d.ts.map +1 -0
  209. package/dist/routes/rest/collections/delete.js +46 -0
  210. package/dist/routes/rest/collections/delete.js.map +1 -0
  211. package/dist/routes/rest/collections/deleteByID.d.ts +3 -0
  212. package/dist/routes/rest/collections/deleteByID.d.ts.map +1 -0
  213. package/dist/routes/rest/collections/deleteByID.js +41 -0
  214. package/dist/routes/rest/collections/deleteByID.js.map +1 -0
  215. package/dist/routes/rest/collections/docAccess.d.ts +3 -0
  216. package/dist/routes/rest/collections/docAccess.d.ts.map +1 -0
  217. package/dist/routes/rest/collections/docAccess.js +19 -0
  218. package/dist/routes/rest/collections/docAccess.js.map +1 -0
  219. package/dist/routes/rest/collections/duplicate.d.ts +3 -0
  220. package/dist/routes/rest/collections/duplicate.d.ts.map +1 -0
  221. package/dist/routes/rest/collections/duplicate.js +39 -0
  222. package/dist/routes/rest/collections/duplicate.js.map +1 -0
  223. package/dist/routes/rest/collections/find.d.ts +3 -0
  224. package/dist/routes/rest/collections/find.d.ts.map +1 -0
  225. package/dist/routes/rest/collections/find.js +26 -0
  226. package/dist/routes/rest/collections/find.js.map +1 -0
  227. package/dist/routes/rest/collections/findByID.d.ts +3 -0
  228. package/dist/routes/rest/collections/findByID.d.ts.map +1 -0
  229. package/dist/routes/rest/collections/findByID.js +30 -0
  230. package/dist/routes/rest/collections/findByID.js.map +1 -0
  231. package/dist/routes/rest/collections/findVersionByID.d.ts +3 -0
  232. package/dist/routes/rest/collections/findVersionByID.d.ts.map +1 -0
  233. package/dist/routes/rest/collections/findVersionByID.js +29 -0
  234. package/dist/routes/rest/collections/findVersionByID.js.map +1 -0
  235. package/dist/routes/rest/collections/findVersions.d.ts +3 -0
  236. package/dist/routes/rest/collections/findVersions.d.ts.map +1 -0
  237. package/dist/routes/rest/collections/findVersions.js +25 -0
  238. package/dist/routes/rest/collections/findVersions.js.map +1 -0
  239. package/dist/routes/rest/collections/preview.d.ts +3 -0
  240. package/dist/routes/rest/collections/preview.d.ts.map +1 -0
  241. package/dist/routes/rest/collections/preview.js +44 -0
  242. package/dist/routes/rest/collections/preview.js.map +1 -0
  243. package/dist/routes/rest/collections/restoreVersion.d.ts +3 -0
  244. package/dist/routes/rest/collections/restoreVersion.d.ts.map +1 -0
  245. package/dist/routes/rest/collections/restoreVersion.js +32 -0
  246. package/dist/routes/rest/collections/restoreVersion.js.map +1 -0
  247. package/dist/routes/rest/collections/update.d.ts +3 -0
  248. package/dist/routes/rest/collections/update.d.ts.map +1 -0
  249. package/dist/routes/rest/collections/update.js +48 -0
  250. package/dist/routes/rest/collections/update.js.map +1 -0
  251. package/dist/routes/rest/collections/updateByID.d.ts +3 -0
  252. package/dist/routes/rest/collections/updateByID.d.ts.map +1 -0
  253. package/dist/routes/rest/collections/updateByID.js +40 -0
  254. package/dist/routes/rest/collections/updateByID.js.map +1 -0
  255. package/dist/routes/rest/files/checkFileAccess.d.ts +7 -0
  256. package/dist/routes/rest/files/checkFileAccess.d.ts.map +1 -0
  257. package/dist/routes/rest/files/checkFileAccess.js +50 -0
  258. package/dist/routes/rest/files/checkFileAccess.js.map +1 -0
  259. package/dist/routes/rest/files/getFile.d.ts +9 -0
  260. package/dist/routes/rest/files/getFile.d.ts.map +1 -0
  261. package/dist/routes/rest/files/getFile.js +63 -0
  262. package/dist/routes/rest/files/getFile.js.map +1 -0
  263. package/dist/routes/rest/files/getFileTypeFallback.d.ts +7 -0
  264. package/dist/routes/rest/files/getFileTypeFallback.d.ts.map +1 -0
  265. package/dist/routes/rest/files/getFileTypeFallback.js +21 -0
  266. package/dist/routes/rest/files/getFileTypeFallback.js.map +1 -0
  267. package/dist/routes/rest/globals/docAccess.d.ts +3 -0
  268. package/dist/routes/rest/globals/docAccess.d.ts.map +1 -0
  269. package/dist/routes/rest/globals/docAccess.js +18 -0
  270. package/dist/routes/rest/globals/docAccess.js.map +1 -0
  271. package/dist/routes/rest/globals/findOne.d.ts +3 -0
  272. package/dist/routes/rest/globals/findOne.d.ts.map +1 -0
  273. package/dist/routes/rest/globals/findOne.js +24 -0
  274. package/dist/routes/rest/globals/findOne.js.map +1 -0
  275. package/dist/routes/rest/globals/findVersionByID.d.ts +3 -0
  276. package/dist/routes/rest/globals/findVersionByID.d.ts.map +1 -0
  277. package/dist/routes/rest/globals/findVersionByID.js +23 -0
  278. package/dist/routes/rest/globals/findVersionByID.js.map +1 -0
  279. package/dist/routes/rest/globals/findVersions.d.ts +3 -0
  280. package/dist/routes/rest/globals/findVersions.d.ts.map +1 -0
  281. package/dist/routes/rest/globals/findVersions.js +25 -0
  282. package/dist/routes/rest/globals/findVersions.js.map +1 -0
  283. package/dist/routes/rest/globals/preview.d.ts +3 -0
  284. package/dist/routes/rest/globals/preview.d.ts.map +1 -0
  285. package/dist/routes/rest/globals/preview.js +43 -0
  286. package/dist/routes/rest/globals/preview.js.map +1 -0
  287. package/dist/routes/rest/globals/restoreVersion.d.ts +3 -0
  288. package/dist/routes/rest/globals/restoreVersion.d.ts.map +1 -0
  289. package/dist/routes/rest/globals/restoreVersion.js +26 -0
  290. package/dist/routes/rest/globals/restoreVersion.js.map +1 -0
  291. package/dist/routes/rest/globals/update.d.ts +3 -0
  292. package/dist/routes/rest/globals/update.d.ts.map +1 -0
  293. package/dist/routes/rest/globals/update.js +34 -0
  294. package/dist/routes/rest/globals/update.js.map +1 -0
  295. package/dist/routes/rest/index.d.ts +23 -0
  296. package/dist/routes/rest/index.d.ts.map +1 -0
  297. package/dist/routes/rest/index.js +679 -0
  298. package/dist/routes/rest/index.js.map +1 -0
  299. package/dist/routes/rest/og/image.d.ts +9 -0
  300. package/dist/routes/rest/og/image.d.ts.map +1 -0
  301. package/dist/routes/rest/og/image.js +79 -0
  302. package/dist/routes/rest/og/image.js.map +1 -0
  303. package/dist/routes/rest/og/index.d.ts +11 -0
  304. package/dist/routes/rest/og/index.d.ts.map +1 -0
  305. package/dist/routes/rest/og/index.js +73 -0
  306. package/dist/routes/rest/og/index.js.map +1 -0
  307. package/dist/routes/rest/routeError.d.ts +14 -0
  308. package/dist/routes/rest/routeError.d.ts.map +1 -0
  309. package/dist/routes/rest/routeError.js +107 -0
  310. package/dist/routes/rest/routeError.js.map +1 -0
  311. package/dist/routes/rest/types.d.ts +23 -0
  312. package/dist/routes/rest/types.d.ts.map +1 -0
  313. package/dist/routes/rest/types.js +3 -0
  314. package/dist/routes/rest/types.js.map +1 -0
  315. package/dist/routes/rest/utilities/sanitizeCollectionID.d.ts +9 -0
  316. package/dist/routes/rest/utilities/sanitizeCollectionID.d.ts.map +1 -0
  317. package/dist/routes/rest/utilities/sanitizeCollectionID.js +13 -0
  318. package/dist/routes/rest/utilities/sanitizeCollectionID.js.map +1 -0
  319. package/dist/templates/Default/NavHamburger/index.d.ts +3 -0
  320. package/dist/templates/Default/NavHamburger/index.d.ts.map +1 -0
  321. package/dist/templates/Default/NavHamburger/index.js +13 -0
  322. package/dist/templates/Default/NavHamburger/index.js.map +1 -0
  323. package/dist/templates/Default/Wrapper/index.d.ts +8 -0
  324. package/dist/templates/Default/Wrapper/index.d.ts.map +1 -0
  325. package/dist/templates/Default/Wrapper/index.js +18 -0
  326. package/dist/templates/Default/Wrapper/index.js.map +1 -0
  327. package/dist/templates/Default/index.d.ts +10 -0
  328. package/dist/templates/Default/index.d.ts.map +1 -0
  329. package/dist/templates/Default/index.js +66 -0
  330. package/dist/templates/Default/index.js.map +1 -0
  331. package/dist/templates/Minimal/index.d.ts +10 -0
  332. package/dist/templates/Minimal/index.d.ts.map +1 -0
  333. package/dist/templates/Minimal/index.js +21 -0
  334. package/dist/templates/Minimal/index.js.map +1 -0
  335. package/dist/utilities/addDataAndFileToRequest.d.ts +8 -0
  336. package/dist/utilities/addDataAndFileToRequest.d.ts.map +1 -0
  337. package/dist/utilities/addDataAndFileToRequest.js +42 -0
  338. package/dist/utilities/addDataAndFileToRequest.js.map +1 -0
  339. package/dist/utilities/addLocalesToRequest.d.ts +17 -0
  340. package/dist/utilities/addLocalesToRequest.d.ts.map +1 -0
  341. package/dist/utilities/addLocalesToRequest.js +43 -0
  342. package/dist/utilities/addLocalesToRequest.js.map +1 -0
  343. package/dist/utilities/createPayloadRequest.d.ts +11 -0
  344. package/dist/utilities/createPayloadRequest.d.ts.map +1 -0
  345. package/dist/utilities/createPayloadRequest.js +81 -0
  346. package/dist/utilities/createPayloadRequest.js.map +1 -0
  347. package/dist/utilities/getNextRequestI18n.d.ts +11 -0
  348. package/dist/utilities/getNextRequestI18n.d.ts.map +1 -0
  349. package/dist/utilities/getNextRequestI18n.js +18 -0
  350. package/dist/utilities/getNextRequestI18n.js.map +1 -0
  351. package/dist/utilities/getPayloadHMR.d.ts +4 -0
  352. package/dist/utilities/getPayloadHMR.d.ts.map +1 -0
  353. package/dist/utilities/getPayloadHMR.js +94 -0
  354. package/dist/utilities/getPayloadHMR.js.map +1 -0
  355. package/dist/utilities/getRequestLanguage.d.ts +12 -0
  356. package/dist/utilities/getRequestLanguage.d.ts.map +1 -0
  357. package/dist/utilities/getRequestLanguage.js +16 -0
  358. package/dist/utilities/getRequestLanguage.js.map +1 -0
  359. package/dist/utilities/getRequestLocales.d.ts +12 -0
  360. package/dist/utilities/getRequestLocales.d.ts.map +1 -0
  361. package/dist/utilities/getRequestLocales.js +28 -0
  362. package/dist/utilities/getRequestLocales.js.map +1 -0
  363. package/dist/utilities/getRequestTheme.d.ts +11 -0
  364. package/dist/utilities/getRequestTheme.d.ts.map +1 -0
  365. package/dist/utilities/getRequestTheme.js +19 -0
  366. package/dist/utilities/getRequestTheme.js.map +1 -0
  367. package/dist/utilities/headersWithCors.d.ts +8 -0
  368. package/dist/utilities/headersWithCors.d.ts.map +1 -0
  369. package/dist/utilities/headersWithCors.js +17 -0
  370. package/dist/utilities/headersWithCors.js.map +1 -0
  371. package/dist/utilities/initPage/handleAdminPage.d.ts +12 -0
  372. package/dist/utilities/initPage/handleAdminPage.d.ts.map +1 -0
  373. package/dist/utilities/initPage/handleAdminPage.js +35 -0
  374. package/dist/utilities/initPage/handleAdminPage.js.map +1 -0
  375. package/dist/utilities/initPage/handleAuthRedirect.d.ts +9 -0
  376. package/dist/utilities/initPage/handleAuthRedirect.d.ts.map +1 -0
  377. package/dist/utilities/initPage/handleAuthRedirect.js +27 -0
  378. package/dist/utilities/initPage/handleAuthRedirect.js.map +1 -0
  379. package/dist/utilities/initPage/index.d.ts +4 -0
  380. package/dist/utilities/initPage/index.d.ts.map +1 -0
  381. package/dist/utilities/initPage/index.js +133 -0
  382. package/dist/utilities/initPage/index.js.map +1 -0
  383. package/dist/utilities/initPage/shared.d.ts +4 -0
  384. package/dist/utilities/initPage/shared.d.ts.map +1 -0
  385. package/dist/utilities/initPage/shared.js +19 -0
  386. package/dist/utilities/initPage/shared.js.map +1 -0
  387. package/dist/utilities/initPage/types.d.ts +24 -0
  388. package/dist/utilities/initPage/types.d.ts.map +1 -0
  389. package/dist/utilities/initPage/types.js +3 -0
  390. package/dist/utilities/initPage/types.js.map +1 -0
  391. package/dist/utilities/mergeHeaders.d.ts +2 -0
  392. package/dist/utilities/mergeHeaders.d.ts.map +1 -0
  393. package/dist/utilities/mergeHeaders.js +37 -0
  394. package/dist/utilities/mergeHeaders.js.map +1 -0
  395. package/dist/utilities/meta.d.ts +5 -0
  396. package/dist/utilities/meta.d.ts.map +1 -0
  397. package/dist/utilities/meta.js +73 -0
  398. package/dist/utilities/meta.js.map +1 -0
  399. package/dist/utilities/timestamp.d.ts +2 -0
  400. package/dist/utilities/timestamp.d.ts.map +1 -0
  401. package/dist/utilities/timestamp.js +7 -0
  402. package/dist/utilities/timestamp.js.map +1 -0
  403. package/dist/views/API/LocaleSelector/index.d.ts +9 -0
  404. package/dist/views/API/LocaleSelector/index.d.ts.map +1 -0
  405. package/dist/views/API/LocaleSelector/index.js +15 -0
  406. package/dist/views/API/LocaleSelector/index.js.map +1 -0
  407. package/dist/views/API/RenderJSON/index.d.ts +12 -0
  408. package/dist/views/API/RenderJSON/index.d.ts.map +1 -0
  409. package/dist/views/API/RenderJSON/index.js +122 -0
  410. package/dist/views/API/RenderJSON/index.js.map +1 -0
  411. package/dist/views/API/index.client.d.ts +4 -0
  412. package/dist/views/API/index.client.d.ts.map +1 -0
  413. package/dist/views/API/index.client.js +208 -0
  414. package/dist/views/API/index.client.js.map +1 -0
  415. package/dist/views/API/index.d.ts +3 -0
  416. package/dist/views/API/index.d.ts.map +1 -0
  417. package/dist/views/API/index.js +8 -0
  418. package/dist/views/API/index.js.map +1 -0
  419. package/dist/views/API/meta.d.ts +3 -0
  420. package/dist/views/API/meta.d.ts.map +1 -0
  421. package/dist/views/API/meta.js +18 -0
  422. package/dist/views/API/meta.js.map +1 -0
  423. package/dist/views/Account/Settings/LanguageSelector.d.ts +6 -0
  424. package/dist/views/Account/Settings/LanguageSelector.d.ts.map +1 -0
  425. package/dist/views/Account/Settings/LanguageSelector.js +19 -0
  426. package/dist/views/Account/Settings/LanguageSelector.js.map +1 -0
  427. package/dist/views/Account/Settings/index.d.ts +10 -0
  428. package/dist/views/Account/Settings/index.d.ts.map +1 -0
  429. package/dist/views/Account/Settings/index.js +35 -0
  430. package/dist/views/Account/Settings/index.js.map +1 -0
  431. package/dist/views/Account/ToggleTheme/index.d.ts +3 -0
  432. package/dist/views/Account/ToggleTheme/index.d.ts.map +1 -0
  433. package/dist/views/Account/ToggleTheme/index.js +35 -0
  434. package/dist/views/Account/ToggleTheme/index.js.map +1 -0
  435. package/dist/views/Account/index.d.ts +5 -0
  436. package/dist/views/Account/index.d.ts.map +1 -0
  437. package/dist/views/Account/index.js +90 -0
  438. package/dist/views/Account/index.js.map +1 -0
  439. package/dist/views/Account/meta.d.ts +3 -0
  440. package/dist/views/Account/meta.d.ts.map +1 -0
  441. package/dist/views/Account/meta.js +10 -0
  442. package/dist/views/Account/meta.js.map +1 -0
  443. package/dist/views/CreateFirstUser/index.client.d.ts +7 -0
  444. package/dist/views/CreateFirstUser/index.client.d.ts.map +1 -0
  445. package/dist/views/CreateFirstUser/index.client.js +66 -0
  446. package/dist/views/CreateFirstUser/index.client.js.map +1 -0
  447. package/dist/views/CreateFirstUser/index.d.ts +6 -0
  448. package/dist/views/CreateFirstUser/index.d.ts.map +1 -0
  449. package/dist/views/CreateFirstUser/index.js +53 -0
  450. package/dist/views/CreateFirstUser/index.js.map +1 -0
  451. package/dist/views/CreateFirstUser/meta.d.ts +3 -0
  452. package/dist/views/CreateFirstUser/meta.d.ts.map +1 -0
  453. package/dist/views/CreateFirstUser/meta.js +10 -0
  454. package/dist/views/CreateFirstUser/meta.js.map +1 -0
  455. package/dist/views/Dashboard/Default/index.d.ts +12 -0
  456. package/dist/views/Dashboard/Default/index.d.ts.map +1 -0
  457. package/dist/views/Dashboard/Default/index.js +121 -0
  458. package/dist/views/Dashboard/Default/index.js.map +1 -0
  459. package/dist/views/Dashboard/index.d.ts +5 -0
  460. package/dist/views/Dashboard/index.d.ts.map +1 -0
  461. package/dist/views/Dashboard/index.js +66 -0
  462. package/dist/views/Dashboard/index.js.map +1 -0
  463. package/dist/views/Dashboard/meta.d.ts +3 -0
  464. package/dist/views/Dashboard/meta.d.ts.map +1 -0
  465. package/dist/views/Dashboard/meta.js +14 -0
  466. package/dist/views/Dashboard/meta.js.map +1 -0
  467. package/dist/views/Document/getCustomViewByKey.d.ts +3 -0
  468. package/dist/views/Document/getCustomViewByKey.d.ts.map +1 -0
  469. package/dist/views/Document/getCustomViewByKey.js +6 -0
  470. package/dist/views/Document/getCustomViewByKey.js.map +1 -0
  471. package/dist/views/Document/getCustomViewByRoute.d.ts +7 -0
  472. package/dist/views/Document/getCustomViewByRoute.d.ts.map +1 -0
  473. package/dist/views/Document/getCustomViewByRoute.js +22 -0
  474. package/dist/views/Document/getCustomViewByRoute.js.map +1 -0
  475. package/dist/views/Document/getDocumentData.d.ts +9 -0
  476. package/dist/views/Document/getDocumentData.d.ts.map +1 -0
  477. package/dist/views/Document/getDocumentData.js +31 -0
  478. package/dist/views/Document/getDocumentData.js.map +1 -0
  479. package/dist/views/Document/getDocumentPermissions.d.ts +13 -0
  480. package/dist/views/Document/getDocumentPermissions.d.ts.map +1 -0
  481. package/dist/views/Document/getDocumentPermissions.js +82 -0
  482. package/dist/views/Document/getDocumentPermissions.js.map +1 -0
  483. package/dist/views/Document/getMetaBySegment.d.ts +9 -0
  484. package/dist/views/Document/getMetaBySegment.d.ts.map +1 -0
  485. package/dist/views/Document/getMetaBySegment.js +77 -0
  486. package/dist/views/Document/getMetaBySegment.js.map +1 -0
  487. package/dist/views/Document/getViewsFromConfig.d.ts +16 -0
  488. package/dist/views/Document/getViewsFromConfig.d.ts.map +1 -0
  489. package/dist/views/Document/getViewsFromConfig.js +242 -0
  490. package/dist/views/Document/getViewsFromConfig.js.map +1 -0
  491. package/dist/views/Document/index.d.ts +6 -0
  492. package/dist/views/Document/index.d.ts.map +1 -0
  493. package/dist/views/Document/index.js +188 -0
  494. package/dist/views/Document/index.js.map +1 -0
  495. package/dist/views/Document/meta.d.ts +3 -0
  496. package/dist/views/Document/meta.d.ts.map +1 -0
  497. package/dist/views/Document/meta.js +4 -0
  498. package/dist/views/Document/meta.js.map +1 -0
  499. package/dist/views/Edit/Default/Auth/APIKey.d.ts +6 -0
  500. package/dist/views/Edit/Default/Auth/APIKey.d.ts.map +1 -0
  501. package/dist/views/Edit/Default/Auth/APIKey.js +116 -0
  502. package/dist/views/Edit/Default/Auth/APIKey.js.map +1 -0
  503. package/dist/views/Edit/Default/Auth/index.d.ts +5 -0
  504. package/dist/views/Edit/Default/Auth/index.d.ts.map +1 -0
  505. package/dist/views/Edit/Default/Auth/index.js +161 -0
  506. package/dist/views/Edit/Default/Auth/index.js.map +1 -0
  507. package/dist/views/Edit/Default/Auth/types.d.ts +14 -0
  508. package/dist/views/Edit/Default/Auth/types.d.ts.map +1 -0
  509. package/dist/views/Edit/Default/Auth/types.js +3 -0
  510. package/dist/views/Edit/Default/Auth/types.js.map +1 -0
  511. package/dist/views/Edit/Default/SetDocumentStepNav/index.d.ts +11 -0
  512. package/dist/views/Edit/Default/SetDocumentStepNav/index.d.ts.map +1 -0
  513. package/dist/views/Edit/Default/SetDocumentStepNav/index.js +69 -0
  514. package/dist/views/Edit/Default/SetDocumentStepNav/index.js.map +1 -0
  515. package/dist/views/Edit/Default/SetDocumentTitle/index.d.ts +8 -0
  516. package/dist/views/Edit/Default/SetDocumentTitle/index.d.ts.map +1 -0
  517. package/dist/views/Edit/Default/SetDocumentTitle/index.js +36 -0
  518. package/dist/views/Edit/Default/SetDocumentTitle/index.js.map +1 -0
  519. package/dist/views/Edit/Default/index.d.ts +4 -0
  520. package/dist/views/Edit/Default/index.d.ts.map +1 -0
  521. package/dist/views/Edit/Default/index.js +198 -0
  522. package/dist/views/Edit/Default/index.js.map +1 -0
  523. package/dist/views/Edit/Default/types.d.ts +6 -0
  524. package/dist/views/Edit/Default/types.d.ts.map +1 -0
  525. package/dist/views/Edit/Default/types.js +3 -0
  526. package/dist/views/Edit/Default/types.js.map +1 -0
  527. package/dist/views/Edit/index.client.d.ts +3 -0
  528. package/dist/views/Edit/index.client.d.ts.map +1 -0
  529. package/dist/views/Edit/index.client.js +25 -0
  530. package/dist/views/Edit/index.client.js.map +1 -0
  531. package/dist/views/Edit/index.d.ts +3 -0
  532. package/dist/views/Edit/index.d.ts.map +1 -0
  533. package/dist/views/Edit/index.js +8 -0
  534. package/dist/views/Edit/index.js.map +1 -0
  535. package/dist/views/Edit/meta.d.ts +3 -0
  536. package/dist/views/Edit/meta.d.ts.map +1 -0
  537. package/dist/views/Edit/meta.js +28 -0
  538. package/dist/views/Edit/meta.js.map +1 -0
  539. package/dist/views/Edit/sanitizeEditViewProps.d.ts +3 -0
  540. package/dist/views/Edit/sanitizeEditViewProps.d.ts.map +1 -0
  541. package/dist/views/Edit/sanitizeEditViewProps.js +11 -0
  542. package/dist/views/Edit/sanitizeEditViewProps.js.map +1 -0
  543. package/dist/views/ForgotPassword/ForgotPasswordForm/index.d.ts +3 -0
  544. package/dist/views/ForgotPassword/ForgotPasswordForm/index.d.ts.map +1 -0
  545. package/dist/views/ForgotPassword/ForgotPasswordForm/index.js +104 -0
  546. package/dist/views/ForgotPassword/ForgotPasswordForm/index.js.map +1 -0
  547. package/dist/views/ForgotPassword/index.d.ts +6 -0
  548. package/dist/views/ForgotPassword/index.d.ts.map +1 -0
  549. package/dist/views/ForgotPassword/index.js +52 -0
  550. package/dist/views/ForgotPassword/index.js.map +1 -0
  551. package/dist/views/ForgotPassword/meta.d.ts +3 -0
  552. package/dist/views/ForgotPassword/meta.d.ts.map +1 -0
  553. package/dist/views/ForgotPassword/meta.js +10 -0
  554. package/dist/views/ForgotPassword/meta.js.map +1 -0
  555. package/dist/views/List/Default/index.d.ts +4 -0
  556. package/dist/views/List/Default/index.d.ts.map +1 -0
  557. package/dist/views/List/Default/index.js +200 -0
  558. package/dist/views/List/Default/index.js.map +1 -0
  559. package/dist/views/List/Default/types.d.ts +15 -0
  560. package/dist/views/List/Default/types.d.ts.map +1 -0
  561. package/dist/views/List/Default/types.js +3 -0
  562. package/dist/views/List/Default/types.js.map +1 -0
  563. package/dist/views/List/index.d.ts +5 -0
  564. package/dist/views/List/index.d.ts.map +1 -0
  565. package/dist/views/List/index.js +126 -0
  566. package/dist/views/List/index.js.map +1 -0
  567. package/dist/views/List/meta.d.ts +7 -0
  568. package/dist/views/List/meta.d.ts.map +1 -0
  569. package/dist/views/List/meta.js +21 -0
  570. package/dist/views/List/meta.js.map +1 -0
  571. package/dist/views/LivePreview/Context/collisionDetection.d.ts +3 -0
  572. package/dist/views/LivePreview/Context/collisionDetection.d.ts.map +1 -0
  573. package/dist/views/LivePreview/Context/collisionDetection.js +26 -0
  574. package/dist/views/LivePreview/Context/collisionDetection.js.map +1 -0
  575. package/dist/views/LivePreview/Context/context.d.ts +50 -0
  576. package/dist/views/LivePreview/Context/context.d.ts.map +1 -0
  577. package/dist/views/LivePreview/Context/context.js +40 -0
  578. package/dist/views/LivePreview/Context/context.js.map +1 -0
  579. package/dist/views/LivePreview/Context/index.d.ts +19 -0
  580. package/dist/views/LivePreview/Context/index.d.ts.map +1 -0
  581. package/dist/views/LivePreview/Context/index.js +156 -0
  582. package/dist/views/LivePreview/Context/index.js.map +1 -0
  583. package/dist/views/LivePreview/Context/sizeReducer.d.ts +20 -0
  584. package/dist/views/LivePreview/Context/sizeReducer.d.ts.map +1 -0
  585. package/dist/views/LivePreview/Context/sizeReducer.js +31 -0
  586. package/dist/views/LivePreview/Context/sizeReducer.js.map +1 -0
  587. package/dist/views/LivePreview/Device/index.d.ts +5 -0
  588. package/dist/views/LivePreview/Device/index.d.ts.map +1 -0
  589. package/dist/views/LivePreview/Device/index.js +81 -0
  590. package/dist/views/LivePreview/Device/index.js.map +1 -0
  591. package/dist/views/LivePreview/DeviceContainer/index.d.ts +5 -0
  592. package/dist/views/LivePreview/DeviceContainer/index.d.ts.map +1 -0
  593. package/dist/views/LivePreview/DeviceContainer/index.js +31 -0
  594. package/dist/views/LivePreview/DeviceContainer/index.js.map +1 -0
  595. package/dist/views/LivePreview/IFrame/index.d.ts +9 -0
  596. package/dist/views/LivePreview/IFrame/index.d.ts.map +1 -0
  597. package/dist/views/LivePreview/IFrame/index.js +23 -0
  598. package/dist/views/LivePreview/IFrame/index.js.map +1 -0
  599. package/dist/views/LivePreview/Preview/index.d.ts +5 -0
  600. package/dist/views/LivePreview/Preview/index.d.ts.map +1 -0
  601. package/dist/views/LivePreview/Preview/index.js +110 -0
  602. package/dist/views/LivePreview/Preview/index.js.map +1 -0
  603. package/dist/views/LivePreview/Toolbar/Controls/index.d.ts +5 -0
  604. package/dist/views/LivePreview/Toolbar/Controls/index.d.ts.map +1 -0
  605. package/dist/views/LivePreview/Toolbar/Controls/index.js +129 -0
  606. package/dist/views/LivePreview/Toolbar/Controls/index.js.map +1 -0
  607. package/dist/views/LivePreview/Toolbar/SizeInput/index.d.ts +6 -0
  608. package/dist/views/LivePreview/Toolbar/SizeInput/index.d.ts.map +1 -0
  609. package/dist/views/LivePreview/Toolbar/SizeInput/index.js +61 -0
  610. package/dist/views/LivePreview/Toolbar/SizeInput/index.js.map +1 -0
  611. package/dist/views/LivePreview/Toolbar/index.d.ts +7 -0
  612. package/dist/views/LivePreview/Toolbar/index.d.ts.map +1 -0
  613. package/dist/views/LivePreview/Toolbar/index.js +64 -0
  614. package/dist/views/LivePreview/Toolbar/index.js.map +1 -0
  615. package/dist/views/LivePreview/ToolbarArea/index.d.ts +6 -0
  616. package/dist/views/LivePreview/ToolbarArea/index.d.ts.map +1 -0
  617. package/dist/views/LivePreview/ToolbarArea/index.js +18 -0
  618. package/dist/views/LivePreview/ToolbarArea/index.js.map +1 -0
  619. package/dist/views/LivePreview/index.client.d.ts +9 -0
  620. package/dist/views/LivePreview/index.client.d.ts.map +1 -0
  621. package/dist/views/LivePreview/index.client.js +195 -0
  622. package/dist/views/LivePreview/index.client.js.map +1 -0
  623. package/dist/views/LivePreview/index.d.ts +4 -0
  624. package/dist/views/LivePreview/index.d.ts.map +1 -0
  625. package/dist/views/LivePreview/index.js +66 -0
  626. package/dist/views/LivePreview/index.js.map +1 -0
  627. package/dist/views/LivePreview/meta.d.ts +3 -0
  628. package/dist/views/LivePreview/meta.d.ts.map +1 -0
  629. package/dist/views/LivePreview/meta.js +10 -0
  630. package/dist/views/LivePreview/meta.js.map +1 -0
  631. package/dist/views/LivePreview/usePopupWindow.d.ts +19 -0
  632. package/dist/views/LivePreview/usePopupWindow.d.ts.map +1 -0
  633. package/dist/views/LivePreview/usePopupWindow.js +102 -0
  634. package/dist/views/LivePreview/usePopupWindow.js.map +1 -0
  635. package/dist/views/Login/LoginForm/index.d.ts +8 -0
  636. package/dist/views/Login/LoginForm/index.d.ts.map +1 -0
  637. package/dist/views/Login/LoginForm/index.js +122 -0
  638. package/dist/views/Login/LoginForm/index.js.map +1 -0
  639. package/dist/views/Login/index.d.ts +7 -0
  640. package/dist/views/Login/index.d.ts.map +1 -0
  641. package/dist/views/Login/index.js +64 -0
  642. package/dist/views/Login/index.js.map +1 -0
  643. package/dist/views/Login/meta.d.ts +3 -0
  644. package/dist/views/Login/meta.d.ts.map +1 -0
  645. package/dist/views/Login/meta.js +10 -0
  646. package/dist/views/Login/meta.js.map +1 -0
  647. package/dist/views/Logout/LogoutClient.d.ts +7 -0
  648. package/dist/views/Logout/LogoutClient.d.ts.map +1 -0
  649. package/dist/views/Logout/LogoutClient.js +45 -0
  650. package/dist/views/Logout/LogoutClient.js.map +1 -0
  651. package/dist/views/Logout/index.d.ts +9 -0
  652. package/dist/views/Logout/index.d.ts.map +1 -0
  653. package/dist/views/Logout/index.js +24 -0
  654. package/dist/views/Logout/index.js.map +1 -0
  655. package/dist/views/Logout/meta.d.ts +3 -0
  656. package/dist/views/Logout/meta.d.ts.map +1 -0
  657. package/dist/views/Logout/meta.js +9 -0
  658. package/dist/views/Logout/meta.js.map +1 -0
  659. package/dist/views/NotFound/index.client.d.ts +6 -0
  660. package/dist/views/NotFound/index.client.d.ts.map +1 -0
  661. package/dist/views/NotFound/index.client.js +49 -0
  662. package/dist/views/NotFound/index.client.js.map +1 -0
  663. package/dist/views/NotFound/index.d.ts +28 -0
  664. package/dist/views/NotFound/index.d.ts.map +1 -0
  665. package/dist/views/NotFound/index.js +52 -0
  666. package/dist/views/NotFound/index.js.map +1 -0
  667. package/dist/views/NotFound/meta.d.ts +8 -0
  668. package/dist/views/NotFound/meta.d.ts.map +1 -0
  669. package/dist/views/NotFound/meta.js +9 -0
  670. package/dist/views/NotFound/meta.js.map +1 -0
  671. package/dist/views/ResetPassword/index.client.d.ts +7 -0
  672. package/dist/views/ResetPassword/index.client.d.ts.map +1 -0
  673. package/dist/views/ResetPassword/index.client.js +81 -0
  674. package/dist/views/ResetPassword/index.client.js.map +1 -0
  675. package/dist/views/ResetPassword/index.d.ts +7 -0
  676. package/dist/views/ResetPassword/index.d.ts.map +1 -0
  677. package/dist/views/ResetPassword/index.js +64 -0
  678. package/dist/views/ResetPassword/index.js.map +1 -0
  679. package/dist/views/ResetPassword/meta.d.ts +3 -0
  680. package/dist/views/ResetPassword/meta.d.ts.map +1 -0
  681. package/dist/views/ResetPassword/meta.js +10 -0
  682. package/dist/views/ResetPassword/meta.js.map +1 -0
  683. package/dist/views/Root/getCustomViewByRoute.d.ts +6 -0
  684. package/dist/views/Root/getCustomViewByRoute.d.ts.map +1 -0
  685. package/dist/views/Root/getCustomViewByRoute.js +19 -0
  686. package/dist/views/Root/getCustomViewByRoute.js.map +1 -0
  687. package/dist/views/Root/getViewFromConfig.d.ts +17 -0
  688. package/dist/views/Root/getViewFromConfig.d.ts.map +1 -0
  689. package/dist/views/Root/getViewFromConfig.js +155 -0
  690. package/dist/views/Root/getViewFromConfig.js.map +1 -0
  691. package/dist/views/Root/index.d.ts +23 -0
  692. package/dist/views/Root/index.d.ts.map +1 -0
  693. package/dist/views/Root/index.js +82 -0
  694. package/dist/views/Root/index.js.map +1 -0
  695. package/dist/views/Root/isPathMatchingRoute.d.ts +8 -0
  696. package/dist/views/Root/isPathMatchingRoute.d.ts.map +1 -0
  697. package/dist/views/Root/isPathMatchingRoute.js +16 -0
  698. package/dist/views/Root/isPathMatchingRoute.js.map +1 -0
  699. package/dist/views/Root/meta.d.ts +14 -0
  700. package/dist/views/Root/meta.d.ts.map +1 -0
  701. package/dist/views/Root/meta.js +140 -0
  702. package/dist/views/Root/meta.js.map +1 -0
  703. package/dist/views/Unauthorized/index.d.ts +5 -0
  704. package/dist/views/Unauthorized/index.d.ts.map +1 -0
  705. package/dist/views/Unauthorized/index.js +30 -0
  706. package/dist/views/Unauthorized/index.js.map +1 -0
  707. package/dist/views/Unauthorized/meta.d.ts +3 -0
  708. package/dist/views/Unauthorized/meta.d.ts.map +1 -0
  709. package/dist/views/Unauthorized/meta.js +10 -0
  710. package/dist/views/Unauthorized/meta.js.map +1 -0
  711. package/dist/views/Verify/index.d.ts +7 -0
  712. package/dist/views/Verify/index.d.ts.map +1 -0
  713. package/dist/views/Verify/index.js +47 -0
  714. package/dist/views/Verify/index.js.map +1 -0
  715. package/dist/views/Verify/meta.d.ts +3 -0
  716. package/dist/views/Verify/meta.d.ts.map +1 -0
  717. package/dist/views/Verify/meta.js +10 -0
  718. package/dist/views/Verify/meta.js.map +1 -0
  719. package/dist/views/Version/Default/SetStepNav.d.ts +13 -0
  720. package/dist/views/Version/Default/SetStepNav.d.ts.map +1 -0
  721. package/dist/views/Version/Default/SetStepNav.js +97 -0
  722. package/dist/views/Version/Default/SetStepNav.js.map +1 -0
  723. package/dist/views/Version/Default/index.d.ts +5 -0
  724. package/dist/views/Version/Default/index.d.ts.map +1 -0
  725. package/dist/views/Version/Default/index.js +133 -0
  726. package/dist/views/Version/Default/index.js.map +1 -0
  727. package/dist/views/Version/Default/types.d.ts +17 -0
  728. package/dist/views/Version/Default/types.d.ts.map +1 -0
  729. package/dist/views/Version/Default/types.js +3 -0
  730. package/dist/views/Version/Default/types.js.map +1 -0
  731. package/dist/views/Version/RenderFieldsToDiff/Label/index.d.ts +7 -0
  732. package/dist/views/Version/RenderFieldsToDiff/Label/index.d.ts.map +1 -0
  733. package/dist/views/Version/RenderFieldsToDiff/Label/index.js +10 -0
  734. package/dist/views/Version/RenderFieldsToDiff/Label/index.js.map +1 -0
  735. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts +6 -0
  736. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.d.ts.map +1 -0
  737. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.js +79 -0
  738. package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.js.map +1 -0
  739. package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.d.ts +6 -0
  740. package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.d.ts.map +1 -0
  741. package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.js +40 -0
  742. package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.js.map +1 -0
  743. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts +6 -0
  744. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.d.ts.map +1 -0
  745. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.js +85 -0
  746. package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.js.map +1 -0
  747. package/dist/views/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.d.ts +9 -0
  748. package/dist/views/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.d.ts.map +1 -0
  749. package/dist/views/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.js +18 -0
  750. package/dist/views/Version/RenderFieldsToDiff/fields/Select/DiffViewer/index.js.map +1 -0
  751. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.d.ts +10 -0
  752. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.d.ts.map +1 -0
  753. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.js +50 -0
  754. package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.js.map +1 -0
  755. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts +8 -0
  756. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.d.ts.map +1 -0
  757. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.js +40 -0
  758. package/dist/views/Version/RenderFieldsToDiff/fields/Tabs/index.js.map +1 -0
  759. package/dist/views/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.d.ts +9 -0
  760. package/dist/views/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.d.ts.map +1 -0
  761. package/dist/views/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.js +18 -0
  762. package/dist/views/Version/RenderFieldsToDiff/fields/Text/DiffViewer/index.js.map +1 -0
  763. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.d.ts +6 -0
  764. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.d.ts.map +1 -0
  765. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.js +41 -0
  766. package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.js.map +1 -0
  767. package/dist/views/Version/RenderFieldsToDiff/fields/diffMethods.d.ts +7 -0
  768. package/dist/views/Version/RenderFieldsToDiff/fields/diffMethods.d.ts.map +1 -0
  769. package/dist/views/Version/RenderFieldsToDiff/fields/diffMethods.js +8 -0
  770. package/dist/views/Version/RenderFieldsToDiff/fields/diffMethods.js.map +1 -0
  771. package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts +30 -0
  772. package/dist/views/Version/RenderFieldsToDiff/fields/index.d.ts.map +1 -0
  773. package/dist/views/Version/RenderFieldsToDiff/fields/index.js +29 -0
  774. package/dist/views/Version/RenderFieldsToDiff/fields/index.js.map +1 -0
  775. package/dist/views/Version/RenderFieldsToDiff/fields/styles.d.ts +27 -0
  776. package/dist/views/Version/RenderFieldsToDiff/fields/styles.d.ts.map +1 -0
  777. package/dist/views/Version/RenderFieldsToDiff/fields/styles.js +28 -0
  778. package/dist/views/Version/RenderFieldsToDiff/fields/styles.js.map +1 -0
  779. package/dist/views/Version/RenderFieldsToDiff/fields/types.d.ts +21 -0
  780. package/dist/views/Version/RenderFieldsToDiff/fields/types.d.ts.map +1 -0
  781. package/dist/views/Version/RenderFieldsToDiff/fields/types.js +3 -0
  782. package/dist/views/Version/RenderFieldsToDiff/fields/types.js.map +1 -0
  783. package/dist/views/Version/RenderFieldsToDiff/index.d.ts +6 -0
  784. package/dist/views/Version/RenderFieldsToDiff/index.d.ts.map +1 -0
  785. package/dist/views/Version/RenderFieldsToDiff/index.js +103 -0
  786. package/dist/views/Version/RenderFieldsToDiff/index.js.map +1 -0
  787. package/dist/views/Version/RenderFieldsToDiff/types.d.ts +20 -0
  788. package/dist/views/Version/RenderFieldsToDiff/types.d.ts.map +1 -0
  789. package/dist/views/Version/RenderFieldsToDiff/types.js +3 -0
  790. package/dist/views/Version/RenderFieldsToDiff/types.js.map +1 -0
  791. package/dist/views/Version/Restore/index.d.ts +6 -0
  792. package/dist/views/Version/Restore/index.d.ts.map +1 -0
  793. package/dist/views/Version/Restore/index.js +93 -0
  794. package/dist/views/Version/Restore/index.js.map +1 -0
  795. package/dist/views/Version/Restore/types.d.ts +11 -0
  796. package/dist/views/Version/Restore/types.d.ts.map +1 -0
  797. package/dist/views/Version/Restore/types.js +3 -0
  798. package/dist/views/Version/Restore/types.js.map +1 -0
  799. package/dist/views/Version/SelectComparison/index.d.ts +5 -0
  800. package/dist/views/Version/SelectComparison/index.d.ts.map +1 -0
  801. package/dist/views/Version/SelectComparison/index.js +155 -0
  802. package/dist/views/Version/SelectComparison/index.js.map +1 -0
  803. package/dist/views/Version/SelectComparison/types.d.ts +27 -0
  804. package/dist/views/Version/SelectComparison/types.d.ts.map +1 -0
  805. package/dist/views/Version/SelectComparison/types.js +3 -0
  806. package/dist/views/Version/SelectComparison/types.js.map +1 -0
  807. package/dist/views/Version/SelectLocales/index.d.ts +5 -0
  808. package/dist/views/Version/SelectLocales/index.d.ts.map +1 -0
  809. package/dist/views/Version/SelectLocales/index.js +38 -0
  810. package/dist/views/Version/SelectLocales/index.js.map +1 -0
  811. package/dist/views/Version/SelectLocales/types.d.ts +7 -0
  812. package/dist/views/Version/SelectLocales/types.d.ts.map +1 -0
  813. package/dist/views/Version/SelectLocales/types.js +3 -0
  814. package/dist/views/Version/SelectLocales/types.js.map +1 -0
  815. package/dist/views/Version/index.d.ts +3 -0
  816. package/dist/views/Version/index.d.ts.map +1 -0
  817. package/dist/views/Version/index.js +88 -0
  818. package/dist/views/Version/index.js.map +1 -0
  819. package/dist/views/Version/meta.d.ts +3 -0
  820. package/dist/views/Version/meta.d.ts.map +1 -0
  821. package/dist/views/Version/meta.js +44 -0
  822. package/dist/views/Version/meta.js.map +1 -0
  823. package/dist/views/Versions/buildColumns.d.ts +13 -0
  824. package/dist/views/Versions/buildColumns.d.ts.map +1 -0
  825. package/dist/views/Versions/buildColumns.js +67 -0
  826. package/dist/views/Versions/buildColumns.js.map +1 -0
  827. package/dist/views/Versions/cells/AutosaveCell/index.d.ts +9 -0
  828. package/dist/views/Versions/cells/AutosaveCell/index.d.ts.map +1 -0
  829. package/dist/views/Versions/cells/AutosaveCell/index.js +52 -0
  830. package/dist/views/Versions/cells/AutosaveCell/index.js.map +1 -0
  831. package/dist/views/Versions/cells/CreatedAt/index.d.ts +9 -0
  832. package/dist/views/Versions/cells/CreatedAt/index.d.ts.map +1 -0
  833. package/dist/views/Versions/cells/CreatedAt/index.js +26 -0
  834. package/dist/views/Versions/cells/CreatedAt/index.js.map +1 -0
  835. package/dist/views/Versions/cells/ID/index.d.ts +3 -0
  836. package/dist/views/Versions/cells/ID/index.d.ts.map +1 -0
  837. package/dist/views/Versions/cells/ID/index.js +12 -0
  838. package/dist/views/Versions/cells/ID/index.js.map +1 -0
  839. package/dist/views/Versions/getLatestVersion.d.ts +5 -0
  840. package/dist/views/Versions/getLatestVersion.d.ts.map +1 -0
  841. package/dist/views/Versions/getLatestVersion.js +29 -0
  842. package/dist/views/Versions/getLatestVersion.js.map +1 -0
  843. package/dist/views/Versions/index.client.d.ts +10 -0
  844. package/dist/views/Versions/index.client.d.ts.map +1 -0
  845. package/dist/views/Versions/index.client.js +81 -0
  846. package/dist/views/Versions/index.client.js.map +1 -0
  847. package/dist/views/Versions/index.d.ts +5 -0
  848. package/dist/views/Versions/index.d.ts.map +1 -0
  849. package/dist/views/Versions/index.js +123 -0
  850. package/dist/views/Versions/index.js.map +1 -0
  851. package/dist/views/Versions/meta.d.ts +3 -0
  852. package/dist/views/Versions/meta.d.ts.map +1 -0
  853. package/dist/views/Versions/meta.js +37 -0
  854. package/dist/views/Versions/meta.js.map +1 -0
  855. package/dist/views/Versions/types.d.ts +17 -0
  856. package/dist/views/Versions/types.d.ts.map +1 -0
  857. package/dist/views/Versions/types.js +3 -0
  858. package/dist/views/Versions/types.js.map +1 -0
  859. package/dist/withPayload.d.ts +3 -0
  860. package/dist/withPayload.d.ts.map +1 -0
  861. package/dist/withPayload.js +119 -0
  862. package/dist/withPayload.js.map +1 -0
  863. package/package.json +6 -6
@@ -0,0 +1,3 @@
1
+ import type { CollectionRouteHandler } from '../types.js';
2
+ export declare const me: CollectionRouteHandler;
3
+ //# sourceMappingURL=me.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"me.d.ts","sourceRoot":"","sources":["../../../../src/routes/rest/auth/me.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAIzD,eAAO,MAAM,EAAE,EAAE,sBA0BhB,CAAA"}
@@ -0,0 +1,26 @@
1
+ import httpStatus from 'http-status';
2
+ import { extractJWT, meOperation } from 'payload';
3
+ import { headersWithCors } from '../../../utilities/headersWithCors.js';
4
+ export const me = async ({ collection, req })=>{
5
+ const currentToken = extractJWT(req);
6
+ const result = await meOperation({
7
+ collection,
8
+ currentToken,
9
+ req
10
+ });
11
+ if (collection.config.auth.removeTokenFromResponses) {
12
+ delete result.token;
13
+ }
14
+ return Response.json({
15
+ ...result,
16
+ message: req.t('authentication:account')
17
+ }, {
18
+ headers: headersWithCors({
19
+ headers: new Headers(),
20
+ req
21
+ }),
22
+ status: httpStatus.OK
23
+ });
24
+ };
25
+
26
+ //# sourceMappingURL=me.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/routes/rest/auth/me.ts"],"sourcesContent":["import httpStatus from 'http-status'\nimport { extractJWT, meOperation } from 'payload'\n\nimport type { CollectionRouteHandler } from '../types.js'\n\nimport { headersWithCors } from '../../../utilities/headersWithCors.js'\n\nexport const me: CollectionRouteHandler = async ({ collection, req }) => {\n const currentToken = extractJWT(req)\n\n const result = await meOperation({\n collection,\n currentToken,\n req,\n })\n\n if (collection.config.auth.removeTokenFromResponses) {\n delete result.token\n }\n\n return Response.json(\n {\n ...result,\n message: req.t('authentication:account'),\n },\n {\n headers: headersWithCors({\n headers: new Headers(),\n req,\n }),\n status: httpStatus.OK,\n },\n )\n}\n"],"names":["httpStatus","extractJWT","meOperation","headersWithCors","me","collection","req","currentToken","result","config","auth","removeTokenFromResponses","token","Response","json","message","t","headers","Headers","status","OK"],"mappings":"AAAA,OAAOA,gBAAgB,cAAa;AACpC,SAASC,UAAU,EAAEC,WAAW,QAAQ,UAAS;AAIjD,SAASC,eAAe,QAAQ,wCAAuC;AAEvE,OAAO,MAAMC,KAA6B,OAAO,EAAEC,UAAU,EAAEC,GAAG,EAAE;IAClE,MAAMC,eAAeN,WAAWK;IAEhC,MAAME,SAAS,MAAMN,YAAY;QAC/BG;QACAE;QACAD;IACF;IAEA,IAAID,WAAWI,MAAM,CAACC,IAAI,CAACC,wBAAwB,EAAE;QACnD,OAAOH,OAAOI,KAAK;IACrB;IAEA,OAAOC,SAASC,IAAI,CAClB;QACE,GAAGN,MAAM;QACTO,SAAST,IAAIU,CAAC,CAAC;IACjB,GACA;QACEC,SAASd,gBAAgB;YACvBc,SAAS,IAAIC;YACbZ;QACF;QACAa,QAAQnB,WAAWoB,EAAE;IACvB;AAEJ,EAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CollectionRouteHandler } from '../types.js';
2
+ export declare const refresh: CollectionRouteHandler;
3
+ //# sourceMappingURL=refresh.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refresh.d.ts","sourceRoot":"","sources":["../../../../src/routes/rest/auth/refresh.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAIzD,eAAO,MAAM,OAAO,EAAE,sBAqCrB,CAAA"}
@@ -0,0 +1,34 @@
1
+ import httpStatus from 'http-status';
2
+ import { generatePayloadCookie, refreshOperation } from 'payload';
3
+ import { headersWithCors } from '../../../utilities/headersWithCors.js';
4
+ export const refresh = async ({ collection, req })=>{
5
+ const { t } = req;
6
+ const headers = headersWithCors({
7
+ headers: new Headers(),
8
+ req
9
+ });
10
+ const result = await refreshOperation({
11
+ collection,
12
+ req
13
+ });
14
+ if (result.setCookie) {
15
+ const cookie = generatePayloadCookie({
16
+ collectionConfig: collection.config,
17
+ payload: req.payload,
18
+ token: result.refreshedToken
19
+ });
20
+ if (collection.config.auth.removeTokenFromResponses) {
21
+ delete result.refreshedToken;
22
+ }
23
+ headers.set('Set-Cookie', cookie);
24
+ }
25
+ return Response.json({
26
+ message: t('authentication:tokenRefreshSuccessful'),
27
+ ...result
28
+ }, {
29
+ headers,
30
+ status: httpStatus.OK
31
+ });
32
+ };
33
+
34
+ //# sourceMappingURL=refresh.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/routes/rest/auth/refresh.ts"],"sourcesContent":["import httpStatus from 'http-status'\nimport { generatePayloadCookie, refreshOperation } from 'payload'\n\nimport type { CollectionRouteHandler } from '../types.js'\n\nimport { headersWithCors } from '../../../utilities/headersWithCors.js'\n\nexport const refresh: CollectionRouteHandler = async ({ collection, req }) => {\n const { t } = req\n\n const headers = headersWithCors({\n headers: new Headers(),\n req,\n })\n\n const result = await refreshOperation({\n collection,\n req,\n })\n\n if (result.setCookie) {\n const cookie = generatePayloadCookie({\n collectionConfig: collection.config,\n payload: req.payload,\n token: result.refreshedToken,\n })\n\n if (collection.config.auth.removeTokenFromResponses) {\n delete result.refreshedToken\n }\n\n headers.set('Set-Cookie', cookie)\n }\n\n return Response.json(\n {\n message: t('authentication:tokenRefreshSuccessful'),\n ...result,\n },\n {\n headers,\n status: httpStatus.OK,\n },\n )\n}\n"],"names":["httpStatus","generatePayloadCookie","refreshOperation","headersWithCors","refresh","collection","req","t","headers","Headers","result","setCookie","cookie","collectionConfig","config","payload","token","refreshedToken","auth","removeTokenFromResponses","set","Response","json","message","status","OK"],"mappings":"AAAA,OAAOA,gBAAgB,cAAa;AACpC,SAASC,qBAAqB,EAAEC,gBAAgB,QAAQ,UAAS;AAIjE,SAASC,eAAe,QAAQ,wCAAuC;AAEvE,OAAO,MAAMC,UAAkC,OAAO,EAAEC,UAAU,EAAEC,GAAG,EAAE;IACvE,MAAM,EAAEC,CAAC,EAAE,GAAGD;IAEd,MAAME,UAAUL,gBAAgB;QAC9BK,SAAS,IAAIC;QACbH;IACF;IAEA,MAAMI,SAAS,MAAMR,iBAAiB;QACpCG;QACAC;IACF;IAEA,IAAII,OAAOC,SAAS,EAAE;QACpB,MAAMC,SAASX,sBAAsB;YACnCY,kBAAkBR,WAAWS,MAAM;YACnCC,SAAST,IAAIS,OAAO;YACpBC,OAAON,OAAOO,cAAc;QAC9B;QAEA,IAAIZ,WAAWS,MAAM,CAACI,IAAI,CAACC,wBAAwB,EAAE;YACnD,OAAOT,OAAOO,cAAc;QAC9B;QAEAT,QAAQY,GAAG,CAAC,cAAcR;IAC5B;IAEA,OAAOS,SAASC,IAAI,CAClB;QACEC,SAAShB,EAAE;QACX,GAAGG,MAAM;IACX,GACA;QACEF;QACAgB,QAAQxB,WAAWyB,EAAE;IACvB;AAEJ,EAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CollectionRouteHandler } from '../types.js';
2
+ export declare const registerFirstUser: CollectionRouteHandler;
3
+ //# sourceMappingURL=registerFirstUser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registerFirstUser.d.ts","sourceRoot":"","sources":["../../../../src/routes/rest/auth/registerFirstUser.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAIzD,eAAO,MAAM,iBAAiB,EAAE,sBA6C/B,CAAA"}
@@ -0,0 +1,43 @@
1
+ import httpStatus from 'http-status';
2
+ import { generatePayloadCookie, registerFirstUserOperation } from 'payload';
3
+ import { headersWithCors } from '../../../utilities/headersWithCors.js';
4
+ export const registerFirstUser = async ({ collection, req })=>{
5
+ const { data, t } = req;
6
+ const authData = collection.config.auth?.loginWithUsername ? {
7
+ email: typeof req.data?.email === 'string' ? req.data.email : '',
8
+ password: typeof req.data?.password === 'string' ? req.data.password : '',
9
+ username: typeof req.data?.username === 'string' ? req.data.username : ''
10
+ } : {
11
+ email: typeof req.data?.email === 'string' ? req.data.email : '',
12
+ password: typeof req.data?.password === 'string' ? req.data.password : ''
13
+ };
14
+ const result = await registerFirstUserOperation({
15
+ collection,
16
+ data: {
17
+ ...data,
18
+ ...authData
19
+ },
20
+ req
21
+ });
22
+ const cookie = generatePayloadCookie({
23
+ collectionConfig: collection.config,
24
+ payload: req.payload,
25
+ token: result.token
26
+ });
27
+ return Response.json({
28
+ exp: result.exp,
29
+ message: t('authentication:successfullyRegisteredFirstUser'),
30
+ token: result.token,
31
+ user: result.user
32
+ }, {
33
+ headers: headersWithCors({
34
+ headers: new Headers({
35
+ 'Set-Cookie': cookie
36
+ }),
37
+ req
38
+ }),
39
+ status: httpStatus.OK
40
+ });
41
+ };
42
+
43
+ //# sourceMappingURL=registerFirstUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/routes/rest/auth/registerFirstUser.ts"],"sourcesContent":["import httpStatus from 'http-status'\nimport { generatePayloadCookie, registerFirstUserOperation } from 'payload'\n\nimport type { CollectionRouteHandler } from '../types.js'\n\nimport { headersWithCors } from '../../../utilities/headersWithCors.js'\n\nexport const registerFirstUser: CollectionRouteHandler = async ({ collection, req }) => {\n const { data, t } = req\n const authData = collection.config.auth?.loginWithUsername\n ? {\n email: typeof req.data?.email === 'string' ? req.data.email : '',\n password: typeof req.data?.password === 'string' ? req.data.password : '',\n username: typeof req.data?.username === 'string' ? req.data.username : '',\n }\n : {\n email: typeof req.data?.email === 'string' ? req.data.email : '',\n password: typeof req.data?.password === 'string' ? req.data.password : '',\n }\n\n const result = await registerFirstUserOperation({\n collection,\n data: {\n ...data,\n ...authData,\n },\n req,\n })\n\n const cookie = generatePayloadCookie({\n collectionConfig: collection.config,\n payload: req.payload,\n token: result.token,\n })\n\n return Response.json(\n {\n exp: result.exp,\n message: t('authentication:successfullyRegisteredFirstUser'),\n token: result.token,\n user: result.user,\n },\n {\n headers: headersWithCors({\n headers: new Headers({\n 'Set-Cookie': cookie,\n }),\n req,\n }),\n status: httpStatus.OK,\n },\n )\n}\n"],"names":["httpStatus","generatePayloadCookie","registerFirstUserOperation","headersWithCors","registerFirstUser","collection","req","data","t","authData","config","auth","loginWithUsername","email","password","username","result","cookie","collectionConfig","payload","token","Response","json","exp","message","user","headers","Headers","status","OK"],"mappings":"AAAA,OAAOA,gBAAgB,cAAa;AACpC,SAASC,qBAAqB,EAAEC,0BAA0B,QAAQ,UAAS;AAI3E,SAASC,eAAe,QAAQ,wCAAuC;AAEvE,OAAO,MAAMC,oBAA4C,OAAO,EAAEC,UAAU,EAAEC,GAAG,EAAE;IACjF,MAAM,EAAEC,IAAI,EAAEC,CAAC,EAAE,GAAGF;IACpB,MAAMG,WAAWJ,WAAWK,MAAM,CAACC,IAAI,EAAEC,oBACrC;QACEC,OAAO,OAAOP,IAAIC,IAAI,EAAEM,UAAU,WAAWP,IAAIC,IAAI,CAACM,KAAK,GAAG;QAC9DC,UAAU,OAAOR,IAAIC,IAAI,EAAEO,aAAa,WAAWR,IAAIC,IAAI,CAACO,QAAQ,GAAG;QACvEC,UAAU,OAAOT,IAAIC,IAAI,EAAEQ,aAAa,WAAWT,IAAIC,IAAI,CAACQ,QAAQ,GAAG;IACzE,IACA;QACEF,OAAO,OAAOP,IAAIC,IAAI,EAAEM,UAAU,WAAWP,IAAIC,IAAI,CAACM,KAAK,GAAG;QAC9DC,UAAU,OAAOR,IAAIC,IAAI,EAAEO,aAAa,WAAWR,IAAIC,IAAI,CAACO,QAAQ,GAAG;IACzE;IAEJ,MAAME,SAAS,MAAMd,2BAA2B;QAC9CG;QACAE,MAAM;YACJ,GAAGA,IAAI;YACP,GAAGE,QAAQ;QACb;QACAH;IACF;IAEA,MAAMW,SAAShB,sBAAsB;QACnCiB,kBAAkBb,WAAWK,MAAM;QACnCS,SAASb,IAAIa,OAAO;QACpBC,OAAOJ,OAAOI,KAAK;IACrB;IAEA,OAAOC,SAASC,IAAI,CAClB;QACEC,KAAKP,OAAOO,GAAG;QACfC,SAAShB,EAAE;QACXY,OAAOJ,OAAOI,KAAK;QACnBK,MAAMT,OAAOS,IAAI;IACnB,GACA;QACEC,SAASvB,gBAAgB;YACvBuB,SAAS,IAAIC,QAAQ;gBACnB,cAAcV;YAChB;YACAX;QACF;QACAsB,QAAQ5B,WAAW6B,EAAE;IACvB;AAEJ,EAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CollectionRouteHandler } from '../types.js';
2
+ export declare const resetPassword: CollectionRouteHandler;
3
+ //# sourceMappingURL=resetPassword.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resetPassword.d.ts","sourceRoot":"","sources":["../../../../src/routes/rest/auth/resetPassword.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAIzD,eAAO,MAAM,aAAa,EAAE,sBAuC3B,CAAA"}
@@ -0,0 +1,38 @@
1
+ import httpStatus from 'http-status';
2
+ import { generatePayloadCookie, resetPasswordOperation } from 'payload';
3
+ import { headersWithCors } from '../../../utilities/headersWithCors.js';
4
+ export const resetPassword = async ({ collection, req })=>{
5
+ const { searchParams, t } = req;
6
+ const depth = searchParams.get('depth');
7
+ const result = await resetPasswordOperation({
8
+ collection,
9
+ data: {
10
+ password: typeof req.data?.password === 'string' ? req.data.password : '',
11
+ token: typeof req.data?.token === 'string' ? req.data.token : ''
12
+ },
13
+ depth: depth ? Number(depth) : undefined,
14
+ req
15
+ });
16
+ const cookie = generatePayloadCookie({
17
+ collectionConfig: collection.config,
18
+ payload: req.payload,
19
+ token: result.token
20
+ });
21
+ if (collection.config.auth.removeTokenFromResponses) {
22
+ delete result.token;
23
+ }
24
+ return Response.json({
25
+ message: t('authentication:passwordResetSuccessfully'),
26
+ ...result
27
+ }, {
28
+ headers: headersWithCors({
29
+ headers: new Headers({
30
+ 'Set-Cookie': cookie
31
+ }),
32
+ req
33
+ }),
34
+ status: httpStatus.OK
35
+ });
36
+ };
37
+
38
+ //# sourceMappingURL=resetPassword.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/routes/rest/auth/resetPassword.ts"],"sourcesContent":["import httpStatus from 'http-status'\nimport { generatePayloadCookie, resetPasswordOperation } from 'payload'\n\nimport type { CollectionRouteHandler } from '../types.js'\n\nimport { headersWithCors } from '../../../utilities/headersWithCors.js'\n\nexport const resetPassword: CollectionRouteHandler = async ({ collection, req }) => {\n const { searchParams, t } = req\n const depth = searchParams.get('depth')\n\n const result = await resetPasswordOperation({\n collection,\n data: {\n password: typeof req.data?.password === 'string' ? req.data.password : '',\n token: typeof req.data?.token === 'string' ? req.data.token : '',\n },\n depth: depth ? Number(depth) : undefined,\n req,\n })\n\n const cookie = generatePayloadCookie({\n collectionConfig: collection.config,\n payload: req.payload,\n token: result.token,\n })\n\n if (collection.config.auth.removeTokenFromResponses) {\n delete result.token\n }\n\n return Response.json(\n {\n message: t('authentication:passwordResetSuccessfully'),\n ...result,\n },\n {\n headers: headersWithCors({\n headers: new Headers({\n 'Set-Cookie': cookie,\n }),\n req,\n }),\n status: httpStatus.OK,\n },\n )\n}\n"],"names":["httpStatus","generatePayloadCookie","resetPasswordOperation","headersWithCors","resetPassword","collection","req","searchParams","t","depth","get","result","data","password","token","Number","undefined","cookie","collectionConfig","config","payload","auth","removeTokenFromResponses","Response","json","message","headers","Headers","status","OK"],"mappings":"AAAA,OAAOA,gBAAgB,cAAa;AACpC,SAASC,qBAAqB,EAAEC,sBAAsB,QAAQ,UAAS;AAIvE,SAASC,eAAe,QAAQ,wCAAuC;AAEvE,OAAO,MAAMC,gBAAwC,OAAO,EAAEC,UAAU,EAAEC,GAAG,EAAE;IAC7E,MAAM,EAAEC,YAAY,EAAEC,CAAC,EAAE,GAAGF;IAC5B,MAAMG,QAAQF,aAAaG,GAAG,CAAC;IAE/B,MAAMC,SAAS,MAAMT,uBAAuB;QAC1CG;QACAO,MAAM;YACJC,UAAU,OAAOP,IAAIM,IAAI,EAAEC,aAAa,WAAWP,IAAIM,IAAI,CAACC,QAAQ,GAAG;YACvEC,OAAO,OAAOR,IAAIM,IAAI,EAAEE,UAAU,WAAWR,IAAIM,IAAI,CAACE,KAAK,GAAG;QAChE;QACAL,OAAOA,QAAQM,OAAON,SAASO;QAC/BV;IACF;IAEA,MAAMW,SAAShB,sBAAsB;QACnCiB,kBAAkBb,WAAWc,MAAM;QACnCC,SAASd,IAAIc,OAAO;QACpBN,OAAOH,OAAOG,KAAK;IACrB;IAEA,IAAIT,WAAWc,MAAM,CAACE,IAAI,CAACC,wBAAwB,EAAE;QACnD,OAAOX,OAAOG,KAAK;IACrB;IAEA,OAAOS,SAASC,IAAI,CAClB;QACEC,SAASjB,EAAE;QACX,GAAGG,MAAM;IACX,GACA;QACEe,SAASvB,gBAAgB;YACvBuB,SAAS,IAAIC,QAAQ;gBACnB,cAAcV;YAChB;YACAX;QACF;QACAsB,QAAQ5B,WAAW6B,EAAE;IACvB;AAEJ,EAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CollectionRouteHandler } from '../types.js';
2
+ export declare const unlock: CollectionRouteHandler;
3
+ //# sourceMappingURL=unlock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlock.d.ts","sourceRoot":"","sources":["../../../../src/routes/rest/auth/unlock.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAIzD,eAAO,MAAM,MAAM,EAAE,sBAqBpB,CAAA"}
@@ -0,0 +1,24 @@
1
+ import httpStatus from 'http-status';
2
+ import { unlockOperation } from 'payload';
3
+ import { headersWithCors } from '../../../utilities/headersWithCors.js';
4
+ export const unlock = async ({ collection, req })=>{
5
+ const { t } = req;
6
+ await unlockOperation({
7
+ collection,
8
+ data: {
9
+ email: req.data.email
10
+ },
11
+ req
12
+ });
13
+ return Response.json({
14
+ message: t('general:success')
15
+ }, {
16
+ headers: headersWithCors({
17
+ headers: new Headers(),
18
+ req
19
+ }),
20
+ status: httpStatus.OK
21
+ });
22
+ };
23
+
24
+ //# sourceMappingURL=unlock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/routes/rest/auth/unlock.ts"],"sourcesContent":["import httpStatus from 'http-status'\nimport { unlockOperation } from 'payload'\n\nimport type { CollectionRouteHandler } from '../types.js'\n\nimport { headersWithCors } from '../../../utilities/headersWithCors.js'\n\nexport const unlock: CollectionRouteHandler = async ({ collection, req }) => {\n const { t } = req\n\n await unlockOperation({\n collection,\n data: { email: req.data.email as string },\n req,\n })\n\n return Response.json(\n {\n message: t('general:success'),\n },\n {\n headers: headersWithCors({\n headers: new Headers(),\n req,\n }),\n status: httpStatus.OK,\n },\n )\n}\n"],"names":["httpStatus","unlockOperation","headersWithCors","unlock","collection","req","t","data","email","Response","json","message","headers","Headers","status","OK"],"mappings":"AAAA,OAAOA,gBAAgB,cAAa;AACpC,SAASC,eAAe,QAAQ,UAAS;AAIzC,SAASC,eAAe,QAAQ,wCAAuC;AAEvE,OAAO,MAAMC,SAAiC,OAAO,EAAEC,UAAU,EAAEC,GAAG,EAAE;IACtE,MAAM,EAAEC,CAAC,EAAE,GAAGD;IAEd,MAAMJ,gBAAgB;QACpBG;QACAG,MAAM;YAAEC,OAAOH,IAAIE,IAAI,CAACC,KAAK;QAAW;QACxCH;IACF;IAEA,OAAOI,SAASC,IAAI,CAClB;QACEC,SAASL,EAAE;IACb,GACA;QACEM,SAASV,gBAAgB;YACvBU,SAAS,IAAIC;YACbR;QACF;QACAS,QAAQd,WAAWe,EAAE;IACvB;AAEJ,EAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CollectionRouteHandlerWithID } from '../types.js';
2
+ export declare const verifyEmail: CollectionRouteHandlerWithID;
3
+ //# sourceMappingURL=verifyEmail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verifyEmail.d.ts","sourceRoot":"","sources":["../../../../src/routes/rest/auth/verifyEmail.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAA;AAI/D,eAAO,MAAM,WAAW,EAAE,4BAoBzB,CAAA"}
@@ -0,0 +1,22 @@
1
+ import httpStatus from 'http-status';
2
+ import { verifyEmailOperation } from 'payload';
3
+ import { headersWithCors } from '../../../utilities/headersWithCors.js';
4
+ export const verifyEmail = async ({ id, collection, req })=>{
5
+ const { t } = req;
6
+ await verifyEmailOperation({
7
+ collection,
8
+ req,
9
+ token: id
10
+ });
11
+ return Response.json({
12
+ message: t('authentication:accountVerified')
13
+ }, {
14
+ headers: headersWithCors({
15
+ headers: new Headers(),
16
+ req
17
+ }),
18
+ status: httpStatus.OK
19
+ });
20
+ };
21
+
22
+ //# sourceMappingURL=verifyEmail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/routes/rest/auth/verifyEmail.ts"],"sourcesContent":["import httpStatus from 'http-status'\nimport { verifyEmailOperation } from 'payload'\n\nimport type { CollectionRouteHandlerWithID } from '../types.js'\n\nimport { headersWithCors } from '../../../utilities/headersWithCors.js'\n\nexport const verifyEmail: CollectionRouteHandlerWithID = async ({ id, collection, req }) => {\n const { t } = req\n await verifyEmailOperation({\n collection,\n req,\n token: id,\n })\n\n return Response.json(\n {\n message: t('authentication:accountVerified'),\n },\n {\n headers: headersWithCors({\n headers: new Headers(),\n req,\n }),\n status: httpStatus.OK,\n },\n )\n}\n"],"names":["httpStatus","verifyEmailOperation","headersWithCors","verifyEmail","id","collection","req","t","token","Response","json","message","headers","Headers","status","OK"],"mappings":"AAAA,OAAOA,gBAAgB,cAAa;AACpC,SAASC,oBAAoB,QAAQ,UAAS;AAI9C,SAASC,eAAe,QAAQ,wCAAuC;AAEvE,OAAO,MAAMC,cAA4C,OAAO,EAAEC,EAAE,EAAEC,UAAU,EAAEC,GAAG,EAAE;IACrF,MAAM,EAAEC,CAAC,EAAE,GAAGD;IACd,MAAML,qBAAqB;QACzBI;QACAC;QACAE,OAAOJ;IACT;IAEA,OAAOK,SAASC,IAAI,CAClB;QACEC,SAASJ,EAAE;IACb,GACA;QACEK,SAASV,gBAAgB;YACvBU,SAAS,IAAIC;YACbP;QACF;QACAQ,QAAQd,WAAWe,EAAE;IACvB;AAEJ,EAAC"}
@@ -0,0 +1,5 @@
1
+ import type { PayloadRequest } from 'payload';
2
+ export declare const buildFormState: ({ req }: {
3
+ req: PayloadRequest;
4
+ }) => Promise<Response>;
5
+ //# sourceMappingURL=buildFormState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buildFormState.d.ts","sourceRoot":"","sources":["../../../src/routes/rest/buildFormState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAQ7C,eAAO,MAAM,cAAc,YAAmB;IAAE,GAAG,EAAE,cAAc,CAAA;CAAE,sBAyCpE,CAAA"}
@@ -0,0 +1,45 @@
1
+ import { buildFormState as buildFormStateFn } from '@payloadcms/ui/utilities/buildFormState';
2
+ import httpStatus from 'http-status';
3
+ import { headersWithCors } from '../../utilities/headersWithCors.js';
4
+ import { routeError } from './routeError.js';
5
+ export const buildFormState = async ({ req })=>{
6
+ const headers = headersWithCors({
7
+ headers: new Headers(),
8
+ req
9
+ });
10
+ try {
11
+ const result = await buildFormStateFn({
12
+ req
13
+ });
14
+ return Response.json(result, {
15
+ headers,
16
+ status: httpStatus.OK
17
+ });
18
+ } catch (err) {
19
+ if (err.message === 'Could not find field schema for given path') {
20
+ return Response.json({
21
+ message: err.message
22
+ }, {
23
+ headers,
24
+ status: httpStatus.BAD_REQUEST
25
+ });
26
+ }
27
+ if (err.message === 'Unauthorized') {
28
+ return Response.json(null, {
29
+ headers,
30
+ status: httpStatus.UNAUTHORIZED
31
+ });
32
+ }
33
+ req.payload.logger.error({
34
+ err,
35
+ msg: `There was an error building form state`
36
+ });
37
+ return routeError({
38
+ config: req.payload.config,
39
+ err,
40
+ req
41
+ });
42
+ }
43
+ };
44
+
45
+ //# sourceMappingURL=buildFormState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/routes/rest/buildFormState.ts"],"sourcesContent":["import type { PayloadRequest } from 'payload'\n\nimport { buildFormState as buildFormStateFn } from '@payloadcms/ui/utilities/buildFormState'\nimport httpStatus from 'http-status'\n\nimport { headersWithCors } from '../../utilities/headersWithCors.js'\nimport { routeError } from './routeError.js'\n\nexport const buildFormState = async ({ req }: { req: PayloadRequest }) => {\n const headers = headersWithCors({\n headers: new Headers(),\n req,\n })\n\n try {\n const result = await buildFormStateFn({ req })\n\n return Response.json(result, {\n headers,\n status: httpStatus.OK,\n })\n } catch (err) {\n if (err.message === 'Could not find field schema for given path') {\n return Response.json(\n {\n message: err.message,\n },\n {\n headers,\n status: httpStatus.BAD_REQUEST,\n },\n )\n }\n\n if (err.message === 'Unauthorized') {\n return Response.json(null, {\n headers,\n status: httpStatus.UNAUTHORIZED,\n })\n }\n\n req.payload.logger.error({ err, msg: `There was an error building form state` })\n\n return routeError({\n config: req.payload.config,\n err,\n req,\n })\n }\n}\n"],"names":["buildFormState","buildFormStateFn","httpStatus","headersWithCors","routeError","req","headers","Headers","result","Response","json","status","OK","err","message","BAD_REQUEST","UNAUTHORIZED","payload","logger","error","msg","config"],"mappings":"AAEA,SAASA,kBAAkBC,gBAAgB,QAAQ,0CAAyC;AAC5F,OAAOC,gBAAgB,cAAa;AAEpC,SAASC,eAAe,QAAQ,qCAAoC;AACpE,SAASC,UAAU,QAAQ,kBAAiB;AAE5C,OAAO,MAAMJ,iBAAiB,OAAO,EAAEK,GAAG,EAA2B;IACnE,MAAMC,UAAUH,gBAAgB;QAC9BG,SAAS,IAAIC;QACbF;IACF;IAEA,IAAI;QACF,MAAMG,SAAS,MAAMP,iBAAiB;YAAEI;QAAI;QAE5C,OAAOI,SAASC,IAAI,CAACF,QAAQ;YAC3BF;YACAK,QAAQT,WAAWU,EAAE;QACvB;IACF,EAAE,OAAOC,KAAK;QACZ,IAAIA,IAAIC,OAAO,KAAK,8CAA8C;YAChE,OAAOL,SAASC,IAAI,CAClB;gBACEI,SAASD,IAAIC,OAAO;YACtB,GACA;gBACER;gBACAK,QAAQT,WAAWa,WAAW;YAChC;QAEJ;QAEA,IAAIF,IAAIC,OAAO,KAAK,gBAAgB;YAClC,OAAOL,SAASC,IAAI,CAAC,MAAM;gBACzBJ;gBACAK,QAAQT,WAAWc,YAAY;YACjC;QACF;QAEAX,IAAIY,OAAO,CAACC,MAAM,CAACC,KAAK,CAAC;YAAEN;YAAKO,KAAK,CAAC,sCAAsC,CAAC;QAAC;QAE9E,OAAOhB,WAAW;YAChBiB,QAAQhB,IAAIY,OAAO,CAACI,MAAM;YAC1BR;YACAR;QACF;IACF;AACF,EAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const endpointsAreDisabled: ({ endpoints, request, }: {
2
+ endpoints: false | unknown[];
3
+ request: Partial<Request>;
4
+ }) => Response;
5
+ //# sourceMappingURL=checkEndpoints.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkEndpoints.d.ts","sourceRoot":"","sources":["../../../src/routes/rest/checkEndpoints.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,4BAG9B;IACD,SAAS,EAAE,KAAK,GAAG,OAAO,EAAE,CAAA;IAC5B,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,CAAA;CAC1B,aAWA,CAAA"}
@@ -0,0 +1,12 @@
1
+ import httpStatus from 'http-status';
2
+ export const endpointsAreDisabled = ({ endpoints, request })=>{
3
+ if (!endpoints) {
4
+ return Response.json({
5
+ message: `Cannot ${request.method.toUpperCase()} ${request.url}`
6
+ }, {
7
+ status: httpStatus.NOT_IMPLEMENTED
8
+ });
9
+ }
10
+ };
11
+
12
+ //# sourceMappingURL=checkEndpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/routes/rest/checkEndpoints.ts"],"sourcesContent":["import httpStatus from 'http-status'\n\nexport const endpointsAreDisabled = ({\n endpoints,\n request,\n}: {\n endpoints: false | unknown[]\n request: Partial<Request>\n}) => {\n if (!endpoints) {\n return Response.json(\n {\n message: `Cannot ${request.method.toUpperCase()} ${request.url}`,\n },\n {\n status: httpStatus.NOT_IMPLEMENTED,\n },\n )\n }\n}\n"],"names":["httpStatus","endpointsAreDisabled","endpoints","request","Response","json","message","method","toUpperCase","url","status","NOT_IMPLEMENTED"],"mappings":"AAAA,OAAOA,gBAAgB,cAAa;AAEpC,OAAO,MAAMC,uBAAuB,CAAC,EACnCC,SAAS,EACTC,OAAO,EAIR;IACC,IAAI,CAACD,WAAW;QACd,OAAOE,SAASC,IAAI,CAClB;YACEC,SAAS,CAAC,OAAO,EAAEH,QAAQI,MAAM,CAACC,WAAW,GAAG,CAAC,EAAEL,QAAQM,GAAG,CAAC,CAAC;QAClE,GACA;YACEC,QAAQV,WAAWW,eAAe;QACpC;IAEJ;AACF,EAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CollectionRouteHandler } from '../types.js';
2
+ export declare const count: CollectionRouteHandler;
3
+ //# sourceMappingURL=count.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"count.d.ts","sourceRoot":"","sources":["../../../../src/routes/rest/collections/count.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAEzD,eAAO,MAAM,KAAK,EAAE,sBAcnB,CAAA"}
@@ -0,0 +1,15 @@
1
+ import httpStatus from 'http-status';
2
+ import { countOperation } from 'payload';
3
+ export const count = async ({ collection, req })=>{
4
+ const { where } = req.query;
5
+ const result = await countOperation({
6
+ collection,
7
+ req,
8
+ where
9
+ });
10
+ return Response.json(result, {
11
+ status: httpStatus.OK
12
+ });
13
+ };
14
+
15
+ //# sourceMappingURL=count.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/routes/rest/collections/count.ts"],"sourcesContent":["import type { Where } from 'payload'\n\nimport httpStatus from 'http-status'\nimport { countOperation } from 'payload'\n\nimport type { CollectionRouteHandler } from '../types.js'\n\nexport const count: CollectionRouteHandler = async ({ collection, req }) => {\n const { where } = req.query as {\n where?: Where\n }\n\n const result = await countOperation({\n collection,\n req,\n where,\n })\n\n return Response.json(result, {\n status: httpStatus.OK,\n })\n}\n"],"names":["httpStatus","countOperation","count","collection","req","where","query","result","Response","json","status","OK"],"mappings":"AAEA,OAAOA,gBAAgB,cAAa;AACpC,SAASC,cAAc,QAAQ,UAAS;AAIxC,OAAO,MAAMC,QAAgC,OAAO,EAAEC,UAAU,EAAEC,GAAG,EAAE;IACrE,MAAM,EAAEC,KAAK,EAAE,GAAGD,IAAIE,KAAK;IAI3B,MAAMC,SAAS,MAAMN,eAAe;QAClCE;QACAC;QACAC;IACF;IAEA,OAAOG,SAASC,IAAI,CAACF,QAAQ;QAC3BG,QAAQV,WAAWW,EAAE;IACvB;AACF,EAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CollectionRouteHandler } from '../types.js';
2
+ export declare const create: CollectionRouteHandler;
3
+ //# sourceMappingURL=create.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../../src/routes/rest/collections/create.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAIzD,eAAO,MAAM,MAAM,EAAE,sBA8BpB,CAAA"}
@@ -0,0 +1,33 @@
1
+ import { getTranslation } from '@payloadcms/translations';
2
+ import httpStatus from 'http-status';
3
+ import { createOperation } from 'payload';
4
+ import { isNumber } from 'payload/shared';
5
+ import { headersWithCors } from '../../../utilities/headersWithCors.js';
6
+ export const create = async ({ collection, req })=>{
7
+ const { searchParams } = req;
8
+ const autosave = searchParams.get('autosave') === 'true';
9
+ const draft = searchParams.get('draft') === 'true';
10
+ const depth = searchParams.get('depth');
11
+ const doc = await createOperation({
12
+ autosave,
13
+ collection,
14
+ data: req.data,
15
+ depth: isNumber(depth) ? depth : undefined,
16
+ draft,
17
+ req
18
+ });
19
+ return Response.json({
20
+ doc,
21
+ message: req.t('general:successfullyCreated', {
22
+ label: getTranslation(collection.config.labels.singular, req.i18n)
23
+ })
24
+ }, {
25
+ headers: headersWithCors({
26
+ headers: new Headers(),
27
+ req
28
+ }),
29
+ status: httpStatus.CREATED
30
+ });
31
+ };
32
+
33
+ //# sourceMappingURL=create.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/routes/rest/collections/create.ts"],"sourcesContent":["import { getTranslation } from '@payloadcms/translations'\nimport httpStatus from 'http-status'\nimport { createOperation } from 'payload'\nimport { isNumber } from 'payload/shared'\n\nimport type { CollectionRouteHandler } from '../types.js'\n\nimport { headersWithCors } from '../../../utilities/headersWithCors.js'\n\nexport const create: CollectionRouteHandler = async ({ collection, req }) => {\n const { searchParams } = req\n const autosave = searchParams.get('autosave') === 'true'\n const draft = searchParams.get('draft') === 'true'\n const depth = searchParams.get('depth')\n\n const doc = await createOperation({\n autosave,\n collection,\n data: req.data,\n depth: isNumber(depth) ? depth : undefined,\n draft,\n req,\n })\n\n return Response.json(\n {\n doc,\n message: req.t('general:successfullyCreated', {\n label: getTranslation(collection.config.labels.singular, req.i18n),\n }),\n },\n {\n headers: headersWithCors({\n headers: new Headers(),\n req,\n }),\n status: httpStatus.CREATED,\n },\n )\n}\n"],"names":["getTranslation","httpStatus","createOperation","isNumber","headersWithCors","create","collection","req","searchParams","autosave","get","draft","depth","doc","data","undefined","Response","json","message","t","label","config","labels","singular","i18n","headers","Headers","status","CREATED"],"mappings":"AAAA,SAASA,cAAc,QAAQ,2BAA0B;AACzD,OAAOC,gBAAgB,cAAa;AACpC,SAASC,eAAe,QAAQ,UAAS;AACzC,SAASC,QAAQ,QAAQ,iBAAgB;AAIzC,SAASC,eAAe,QAAQ,wCAAuC;AAEvE,OAAO,MAAMC,SAAiC,OAAO,EAAEC,UAAU,EAAEC,GAAG,EAAE;IACtE,MAAM,EAAEC,YAAY,EAAE,GAAGD;IACzB,MAAME,WAAWD,aAAaE,GAAG,CAAC,gBAAgB;IAClD,MAAMC,QAAQH,aAAaE,GAAG,CAAC,aAAa;IAC5C,MAAME,QAAQJ,aAAaE,GAAG,CAAC;IAE/B,MAAMG,MAAM,MAAMX,gBAAgB;QAChCO;QACAH;QACAQ,MAAMP,IAAIO,IAAI;QACdF,OAAOT,SAASS,SAASA,QAAQG;QACjCJ;QACAJ;IACF;IAEA,OAAOS,SAASC,IAAI,CAClB;QACEJ;QACAK,SAASX,IAAIY,CAAC,CAAC,+BAA+B;YAC5CC,OAAOpB,eAAeM,WAAWe,MAAM,CAACC,MAAM,CAACC,QAAQ,EAAEhB,IAAIiB,IAAI;QACnE;IACF,GACA;QACEC,SAASrB,gBAAgB;YACvBqB,SAAS,IAAIC;YACbnB;QACF;QACAoB,QAAQ1B,WAAW2B,OAAO;IAC5B;AAEJ,EAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CollectionRouteHandler } from '../types.js';
2
+ export declare const deleteDoc: CollectionRouteHandler;
3
+ //# sourceMappingURL=delete.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete.d.ts","sourceRoot":"","sources":["../../../../src/routes/rest/collections/delete.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAIzD,eAAO,MAAM,SAAS,EAAE,sBAyDvB,CAAA"}
@@ -0,0 +1,46 @@
1
+ import { getTranslation } from '@payloadcms/translations';
2
+ import httpStatus from 'http-status';
3
+ import { deleteOperation } from 'payload';
4
+ import { isNumber } from 'payload/shared';
5
+ import { headersWithCors } from '../../../utilities/headersWithCors.js';
6
+ export const deleteDoc = async ({ collection, req })=>{
7
+ const { depth, where } = req.query;
8
+ const result = await deleteOperation({
9
+ collection,
10
+ depth: isNumber(depth) ? Number(depth) : undefined,
11
+ req,
12
+ where
13
+ });
14
+ const headers = headersWithCors({
15
+ headers: new Headers(),
16
+ req
17
+ });
18
+ if (result.errors.length === 0) {
19
+ const message = req.t('general:deletedCountSuccessfully', {
20
+ count: result.docs.length,
21
+ label: getTranslation(collection.config.labels[result.docs.length > 1 ? 'plural' : 'singular'], req.i18n)
22
+ });
23
+ return Response.json({
24
+ ...result,
25
+ message
26
+ }, {
27
+ headers,
28
+ status: httpStatus.OK
29
+ });
30
+ }
31
+ const total = result.docs.length + result.errors.length;
32
+ const message = req.t('error:unableToDeleteCount', {
33
+ count: result.errors.length,
34
+ label: getTranslation(collection.config.labels[total > 1 ? 'plural' : 'singular'], req.i18n),
35
+ total
36
+ });
37
+ return Response.json({
38
+ ...result,
39
+ message
40
+ }, {
41
+ headers,
42
+ status: httpStatus.BAD_REQUEST
43
+ });
44
+ };
45
+
46
+ //# sourceMappingURL=delete.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/routes/rest/collections/delete.ts"],"sourcesContent":["import type { Where } from 'payload'\n\nimport { getTranslation } from '@payloadcms/translations'\nimport httpStatus from 'http-status'\nimport { deleteOperation } from 'payload'\nimport { isNumber } from 'payload/shared'\n\nimport type { CollectionRouteHandler } from '../types.js'\n\nimport { headersWithCors } from '../../../utilities/headersWithCors.js'\n\nexport const deleteDoc: CollectionRouteHandler = async ({ collection, req }) => {\n const { depth, where } = req.query as {\n depth?: string\n where?: Where\n }\n\n const result = await deleteOperation({\n collection,\n depth: isNumber(depth) ? Number(depth) : undefined,\n req,\n where,\n })\n\n const headers = headersWithCors({\n headers: new Headers(),\n req,\n })\n\n if (result.errors.length === 0) {\n const message = req.t('general:deletedCountSuccessfully', {\n count: result.docs.length,\n label: getTranslation(\n collection.config.labels[result.docs.length > 1 ? 'plural' : 'singular'],\n req.i18n,\n ),\n })\n\n return Response.json(\n {\n ...result,\n message,\n },\n {\n headers,\n status: httpStatus.OK,\n },\n )\n }\n\n const total = result.docs.length + result.errors.length\n\n const message = req.t('error:unableToDeleteCount', {\n count: result.errors.length,\n label: getTranslation(collection.config.labels[total > 1 ? 'plural' : 'singular'], req.i18n),\n total,\n })\n\n return Response.json(\n {\n ...result,\n message,\n },\n {\n headers,\n status: httpStatus.BAD_REQUEST,\n },\n )\n}\n"],"names":["getTranslation","httpStatus","deleteOperation","isNumber","headersWithCors","deleteDoc","collection","req","depth","where","query","result","Number","undefined","headers","Headers","errors","length","message","t","count","docs","label","config","labels","i18n","Response","json","status","OK","total","BAD_REQUEST"],"mappings":"AAEA,SAASA,cAAc,QAAQ,2BAA0B;AACzD,OAAOC,gBAAgB,cAAa;AACpC,SAASC,eAAe,QAAQ,UAAS;AACzC,SAASC,QAAQ,QAAQ,iBAAgB;AAIzC,SAASC,eAAe,QAAQ,wCAAuC;AAEvE,OAAO,MAAMC,YAAoC,OAAO,EAAEC,UAAU,EAAEC,GAAG,EAAE;IACzE,MAAM,EAAEC,KAAK,EAAEC,KAAK,EAAE,GAAGF,IAAIG,KAAK;IAKlC,MAAMC,SAAS,MAAMT,gBAAgB;QACnCI;QACAE,OAAOL,SAASK,SAASI,OAAOJ,SAASK;QACzCN;QACAE;IACF;IAEA,MAAMK,UAAUV,gBAAgB;QAC9BU,SAAS,IAAIC;QACbR;IACF;IAEA,IAAII,OAAOK,MAAM,CAACC,MAAM,KAAK,GAAG;QAC9B,MAAMC,UAAUX,IAAIY,CAAC,CAAC,oCAAoC;YACxDC,OAAOT,OAAOU,IAAI,CAACJ,MAAM;YACzBK,OAAOtB,eACLM,WAAWiB,MAAM,CAACC,MAAM,CAACb,OAAOU,IAAI,CAACJ,MAAM,GAAG,IAAI,WAAW,WAAW,EACxEV,IAAIkB,IAAI;QAEZ;QAEA,OAAOC,SAASC,IAAI,CAClB;YACE,GAAGhB,MAAM;YACTO;QACF,GACA;YACEJ;YACAc,QAAQ3B,WAAW4B,EAAE;QACvB;IAEJ;IAEA,MAAMC,QAAQnB,OAAOU,IAAI,CAACJ,MAAM,GAAGN,OAAOK,MAAM,CAACC,MAAM;IAEvD,MAAMC,UAAUX,IAAIY,CAAC,CAAC,6BAA6B;QACjDC,OAAOT,OAAOK,MAAM,CAACC,MAAM;QAC3BK,OAAOtB,eAAeM,WAAWiB,MAAM,CAACC,MAAM,CAACM,QAAQ,IAAI,WAAW,WAAW,EAAEvB,IAAIkB,IAAI;QAC3FK;IACF;IAEA,OAAOJ,SAASC,IAAI,CAClB;QACE,GAAGhB,MAAM;QACTO;IACF,GACA;QACEJ;QACAc,QAAQ3B,WAAW8B,WAAW;IAChC;AAEJ,EAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CollectionRouteHandlerWithID } from '../types.js';
2
+ export declare const deleteByID: CollectionRouteHandlerWithID;
3
+ //# sourceMappingURL=deleteByID.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteByID.d.ts","sourceRoot":"","sources":["../../../../src/routes/rest/collections/deleteByID.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAA;AAK/D,eAAO,MAAM,UAAU,EAAE,4BAgDxB,CAAA"}
@@ -0,0 +1,41 @@
1
+ import httpStatus from 'http-status';
2
+ import { deleteByIDOperation } from 'payload';
3
+ import { isNumber } from 'payload/shared';
4
+ import { headersWithCors } from '../../../utilities/headersWithCors.js';
5
+ import { sanitizeCollectionID } from '../utilities/sanitizeCollectionID.js';
6
+ export const deleteByID = async ({ id: incomingID, collection, req })=>{
7
+ const { searchParams } = req;
8
+ const depth = searchParams.get('depth');
9
+ const id = sanitizeCollectionID({
10
+ id: incomingID,
11
+ collectionSlug: collection.config.slug,
12
+ payload: req.payload
13
+ });
14
+ const doc = await deleteByIDOperation({
15
+ id,
16
+ collection,
17
+ depth: isNumber(depth) ? depth : undefined,
18
+ req
19
+ });
20
+ const headers = headersWithCors({
21
+ headers: new Headers(),
22
+ req
23
+ });
24
+ if (!doc) {
25
+ return Response.json({
26
+ message: req.t('general:notFound')
27
+ }, {
28
+ headers,
29
+ status: httpStatus.NOT_FOUND
30
+ });
31
+ }
32
+ return Response.json({
33
+ doc,
34
+ message: req.t('general:deletedSuccessfully')
35
+ }, {
36
+ headers,
37
+ status: httpStatus.OK
38
+ });
39
+ };
40
+
41
+ //# sourceMappingURL=deleteByID.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/routes/rest/collections/deleteByID.ts"],"sourcesContent":["import httpStatus from 'http-status'\nimport { deleteByIDOperation } from 'payload'\nimport { isNumber } from 'payload/shared'\n\nimport type { CollectionRouteHandlerWithID } from '../types.js'\n\nimport { headersWithCors } from '../../../utilities/headersWithCors.js'\nimport { sanitizeCollectionID } from '../utilities/sanitizeCollectionID.js'\n\nexport const deleteByID: CollectionRouteHandlerWithID = async ({\n id: incomingID,\n collection,\n req,\n}) => {\n const { searchParams } = req\n const depth = searchParams.get('depth')\n\n const id = sanitizeCollectionID({\n id: incomingID,\n collectionSlug: collection.config.slug,\n payload: req.payload,\n })\n\n const doc = await deleteByIDOperation({\n id,\n collection,\n depth: isNumber(depth) ? depth : undefined,\n req,\n })\n\n const headers = headersWithCors({\n headers: new Headers(),\n req,\n })\n\n if (!doc) {\n return Response.json(\n {\n message: req.t('general:notFound'),\n },\n {\n headers,\n status: httpStatus.NOT_FOUND,\n },\n )\n }\n\n return Response.json(\n {\n doc,\n message: req.t('general:deletedSuccessfully'),\n },\n {\n headers,\n status: httpStatus.OK,\n },\n )\n}\n"],"names":["httpStatus","deleteByIDOperation","isNumber","headersWithCors","sanitizeCollectionID","deleteByID","id","incomingID","collection","req","searchParams","depth","get","collectionSlug","config","slug","payload","doc","undefined","headers","Headers","Response","json","message","t","status","NOT_FOUND","OK"],"mappings":"AAAA,OAAOA,gBAAgB,cAAa;AACpC,SAASC,mBAAmB,QAAQ,UAAS;AAC7C,SAASC,QAAQ,QAAQ,iBAAgB;AAIzC,SAASC,eAAe,QAAQ,wCAAuC;AACvE,SAASC,oBAAoB,QAAQ,uCAAsC;AAE3E,OAAO,MAAMC,aAA2C,OAAO,EAC7DC,IAAIC,UAAU,EACdC,UAAU,EACVC,GAAG,EACJ;IACC,MAAM,EAAEC,YAAY,EAAE,GAAGD;IACzB,MAAME,QAAQD,aAAaE,GAAG,CAAC;IAE/B,MAAMN,KAAKF,qBAAqB;QAC9BE,IAAIC;QACJM,gBAAgBL,WAAWM,MAAM,CAACC,IAAI;QACtCC,SAASP,IAAIO,OAAO;IACtB;IAEA,MAAMC,MAAM,MAAMhB,oBAAoB;QACpCK;QACAE;QACAG,OAAOT,SAASS,SAASA,QAAQO;QACjCT;IACF;IAEA,MAAMU,UAAUhB,gBAAgB;QAC9BgB,SAAS,IAAIC;QACbX;IACF;IAEA,IAAI,CAACQ,KAAK;QACR,OAAOI,SAASC,IAAI,CAClB;YACEC,SAASd,IAAIe,CAAC,CAAC;QACjB,GACA;YACEL;YACAM,QAAQzB,WAAW0B,SAAS;QAC9B;IAEJ;IAEA,OAAOL,SAASC,IAAI,CAClB;QACEL;QACAM,SAASd,IAAIe,CAAC,CAAC;IACjB,GACA;QACEL;QACAM,QAAQzB,WAAW2B,EAAE;IACvB;AAEJ,EAAC"}
@@ -0,0 +1,3 @@
1
+ import type { CollectionRouteHandlerWithID } from '../types.js';
2
+ export declare const docAccess: CollectionRouteHandlerWithID;
3
+ //# sourceMappingURL=docAccess.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"docAccess.d.ts","sourceRoot":"","sources":["../../../../src/routes/rest/collections/docAccess.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAA;AAI/D,eAAO,MAAM,SAAS,EAAE,4BAcvB,CAAA"}
@@ -0,0 +1,19 @@
1
+ import httpStatus from 'http-status';
2
+ import { docAccessOperation } from 'payload';
3
+ import { headersWithCors } from '../../../utilities/headersWithCors.js';
4
+ export const docAccess = async ({ id, collection, req })=>{
5
+ const result = await docAccessOperation({
6
+ id,
7
+ collection,
8
+ req
9
+ });
10
+ return Response.json(result, {
11
+ headers: headersWithCors({
12
+ headers: new Headers(),
13
+ req
14
+ }),
15
+ status: httpStatus.OK
16
+ });
17
+ };
18
+
19
+ //# sourceMappingURL=docAccess.js.map