Files
klz-cables.com/.pnpm-store/v10/files/33/668edaf3eb1db66d4d5a2ad1347ec19b08358f19bf80cc285e658107f038ad6a00ff6aec62e46c33638b11f112e3c510994762ac6c5ef03a2146ac199325df
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

4 lines
402 B
Plaintext

import type { JsonObject, TypeWithVersion, UpdateVersionArgs } from 'payload';
import type { DrizzleAdapter } from './types.js';
export declare function updateVersion<T extends JsonObject = JsonObject>(this: DrizzleAdapter, { id, collection, locale, req, returning, select, versionData, where: whereArg, }: UpdateVersionArgs<T>): Promise<TypeWithVersion<T>>;
//# sourceMappingURL=updateVersion.d.ts.map