mirror of
https://github.com/DerTyp7/react-teamspeak-remote-app-api-types.git
synced 2025-10-28 12:22:15 +01:00
bump version to 1.1.4 and make serverName and serverUid optional in IConnectStatusInfo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-teamspeak-remote-app-api-types",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "Types for the TeamSpeak 5/6 Remote App API",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
|
||||
@@ -244,6 +244,6 @@ export interface IConnectStatus {
|
||||
|
||||
export interface IConnectStatusInfo {
|
||||
clientId: number;
|
||||
serverName: string;
|
||||
serverUid: string;
|
||||
serverName?: string;
|
||||
serverUid?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user