omniarena-types 1.48.0 → 1.50.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 +13 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -130,6 +130,19 @@ export type SkinDto = {
130
130
  creatorId: string;
131
131
  updatedAt: Date;
132
132
  };
133
+ export type PublicSkinDto = {
134
+ id: string;
135
+ name: string;
136
+ verified: boolean;
137
+ public: boolean;
138
+ createdAt: Date;
139
+ updatedAt: Date;
140
+ creator: {
141
+ id: string;
142
+ username: string;
143
+ avatarImageId: string;
144
+ };
145
+ };
133
146
  export type CharacterAvatar = 'main' | 'old' | 'masked';
134
147
  export type CharacterSkin = {
135
148
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omniarena-types",
3
- "version": "1.48.0",
3
+ "version": "1.50.0",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [