@dcl/playground-assets 7.3.36-7289906681.commit-55d5f98 → 7.3.36-7302727740.commit-1571f2e

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.3.36-7289906681.commit-55d5f98",
4
+ "version": "7.3.36-7302727740.commit-1571f2e",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "55d5f98da8c3e7ff5e6441da427b571c270304f0"
38
+ "commit": "1571f2e2786ce6d3db0318bc33170ba7b4831818"
39
39
  }
@@ -110,15 +110,6 @@ export declare const enum AvatarAnchorPointType {
110
110
  /** @public */
111
111
  export declare const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAttach>;
112
112
 
113
- /** @public */
114
- export declare const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
115
-
116
- /** @public */
117
- export declare const AvatarEmoteCommand: LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>;
118
-
119
- /** @public */
120
- export declare const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
121
-
122
113
  /** @public */
123
114
  export declare const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
124
115
 
@@ -1175,9 +1166,6 @@ export declare const componentDefinitionByName: {
1175
1166
  "core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
1176
1167
  "core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
1177
1168
  "core::AvatarAttach": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarAttach>>;
1178
- "core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
1179
- "core::AvatarEmoteCommand": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>>;
1180
- "core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
1181
1169
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
1182
1170
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
1183
1171
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -1190,7 +1178,6 @@ export declare const componentDefinitionByName: {
1190
1178
  "core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
1191
1179
  "core::MeshRenderer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshRenderer>>;
1192
1180
  "core::NftShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBNftShape>>;
1193
- "core::PlayerIdentityData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>>;
1194
1181
  "core::PointerEvents": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerEvents>>;
1195
1182
  "core::PointerEventsResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBPointerEventsResult>>;
1196
1183
  "core::PointerLock": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerLock>>;
@@ -3796,82 +3783,6 @@ export declare namespace PBAvatarAttach {
3796
3783
  export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarAttach;
3797
3784
  }
3798
3785
 
3799
- /** AvatarBase sets all modifiers over the avatar's apparence. */
3800
- /**
3801
- * @public
3802
- */
3803
- export declare interface PBAvatarBase {
3804
- skinColor: PBColor3 | undefined;
3805
- eyesColor: PBColor3 | undefined;
3806
- hairColor: PBColor3 | undefined;
3807
- bodyShapeUrn: string;
3808
- name: string;
3809
- }
3810
-
3811
- /**
3812
- * @public
3813
- */
3814
- export declare namespace PBAvatarBase {
3815
- export function encode(message: PBAvatarBase, writer?: _m0.Writer): _m0.Writer;
3816
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarBase;
3817
- }
3818
-
3819
- /**
3820
- * AvatarEmoteCommand is a grow only value set, used to signal the renderer about
3821
- * avatar emotes playback.
3822
- */
3823
- /**
3824
- * @public
3825
- */
3826
- export declare interface PBAvatarEmoteCommand {
3827
- emoteCommand: PBAvatarEmoteCommand_EmoteCommand | undefined;
3828
- }
3829
-
3830
- /**
3831
- * @public
3832
- */
3833
- export declare namespace PBAvatarEmoteCommand {
3834
- export function encode(message: PBAvatarEmoteCommand, writer?: _m0.Writer): _m0.Writer;
3835
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand;
3836
- }
3837
-
3838
- /**
3839
- * @public
3840
- */
3841
- export declare interface PBAvatarEmoteCommand_EmoteCommand {
3842
- emoteUrn: string;
3843
- loop: boolean;
3844
- }
3845
-
3846
- /**
3847
- * @public
3848
- */
3849
- export declare namespace PBAvatarEmoteCommand_EmoteCommand {
3850
- export function encode(message: PBAvatarEmoteCommand_EmoteCommand, writer?: _m0.Writer): _m0.Writer;
3851
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand_EmoteCommand;
3852
- }
3853
-
3854
- /**
3855
- * AvatarEquipData is used to read the information about the avatar's owneables.
3856
- * this component is written by the engine using the communications transports'
3857
- * data.
3858
- */
3859
- /**
3860
- * @public
3861
- */
3862
- export declare interface PBAvatarEquippedData {
3863
- wearableUrns: string[];
3864
- emotesUrns: string[];
3865
- }
3866
-
3867
- /**
3868
- * @public
3869
- */
3870
- export declare namespace PBAvatarEquippedData {
3871
- export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
3872
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEquippedData;
3873
- }
3874
-
3875
3786
  /**
3876
3787
  * The AvatarModifierArea component can be attached to an Entity to define a region of space where
3877
3788
  * avatar behavior changes.
@@ -4467,28 +4378,6 @@ export declare namespace PBNftShape {
4467
4378
  export function decode(input: _m0.Reader | Uint8Array, length?: number): PBNftShape;
4468
4379
  }
4469
4380
 
4470
- /**
4471
- * PlayerIdentityData is used to read the information about the avatar's
4472
- * identity. this component is written by the engine using the communications
4473
- * transports' data.
4474
- */
4475
- /**
4476
- * @public
4477
- */
4478
- export declare interface PBPlayerIdentityData {
4479
- /** ethereum address of this player */
4480
- address: string;
4481
- isGuest: boolean;
4482
- }
4483
-
4484
- /**
4485
- * @public
4486
- */
4487
- export declare namespace PBPlayerIdentityData {
4488
- export function encode(message: PBPlayerIdentityData, writer?: _m0.Writer): _m0.Writer;
4489
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBPlayerIdentityData;
4490
- }
4491
-
4492
4381
  /**
4493
4382
  * PointerEvents adds configurable pointer-based interactions to the attached Entity.
4494
4383
  *
@@ -5322,9 +5211,6 @@ export declare namespace Plane {
5322
5211
  export function signedDistanceTo(plane: ReadonlyPlane, point: Vector3.ReadonlyVector3): number;
5323
5212
  }
5324
5213
 
5325
- /** @public */
5326
- export declare const PlayerIdentityData: LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>;
5327
-
5328
5214
  /** @public */
5329
5215
  export declare const PointerEvents: LastWriteWinElementSetComponentDefinition<PBPointerEvents>;
5330
5216