omniarena-types 1.52.0 → 1.53.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 +8 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -145,6 +145,14 @@ export type SkinDto = {
145
145
  creatorId: string;
146
146
  updatedAt: Date;
147
147
  };
148
+ export type YourSkinDto = {
149
+ id: string;
150
+ name: string;
151
+ verified: boolean;
152
+ public: boolean;
153
+ createdAt: Date;
154
+ updatedAt: Date;
155
+ };
148
156
  export type PublicSkinDto = {
149
157
  id: string;
150
158
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omniarena-types",
3
- "version": "1.52.0",
3
+ "version": "1.53.0",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [