@dcl/js-runtime 7.25.1-31608505224.commit-f858f90 → 7.25.1-31631715875.commit-ece3246
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 +1 -15
- package/package.json +2 -2
package/apis.d.ts
CHANGED
|
@@ -1281,20 +1281,6 @@ declare module "~system/RestrictedActions" {
|
|
|
1281
1281
|
}
|
|
1282
1282
|
|
|
1283
1283
|
// Function declaration section
|
|
1284
|
-
/**
|
|
1285
|
-
* Identifies which fullscreen explorer panel OpenExplorerUi targets.
|
|
1286
|
-
* EU_SETTINGS holds 0 so an unset `ui` field defaults to the least-intrusive panel.
|
|
1287
|
-
*/
|
|
1288
|
-
export enum ExplorerUi {
|
|
1289
|
-
EU_SETTINGS = 0,
|
|
1290
|
-
EU_MAP = 1,
|
|
1291
|
-
EU_BACKPACK = 2,
|
|
1292
|
-
EU_CAMERA_REEL = 3,
|
|
1293
|
-
EU_COMMUNITIES = 4,
|
|
1294
|
-
EU_PLACES = 5,
|
|
1295
|
-
EU_EVENTS = 6,
|
|
1296
|
-
UNRECOGNIZED = -1
|
|
1297
|
-
}
|
|
1298
1284
|
/** Verdict of an OpenExplorerUi request (enum rather than a bool so new outcomes stay expressible). */
|
|
1299
1285
|
export enum OpenExplorerUiResult {
|
|
1300
1286
|
UNSPECIFIED = 0,
|
|
@@ -1361,7 +1347,7 @@ declare module "~system/RestrictedActions" {
|
|
|
1361
1347
|
export interface StopEmoteRequest {
|
|
1362
1348
|
}
|
|
1363
1349
|
export interface OpenExplorerUiRequest {
|
|
1364
|
-
ui: ExplorerUi;
|
|
1350
|
+
ui: import('../ecs').ExplorerUi;
|
|
1365
1351
|
}
|
|
1366
1352
|
export interface OpenExplorerUiResponse {
|
|
1367
1353
|
/** Carries only the verdict of the open action. */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/js-runtime",
|
|
3
3
|
"description": "JavaScript runtime definitions for Decentraland environments",
|
|
4
|
-
"version": "7.25.1-
|
|
4
|
+
"version": "7.25.1-31631715875.commit-ece3246",
|
|
5
5
|
"author": "",
|
|
6
6
|
"files": [
|
|
7
7
|
"index.d.ts",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
},
|
|
21
21
|
"types": "./index.d.ts",
|
|
22
22
|
"typings": "./index.d.ts",
|
|
23
|
-
"commit": "
|
|
23
|
+
"commit": "ece324654d220f5ab5517e743e374fd856308a58"
|
|
24
24
|
}
|