Files
klz-cables.com/.pnpm-store/v10/files/2d/c8a78b0000103469f2bf1170c20c89d4267e5bd581aa8c06abe36ec0177b10809967f597fdccee86ca145f60dd82801cca7153b4be905f4f04789189cff45a
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
817 B
Plaintext

{"version":3,"file":"apply.cjs","names":[],"sources":["../../../../src/rest/commands/schema/apply.ts"],"sourcesContent":["import type { RestCommand } from '../../types.js';\nimport type { SchemaDiffOutput } from './diff.js';\n\n/**\n * Update the instance's schema by passing the diff previously retrieved via /schema/diff endpoint in the request body. This endpoint is only available to admin users.\n * @param diff JSON object containing hash and diffs of collections, fields, and relations to apply.\n * @returns Empty body.\n */\nexport const schemaApply =\n\t<Schema>(diff: SchemaDiffOutput): RestCommand<void, Schema> =>\n\t() => ({\n\t\tmethod: 'POST',\n\t\tpath: '/schema/apply',\n\t\tbody: JSON.stringify(diff),\n\t});\n"],"mappings":"AAQA,MAAa,EACH,QACF,CACN,OAAQ,OACR,KAAM,gBACN,KAAM,KAAK,UAAU,EAAK,CAC1B"}