omniarena-types 1.68.0 → 1.70.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 +4 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -152,6 +152,7 @@ export type YourSkinDto = {
152
152
  public: boolean;
153
153
  createdAt: Date;
154
154
  updatedAt: Date;
155
+ uses: number;
155
156
  };
156
157
  export type PublicSkinDto = {
157
158
  id: string;
@@ -160,6 +161,7 @@ export type PublicSkinDto = {
160
161
  public: boolean;
161
162
  createdAt: Date;
162
163
  updatedAt: Date;
164
+ uses: number;
163
165
  creator: {
164
166
  id: string;
165
167
  username: string;
@@ -268,7 +270,8 @@ export type ResetPasswordData = {
268
270
  newPassword: string;
269
271
  };
270
272
  export type UpdateProfileData = {
271
- avatarUrl: string | null;
273
+ displayName: string;
274
+ avatar: string | null;
272
275
  };
273
276
  export type SentMessageDto = {
274
277
  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.70.0",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [