@dcl/playground-assets 7.11.2-18594217847.commit-2058b29 → 7.11.3-18913551887.commit-2558997

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.
@@ -1284,6 +1284,11 @@ declare module "~system/RestrictedActions" {
1284
1284
  export interface MovePlayerToResponse {
1285
1285
  }
1286
1286
  export interface TeleportToResponse {
1287
+ }
1288
+ export interface CopyToClipboardRequest {
1289
+ text: string;
1290
+ }
1291
+ export interface EmptyResponse {
1287
1292
  }
1288
1293
 
1289
1294
  // Function declaration section
@@ -1306,6 +1311,8 @@ declare module "~system/RestrictedActions" {
1306
1311
  export function setCommunicationsAdapter(body: CommsAdapterRequest): Promise<SuccessResponse>;
1307
1312
  /** TriggerSceneEmote will trigger an scene emote file in this current user */
1308
1313
  export function triggerSceneEmote(body: TriggerSceneEmoteRequest): Promise<SuccessResponse>;
1314
+ /** CopyToClipboard copies the provided text into the clipboard */
1315
+ export function copyToClipboard(body: CopyToClipboardRequest): Promise<EmptyResponse>;
1309
1316
 
1310
1317
  }
1311
1318
  /**
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.11.2-18594217847.commit-2058b29",
4
+ "version": "7.11.3-18913551887.commit-2558997",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "2058b29251fbcbcff957ba9a308b40f7e2e1281b"
38
+ "commit": "255899706b877f04dfb49c8f574116dfd250908d"
39
39
  }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.1"
8
+ "packageVersion": "7.53.3"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.53.1",
4
+ "toolVersion": "7.53.3",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.11.2-18594217847.commit-2058b29",
4
+ "version": "7.11.3-18913551887.commit-2558997",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.11.2-18594217847.commit-2058b29",
8
- "@dcl/sdk": "7.11.2-18594217847.commit-2058b29"
7
+ "@dcl/js-runtime": "7.11.3-18913551887.commit-2558997",
8
+ "@dcl/sdk": "7.11.3-18913551887.commit-2558997"
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": "2058b29251fbcbcff957ba9a308b40f7e2e1281b"
35
+ "commit": "255899706b877f04dfb49c8f574116dfd250908d"
36
36
  }