@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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. 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) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.35",
3
+ "version": "1.2.36",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"