@laplace.live/internal 1.2.35 → 1.2.37
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 +4 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -777,6 +777,8 @@ export declare namespace LaplaceInternal {
|
|
|
777
777
|
effectiveCycleLength: number
|
|
778
778
|
/** Calculated period length based on history (mean) or user preference */
|
|
779
779
|
effectivePeriodLength: number
|
|
780
|
+
/** Number of history entries used for calculation */
|
|
781
|
+
dataPoints: number
|
|
780
782
|
}
|
|
781
783
|
|
|
782
784
|
/**
|
|
@@ -907,6 +909,8 @@ export declare namespace LaplaceInternal {
|
|
|
907
909
|
export interface FertilityContributionsListQuery {
|
|
908
910
|
/** Filter by status */
|
|
909
911
|
status?: ContributionStatus
|
|
912
|
+
/** Filter by target user UID */
|
|
913
|
+
uid?: number
|
|
910
914
|
/** Maximum number of results (1-500, default: 100) */
|
|
911
915
|
limit?: number
|
|
912
916
|
/** Offset for pagination (default: 0) */
|