From e43291a1548e41c4023837fe8a7443e7da4878ed Mon Sep 17 00:00:00 2001 From: Nfinished <1719791+Nfinished@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:13:52 +0000 Subject: [PATCH 1/2] chore: Update ESI schema and generated files --- README.md | 2 +- src/client.ts | 4 ++-- src/types.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc9daef..2f68f9c 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ esi.postCharacterMail({ | [`getSovereigntyCampaigns`](https://developers.eveonline.com/api-explorer#/operations/GetSovereigntyCampaigns) | Shows sovereignty data for campaigns. | | [`getSovereigntyMap`](https://developers.eveonline.com/api-explorer#/operations/GetSovereigntyMap) | Shows sovereignty information for solar systems | | [`getSovereigntyStructures`](https://developers.eveonline.com/api-explorer#/operations/GetSovereigntyStructures) | Shows sovereignty data for structures. | -| [`getStatus`](https://developers.eveonline.com/api-explorer#/operations/GetStatus) | EVE Server status | +| [`getStatus`](https://developers.eveonline.com/api-explorer#/operations/GetStatus) | Current status of the EVE Online cluster | | [`postUiAutopilotWaypoint`](https://developers.eveonline.com/api-explorer#/operations/PostUiAutopilotWaypoint) | Set a solar system as autopilot waypoint | | [`postUiOpenwindowContract`](https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowContract) | Open the contract window inside the client | | [`postUiOpenwindowInformation`](https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowInformation) | Open the information window for a character, corporation or alliance inside the client | diff --git a/src/client.ts b/src/client.ts index c27ac77..c3fab61 100644 --- a/src/client.ts +++ b/src/client.ts @@ -2,7 +2,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ import * as Types from './types' -const COMPATIBILITY_DATE = '2026-06-02' +const COMPATIBILITY_DATE = '2026-08-11' export class EsiClient { private readonly baseUrl: string = 'https://esi.evetech.net' @@ -2406,7 +2406,7 @@ in the past need to be applied on top of this list to get an accurate view of th } /** - * EVE Server status + * Current status of the EVE Online cluster * @see https://developers.eveonline.com/api-explorer#/operations/GetStatus */ diff --git a/src/types.ts b/src/types.ts index 5018861..eeb189d 100644 --- a/src/types.ts +++ b/src/types.ts @@ -5722,7 +5722,7 @@ export interface GetStatusResponse { players: number server_version: string start_time: string - vip?: boolean + vip: boolean } export interface GetStatusResponseHeaders { From 62d3897fa1fb16e2618a6fa5a1ee9ed487fdd656 Mon Sep 17 00:00:00 2001 From: Nfinished Date: Tue, 11 Aug 2026 13:13:53 +0000 Subject: [PATCH 2/2] Update EVE ESI schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Automated update from latest ESI OpenAPI schema --- ...isprimary-esi-eb04b011-11f4-4acf-a964-9fb98c566407.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/@localisprimary-esi-eb04b011-11f4-4acf-a964-9fb98c566407.json diff --git a/change/@localisprimary-esi-eb04b011-11f4-4acf-a964-9fb98c566407.json b/change/@localisprimary-esi-eb04b011-11f4-4acf-a964-9fb98c566407.json new file mode 100644 index 0000000..db32939 --- /dev/null +++ b/change/@localisprimary-esi-eb04b011-11f4-4acf-a964-9fb98c566407.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "Automated: Update ESI OpenAPI schema", + "packageName": "@localisprimary/esi", + "email": "1719791+Nfinished@users.noreply.github.com", + "dependentChangeType": "patch" +}