@laplace.live/internal 1.2.21 → 1.2.22
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
|
dayInCycle: number
|
|
748
748
|
/** ISO date string (YYYY-MM-DD) */
|
|
749
749
|
nextPeriod: string
|
|
750
|
+
/** Calculated cycle length based on history (median) or user preference */
|
|
751
|
+
effectiveCycleLength: number
|
|
750
752
|
}
|
|
751
753
|
|
|
752
754
|
/**
|