• Updates a masked email

    Parameters

    • id: undefined | string

      The id of the masked email to update

    • session: any

      The session object

    • options: Options

      The Options containing the fields to update

    Returns Promise<{
        [key: string]: null;
    }>

    Throws

    InvalidArgumentError if no id is provided, no session is provided, or the Options are empty