@matchi/api 0.20260318.1 → 0.20260318.2

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.
@@ -1763,6 +1763,8 @@ type userPublicProfile = {
1763
1763
  firstname?: string;
1764
1764
  lastname?: string;
1765
1765
  profileImageUrl?: string;
1766
+ city?: string;
1767
+ gender?: string;
1766
1768
  sportLevels?: sportLevels;
1767
1769
  authoritySportLevels?: authoritySportLevels;
1768
1770
  };
@@ -1763,6 +1763,8 @@ type userPublicProfile = {
1763
1763
  firstname?: string;
1764
1764
  lastname?: string;
1765
1765
  profileImageUrl?: string;
1766
+ city?: string;
1767
+ gender?: string;
1766
1768
  sportLevels?: sportLevels;
1767
1769
  authoritySportLevels?: authoritySportLevels;
1768
1770
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20260318.1",
3
+ "version": "0.20260318.2",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {