From d7a4b51a560826f2eb58492d5823cc975315d19b Mon Sep 17 00:00:00 2001 From: Shiralyn <68858896+ShiralynDev@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:53:41 +0100 Subject: [PATCH 1/2] XboxID for station --- src/station.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/station.d.ts b/src/station.d.ts index 6863c49..5007f73 100644 --- a/src/station.d.ts +++ b/src/station.d.ts @@ -14,6 +14,7 @@ type Station = { type DispatchedBy = { ServerCode: string, SteamId: string, + XboxId: string, } export type { Station } From 9842eba2ecea6950171ad48a936955d63ae01a39 Mon Sep 17 00:00:00 2001 From: Shiralyn <68858896+ShiralynDev@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:54:41 +0100 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adfb93e..2f8aed8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@simrail/types", - "version": "0.0.4", + "version": "0.0.5", "main": "index.js", "keywords": [], "author": {