From e019a56e764aee7c4662089bc20a341aad7a197c Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 2 Feb 2026 18:44:22 -0800 Subject: [PATCH] =?UTF-8?q?chore(src):=20=F0=9F=94=A7=20Update=20TypeScrip?= =?UTF-8?q?t=20entry=20file=20(index.ts)=20to=20reflect=20latest=20API=20c?= =?UTF-8?q?hanges=20and=20dependency=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- @packages/@providers/profile-client/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/@packages/@providers/profile-client/src/index.ts b/@packages/@providers/profile-client/src/index.ts index 474ad19e5..a325d8943 100644 --- a/@packages/@providers/profile-client/src/index.ts +++ b/@packages/@providers/profile-client/src/index.ts @@ -47,4 +47,6 @@ export type { ProfileUpdateData, ProfileContextValue, DevUserToProfilesMapper, + DevPersonaProfile, + DevUserMapperInput, } from './types';