@dcl/playground-assets 7.9.3-16572655107.commit-d0b0754 → 7.9.3-16616194522.commit-20ff207

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.
package/dist/alpha.d.ts CHANGED
@@ -4352,6 +4352,8 @@ export declare interface PBAvatarShape {
4352
4352
  wearables: string[];
4353
4353
  /** available emotes (default empty) */
4354
4354
  emotes: string[];
4355
+ /** hides the skin + hair + facial features (default: false) */
4356
+ showOnlyWearables?: boolean | undefined;
4355
4357
  }
4356
4358
 
4357
4359
  /**
package/dist/beta.d.ts CHANGED
@@ -4324,6 +4324,8 @@ export declare interface PBAvatarShape {
4324
4324
  wearables: string[];
4325
4325
  /** available emotes (default empty) */
4326
4326
  emotes: string[];
4327
+ /** hides the skin + hair + facial features (default: false) */
4328
+ showOnlyWearables?: boolean | undefined;
4327
4329
  }
4328
4330
 
4329
4331
  /**
@@ -4324,6 +4324,8 @@ export declare interface PBAvatarShape {
4324
4324
  wearables: string[];
4325
4325
  /** available emotes (default empty) */
4326
4326
  emotes: string[];
4327
+ /** hides the skin + hair + facial features (default: false) */
4328
+ showOnlyWearables?: boolean | undefined;
4327
4329
  }
4328
4330
 
4329
4331
  /**