Files
klz-cables.com/.pnpm-store/v10/files/18/2fb1a3d8ef49d61b36f8e52968d44fd98848847b19ede2c84f216ce3720412658d2d4a0476f031665bba89a4dfdfacb0443ea3a93dd8071a9783b64d2c678e
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

15 lines
717 B
Plaintext

import type { DynamicMigrationTemplate, Payload } from 'payload';
import type { BlocksToJsonMigrator, DrizzleAdapter } from '../types.js';
export declare const createBlocksToJsonMigrator: ({ adapter, executeMethod, sanitizeStatements, }: {
adapter: DrizzleAdapter;
executeMethod: string;
sanitizeStatements: (args: {
sqlExecute: string;
statements: string[];
}) => string;
}) => BlocksToJsonMigrator;
export declare const getBlocksToJsonMigrator: (payload: Payload) => BlocksToJsonMigrator;
export declare const buildDynamicPredefinedBlocksToJsonMigration: ({ packageName, }: {
packageName: string;
}) => DynamicMigrationTemplate;
//# sourceMappingURL=blocksToJsonMigrator.d.ts.map