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

    Type Alias AiPriseBusinessProfileShadow

    AiPriseBusinessProfileShadow: Omit<
        SelectAiPriseBusinessProfile,
        "id"
        | "externalId"
        | "data"
        | "deletedAt",
    > & { data: AiPriseBusinessProfile; id: string }

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