Skip to content

Commit ef0220a

Browse files
add texture id to skin dto
1 parent 847cc45 commit ef0220a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcutils-js-api",
3-
"version": "2.0.44",
3+
"version": "2.0.45",
44
"module": "dist/index.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/types/response/skin/skin-dto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export type SkinDTO = {
22
id: string;
3+
textureId: string;
34
imageUrl: string;
45
accountsUsed: number;
56
firstSeenUsing: string;

0 commit comments

Comments
 (0)