diff --git a/types/server/index.d.ts b/types/server/index.d.ts index 4f16bf3d3..da5f29fea 100644 --- a/types/server/index.d.ts +++ b/types/server/index.d.ts @@ -383,8 +383,8 @@ declare module "@altv/server" { readonly ip: string; readonly socialID: number; readonly socialClubName: string; - readonly hwidHash: number; - readonly hwidExHash: number; + readonly hwidHash: bigint; + readonly hwidExHash: bigint; readonly cloudID: string; readonly cloudAuthResult: altShared.Enums.CloudAuthResult; @@ -932,8 +932,8 @@ declare module "@altv/server" { readonly cloudID: string; readonly cloudAuthResult: altShared.Enums.CloudAuthResult; readonly socialName: string; - readonly hwidHash: number; - readonly hwidExHash: number; + readonly hwidHash: bigint; + readonly hwidExHash: bigint; readonly authToken: string; readonly debug: boolean; readonly branch: string; diff --git a/types/server/package.json b/types/server/package.json index bd06f2922..a766b0632 100644 --- a/types/server/package.json +++ b/types/server/package.json @@ -1,6 +1,6 @@ { "name": "@altv/server", - "version": "0.0.10", + "version": "0.0.11", "description": "This package contains the type definitions for the alt:V JS module v2 server types", "types": "index.d.ts", "files": [