Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Jan 2, 2024
2 parents 6a30e27 + 474ed7e commit 7472a35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2972,6 +2972,8 @@ declare module "alt-client" {
export function removeVoiceFilter(player: number): void;
export function getVoiceFilter(player: number): AudioFilter;

export function updateClipContext(context: Record<string, string>): void;

export class WebSocketClient extends BaseObject {
/**
* Retrieves the websocketclient from the pool.
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-client",
"version": "16.0.7",
"version": "16.0.9",
"description": "This package contains types definitions for alt:V client-side module.",
"types": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-server",
"version": "16.0.4",
"version": "16.0.5",
"description": "This package contains types definitions for alt:V server-side module.",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit 7472a35

Please sign in to comment.