@dcl/playground-assets 7.3.30-7034348340.commit-a8a623c → 7.3.30-7047082995.commit-599535f

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.
@@ -71,15 +71,6 @@ export const enum AvatarAnchorPointType {
71
71
  // @public (undocumented)
72
72
  export const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAttach>;
73
73
 
74
- // @public (undocumented)
75
- export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
76
-
77
- // @public (undocumented)
78
- export const AvatarEmoteCommand: LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>;
79
-
80
- // @public (undocumented)
81
- export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
82
-
83
74
  // @public (undocumented)
84
75
  export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
85
76
 
@@ -523,9 +514,6 @@ export const componentDefinitionByName: {
523
514
  "core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
524
515
  "core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
525
516
  "core::AvatarAttach": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarAttach>>;
526
- "core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
527
- "core::AvatarEmoteCommand": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>>;
528
- "core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
529
517
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
530
518
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
531
519
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -538,7 +526,6 @@ export const componentDefinitionByName: {
538
526
  "core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
539
527
  "core::MeshRenderer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshRenderer>>;
540
528
  "core::NftShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBNftShape>>;
541
- "core::PlayerIdentityData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>>;
542
529
  "core::PointerEvents": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerEvents>>;
543
530
  "core::PointerEventsResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBPointerEventsResult>>;
544
531
  "core::PointerLock": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerLock>>;
@@ -2124,74 +2111,6 @@ export namespace PBAvatarAttach {
2124
2111
  export function encode(message: PBAvatarAttach, writer?: _m0.Writer): _m0.Writer;
2125
2112
  }
2126
2113
 
2127
- // @public (undocumented)
2128
- export interface PBAvatarBase {
2129
- // (undocumented)
2130
- bodyShapeUrn: string;
2131
- // (undocumented)
2132
- eyesColor: PBColor3 | undefined;
2133
- // (undocumented)
2134
- hairColor: PBColor3 | undefined;
2135
- // (undocumented)
2136
- name: string;
2137
- // (undocumented)
2138
- skinColor: PBColor3 | undefined;
2139
- }
2140
-
2141
- // @public (undocumented)
2142
- export namespace PBAvatarBase {
2143
- // (undocumented)
2144
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarBase;
2145
- // (undocumented)
2146
- export function encode(message: PBAvatarBase, writer?: _m0.Writer): _m0.Writer;
2147
- }
2148
-
2149
- // @public (undocumented)
2150
- export interface PBAvatarEmoteCommand {
2151
- // (undocumented)
2152
- emoteCommand: PBAvatarEmoteCommand_EmoteCommand | undefined;
2153
- }
2154
-
2155
- // @public (undocumented)
2156
- export namespace PBAvatarEmoteCommand {
2157
- // (undocumented)
2158
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand;
2159
- // (undocumented)
2160
- export function encode(message: PBAvatarEmoteCommand, writer?: _m0.Writer): _m0.Writer;
2161
- }
2162
-
2163
- // @public (undocumented)
2164
- export interface PBAvatarEmoteCommand_EmoteCommand {
2165
- // (undocumented)
2166
- emoteUrn: string;
2167
- // (undocumented)
2168
- loop: boolean;
2169
- }
2170
-
2171
- // @public (undocumented)
2172
- export namespace PBAvatarEmoteCommand_EmoteCommand {
2173
- // (undocumented)
2174
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand_EmoteCommand;
2175
- // (undocumented)
2176
- export function encode(message: PBAvatarEmoteCommand_EmoteCommand, writer?: _m0.Writer): _m0.Writer;
2177
- }
2178
-
2179
- // @public (undocumented)
2180
- export interface PBAvatarEquippedData {
2181
- // (undocumented)
2182
- emotesUrns: string[];
2183
- // (undocumented)
2184
- wearableUrns: string[];
2185
- }
2186
-
2187
- // @public (undocumented)
2188
- export namespace PBAvatarEquippedData {
2189
- // (undocumented)
2190
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEquippedData;
2191
- // (undocumented)
2192
- export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
2193
- }
2194
-
2195
2114
  // @public (undocumented)
2196
2115
  export interface PBAvatarModifierArea {
2197
2116
  area: PBVector3 | undefined;
@@ -2585,21 +2504,6 @@ export namespace PBNftShape {
2585
2504
  export function encode(message: PBNftShape, writer?: _m0.Writer): _m0.Writer;
2586
2505
  }
2587
2506
 
2588
- // @public (undocumented)
2589
- export interface PBPlayerIdentityData {
2590
- address: string;
2591
- // (undocumented)
2592
- isGuest: boolean;
2593
- }
2594
-
2595
- // @public (undocumented)
2596
- export namespace PBPlayerIdentityData {
2597
- // (undocumented)
2598
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBPlayerIdentityData;
2599
- // (undocumented)
2600
- export function encode(message: PBPlayerIdentityData, writer?: _m0.Writer): _m0.Writer;
2601
- }
2602
-
2603
2507
  // @public (undocumented)
2604
2508
  export interface PBPointerEvents {
2605
2509
  pointerEvents: PBPointerEvents_Entry[];
@@ -3189,9 +3093,6 @@ export namespace Plane {
3189
3093
  export function transform(plane: ReadonlyPlane, transformation: Matrix.ReadonlyMatrix): MutablePlane;
3190
3094
  }
3191
3095
 
3192
- // @public (undocumented)
3193
- export const PlayerIdentityData: LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>;
3194
-
3195
3096
  // @public (undocumented)
3196
3097
  export const PointerEvents: LastWriteWinElementSetComponentDefinition<PBPointerEvents>;
3197
3098
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.3.30-7034348340.commit-a8a623c",
4
+ "version": "7.3.30-7047082995.commit-599535f",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.3.30-7034348340.commit-a8a623c",
8
- "@dcl/sdk": "7.3.30-7034348340.commit-a8a623c"
7
+ "@dcl/js-runtime": "7.3.30-7047082995.commit-599535f",
8
+ "@dcl/sdk": "7.3.30-7047082995.commit-599535f"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "a8a623c9c84d76ea47bc8dbea7e2a9d978268c8b"
35
+ "commit": "599535ff07f55a0973dafa45faf19694d66122ce"
36
36
  }