@laplace.live/internal 1.2.23 → 1.2.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -747,6 +747,8 @@ export declare namespace LaplaceInternal {
|
|
|
747
747
|
} | null
|
|
748
748
|
status: FertilityStatus
|
|
749
749
|
dayInCycle: number
|
|
750
|
+
/** Expected ovulation day in cycle (effectiveCycleLength - 14) */
|
|
751
|
+
ovulationDay: number
|
|
750
752
|
/** ISO date string (YYYY-MM-DD) */
|
|
751
753
|
nextPeriod: string
|
|
752
754
|
/** Calculated cycle length based on history (median) or user preference */
|