Vairified TypeScript SDK - v0.3.1
    Preparing search index...

    Class RatingUpdate

    A single rating change notification.

    Returned by MembersResource.ratingUpdates (polling) and delivered via webhook callbacks to partners that have registered a webhook URL and have subscribers.

    Index

    Accessors

    • get delta(): number | null

      Rating change amount — newRating - previousRating. Returns null if either rating is missing from the update payload.

      Returns number | null

    Constructors

    Methods

    Properties

    memberId: number
    id: string | null
    displayName: string | null
    sport: string | null
    previousRating: number | null
    newRating: number | null
    changedAt: string | null
    ratingSplits: Readonly<Record<string, RatingSplitWire>> | null