@localisprimary/esi 2.0.14 → 2.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.js CHANGED
@@ -1,4 +1,4 @@
1
- const COMPATIBILITY_DATE = '2026-04-03';
1
+ const COMPATIBILITY_DATE = '2026-05-06';
2
2
  export class EsiClient {
3
3
  constructor(options) {
4
4
  this.baseUrl = 'https://esi.evetech.net';
package/dist/types.d.ts CHANGED
@@ -1529,6 +1529,7 @@ export type GetCorporationCustomsOfficesResponse = {
1529
1529
  standing_level: 'bad' | 'excellent' | 'good' | 'neutral' | 'terrible';
1530
1530
  system_id: number;
1531
1531
  terrible_standing_tax_rate: number;
1532
+ type_id: number;
1532
1533
  }[];
1533
1534
  export interface GetCorporationCustomsOfficesParams {
1534
1535
  corporation_id: number | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localisprimary/esi",
3
- "version": "2.0.14",
3
+ "version": "2.0.15",
4
4
  "type": "module",
5
5
  "description": "Auto-generated TypeScript client for the EVE Online API",
6
6
  "main": "dist/index.js",