@dcl/js-runtime 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/apis.d.ts +0 -46
- package/package.json +2 -2
package/apis.d.ts
CHANGED
|
@@ -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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/js-runtime",
|
|
3
|
-
"version": "7.0.6-
|
|
3
|
+
"version": "7.0.6-4086599005.commit-398ef60",
|
|
4
4
|
"description": "JavaScript runtime definitions for Decentraland environments",
|
|
5
5
|
"scripts": {},
|
|
6
6
|
"keywords": [],
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"publishConfig": {
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
|
-
"commit": "
|
|
19
|
+
"commit": "398ef606609400a9813d794dcd46580c6d08bc02"
|
|
20
20
|
}
|