@dcl/playground-assets 7.22.2-23601767788.commit-ff97f2f → 7.22.2

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>>;
@@ -1535,8 +1505,6 @@ export const enum InputAction {
1535
1505
  // (undocumented)
1536
1506
  IA_LEFT = 7,
1537
1507
  // (undocumented)
1538
- IA_MODIFIER = 14,
1539
- // (undocumented)
1540
1508
  IA_POINTER = 0,
1541
1509
  // (undocumented)
1542
1510
  IA_PRIMARY = 1,
@@ -2332,46 +2300,6 @@ export namespace PBAssetLoadLoadingState {
2332
2300
  export function encode(message: PBAssetLoadLoadingState, writer?: _m0.Writer): _m0.Writer;
2333
2301
  }
2334
2302
 
2335
- // @public (undocumented)
2336
- export interface PBAudioAnalysis {
2337
- amplitude: number;
2338
- amplitudeGain?: number | undefined;
2339
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2340
- band0: number;
2341
- // (undocumented)
2342
- band1: number;
2343
- // (undocumented)
2344
- band2: number;
2345
- // (undocumented)
2346
- band3: number;
2347
- // (undocumented)
2348
- band4: number;
2349
- // (undocumented)
2350
- band5: number;
2351
- // (undocumented)
2352
- band6: number;
2353
- // (undocumented)
2354
- band7: number;
2355
- bandsGain?: number | undefined;
2356
- mode: PBAudioAnalysisMode;
2357
- }
2358
-
2359
- // @public (undocumented)
2360
- export namespace PBAudioAnalysis {
2361
- // (undocumented)
2362
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAudioAnalysis;
2363
- // (undocumented)
2364
- export function encode(message: PBAudioAnalysis, writer?: _m0.Writer): _m0.Writer;
2365
- }
2366
-
2367
- // @public (undocumented)
2368
- export const enum PBAudioAnalysisMode {
2369
- // (undocumented)
2370
- MODE_LOGARITHMIC = 1,
2371
- // (undocumented)
2372
- MODE_RAW = 0
2373
- }
2374
-
2375
2303
  // @public (undocumented)
2376
2304
  export interface PBAudioEvent {
2377
2305
  // (undocumented)
@@ -2493,27 +2421,6 @@ export namespace PBAvatarEquippedData {
2493
2421
  export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
2494
2422
  }
2495
2423
 
2496
- // @public (undocumented)
2497
- export interface PBAvatarLocomotionSettings {
2498
- doubleJumpHeight?: number | undefined;
2499
- glidingFallingSpeed?: number | undefined;
2500
- glidingSpeed?: number | undefined;
2501
- hardLandingCooldown?: number | undefined;
2502
- jogSpeed?: number | undefined;
2503
- jumpHeight?: number | undefined;
2504
- runJumpHeight?: number | undefined;
2505
- runSpeed?: number | undefined;
2506
- walkSpeed?: number | undefined;
2507
- }
2508
-
2509
- // @public (undocumented)
2510
- export namespace PBAvatarLocomotionSettings {
2511
- // (undocumented)
2512
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarLocomotionSettings;
2513
- // (undocumented)
2514
- export function encode(message: PBAvatarLocomotionSettings, writer?: _m0.Writer): _m0.Writer;
2515
- }
2516
-
2517
2424
  // @public (undocumented)
2518
2425
  export interface PBAvatarModifierArea {
2519
2426
  area: PBVector3 | undefined;
@@ -3792,7 +3699,6 @@ export namespace PBVideoPlayer {
3792
3699
  export interface PBVirtualCamera {
3793
3700
  // (undocumented)
3794
3701
  defaultTransition?: CameraTransition | undefined;
3795
- fov?: number | undefined;
3796
3702
  // (undocumented)
3797
3703
  lookAtEntity?: number | undefined;
3798
3704
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.22.2-23601767788.commit-ff97f2f",
4
+ "version": "7.22.2",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.22.2-23601767788.commit-ff97f2f",
8
- "@dcl/sdk": "7.22.2-23601767788.commit-ff97f2f"
7
+ "@dcl/js-runtime": "7.22.2",
8
+ "@dcl/sdk": "7.22.2"
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": "ff97f2f45a5d3f23080fb3f22de85711b15f0858"
35
+ "commit": "5f7f8a09410c9cb0e2e0e0d669dfc3733e76a8e8"
36
36
  }