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
1 line
572 B
Plaintext
1 line
572 B
Plaintext
{"version":3,"file":"extensions.js","names":[],"sources":["../../../../src/rest/commands/read/extensions.ts"],"sourcesContent":["import type { DirectusExtension } from '../../../schema/extension.js';\nimport type { RestCommand } from '../../types.js';\n\n/**\n * List the available extensions in the project.\n * @returns An array of extensions.\n */\nexport const readExtensions =\n\t<Schema>(): RestCommand<DirectusExtension<Schema>[], Schema> =>\n\t() => ({\n\t\tpath: `/extensions/`,\n\t\tmethod: 'GET',\n\t});\n"],"mappings":"AAOA,MAAa,WAEL,CACN,KAAM,eACN,OAAQ,MACR"} |