@dcl/js-runtime 7.23.3-25829613631.commit-ac51407 → 7.23.3

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.
Files changed (2) hide show
  1. package/apis.d.ts +0 -6
  2. package/package.json +2 -2
package/apis.d.ts CHANGED
@@ -1293,7 +1293,6 @@ declare module "~system/RestrictedActions" {
1293
1293
  }
1294
1294
  export interface TriggerEmoteRequest {
1295
1295
  predefinedEmote: string;
1296
- mask?: number | undefined;
1297
1296
  }
1298
1297
  export interface ChangeRealmRequest {
1299
1298
  realm: string;
@@ -1313,7 +1312,6 @@ declare module "~system/RestrictedActions" {
1313
1312
  export interface TriggerSceneEmoteRequest {
1314
1313
  src: string;
1315
1314
  loop?: boolean | undefined;
1316
- mask?: number | undefined;
1317
1315
  }
1318
1316
  export interface SuccessResponse {
1319
1317
  success: boolean;
@@ -1329,8 +1327,6 @@ declare module "~system/RestrictedActions" {
1329
1327
  text: string;
1330
1328
  }
1331
1329
  export interface EmptyResponse {
1332
- }
1333
- export interface StopEmoteRequest {
1334
1330
  }
1335
1331
 
1336
1332
  // Function declaration section
@@ -1359,8 +1355,6 @@ declare module "~system/RestrictedActions" {
1359
1355
  export function triggerSceneEmote(body: TriggerSceneEmoteRequest): Promise<SuccessResponse>;
1360
1356
  /** CopyToClipboard copies the provided text into the clipboard */
1361
1357
  export function copyToClipboard(body: CopyToClipboardRequest): Promise<EmptyResponse>;
1362
- /** StopEmote will stop the current emote */
1363
- export function stopEmote(body: StopEmoteRequest): Promise<SuccessResponse>;
1364
1358
 
1365
1359
  }
1366
1360
  /**
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.23.3-25829613631.commit-ac51407",
4
+ "version": "7.23.3",
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": "ac5140787a065a3c99997d6129e4e71b280f1cc2"
23
+ "commit": "04270ca53739efce812dbb00973a070c002c8171"
24
24
  }