Skip to content

Commit ed773ed

Browse files
committed
deprecate snapshots face
1 parent 27ffa14 commit ed773ed

File tree

2 files changed

+5
-0
lines changed
  • packages
    • @dcl/legacy-ecs/src/decentraland
    • decentraland-ecs/types/@decentraland/Players

2 files changed

+5
-0
lines changed

packages/@dcl/legacy-ecs/src/decentraland/Types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export type FileAndHash = {
6464

6565
/**
6666
* @public
67+
* @deprecated
6768
*/
6869
export type ProfileForRenderer = {
6970
userId: string

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)