@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 +2 -0
- package/dist/beta.d.ts +2 -0
- package/dist/index.bundled.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +2 -0
- package/etc/playground-assets.api.json +27 -0
- package/etc/playground-assets.api.md +1 -0
- package/package.json +4 -4
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
|
/**
|
package/dist/index.bundled.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
|
/**
|