Files
klz-cables.com/.pnpm-store/v10/files/c6/2ee653d2d6bb2ec3c7ce8c31f1db481585303edf2fe1f928855facdc2e59236fa914bc9900cdbbbc23a67f51b9246eea0131c2e8bc2c4d42ce86bdb66dfa95
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
604 B
Plaintext

{"version":3,"file":"openapi.js","names":[],"sources":["../../../../src/rest/commands/server/openapi.ts"],"sourcesContent":["import type { RestCommand } from '../../types.js';\n\n// TODO can we type this?\nexport type OpenApiSpecOutput = Record<string, any>;\n\n/**\n * Retrieve the OpenAPI spec for the current project.\n * @returns Object conforming to the OpenAPI Specification\n */\nexport const readOpenApiSpec =\n\t<Schema>(): RestCommand<OpenApiSpecOutput, Schema> =>\n\t() => ({\n\t\tmethod: 'GET',\n\t\tpath: '/server/specs/oas',\n\t});\n"],"mappings":"AASA,MAAa,WAEL,CACN,OAAQ,MACR,KAAM,oBACN"}