Files
klz-cables.com/.pnpm-store/v10/files/98/a13da50b27e9235f85db7d50defdbda6f211875ddeae540fd03e57ae0473944f23877c729ac2e890551a53ebfa2af0a8ab98a09c1382a272a0e7a3392a389c
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
677 B
Plaintext

{"version":3,"file":"providers.js","names":[],"sources":["../../../../src/rest/commands/auth/providers.ts"],"sourcesContent":["import type { RestCommand } from '../../types.js';\n\nexport interface ReadProviderOutput {\n\tname: string;\n\tdriver: string;\n\ticon?: string | null;\n}\n\n/**\n * List all the configured auth providers.\n *\n * @returns Array of configured auth providers.\n */\nexport const readProviders =\n\t<Schema>(sessionOnly = false): RestCommand<ReadProviderOutput[], Schema> =>\n\t() => ({\n\t\tpath: sessionOnly ? '/auth?sessionOnly' : '/auth',\n\t\tmethod: 'GET',\n\t});\n"],"mappings":"AAaA,MAAa,GACH,EAAc,UAChB,CACN,KAAM,EAAc,oBAAsB,QAC1C,OAAQ,MACR"}