@workadventure/iframe-api-typings
Advanced tools
Comparing version
@@ -7,4 +7,4 @@ import { z } from "zod"; | ||
textColor: z.ZodOptional<z.ZodString>; | ||
closable: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>; | ||
timeToClose: z.ZodDefault<z.ZodOptional<z.ZodNumber>>; | ||
closable: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>; | ||
timeToClose: z.ZodOptional<z.ZodDefault<z.ZodNumber>>; | ||
link: z.ZodOptional<z.ZodObject<{ | ||
@@ -25,8 +25,8 @@ url: z.ZodString; | ||
} | undefined; | ||
closable?: boolean | undefined; | ||
bgColor?: string | undefined; | ||
textColor?: string | undefined; | ||
timeToClose?: number | undefined; | ||
text: string; | ||
closable: boolean; | ||
id: string; | ||
timeToClose: number; | ||
}, { | ||
@@ -33,0 +33,0 @@ link?: { |
@@ -105,2 +105,3 @@ import type { HasPlayerMovedEventCallback } from "../Events/HasPlayerMovedEvent"; | ||
}>; | ||
teleport(x: number, y: number): Promise<void>; | ||
/** | ||
@@ -107,0 +108,0 @@ * This token can be used by third party services to authenticate a player and prove that the player is in a given room. |
{ | ||
"name": "@workadventure/iframe-api-typings", | ||
"version": "v1.17.2", | ||
"version": "v1.17.4", | ||
"description": "Typescript typings for WorkAdventure iFrame API", | ||
@@ -5,0 +5,0 @@ "main": "iframe_api.js", |
Sorry, the diff of this file is too big to display
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
221645
0.37%93
1.09%6999
0.37%