@laplace.live/internal 1.2.35 → 1.2.36
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
|
@@ -907,6 +907,8 @@ export declare namespace LaplaceInternal {
|
|
|
907
907
|
export interface FertilityContributionsListQuery {
|
|
908
908
|
/** Filter by status */
|
|
909
909
|
status?: ContributionStatus
|
|
910
|
+
/** Filter by target user UID */
|
|
911
|
+
uid?: number
|
|
910
912
|
/** Maximum number of results (1-500, default: 100) */
|
|
911
913
|
limit?: number
|
|
912
914
|
/** Offset for pagination (default: 0) */
|