@dcl/playground-assets 7.17.1-20786892444.commit-77bcf6c → 7.17.1-20863678121.commit-2175acc

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.
@@ -50,31 +50,6 @@ export namespace AppendValueOperation {
50
50
  // @public
51
51
  export function areConnected(parcels: Coords[]): boolean;
52
52
 
53
- // Warning: (ae-missing-release-tag) "AudioAnalysis" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
54
- //
55
- // @public (undocumented)
56
- export const AudioAnalysis: AudioAnalysisComponentDefinitionExtended;
57
-
58
- // Warning: (ae-missing-release-tag) "AudioAnalysisComponentDefinitionExtended" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
59
- //
60
- // @public (undocumented)
61
- export interface AudioAnalysisComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBAudioAnalysis> {
62
- createAudioAnalysis(entity: Entity, mode?: PBAudioAnalysisMode, // default is PBAudioAnalysisMode.MODE_LOGARITHMIC
63
- amplitudeGain?: number, bandsGain?: number): void;
64
- createOrReplaceAudioAnalysis(entity: Entity, mode?: PBAudioAnalysisMode, // default is PBAudioAnalysisMode.MODE_LOGARITHMIC
65
- amplitudeGain?: number, bandsGain?: number): void;
66
- readIntoView(entity: Entity, out: AudioAnalysisView): void;
67
- tryReadIntoView(entity: Entity, out: AudioAnalysisView): boolean;
68
- }
69
-
70
- // Warning: (ae-missing-release-tag) "AudioAnalysisView" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
71
- //
72
- // @public
73
- export type AudioAnalysisView = {
74
- amplitude: number;
75
- bands: number[];
76
- };
77
-
78
53
  // @public (undocumented)
79
54
  export const AudioEvent: GrowOnlyValueSetComponentDefinition<PBAudioEvent>;
80
55
 
@@ -167,9 +142,6 @@ export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmo
167
142
  // @public (undocumented)
168
143
  export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
169
144
 
170
- // @public (undocumented)
171
- export const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
172
-
173
145
  // @public (undocumented)
174
146
  export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
175
147
 
@@ -650,7 +622,6 @@ export type ComponentDefinition<T> = LastWriteWinElementSetComponentDefinition<T
650
622
  // @public
651
623
  export const componentDefinitionByName: {
652
624
  "core::Animator": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
653
- "core::AudioAnalysis": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
654
625
  "core::AudioEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
655
626
  "core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
656
627
  "core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
@@ -658,7 +629,6 @@ export const componentDefinitionByName: {
658
629
  "core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
659
630
  "core::AvatarEmoteCommand": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
660
631
  "core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
661
- "core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
662
632
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
663
633
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
664
634
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -1467,8 +1437,6 @@ export const enum InputAction {
1467
1437
  // (undocumented)
1468
1438
  IA_LEFT = 7,
1469
1439
  // (undocumented)
1470
- IA_MODIFIER = 14,
1471
- // (undocumented)
1472
1440
  IA_POINTER = 0,
1473
1441
  // (undocumented)
1474
1442
  IA_PRIMARY = 1,
@@ -2176,46 +2144,6 @@ export namespace PBAnimator {
2176
2144
  export function encode(message: PBAnimator, writer?: _m0.Writer): _m0.Writer;
2177
2145
  }
2178
2146
 
2179
- // @public (undocumented)
2180
- export interface PBAudioAnalysis {
2181
- amplitude: number;
2182
- amplitudeGain?: number | undefined;
2183
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2184
- band0: number;
2185
- // (undocumented)
2186
- band1: number;
2187
- // (undocumented)
2188
- band2: number;
2189
- // (undocumented)
2190
- band3: number;
2191
- // (undocumented)
2192
- band4: number;
2193
- // (undocumented)
2194
- band5: number;
2195
- // (undocumented)
2196
- band6: number;
2197
- // (undocumented)
2198
- band7: number;
2199
- bandsGain?: number | undefined;
2200
- mode: PBAudioAnalysisMode;
2201
- }
2202
-
2203
- // @public (undocumented)
2204
- export namespace PBAudioAnalysis {
2205
- // (undocumented)
2206
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAudioAnalysis;
2207
- // (undocumented)
2208
- export function encode(message: PBAudioAnalysis, writer?: _m0.Writer): _m0.Writer;
2209
- }
2210
-
2211
- // @public (undocumented)
2212
- export const enum PBAudioAnalysisMode {
2213
- // (undocumented)
2214
- MODE_LOGARITHMIC = 1,
2215
- // (undocumented)
2216
- MODE_RAW = 0
2217
- }
2218
-
2219
2147
  // @public (undocumented)
2220
2148
  export interface PBAudioEvent {
2221
2149
  // (undocumented)
@@ -2337,24 +2265,6 @@ export namespace PBAvatarEquippedData {
2337
2265
  export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
2338
2266
  }
2339
2267
 
2340
- // @public (undocumented)
2341
- export interface PBAvatarLocomotionSettings {
2342
- hardLandingCooldown?: number | undefined;
2343
- jogSpeed?: number | undefined;
2344
- jumpHeight?: number | undefined;
2345
- runJumpHeight?: number | undefined;
2346
- runSpeed?: number | undefined;
2347
- walkSpeed?: number | undefined;
2348
- }
2349
-
2350
- // @public (undocumented)
2351
- export namespace PBAvatarLocomotionSettings {
2352
- // (undocumented)
2353
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarLocomotionSettings;
2354
- // (undocumented)
2355
- export function encode(message: PBAvatarLocomotionSettings, writer?: _m0.Writer): _m0.Writer;
2356
- }
2357
-
2358
2268
  // @public (undocumented)
2359
2269
  export interface PBAvatarModifierArea {
2360
2270
  area: PBVector3 | undefined;
@@ -3596,7 +3506,6 @@ export namespace PBVideoPlayer {
3596
3506
  export interface PBVirtualCamera {
3597
3507
  // (undocumented)
3598
3508
  defaultTransition?: CameraTransition | undefined;
3599
- fov?: number | undefined;
3600
3509
  // (undocumented)
3601
3510
  lookAtEntity?: number | undefined;
3602
3511
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.17.1-20786892444.commit-77bcf6c",
4
+ "version": "7.17.1-20863678121.commit-2175acc",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.17.1-20786892444.commit-77bcf6c",
8
- "@dcl/sdk": "7.17.1-20786892444.commit-77bcf6c"
7
+ "@dcl/js-runtime": "7.17.1-20863678121.commit-2175acc",
8
+ "@dcl/sdk": "7.17.1-20863678121.commit-2175acc"
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": "77bcf6c142ed7e8420009ade0080a41a47124f95"
35
+ "commit": "2175accb2882cae9e2a15976235a1bced8e43b0f"
36
36
  }