Sports Lib API - v21.3.0
    Preparing search index...

    Interface PowerDurationEnvelope

    A deterministic standard-duration envelope with source provenance.

    interface PowerDurationEnvelope {
        activityType: ActivityTypes | null;
        effectiveDate: string | null;
        historyEndDate: string | null;
        historySpanDays: number;
        historyStartDate: string | null;
        points: readonly PowerDurationEnvelopePoint[];
        reason: ThreeDimensionalCapacityReason | null;
        rejectedPointCount: number;
        rejectedShortPowerSpikePointCount: number;
        sourceCount: number;
        sourceFingerprint: string | null;
        status: PowerDurationEnvelopeStatus;
    }
    Index

    Properties

    activityType: ActivityTypes | null
    effectiveDate: string | null
    historyEndDate: string | null
    historySpanDays: number
    historyStartDate: string | null
    points: readonly PowerDurationEnvelopePoint[]
    rejectedPointCount: number
    rejectedShortPowerSpikePointCount: number

    Valid 1–3 second points rejected because they match an isolated sample spike.

    sourceCount: number
    sourceFingerprint: string | null