omniarena-types 1.69.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 +2 -0
  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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omniarena-types",
3
- "version": "1.69.0",
3
+ "version": "1.70.0",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [