diff --git a/client/index.d.ts b/client/index.d.ts index 2728117c..3c598b53 100644 --- a/client/index.d.ts +++ b/client/index.d.ts @@ -31,6 +31,7 @@ declare module "alt-client" { Portugese = "pt", BrazilianPortuguese = "pt_br", Romanian = "ro", + Serbian = "rs", // Wrong tag (sr) Russian = "ru", Slovak = "sk", @@ -2645,6 +2646,11 @@ declare module "alt-client" { */ export function getMsPerGameMinute(): number; + /** + * Gets current server time since epoch in milliseconds. + */ + export function getServerTime(): number; + /** * Gets the state of the specified permission. * @@ -4141,7 +4147,7 @@ declare module "alt-client" { */ public static getByID(id: number): TextLabel | null; - //public static readonly all: readonly TextLabel[]; + public static readonly all: readonly TextLabel[]; public visible: boolean; diff --git a/client/package.json b/client/package.json index e8c66821..ff3dbba1 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@altv/types-client", - "version": "16.0.9", + "version": "16.0.11", "description": "This package contains types definitions for alt:V client-side module.", "types": "index.d.ts", "files": [