Skip to content

Commit

Permalink
typings|server: Fix hwidHash and hwidExHash
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Nov 8, 2023
1 parent ba6ee1d commit c2a2e14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions types/server/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion types/server/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit c2a2e14

Please sign in to comment.