@altv/types-client
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -205,2 +205,3 @@ declare module "alt-client" { | ||
* @remarks It's a slighty modified semantic versioning specification, which can be matched using this regular expression pattern `^(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))$`. | ||
* @beta | ||
*/ | ||
@@ -211,2 +212,3 @@ export const Version: string; | ||
* Represents the current client branch. | ||
* @beta | ||
*/ | ||
@@ -416,2 +418,3 @@ export const Branch: string; | ||
* Vehicle handling, which affects how vehicle responds and reacts to the inputs of a driver. | ||
* @beta | ||
*/ | ||
@@ -697,3 +700,3 @@ public handling: IVehicleHandling; | ||
/** | ||
* @deprecated | ||
* @deprecated Seriously, don't use it because it might get removed someday in most unexpected moment. | ||
*/ | ||
@@ -700,0 +703,0 @@ public static requestOAuth2Token(): Promise<IDiscordOAuth2Token>; |
{ | ||
"name": "@altv/types-client", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "This package contains types definitions for alt:V client-side module.", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31346
875