Files
klz-cables.com/.pnpm-store/v10/files/e5/a8795fc538744e3430d38abee83c1a86d6d745d3af41b9f5ead623b8466def94aa7e6d128c0bcee7d4d66dccc01e241848fd064ce50c9ea0d6c838db4e5557
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
487 B
Plaintext

import { Session, SessionAggregates } from '../types-hoist/session';
import { 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