@dcl/playground-assets 7.20.4-22415882943.commit-7ad895c → 7.20.4-22492765829.commit-3a83d2f

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.
@@ -70,31 +70,6 @@ export const assetLoadLoadingStateSystem: AssetLoadLoadingStateSystem;
70
70
  // @public (undocumented)
71
71
  export type AssetLoadLoadingStateSystemCallback = (event: DeepReadonlyObject<PBAssetLoadLoadingState>) => void;
72
72
 
73
- // 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)
74
- //
75
- // @public (undocumented)
76
- export const AudioAnalysis: AudioAnalysisComponentDefinitionExtended;
77
-
78
- // 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)
79
- //
80
- // @public (undocumented)
81
- export interface AudioAnalysisComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBAudioAnalysis> {
82
- createAudioAnalysis(entity: Entity, mode?: PBAudioAnalysisMode, // default is PBAudioAnalysisMode.MODE_LOGARITHMIC
83
- amplitudeGain?: number, bandsGain?: number): void;
84
- createOrReplaceAudioAnalysis(entity: Entity, mode?: PBAudioAnalysisMode, // default is PBAudioAnalysisMode.MODE_LOGARITHMIC
85
- amplitudeGain?: number, bandsGain?: number): void;
86
- readIntoView(entity: Entity, out: AudioAnalysisView): void;
87
- tryReadIntoView(entity: Entity, out: AudioAnalysisView): boolean;
88
- }
89
-
90
- // 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)
91
- //
92
- // @public
93
- export type AudioAnalysisView = {
94
- amplitude: number;
95
- bands: number[];
96
- };
97
-
98
73
  // @public (undocumented)
99
74
  export const AudioEvent: GrowOnlyValueSetComponentDefinition<PBAudioEvent>;
100
75
 
@@ -187,9 +162,6 @@ export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmo
187
162
  // @public (undocumented)
188
163
  export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
189
164
 
190
- // @public (undocumented)
191
- export const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
192
-
193
165
  // @public (undocumented)
194
166
  export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
195
167
 
@@ -672,7 +644,6 @@ export const componentDefinitionByName: {
672
644
  "core::Animator": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
673
645
  "core::AssetLoad": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
674
646
  "core::AssetLoadLoadingState": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
675
- "core::AudioAnalysis": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
676
647
  "core::AudioEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
677
648
  "core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
678
649
  "core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
@@ -680,7 +651,6 @@ export const componentDefinitionByName: {
680
651
  "core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
681
652
  "core::AvatarEmoteCommand": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
682
653
  "core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
683
- "core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
684
654
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
685
655
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
686
656
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -1529,8 +1499,6 @@ export const enum InputAction {
1529
1499
  // (undocumented)
1530
1500
  IA_LEFT = 7,
1531
1501
  // (undocumented)
1532
- IA_MODIFIER = 14,
1533
- // (undocumented)
1534
1502
  IA_POINTER = 0,
1535
1503
  // (undocumented)
1536
1504
  IA_PRIMARY = 1,
@@ -2271,46 +2239,6 @@ export namespace PBAssetLoadLoadingState {
2271
2239
  export function encode(message: PBAssetLoadLoadingState, writer?: _m0.Writer): _m0.Writer;
2272
2240
  }
2273
2241
 
2274
- // @public (undocumented)
2275
- export interface PBAudioAnalysis {
2276
- amplitude: number;
2277
- amplitudeGain?: number | undefined;
2278
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2279
- band0: number;
2280
- // (undocumented)
2281
- band1: number;
2282
- // (undocumented)
2283
- band2: number;
2284
- // (undocumented)
2285
- band3: number;
2286
- // (undocumented)
2287
- band4: number;
2288
- // (undocumented)
2289
- band5: number;
2290
- // (undocumented)
2291
- band6: number;
2292
- // (undocumented)
2293
- band7: number;
2294
- bandsGain?: number | undefined;
2295
- mode: PBAudioAnalysisMode;
2296
- }
2297
-
2298
- // @public (undocumented)
2299
- export namespace PBAudioAnalysis {
2300
- // (undocumented)
2301
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAudioAnalysis;
2302
- // (undocumented)
2303
- export function encode(message: PBAudioAnalysis, writer?: _m0.Writer): _m0.Writer;
2304
- }
2305
-
2306
- // @public (undocumented)
2307
- export const enum PBAudioAnalysisMode {
2308
- // (undocumented)
2309
- MODE_LOGARITHMIC = 1,
2310
- // (undocumented)
2311
- MODE_RAW = 0
2312
- }
2313
-
2314
2242
  // @public (undocumented)
2315
2243
  export interface PBAudioEvent {
2316
2244
  // (undocumented)
@@ -2432,24 +2360,6 @@ export namespace PBAvatarEquippedData {
2432
2360
  export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
2433
2361
  }
2434
2362
 
2435
- // @public (undocumented)
2436
- export interface PBAvatarLocomotionSettings {
2437
- hardLandingCooldown?: number | undefined;
2438
- jogSpeed?: number | undefined;
2439
- jumpHeight?: number | undefined;
2440
- runJumpHeight?: number | undefined;
2441
- runSpeed?: number | undefined;
2442
- walkSpeed?: number | undefined;
2443
- }
2444
-
2445
- // @public (undocumented)
2446
- export namespace PBAvatarLocomotionSettings {
2447
- // (undocumented)
2448
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarLocomotionSettings;
2449
- // (undocumented)
2450
- export function encode(message: PBAvatarLocomotionSettings, writer?: _m0.Writer): _m0.Writer;
2451
- }
2452
-
2453
2363
  // @public (undocumented)
2454
2364
  export interface PBAvatarModifierArea {
2455
2365
  area: PBVector3 | undefined;
@@ -3692,7 +3602,6 @@ export namespace PBVideoPlayer {
3692
3602
  export interface PBVirtualCamera {
3693
3603
  // (undocumented)
3694
3604
  defaultTransition?: CameraTransition | undefined;
3695
- fov?: number | undefined;
3696
3605
  // (undocumented)
3697
3606
  lookAtEntity?: number | undefined;
3698
3607
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.20.4-22415882943.commit-7ad895c",
4
+ "version": "7.20.4-22492765829.commit-3a83d2f",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.20.4-22415882943.commit-7ad895c",
8
- "@dcl/sdk": "7.20.4-22415882943.commit-7ad895c"
7
+ "@dcl/js-runtime": "7.20.4-22492765829.commit-3a83d2f",
8
+ "@dcl/sdk": "7.20.4-22492765829.commit-3a83d2f"
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": "7ad895c950ec826d82eb4006822ad6bde821542a"
35
+ "commit": "3a83d2f48ae4ee0fcd1333086d0240bffed7f00e"
36
36
  }