Files
klz-cables.com/.pnpm-store/v10/files/cb/0e2233609c14a12ad9f2db1dc6bb4094a86d1fcc748dc305aa15f7d79d83f633e9b94bee1d339ab84d5a59a0f87b6131e97703c788e3174458839b9571fbf7
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

1 line
924 B
Plaintext

{"version":3,"file":"password-request.cjs","names":[],"sources":["../../../../src/rest/commands/auth/password-request.ts"],"sourcesContent":["import type { RestCommand } from '../../types.js';\n\n/**\n * Request a password reset email to be sent to the given user.\n *\n * @param email Email address of the user you're requesting a password reset for.\n * @param reset_url Provide a custom reset url which the link in the email will lead to. The reset token will be passed as a parameter.\n *\n * @returns Empty body.\n */\nexport const passwordRequest =\n\t<Schema>(email: string, reset_url?: string): RestCommand<void, Schema> =>\n\t() => ({\n\t\tpath: '/auth/password/request',\n\t\tmethod: 'POST',\n\t\tbody: JSON.stringify({ email, ...(reset_url ? { reset_url } : {}) }),\n\t});\n"],"mappings":"AAUA,MAAa,GACH,EAAe,SACjB,CACN,KAAM,yBACN,OAAQ,OACR,KAAM,KAAK,UAAU,CAAE,QAAO,GAAI,EAAY,CAAE,YAAW,CAAG,EAAE,CAAG,CAAC,CACpE"}