Skip to content

Commit 0d146df

Browse files
authored
feat: deprecate faces for user data (#112)
1 parent 843b67a commit 0d146df

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/decentraland-ecs/types/@decentraland/Identity/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ declare module '@decentraland/Identity' {
22
export type ColorString = string
33

44
export type Snapshots = {
5+
// @deprecated
56
face: string
7+
// @deprecated
68
face256: string
9+
// @deprecated
710
face128: string
11+
// @deprecated
812
body: string
913
}
1014

packages/decentraland-ecs/types/@decentraland/Players/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ declare module '@decentraland/Players' {
22
export type ColorString = string
33

44
export type Snapshots = {
5+
// @deprecated
56
face: string
7+
// @deprecated
68
face256: string
9+
// @deprecated
710
face128: string
11+
// @deprecated
812
body: string
913
}
1014

0 commit comments

Comments
 (0)