Files
klz-cables.com/.pnpm-store/v10/files/a6/7401e654ebc728d545ceeea1b6f8ed3ff728cdb5cbea0e121bbd274ebada6fc62d0008e0758f2dbeeea47177342c66bc188526610986efcefe4ee29c08b216
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
571 B
Plaintext

{"version":3,"file":"auth.js","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"}