Files
klz-cables.com/.pnpm-store/v10/files/3d/214fe9b60f49299170f318f7a30017478e100888554a9b5ce3a1badba9d2a72b9d40658d041b4050bb8e7f34365afa4c5e92b108fda17be69b069ec1db4cfa
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
572 B
Plaintext

{"version":3,"file":"auth.cjs","names":[],"sources":["../../../src/realtime/commands/auth.ts"],"sourcesContent":["export interface EmailAuth {\n\temail: string;\n\tpassword: string;\n\tuid?: string;\n}\nexport interface TokenAuth {\n\taccess_token: string;\n\tuid?: string;\n}\nexport interface RefreshAuth {\n\trefresh_token: string;\n\tuid?: string;\n}\n\nexport function auth(creds: EmailAuth | TokenAuth | RefreshAuth) {\n\treturn JSON.stringify({ ...creds, type: 'auth' });\n}\n"],"mappings":"AAcA,SAAgB,EAAK,EAA4C,CAChE,OAAO,KAAK,UAAU,CAAE,GAAG,EAAO,KAAM,OAAQ,CAAC"}