Files
klz-cables.com/.pnpm-store/v10/files/2b/39cf844b2b86990cf55fc4de07e5886b23236314c39b65c382afa5a9a1c6b56594a535fb8a34b9e7d2e413b5697ed95ea2c0acbf7a5d456aa4c2c6576eecf4
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
605 B
Plaintext

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