@dcl/playground-assets 7.22.4-24525731607.commit-cda77a9 → 7.22.4

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
 
@@ -184,20 +159,9 @@ export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>
184
159
  // @public (undocumented)
185
160
  export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
186
161
 
187
- // @public (undocumented)
188
- export const enum AvatarEmoteMask {
189
- // (undocumented)
190
- AEM_FULL_BODY = 0,
191
- // (undocumented)
192
- AEM_UPPER_BODY = 1
193
- }
194
-
195
162
  // @public (undocumented)
196
163
  export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
197
164
 
198
- // @public (undocumented)
199
- export const AvatarLocomotionSettings: LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>;
200
-
201
165
  // @public (undocumented)
202
166
  export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
203
167
 
@@ -696,7 +660,6 @@ export const componentDefinitionByName: {
696
660
  "core::Animator": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
697
661
  "core::AssetLoad": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
698
662
  "core::AssetLoadLoadingState": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
699
- "core::AudioAnalysis": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
700
663
  "core::AudioEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
701
664
  "core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
702
665
  "core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
@@ -704,7 +667,6 @@ export const componentDefinitionByName: {
704
667
  "core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
705
668
  "core::AvatarEmoteCommand": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
706
669
  "core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
707
- "core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
708
670
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
709
671
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
710
672
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -1576,8 +1538,6 @@ export const enum InputAction {
1576
1538
  // (undocumented)
1577
1539
  IA_LEFT = 7,
1578
1540
  // (undocumented)
1579
- IA_MODIFIER = 14,
1580
- // (undocumented)
1581
1541
  IA_POINTER = 0,
1582
1542
  // (undocumented)
1583
1543
  IA_PRIMARY = 1,
@@ -2391,46 +2351,6 @@ export namespace PBAssetLoadLoadingState {
2391
2351
  export function encode(message: PBAssetLoadLoadingState, writer?: _m0.Writer): _m0.Writer;
2392
2352
  }
2393
2353
 
2394
- // @public (undocumented)
2395
- export interface PBAudioAnalysis {
2396
- amplitude: number;
2397
- amplitudeGain?: number | undefined;
2398
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
2399
- band0: number;
2400
- // (undocumented)
2401
- band1: number;
2402
- // (undocumented)
2403
- band2: number;
2404
- // (undocumented)
2405
- band3: number;
2406
- // (undocumented)
2407
- band4: number;
2408
- // (undocumented)
2409
- band5: number;
2410
- // (undocumented)
2411
- band6: number;
2412
- // (undocumented)
2413
- band7: number;
2414
- bandsGain?: number | undefined;
2415
- mode: PBAudioAnalysisMode;
2416
- }
2417
-
2418
- // @public (undocumented)
2419
- export namespace PBAudioAnalysis {
2420
- // (undocumented)
2421
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAudioAnalysis;
2422
- // (undocumented)
2423
- export function encode(message: PBAudioAnalysis, writer?: _m0.Writer): _m0.Writer;
2424
- }
2425
-
2426
- // @public (undocumented)
2427
- export const enum PBAudioAnalysisMode {
2428
- // (undocumented)
2429
- MODE_LOGARITHMIC = 1,
2430
- // (undocumented)
2431
- MODE_RAW = 0
2432
- }
2433
-
2434
2354
  // @public (undocumented)
2435
2355
  export interface PBAudioEvent {
2436
2356
  // (undocumented)
@@ -2552,27 +2472,6 @@ export namespace PBAvatarEquippedData {
2552
2472
  export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
2553
2473
  }
2554
2474
 
2555
- // @public (undocumented)
2556
- export interface PBAvatarLocomotionSettings {
2557
- doubleJumpHeight?: number | undefined;
2558
- glidingFallingSpeed?: number | undefined;
2559
- glidingSpeed?: number | undefined;
2560
- hardLandingCooldown?: number | undefined;
2561
- jogSpeed?: number | undefined;
2562
- jumpHeight?: number | undefined;
2563
- runJumpHeight?: number | undefined;
2564
- runSpeed?: number | undefined;
2565
- walkSpeed?: number | undefined;
2566
- }
2567
-
2568
- // @public (undocumented)
2569
- export namespace PBAvatarLocomotionSettings {
2570
- // (undocumented)
2571
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarLocomotionSettings;
2572
- // (undocumented)
2573
- export function encode(message: PBAvatarLocomotionSettings, writer?: _m0.Writer): _m0.Writer;
2574
- }
2575
-
2576
2475
  // @public (undocumented)
2577
2476
  export interface PBAvatarModifierArea {
2578
2477
  area: PBVector3 | undefined;
@@ -4043,7 +3942,6 @@ export namespace PBVideoPlayer {
4043
3942
  export interface PBVirtualCamera {
4044
3943
  // (undocumented)
4045
3944
  defaultTransition?: CameraTransition | undefined;
4046
- fov?: number | undefined;
4047
3945
  // (undocumented)
4048
3946
  lookAtEntity?: number | undefined;
4049
3947
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.22.4-24525731607.commit-cda77a9",
4
+ "version": "7.22.4",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.22.4-24525731607.commit-cda77a9",
8
- "@dcl/sdk": "7.22.4-24525731607.commit-cda77a9"
7
+ "@dcl/js-runtime": "7.22.4",
8
+ "@dcl/sdk": "7.22.4"
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": "cda77a9b5910df752b6116868df54b7c75df2999"
35
+ "commit": "1309a552442670f22b64ad4cea1d88136188ad2f"
36
36
  }