bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iUpdateAccountInfoPayload

    interface iUpdateAccountInfoPayload {
        affiliateCode?: string;
        bannerImage?: string;
        bluesky?: string;
        customLinks?: iCustomLink[];
        discord?: string;
        github?: string;
        hiddenTokens?: iBatchTokenDetails<NumberType>[];
        notifications?: {
            antiPhishingCode?: string;
            discord?: {
                discriminator: undefined | string;
                id: string;
                username: string;
            };
            email?: string;
            preferences?: { ignoreIfInitiator?: boolean; transferActivity?: boolean };
        };
        profilePicImageFile?: any;
        profilePicUrl?: string;
        publicSocialConnectionsToSet?: { appName: string; toDelete?: boolean }[];
        readme?: string;
        seenActivity?: NumberType;
        socialConnections?: iSocialConnections<NumberType>;
        telegram?: string;
        twitter?: string;
        username?: string;
    }
    Index

    Properties

    affiliateCode?: string

    The affiliate code of the referrer that sent them?

    bannerImage?: string

    The banner image URL.

    bluesky?: string

    The Bluesky username.

    customLinks?: iCustomLink[]

    Custom URL links to display on the user's portfolio.

    discord?: string

    The Discord username.

    github?: string

    The GitHub username.

    hiddenTokens?: iBatchTokenDetails<NumberType>[]

    The tokens to hide and not view for this profile's portfolio

    notifications?: {
        antiPhishingCode?: string;
        discord?: {
            discriminator: undefined | string;
            id: string;
            username: string;
        };
        email?: string;
        preferences?: { ignoreIfInitiator?: boolean; transferActivity?: boolean };
    }

    The notification preferences for the user. Will only be returned if user is authenticated with full access.

    profilePicImageFile?: any

    The profile picture image file to set. We will then upload to our CDN.

    profilePicUrl?: string

    The profile picture URL.

    publicSocialConnectionsToSet?: { appName: string; toDelete?: boolean }[]

    The public social connections for the user. Will be returned for all queries and may be publicly displayed on profile

    readme?: string

    The README details (markdown supported).

    seenActivity?: NumberType

    The last seen activity timestamp.

    socialConnections?: iSocialConnections<NumberType>

    The social connections for the user. Only returned if user is authenticated with full access.

    telegram?: string

    The Telegram username.

    twitter?: string

    The Twitter username.

    username?: string

    The username.