Files
klz-cables.com/.pnpm-store/v10/files/67/bf475c9ae8c98b7d0bbe0e142093092eeeb0a0c44495626ebeaab02c89f31cde4d504e6e6165d46b30168b02359192c3e0b25d9358bc927388408ac4187c39
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

13 lines
460 B
Plaintext

import type { Payload } from '../../../../types/index.js';
/**
* Migrates main collection documents from _status to per-locale status object
*/
export declare function migrateMainCollectionStatus({ collectionSlug, db, locales, payload, sql, versionsTable, }: {
collectionSlug: string;
db: any;
locales: string[];
payload: Payload;
sql: any;
versionsTable: string;
}): Promise<void>;
//# sourceMappingURL=migrateMainCollection.d.ts.map