@dcl/playground-assets 7.3.2-5643871152.commit-4a5c96a → 7.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1154,6 +1154,10 @@ declare module "~system/RestrictedActions" {
1154
1154
  export interface CommsAdapterRequest {
1155
1155
  connectionString: string;
1156
1156
  }
1157
+ export interface TriggerSceneEmoteRequest {
1158
+ src: string;
1159
+ loop?: boolean | undefined;
1160
+ }
1157
1161
  export interface SuccessResponse {
1158
1162
  success: boolean;
1159
1163
  }
@@ -1172,6 +1176,7 @@ declare module "~system/RestrictedActions" {
1172
1176
  export function openExternalUrl(body: OpenExternalUrlRequest): Promise<SuccessResponse>;
1173
1177
  export function openNftDialog(body: OpenNftDialogRequest): Promise<SuccessResponse>;
1174
1178
  export function setCommunicationsAdapter(body: CommsAdapterRequest): Promise<SuccessResponse>;
1179
+ export function triggerSceneEmote(body: TriggerSceneEmoteRequest): Promise<SuccessResponse>;
1175
1180
 
1176
1181
  }
1177
1182
  /**
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.3.2-5643871152.commit-4a5c96a",
4
+ "version": "7.3.2",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -34,5 +34,5 @@
34
34
  },
35
35
  "types": "./index.d.ts",
36
36
  "typings": "./index.d.ts",
37
- "commit": "4a5c96af5d1c27016dfb327674886c95d479808a"
37
+ "commit": "7cd3d38ed14f6f4bf46ef4e481fcaf1a0df0bfd1"
38
38
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.3.2-5643871152.commit-4a5c96a",
4
+ "version": "7.3.2",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.3.2-5643871152.commit-4a5c96a",
8
- "@dcl/sdk": "7.3.2-5643871152.commit-4a5c96a"
7
+ "@dcl/js-runtime": "7.3.2",
8
+ "@dcl/sdk": "7.3.2"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "4a5c96af5d1c27016dfb327674886c95d479808a"
35
+ "commit": "7cd3d38ed14f6f4bf46ef4e481fcaf1a0df0bfd1"
36
36
  }