@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias AiPriseUserProfileShadow

    AiPriseUserProfileShadow: Omit<
        SelectAiPriseUserProfile,
        "id"
        | "externalId"
        | "data"
        | "deletedAt",
    > & { data: AiPriseUserProfile; id: string }

    Local shadow of an AiPrise user profile: the integer PK and externalId collapse to a single string id (aup_…); data is the full raw GET /verify/get_user_profile payload.