Files
klz-cables.com/.pnpm-store/v10/files/81/86ef5cf01b0fce2c4dfcfe1d1b376fa624bfba962845f8b4f3093c2f50a18cd95d4dae779f9423dfb2de7962a253f2016419ee1df9134412b28ba8b49fd785
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
612 B
Plaintext

{"version":3,"file":"collections.js","names":[],"sources":["../../../../src/rest/commands/delete/collections.ts"],"sourcesContent":["import type { DirectusCollection } from '../../../schema/collection.js';\nimport type { RestCommand } from '../../types.js';\n\n/**\n * Delete a collection.\n * @param collection\n * @returns\n */\nexport const deleteCollection =\n\t<Schema>(collection: DirectusCollection<Schema>['collection']): RestCommand<void, Schema> =>\n\t() => ({\n\t\tpath: `/collections/${collection}`,\n\t\tmethod: 'DELETE',\n\t});\n"],"mappings":"AAQA,MAAa,EACH,QACF,CACN,KAAM,gBAAgB,IACtB,OAAQ,SACR"}