Files
klz-cables.com/.pnpm-store/v10/files/31/f6390f6f0b1e0d34c59f6dd437ee853cd31e241271e9f22aa6ec8944f6bb113aafe65b226c010dfe45630d36de3ed62e5eb0a3352cf1064065cb4844c469bd
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
678 B
Plaintext

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