@dcl/playground-assets 7.9.2 → 7.9.3-16574576809.commit-c0a4156

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
@@ -4325,6 +4325,8 @@ export declare interface PBAvatarShape {
4325
4325
  wearables: string[];
4326
4326
  /** available emotes (default empty) */
4327
4327
  emotes: string[];
4328
+ /** hides the skin + hair + facial features (default: false) */
4329
+ showOnlyWearables?: boolean | undefined;
4328
4330
  }
4329
4331
 
4330
4332
  /**
package/dist/beta.d.ts CHANGED
@@ -4297,6 +4297,8 @@ export declare interface PBAvatarShape {
4297
4297
  wearables: string[];
4298
4298
  /** available emotes (default empty) */
4299
4299
  emotes: string[];
4300
+ /** hides the skin + hair + facial features (default: false) */
4301
+ showOnlyWearables?: boolean | undefined;
4300
4302
  }
4301
4303
 
4302
4304
  /**
@@ -4297,6 +4297,8 @@ export declare interface PBAvatarShape {
4297
4297
  wearables: string[];
4298
4298
  /** available emotes (default empty) */
4299
4299
  emotes: string[];
4300
+ /** hides the skin + hair + facial features (default: false) */
4301
+ showOnlyWearables?: boolean | undefined;
4300
4302
  }
4301
4303
 
4302
4304
  /**