Skip to content

Commit 600f1b2

Browse files
committed
update doc types
1 parent 5daae23 commit 600f1b2

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

packages/decentraland-ecs/types/dcl/decentraland-ecs.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35285,7 +35285,7 @@
3528535285
{
3528635286
"kind": "TypeAlias",
3528735287
"canonicalReference": "@dcl/legacy-ecs!ProfileForRenderer:type",
35288-
"docComment": "/**\n * @public\n */\n",
35288+
"docComment": "/**\n * @deprecated\n *\n * @public\n */\n",
3528935289
"excerptTokens": [
3529035290
{
3529135291
"kind": "Content",

packages/decentraland-ecs/types/dcl/decentraland-ecs.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ export class PointerEventSystem implements ISystem {
17451745
deactivate(): void;
17461746
}
17471747

1748-
// @public (undocumented)
1748+
// @public @deprecated (undocumented)
17491749
export type ProfileForRenderer = {
17501750
userId: string;
17511751
name: string;

packages/decentraland-ecs/types/dcl/index-beta.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3728,6 +3728,7 @@ export declare class PointerEventSystem implements ISystem {
37283728

37293729
/**
37303730
* @public
3731+
* @deprecated
37313732
*/
37323733
export declare type ProfileForRenderer = {
37333734
userId: string;

packages/decentraland-ecs/types/dcl/index-full.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3730,6 +3730,7 @@ export declare class PointerEventSystem implements ISystem {
37303730

37313731
/**
37323732
* @public
3733+
* @deprecated
37333734
*/
37343735
export declare type ProfileForRenderer = {
37353736
userId: string;

packages/decentraland-ecs/types/dcl/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3728,6 +3728,7 @@ declare class PointerEventSystem implements ISystem {
37283728

37293729
/**
37303730
* @public
3731+
* @deprecated
37313732
*/
37323733
declare type ProfileForRenderer = {
37333734
userId: string;

0 commit comments

Comments
 (0)