omniarena-types 1.68.0 → 1.69.0

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/dist/index.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -268,7 +268,8 @@ export type ResetPasswordData = {
268
268
  newPassword: string;
269
269
  };
270
270
  export type UpdateProfileData = {
271
- avatarUrl: string | null;
271
+ displayName: string;
272
+ avatar: string | null;
272
273
  };
273
274
  export type SentMessageDto = {
274
275
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omniarena-types",
3
- "version": "1.68.0",
3
+ "version": "1.69.0",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [