@dcl/playground-assets 7.0.6-4078495586.commit-3336b11 → 7.0.6-4086599005.commit-398ef60
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 +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/playground/sdk/apis.d.ts +0 -46
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +2 -0
- package/etc/playground-assets.api.json +32 -0
- package/etc/playground-assets.api.md +1 -0
- package/package.json +3 -3
|
@@ -339,52 +339,6 @@ declare module "~system/EthereumController" {
|
|
|
339
339
|
export function sendAsync(body: SendAsyncRequest): Promise<SendAsyncResponse>;
|
|
340
340
|
export function getUserAccount(body: GetUserAccountRequest): Promise<GetUserAccountResponse>;
|
|
341
341
|
|
|
342
|
-
}
|
|
343
|
-
/**
|
|
344
|
-
* ParcelIdentity
|
|
345
|
-
*/
|
|
346
|
-
declare module "~system/ParcelIdentity" {
|
|
347
|
-
|
|
348
|
-
export interface ContentMapping {
|
|
349
|
-
file: string;
|
|
350
|
-
hash: string;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
// Function declaration section
|
|
354
|
-
export interface MappingsResponse {
|
|
355
|
-
parcelId: string;
|
|
356
|
-
rootCid: string;
|
|
357
|
-
contents: ContentMapping[];
|
|
358
|
-
}
|
|
359
|
-
export interface Land {
|
|
360
|
-
sceneId: string;
|
|
361
|
-
sceneJsonData: string;
|
|
362
|
-
baseUrl: string;
|
|
363
|
-
baseUrlBundles: string;
|
|
364
|
-
mappingsResponse: MappingsResponse | undefined;
|
|
365
|
-
}
|
|
366
|
-
export interface GetParcelRequest {
|
|
367
|
-
}
|
|
368
|
-
export interface GetParcelResponse {
|
|
369
|
-
land: Land | undefined;
|
|
370
|
-
cid: string;
|
|
371
|
-
}
|
|
372
|
-
export interface GetSceneIdRequest {
|
|
373
|
-
}
|
|
374
|
-
export interface GetSceneIdResponse {
|
|
375
|
-
sceneId: string;
|
|
376
|
-
}
|
|
377
|
-
export interface GetIsEmptyRequest {
|
|
378
|
-
}
|
|
379
|
-
export interface GetIsEmptyResponse {
|
|
380
|
-
isEmpty: boolean;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
// Function declaration section
|
|
384
|
-
export function getParcel(body: GetParcelRequest): Promise<GetParcelResponse>;
|
|
385
|
-
export function getSceneId(body: GetSceneIdRequest): Promise<GetSceneIdResponse>;
|
|
386
|
-
export function getIsEmpty(body: GetIsEmptyRequest): Promise<GetIsEmptyResponse>;
|
|
387
|
-
|
|
388
342
|
}
|
|
389
343
|
/**
|
|
390
344
|
* Players
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
|
-
"version": "7.0.6-
|
|
3
|
+
"version": "7.0.6-4086599005.commit-398ef60",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"typings": "./index.d.ts",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"displayName": "SDK",
|
|
54
54
|
"tsconfig": "./tsconfig.json"
|
|
55
55
|
},
|
|
56
|
-
"commit": "
|
|
56
|
+
"commit": "398ef606609400a9813d794dcd46580c6d08bc02"
|
|
57
57
|
}
|
|
@@ -3067,6 +3067,8 @@ export declare interface PBMaterial_UnlitMaterial {
|
|
|
3067
3067
|
alphaTest?: number | undefined;
|
|
3068
3068
|
/** default = true */
|
|
3069
3069
|
castShadows?: boolean | undefined;
|
|
3070
|
+
/** default = white; */
|
|
3071
|
+
albedoColor?: PBColor4 | undefined;
|
|
3070
3072
|
}
|
|
3071
3073
|
|
|
3072
3074
|
/**
|
|
@@ -28245,6 +28245,38 @@
|
|
|
28245
28245
|
"name": "PBMaterial_UnlitMaterial",
|
|
28246
28246
|
"preserveMemberOrder": false,
|
|
28247
28247
|
"members": [
|
|
28248
|
+
{
|
|
28249
|
+
"kind": "PropertySignature",
|
|
28250
|
+
"canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#albedoColor:member",
|
|
28251
|
+
"docComment": "/**\n * default = white;\n */\n",
|
|
28252
|
+
"excerptTokens": [
|
|
28253
|
+
{
|
|
28254
|
+
"kind": "Content",
|
|
28255
|
+
"text": "albedoColor?: "
|
|
28256
|
+
},
|
|
28257
|
+
{
|
|
28258
|
+
"kind": "Reference",
|
|
28259
|
+
"text": "Color4",
|
|
28260
|
+
"canonicalReference": "@dcl/playground-assets!PBColor4:interface"
|
|
28261
|
+
},
|
|
28262
|
+
{
|
|
28263
|
+
"kind": "Content",
|
|
28264
|
+
"text": " | undefined"
|
|
28265
|
+
},
|
|
28266
|
+
{
|
|
28267
|
+
"kind": "Content",
|
|
28268
|
+
"text": ";"
|
|
28269
|
+
}
|
|
28270
|
+
],
|
|
28271
|
+
"isReadonly": false,
|
|
28272
|
+
"isOptional": true,
|
|
28273
|
+
"releaseTag": "Public",
|
|
28274
|
+
"name": "albedoColor",
|
|
28275
|
+
"propertyTypeTokenRange": {
|
|
28276
|
+
"startIndex": 1,
|
|
28277
|
+
"endIndex": 3
|
|
28278
|
+
}
|
|
28279
|
+
},
|
|
28248
28280
|
{
|
|
28249
28281
|
"kind": "PropertySignature",
|
|
28250
28282
|
"canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#alphaTest:member",
|
|
@@ -1608,6 +1608,7 @@ export interface PBMaterial_PbrMaterial {
|
|
|
1608
1608
|
|
|
1609
1609
|
// @public (undocumented)
|
|
1610
1610
|
export interface PBMaterial_UnlitMaterial {
|
|
1611
|
+
albedoColor?: PBColor4 | undefined;
|
|
1611
1612
|
alphaTest?: number | undefined;
|
|
1612
1613
|
castShadows?: boolean | undefined;
|
|
1613
1614
|
texture?: TextureUnion | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
|
-
"version": "7.0.6-
|
|
3
|
+
"version": "7.0.6-4086599005.commit-398ef60",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"author": "Decentraland",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@dcl/sdk": "7.0.6-
|
|
20
|
+
"@dcl/sdk": "7.0.6-4086599005.commit-398ef60"
|
|
21
21
|
},
|
|
22
22
|
"minCliVersion": "3.12.3",
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
25
25
|
"etc"
|
|
26
26
|
],
|
|
27
|
-
"commit": "
|
|
27
|
+
"commit": "398ef606609400a9813d794dcd46580c6d08bc02"
|
|
28
28
|
}
|