Files
klz-cables.com/.pnpm-store/v10/files/a0/585055105e388a6a0c33d111b423273b8c9858e7b9e0ac60de395868d3393c21c18b5d21d2d9fce0767029fb568793a50c58da0a05974c0e48d1a49f5b1693
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

14 lines
482 B
Plaintext

import type { Session, SessionAggregates } from '../types-hoist/session';
import type { User } from '../types-hoist/user';
/**
* @internal
* @deprecated -- set ip inferral via via SDK metadata options on client instead.
*/
export declare function addAutoIpAddressToUser(objWithMaybeUser: {
user?: User | null;
}): void;
/**
* @internal
*/
export declare function addAutoIpAddressToSession(session: Session | SessionAggregates): void;
//# sourceMappingURL=ipAddress.d.ts.map