@matchi/api 0.20240605.1 → 0.20240617.1

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/dist/index.d.mts CHANGED
@@ -1185,7 +1185,7 @@ type userMembership = {
1185
1185
  };
1186
1186
 
1187
1187
  type userPublicProfile = {
1188
- userId?: string;
1188
+ userId: string;
1189
1189
  firstname?: string;
1190
1190
  lastname?: string;
1191
1191
  profileImageUrl?: string;
package/dist/index.d.ts CHANGED
@@ -1185,7 +1185,7 @@ type userMembership = {
1185
1185
  };
1186
1186
 
1187
1187
  type userPublicProfile = {
1188
- userId?: string;
1188
+ userId: string;
1189
1189
  firstname?: string;
1190
1190
  lastname?: string;
1191
1191
  profileImageUrl?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20240605.1",
3
+ "version": "0.20240617.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",