@localisprimary/esi 1.3.0 → 1.3.2

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/README.md CHANGED
@@ -4,6 +4,8 @@ A slightly opinionated TypeScript client for the [EVE Online API](https://develo
4
4
 
5
5
 
6
6
  [![NPM Version](https://img.shields.io/npm/v/%40localisprimary%2Fesi)](https://www.npmjs.com/package/@localisprimary/esi)
7
+ [![NPM Downloads](https://img.shields.io/npm/dm/%40localisprimary%2Fesi?link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40localisprimary%2Fesi)](https://www.npmjs.com/package/@localisprimary/esi)
8
+ [![Discord](https://img.shields.io/discord/928842307879444552?label=discord&color=%237289da&link=https%3A%2F%2Fdiscord.gg%2FCbcBHGMpUa)](https://discord.gg/CbcBHGMpUa)
7
9
 
8
10
 
9
11
  ## Usage
@@ -28,7 +30,7 @@ console.log(alliance.data)
28
30
  The `EsiClient` constructor accepts an options object with the following properties:
29
31
  | Parameter | Description | Type | Default | Required |
30
32
  |-----------|-------------|------|---------|----------|
31
- | `token` | Optional auth token for authenticated requests | `string` | `undefined` | No |
33
+ | `token` | Optional auth token for requests | `string` | `undefined` | No |
32
34
  | `userAgent` | User agent string for requests. Resolves to `"localisprimary/esi <userAgent>"` | `string` | `undefined` | No* |
33
35
  | `useRequestHeaders` | When false, fall back to query parameters for user agent and token | `boolean` | `true` | No |
34
36
 
@@ -145,49 +147,49 @@ esi.postCharacterMail({
145
147
  | [`getContractsPublicRegionId`](https://developers.eveonline.com/api-explorer#/operations/GetContractsPublicRegionId) | Returns a paginated list of all public contracts in the given region |
146
148
  | [`getCorporation`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationId) | Public information about a corporation |
147
149
  | [`getCorporationAlliancehistory`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdAlliancehistory) | Get a list of all the alliances a corporation has been a member of |
148
- | [`getCorporationAssets`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdAssets) | Return a list of the corporation assets. Requires one of the following EVE corporation role(s): Director |
149
- | [`postCorporationAssetsLocations`](https://developers.eveonline.com/api-explorer#/operations/PostCorporationsCorporationIdAssetsLocations) | Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0). Requires one of the following EVE corporation role(s): Director |
150
- | [`postCorporationAssetsNames`](https://developers.eveonline.com/api-explorer#/operations/PostCorporationsCorporationIdAssetsNames) | Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships. Requires one of the following EVE corporation role(s): Director |
151
- | [`getCorporationBlueprints`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdBlueprints) | Returns a list of blueprints the corporation owns. Requires one of the following EVE corporation role(s): Director |
150
+ | [`getCorporationAssets`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdAssets) | Return a list of the corporation assets |
151
+ | [`postCorporationAssetsLocations`](https://developers.eveonline.com/api-explorer#/operations/PostCorporationsCorporationIdAssetsLocations) | Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) |
152
+ | [`postCorporationAssetsNames`](https://developers.eveonline.com/api-explorer#/operations/PostCorporationsCorporationIdAssetsNames) | Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships |
153
+ | [`getCorporationBlueprints`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdBlueprints) | Returns a list of blueprints the corporation owns |
152
154
  | [`getCorporationContacts`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContacts) | Return contacts of a corporation |
153
155
  | [`getCorporationContactsLabels`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContactsLabels) | Return custom labels for a corporation's contacts |
154
- | [`getCorporationContainersLogs`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContainersLogs) | Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation. Requires one of the following EVE corporation role(s): Director |
156
+ | [`getCorporationContainersLogs`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContainersLogs) | Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation |
155
157
  | [`getCorporationContractBids`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContractsContractIdBids) | Lists bids on a particular auction contract |
156
158
  | [`getCorporationContractItems`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContractsContractIdItems) | Lists items of a particular contract |
157
159
  | [`getCorporationContracts`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContracts) | Returns contracts available to a corporation, only if the corporation is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress". |
158
- | [`getCorporationCorporationMiningExtractions`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningExtractions) | Extraction timers for all moon chunks being extracted by refineries belonging to a corporation.. Requires one of the following EVE corporation role(s): Station_Manager |
159
- | [`getCorporationCorporationMiningObserver`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObserversObserverId) | Paginated record of all mining seen by an observer. Requires one of the following EVE corporation role(s): Accountant |
160
- | [`getCorporationCorporationMiningObservers`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObservers) | Paginated list of all entities capable of observing and recording mining for a corporation. Requires one of the following EVE corporation role(s): Accountant |
161
- | [`getCorporationCustomsOffices`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdCustomsOffices) | List customs offices owned by a corporation. Requires one of the following EVE corporation role(s): Director |
162
- | [`getCorporationDivisions`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdDivisions) | Return corporation hangar and wallet division names, only show if a division is not using the default name. Requires one of the following EVE corporation role(s): Director |
163
- | [`getCorporationFacilities`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdFacilities) | Return a corporation's facilities. Requires one of the following EVE corporation role(s): Factory_Manager |
160
+ | [`getCorporationCorporationMiningExtractions`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningExtractions) | Extraction timers for all moon chunks being extracted by refineries belonging to a corporation. |
161
+ | [`getCorporationCorporationMiningObserver`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObserversObserverId) | Paginated record of all mining seen by an observer |
162
+ | [`getCorporationCorporationMiningObservers`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObservers) | Paginated list of all entities capable of observing and recording mining for a corporation |
163
+ | [`getCorporationCustomsOffices`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdCustomsOffices) | List customs offices owned by a corporation |
164
+ | [`getCorporationDivisions`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdDivisions) | Return corporation hangar and wallet division names, only show if a division is not using the default name |
165
+ | [`getCorporationFacilities`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdFacilities) | Return a corporation's facilities |
164
166
  | [`getCorporationFwStats`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdFwStats) | Statistics about a corporation involved in faction warfare. This route expires daily at 11:05 |
165
167
  | [`getCorporationIcons`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdIcons) | Get the icon urls for a corporation |
166
- | [`getCorporationIndustryJobs`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdIndustryJobs) | List industry jobs run by a corporation. Requires one of the following EVE corporation role(s): Factory_Manager |
167
- | [`getCorporationKillmailsRecent`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdKillmailsRecent) | Get a list of a corporation's kills and losses going back 90 days. Requires one of the following EVE corporation role(s): Director |
168
+ | [`getCorporationIndustryJobs`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdIndustryJobs) | List industry jobs run by a corporation |
169
+ | [`getCorporationKillmailsRecent`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdKillmailsRecent) | Get a list of a corporation's kills and losses going back 90 days |
168
170
  | [`getCorporationMedals`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMedals) | Returns a corporation's medals |
169
- | [`getCorporationMedalsIssued`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMedalsIssued) | Returns medals issued by a corporation. Requires one of the following EVE corporation role(s): Director |
171
+ | [`getCorporationMedalsIssued`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMedalsIssued) | Returns medals issued by a corporation |
170
172
  | [`getCorporationMembers`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembers) | Return the current member list of a corporation, the token's character need to be a member of the corporation. |
171
- | [`getCorporationMembersLimit`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersLimit) | Return a corporation's member limit, not including CEO himself. Requires one of the following EVE corporation role(s): Director |
172
- | [`getCorporationMembersTitles`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersTitles) | Returns a corporation's members' titles. Requires one of the following EVE corporation role(s): Director |
173
- | [`getCorporationMembertracking`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembertracking) | Returns additional information about a corporation's members which helps tracking their activities. Requires one of the following EVE corporation role(s): Director |
174
- | [`getCorporationOrders`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdOrders) | List open market orders placed on behalf of a corporation. Requires one of the following EVE corporation role(s): Accountant, Trader |
175
- | [`getCorporationOrdersHistory`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdOrdersHistory) | List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.. Requires one of the following EVE corporation role(s): Accountant, Trader |
173
+ | [`getCorporationMembersLimit`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersLimit) | Return a corporation's member limit, not including CEO himself |
174
+ | [`getCorporationMembersTitles`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersTitles) | Returns a corporation's members' titles |
175
+ | [`getCorporationMembertracking`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembertracking) | Returns additional information about a corporation's members which helps tracking their activities |
176
+ | [`getCorporationOrders`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdOrders) | List open market orders placed on behalf of a corporation |
177
+ | [`getCorporationOrdersHistory`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdOrdersHistory) | List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past. |
176
178
  | [`getCorporationRoles`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdRoles) | Return the roles of all members if the character has the personnel manager role or any grantable role. |
177
- | [`getCorporationRolesHistory`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdRolesHistory) | Return how roles have changed for a coporation's members, up to a month. Requires one of the following EVE corporation role(s): Director |
178
- | [`getCorporationShareholders`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdShareholders) | Return the current shareholders of a corporation.. Requires one of the following EVE corporation role(s): Director |
179
+ | [`getCorporationRolesHistory`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdRolesHistory) | Return how roles have changed for a coporation's members, up to a month |
180
+ | [`getCorporationShareholders`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdShareholders) | Return the current shareholders of a corporation. |
179
181
  | [`getCorporationsNpccorps`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsNpccorps) | Get a list of npc corporations. This route expires daily at 11:05 |
180
182
  | [`getCorporationStandings`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStandings) | Return corporation standings from agents, NPC corporations, and factions |
181
- | [`getCorporationStarbase`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbasesStarbaseId) | Returns various settings and fuels of a starbase (POS). Requires one of the following EVE corporation role(s): Director |
182
- | [`getCorporationStarbases`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbases) | Returns list of corporation starbases (POSes). Requires one of the following EVE corporation role(s): Director |
183
- | [`getCorporationStructures`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStructures) | Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th. Requires one of the following EVE corporation role(s): Station_Manager |
184
- | [`getCorporationTitles`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdTitles) | Returns a corporation's titles. Requires one of the following EVE corporation role(s): Director |
185
- | [`getCorporationWallets`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWallets) | Get a corporation's wallets. Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant |
186
- | [`getCorporationWalletsDivisionJournal`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionJournal) | Retrieve the given corporation's wallet journal for the given division going 30 days back. Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant |
187
- | [`getCorporationWalletsDivisionTransactions`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionTransactions) | Get wallet transactions of a corporation. Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant |
183
+ | [`getCorporationStarbase`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbasesStarbaseId) | Returns various settings and fuels of a starbase (POS) |
184
+ | [`getCorporationStarbases`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbases) | Returns list of corporation starbases (POSes) |
185
+ | [`getCorporationStructures`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStructures) | Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th |
186
+ | [`getCorporationTitles`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdTitles) | Returns a corporation's titles |
187
+ | [`getCorporationWallets`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWallets) | Get a corporation's wallets |
188
+ | [`getCorporationWalletsDivisionJournal`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionJournal) | Retrieve the given corporation's wallet journal for the given division going 30 days back |
189
+ | [`getCorporationWalletsDivisionTransactions`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionTransactions) | Get wallet transactions of a corporation |
188
190
  | [`getDogmaAttribute`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaAttributesAttributeId) | Get information on a dogma attribute. This route expires daily at 11:05 |
189
191
  | [`getDogmaAttributes`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaAttributes) | Get a list of dogma attribute ids. This route expires daily at 11:05 |
190
- | [`getDogmaDynamicTypeItemId`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaDynamicItemsTypeIdItemId) | Returns info about a dynamic item resulting from mutation with a mutaplasmid.. This route expires daily at 11:05 |
192
+ | [`getDogmaDynamicTypeItemId`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaDynamicItemsTypeIdItemId) | Returns info about a dynamic item resulting from mutation with a mutaplasmid. This route expires daily at 11:05 |
191
193
  | [`getDogmaEffect`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaEffectsEffectId) | Get information on a dogma effect. This route expires daily at 11:05 |
192
194
  | [`getDogmaEffects`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaEffects) | Get a list of dogma effect ids. This route expires daily at 11:05 |
193
195
  | [`getFleet`](https://developers.eveonline.com/api-explorer#/operations/GetFleetsFleetId) | Return details about a fleet |
@@ -219,6 +221,8 @@ esi.postCharacterMail({
219
221
  | [`getMarketsGroupsMarketGroupId`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsGroupsMarketGroupId) | Get information on an item group. This route expires daily at 11:05 |
220
222
  | [`getMarketsPrices`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsPrices) | Return a list of prices |
221
223
  | [`getMarketsStructure`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsStructuresStructureId) | Return all orders in a structure |
224
+ | [`getMetaChangelog`](https://developers.eveonline.com/api-explorer#/operations/GetMetaChangelog) | Get the changelog of this API. |
225
+ | [`getMetaCompatibilityDates`](https://developers.eveonline.com/api-explorer#/operations/GetMetaCompatibilityDates) | Get a list of compatibility dates. |
222
226
  | [`getRegionHistory`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsRegionIdHistory) | Return a list of historical market statistics for the specified type in a region. This route expires daily at 11:05 |
223
227
  | [`getRegionOrders`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsRegionIdOrders) | Return a list of orders in a region |
224
228
  | [`getRegionTypes`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsRegionIdTypes) | Return a list of type IDs that have active orders in the region, for efficient market indexing. |
@@ -257,7 +261,7 @@ esi.postCharacterMail({
257
261
  | [`getUniverseStation`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseStationsStationId) | Get information on a station. This route expires daily at 11:05 |
258
262
  | [`getUniverseStructure`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseStructuresStructureId) | Returns information on requested structure if you are on the ACL. Otherwise, returns "Forbidden" for all inputs. |
259
263
  | [`getUniverseStructures`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseStructures) | List all public structures |
260
- | [`getUniverseSystem`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseSystemsSystemId) | Get information on a solar system.. This route expires daily at 11:05 |
264
+ | [`getUniverseSystem`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseSystemsSystemId) | Get information on a solar system. This route expires daily at 11:05 |
261
265
  | [`getUniverseSystemJumps`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseSystemJumps) | Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed |
262
266
  | [`getUniverseSystemKills`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseSystemKills) | Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed |
263
267
  | [`getUniverseSystems`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseSystems) | Get a list of solar systems. This route expires daily at 11:05 |
package/dist/client.d.ts CHANGED
@@ -113,7 +113,7 @@ export declare class EsiClient {
113
113
 
114
114
  * @see https://developers.eveonline.com/api-explorer#/operations/PutCharactersCharacterIdCalendarEventId
115
115
  */
116
- putCharacterCalendarEventId(params: Types.PutCharacterCalendarEventIdParams): Promise<Types.EsiResponse<unknown, Types.PutCharacterCalendarEventIdResponseHeaders>>;
116
+ putCharacterCalendarEventId(params: Types.PutCharacterCalendarEventIdParams): Promise<Types.EsiResponse<undefined, Types.PutCharacterCalendarEventIdResponseHeaders>>;
117
117
  /**
118
118
  * Get all invited attendees for a given event
119
119
 
@@ -131,7 +131,7 @@ export declare class EsiClient {
131
131
 
132
132
  * @see https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdContacts
133
133
  */
134
- deleteCharacterContacts(params: Types.DeleteCharacterContactsParams): Promise<Types.EsiResponse<unknown, Types.DeleteCharacterContactsResponseHeaders>>;
134
+ deleteCharacterContacts(params: Types.DeleteCharacterContactsParams): Promise<Types.EsiResponse<undefined, Types.DeleteCharacterContactsResponseHeaders>>;
135
135
  /**
136
136
  * Return contacts of a character
137
137
 
@@ -149,7 +149,7 @@ export declare class EsiClient {
149
149
 
150
150
  * @see https://developers.eveonline.com/api-explorer#/operations/PutCharactersCharacterIdContacts
151
151
  */
152
- putCharacterContacts(params: Types.PutCharacterContactsParams): Promise<Types.EsiResponse<unknown, Types.PutCharacterContactsResponseHeaders>>;
152
+ putCharacterContacts(params: Types.PutCharacterContactsParams): Promise<Types.EsiResponse<undefined, Types.PutCharacterContactsResponseHeaders>>;
153
153
  /**
154
154
  * Return custom labels for a character's contacts
155
155
 
@@ -209,7 +209,7 @@ export declare class EsiClient {
209
209
 
210
210
  * @see https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdFittingsFittingId
211
211
  */
212
- deleteCharacterFitting(params: Types.DeleteCharacterFittingParams): Promise<Types.EsiResponse<unknown, Types.DeleteCharacterFittingResponseHeaders>>;
212
+ deleteCharacterFitting(params: Types.DeleteCharacterFittingParams): Promise<Types.EsiResponse<undefined, Types.DeleteCharacterFittingResponseHeaders>>;
213
213
  /**
214
214
  * Return the fleet ID the character is in, if any.
215
215
 
@@ -283,7 +283,7 @@ export declare class EsiClient {
283
283
 
284
284
  * @see https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdMailLabelsLabelId
285
285
  */
286
- deleteCharacterMailLabel(params: Types.DeleteCharacterMailLabelParams): Promise<Types.EsiResponse<unknown, Types.DeleteCharacterMailLabelResponseHeaders>>;
286
+ deleteCharacterMailLabel(params: Types.DeleteCharacterMailLabelParams): Promise<Types.EsiResponse<undefined, Types.DeleteCharacterMailLabelResponseHeaders>>;
287
287
  /**
288
288
  * Return all mailing lists that the character is subscribed to
289
289
 
@@ -295,7 +295,7 @@ export declare class EsiClient {
295
295
 
296
296
  * @see https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdMailMailId
297
297
  */
298
- deleteCharacterMailMailId(params: Types.DeleteCharacterMailMailIdParams): Promise<Types.EsiResponse<unknown, Types.DeleteCharacterMailMailIdResponseHeaders>>;
298
+ deleteCharacterMailMailId(params: Types.DeleteCharacterMailMailIdParams): Promise<Types.EsiResponse<undefined, Types.DeleteCharacterMailMailIdResponseHeaders>>;
299
299
  /**
300
300
  * Return the contents of an EVE mail
301
301
 
@@ -307,7 +307,7 @@ export declare class EsiClient {
307
307
 
308
308
  * @see https://developers.eveonline.com/api-explorer#/operations/PutCharactersCharacterIdMailMailId
309
309
  */
310
- putCharacterMailMailId(params: Types.PutCharacterMailMailIdParams): Promise<Types.EsiResponse<unknown, Types.PutCharacterMailMailIdResponseHeaders>>;
310
+ putCharacterMailMailId(params: Types.PutCharacterMailMailIdParams): Promise<Types.EsiResponse<undefined, Types.PutCharacterMailMailIdResponseHeaders>>;
311
311
  /**
312
312
  * Return a list of medals the character has
313
313
 
@@ -451,24 +451,18 @@ export declare class EsiClient {
451
451
  /**
452
452
  * Extraction timers for all moon chunks being extracted by refineries belonging to a corporation.
453
453
 
454
- * Requires one of the following EVE corporation role(s): Station_Manager
455
-
456
454
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningExtractions
457
455
  */
458
456
  getCorporationCorporationMiningExtractions(params: Types.GetCorporationCorporationMiningExtractionsParams): Promise<Types.EsiResponse<Types.GetCorporationCorporationMiningExtractionsResponse, Types.GetCorporationCorporationMiningExtractionsResponseHeaders>>;
459
457
  /**
460
458
  * Paginated list of all entities capable of observing and recording mining for a corporation
461
459
 
462
- * Requires one of the following EVE corporation role(s): Accountant
463
-
464
460
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObservers
465
461
  */
466
462
  getCorporationCorporationMiningObservers(params: Types.GetCorporationCorporationMiningObserversParams): Promise<Types.EsiResponse<Types.GetCorporationCorporationMiningObserversResponse, Types.GetCorporationCorporationMiningObserversResponseHeaders>>;
467
463
  /**
468
464
  * Paginated record of all mining seen by an observer
469
465
 
470
- * Requires one of the following EVE corporation role(s): Accountant
471
-
472
466
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObserversObserverId
473
467
  */
474
468
  getCorporationCorporationMiningObserver(params: Types.GetCorporationCorporationMiningObserverParams): Promise<Types.EsiResponse<Types.GetCorporationCorporationMiningObserverResponse, Types.GetCorporationCorporationMiningObserverResponseHeaders>>;
@@ -495,32 +489,24 @@ export declare class EsiClient {
495
489
  /**
496
490
  * Return a list of the corporation assets
497
491
 
498
- * Requires one of the following EVE corporation role(s): Director
499
-
500
492
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdAssets
501
493
  */
502
494
  getCorporationAssets(params: Types.GetCorporationAssetsParams): Promise<Types.EsiResponse<Types.GetCorporationAssetsResponse, Types.GetCorporationAssetsResponseHeaders>>;
503
495
  /**
504
496
  * Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)
505
497
 
506
- * Requires one of the following EVE corporation role(s): Director
507
-
508
498
  * @see https://developers.eveonline.com/api-explorer#/operations/PostCorporationsCorporationIdAssetsLocations
509
499
  */
510
500
  postCorporationAssetsLocations(params: Types.PostCorporationAssetsLocationsParams): Promise<Types.EsiResponse<Types.PostCorporationAssetsLocationsResponse, Types.PostCorporationAssetsLocationsResponseHeaders>>;
511
501
  /**
512
502
  * Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships
513
503
 
514
- * Requires one of the following EVE corporation role(s): Director
515
-
516
504
  * @see https://developers.eveonline.com/api-explorer#/operations/PostCorporationsCorporationIdAssetsNames
517
505
  */
518
506
  postCorporationAssetsNames(params: Types.PostCorporationAssetsNamesParams): Promise<Types.EsiResponse<Types.PostCorporationAssetsNamesResponse, Types.PostCorporationAssetsNamesResponseHeaders>>;
519
507
  /**
520
508
  * Returns a list of blueprints the corporation owns
521
509
 
522
- * Requires one of the following EVE corporation role(s): Director
523
-
524
510
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdBlueprints
525
511
  */
526
512
  getCorporationBlueprints(params: Types.GetCorporationBlueprintsParams): Promise<Types.EsiResponse<Types.GetCorporationBlueprintsResponse, Types.GetCorporationBlueprintsResponseHeaders>>;
@@ -539,8 +525,6 @@ export declare class EsiClient {
539
525
  /**
540
526
  * Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
541
527
 
542
- * Requires one of the following EVE corporation role(s): Director
543
-
544
528
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContainersLogs
545
529
  */
546
530
  getCorporationContainersLogs(params: Types.GetCorporationContainersLogsParams): Promise<Types.EsiResponse<Types.GetCorporationContainersLogsResponse, Types.GetCorporationContainersLogsResponseHeaders>>;
@@ -565,24 +549,18 @@ export declare class EsiClient {
565
549
  /**
566
550
  * List customs offices owned by a corporation
567
551
 
568
- * Requires one of the following EVE corporation role(s): Director
569
-
570
552
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdCustomsOffices
571
553
  */
572
554
  getCorporationCustomsOffices(params: Types.GetCorporationCustomsOfficesParams): Promise<Types.EsiResponse<Types.GetCorporationCustomsOfficesResponse, Types.GetCorporationCustomsOfficesResponseHeaders>>;
573
555
  /**
574
556
  * Return corporation hangar and wallet division names, only show if a division is not using the default name
575
557
 
576
- * Requires one of the following EVE corporation role(s): Director
577
-
578
558
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdDivisions
579
559
  */
580
560
  getCorporationDivisions(params: Types.GetCorporationDivisionsParams): Promise<Types.EsiResponse<Types.GetCorporationDivisionsResponse, Types.GetCorporationDivisionsResponseHeaders>>;
581
561
  /**
582
562
  * Return a corporation's facilities
583
563
 
584
- * Requires one of the following EVE corporation role(s): Factory_Manager
585
-
586
564
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdFacilities
587
565
  */
588
566
  getCorporationFacilities(params: Types.GetCorporationFacilitiesParams): Promise<Types.EsiResponse<Types.GetCorporationFacilitiesResponse, Types.GetCorporationFacilitiesResponseHeaders>>;
@@ -603,16 +581,12 @@ export declare class EsiClient {
603
581
  /**
604
582
  * List industry jobs run by a corporation
605
583
 
606
- * Requires one of the following EVE corporation role(s): Factory_Manager
607
-
608
584
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdIndustryJobs
609
585
  */
610
586
  getCorporationIndustryJobs(params: Types.GetCorporationIndustryJobsParams): Promise<Types.EsiResponse<Types.GetCorporationIndustryJobsResponse, Types.GetCorporationIndustryJobsResponseHeaders>>;
611
587
  /**
612
588
  * Get a list of a corporation's kills and losses going back 90 days
613
589
 
614
- * Requires one of the following EVE corporation role(s): Director
615
-
616
590
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdKillmailsRecent
617
591
  */
618
592
  getCorporationKillmailsRecent(params: Types.GetCorporationKillmailsRecentParams): Promise<Types.EsiResponse<Types.GetCorporationKillmailsRecentResponse, Types.GetCorporationKillmailsRecentResponseHeaders>>;
@@ -625,8 +599,6 @@ export declare class EsiClient {
625
599
  /**
626
600
  * Returns medals issued by a corporation
627
601
 
628
- * Requires one of the following EVE corporation role(s): Director
629
-
630
602
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMedalsIssued
631
603
  */
632
604
  getCorporationMedalsIssued(params: Types.GetCorporationMedalsIssuedParams): Promise<Types.EsiResponse<Types.GetCorporationMedalsIssuedResponse, Types.GetCorporationMedalsIssuedResponseHeaders>>;
@@ -639,40 +611,30 @@ export declare class EsiClient {
639
611
  /**
640
612
  * Return a corporation's member limit, not including CEO himself
641
613
 
642
- * Requires one of the following EVE corporation role(s): Director
643
-
644
614
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersLimit
645
615
  */
646
616
  getCorporationMembersLimit(params: Types.GetCorporationMembersLimitParams): Promise<Types.EsiResponse<number, Types.GetCorporationMembersLimitResponseHeaders>>;
647
617
  /**
648
618
  * Returns a corporation's members' titles
649
619
 
650
- * Requires one of the following EVE corporation role(s): Director
651
-
652
620
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersTitles
653
621
  */
654
622
  getCorporationMembersTitles(params: Types.GetCorporationMembersTitlesParams): Promise<Types.EsiResponse<Types.GetCorporationMembersTitlesResponse, Types.GetCorporationMembersTitlesResponseHeaders>>;
655
623
  /**
656
624
  * Returns additional information about a corporation's members which helps tracking their activities
657
625
 
658
- * Requires one of the following EVE corporation role(s): Director
659
-
660
626
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembertracking
661
627
  */
662
628
  getCorporationMembertracking(params: Types.GetCorporationMembertrackingParams): Promise<Types.EsiResponse<Types.GetCorporationMembertrackingResponse, Types.GetCorporationMembertrackingResponseHeaders>>;
663
629
  /**
664
630
  * List open market orders placed on behalf of a corporation
665
631
 
666
- * Requires one of the following EVE corporation role(s): Accountant, Trader
667
-
668
632
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdOrders
669
633
  */
670
634
  getCorporationOrders(params: Types.GetCorporationOrdersParams): Promise<Types.EsiResponse<Types.GetCorporationOrdersResponse, Types.GetCorporationOrdersResponseHeaders>>;
671
635
  /**
672
636
  * List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
673
637
 
674
- * Requires one of the following EVE corporation role(s): Accountant, Trader
675
-
676
638
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdOrdersHistory
677
639
  */
678
640
  getCorporationOrdersHistory(params: Types.GetCorporationOrdersHistoryParams): Promise<Types.EsiResponse<Types.GetCorporationOrdersHistoryResponse, Types.GetCorporationOrdersHistoryResponseHeaders>>;
@@ -685,16 +647,12 @@ export declare class EsiClient {
685
647
  /**
686
648
  * Return how roles have changed for a coporation's members, up to a month
687
649
 
688
- * Requires one of the following EVE corporation role(s): Director
689
-
690
650
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdRolesHistory
691
651
  */
692
652
  getCorporationRolesHistory(params: Types.GetCorporationRolesHistoryParams): Promise<Types.EsiResponse<Types.GetCorporationRolesHistoryResponse, Types.GetCorporationRolesHistoryResponseHeaders>>;
693
653
  /**
694
654
  * Return the current shareholders of a corporation.
695
655
 
696
- * Requires one of the following EVE corporation role(s): Director
697
-
698
656
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdShareholders
699
657
  */
700
658
  getCorporationShareholders(params: Types.GetCorporationShareholdersParams): Promise<Types.EsiResponse<Types.GetCorporationShareholdersResponse, Types.GetCorporationShareholdersResponseHeaders>>;
@@ -707,56 +665,42 @@ export declare class EsiClient {
707
665
  /**
708
666
  * Returns list of corporation starbases (POSes)
709
667
 
710
- * Requires one of the following EVE corporation role(s): Director
711
-
712
668
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbases
713
669
  */
714
670
  getCorporationStarbases(params: Types.GetCorporationStarbasesParams): Promise<Types.EsiResponse<Types.GetCorporationStarbasesResponse, Types.GetCorporationStarbasesResponseHeaders>>;
715
671
  /**
716
672
  * Returns various settings and fuels of a starbase (POS)
717
673
 
718
- * Requires one of the following EVE corporation role(s): Director
719
-
720
674
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbasesStarbaseId
721
675
  */
722
676
  getCorporationStarbase(params: Types.GetCorporationStarbaseParams): Promise<Types.EsiResponse<Types.GetCorporationStarbaseResponse, Types.GetCorporationStarbaseResponseHeaders>>;
723
677
  /**
724
678
  * Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th
725
679
 
726
- * Requires one of the following EVE corporation role(s): Station_Manager
727
-
728
680
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStructures
729
681
  */
730
682
  getCorporationStructures(params: Types.GetCorporationStructuresParams): Promise<Types.EsiResponse<Types.GetCorporationStructuresResponse, Types.GetCorporationStructuresResponseHeaders>>;
731
683
  /**
732
684
  * Returns a corporation's titles
733
685
 
734
- * Requires one of the following EVE corporation role(s): Director
735
-
736
686
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdTitles
737
687
  */
738
688
  getCorporationTitles(params: Types.GetCorporationTitlesParams): Promise<Types.EsiResponse<Types.GetCorporationTitlesResponse, Types.GetCorporationTitlesResponseHeaders>>;
739
689
  /**
740
690
  * Get a corporation's wallets
741
691
 
742
- * Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant
743
-
744
692
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWallets
745
693
  */
746
694
  getCorporationWallets(params: Types.GetCorporationWalletsParams): Promise<Types.EsiResponse<Types.GetCorporationWalletsResponse, Types.GetCorporationWalletsResponseHeaders>>;
747
695
  /**
748
696
  * Retrieve the given corporation's wallet journal for the given division going 30 days back
749
697
 
750
- * Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant
751
-
752
698
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionJournal
753
699
  */
754
700
  getCorporationWalletsDivisionJournal(params: Types.GetCorporationWalletsDivisionJournalParams): Promise<Types.EsiResponse<Types.GetCorporationWalletsDivisionJournalResponse, Types.GetCorporationWalletsDivisionJournalResponseHeaders>>;
755
701
  /**
756
702
  * Get wallet transactions of a corporation
757
703
 
758
- * Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant
759
-
760
704
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionTransactions
761
705
  */
762
706
  getCorporationWalletsDivisionTransactions(params: Types.GetCorporationWalletsDivisionTransactionsParams): Promise<Types.EsiResponse<Types.GetCorporationWalletsDivisionTransactionsResponse, Types.GetCorporationWalletsDivisionTransactionsResponseHeaders>>;
@@ -811,7 +755,7 @@ export declare class EsiClient {
811
755
 
812
756
  * @see https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetId
813
757
  */
814
- putFleet(params: Types.PutFleetParams): Promise<Types.EsiResponse<unknown, Types.PutFleetResponseHeaders>>;
758
+ putFleet(params: Types.PutFleetParams): Promise<Types.EsiResponse<undefined, Types.PutFleetResponseHeaders>>;
815
759
  /**
816
760
  * Return information about fleet members
817
761
 
@@ -823,31 +767,31 @@ export declare class EsiClient {
823
767
 
824
768
  * @see https://developers.eveonline.com/api-explorer#/operations/PostFleetsFleetIdMembers
825
769
  */
826
- postFleetMembers(params: Types.PostFleetMembersParams): Promise<Types.EsiResponse<unknown, Types.PostFleetMembersResponseHeaders>>;
770
+ postFleetMembers(params: Types.PostFleetMembersParams): Promise<Types.EsiResponse<undefined, Types.PostFleetMembersResponseHeaders>>;
827
771
  /**
828
772
  * Kick a fleet member
829
773
 
830
774
  * @see https://developers.eveonline.com/api-explorer#/operations/DeleteFleetsFleetIdMembersMemberId
831
775
  */
832
- deleteFleetMember(params: Types.DeleteFleetMemberParams): Promise<Types.EsiResponse<unknown, Types.DeleteFleetMemberResponseHeaders>>;
776
+ deleteFleetMember(params: Types.DeleteFleetMemberParams): Promise<Types.EsiResponse<undefined, Types.DeleteFleetMemberResponseHeaders>>;
833
777
  /**
834
778
  * Move a fleet member around
835
779
 
836
780
  * @see https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetIdMembersMemberId
837
781
  */
838
- putFleetMember(params: Types.PutFleetMemberParams): Promise<Types.EsiResponse<unknown, Types.PutFleetMemberResponseHeaders>>;
782
+ putFleetMember(params: Types.PutFleetMemberParams): Promise<Types.EsiResponse<undefined, Types.PutFleetMemberResponseHeaders>>;
839
783
  /**
840
784
  * Delete a fleet squad, only empty squads can be deleted
841
785
 
842
786
  * @see https://developers.eveonline.com/api-explorer#/operations/DeleteFleetsFleetIdSquadsSquadId
843
787
  */
844
- deleteFleetSquad(params: Types.DeleteFleetSquadParams): Promise<Types.EsiResponse<unknown, Types.DeleteFleetSquadResponseHeaders>>;
788
+ deleteFleetSquad(params: Types.DeleteFleetSquadParams): Promise<Types.EsiResponse<undefined, Types.DeleteFleetSquadResponseHeaders>>;
845
789
  /**
846
790
  * Rename a fleet squad
847
791
 
848
792
  * @see https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetIdSquadsSquadId
849
793
  */
850
- putFleetSquad(params: Types.PutFleetSquadParams): Promise<Types.EsiResponse<unknown, Types.PutFleetSquadResponseHeaders>>;
794
+ putFleetSquad(params: Types.PutFleetSquadParams): Promise<Types.EsiResponse<undefined, Types.PutFleetSquadResponseHeaders>>;
851
795
  /**
852
796
  * Return information about wings in a fleet
853
797
 
@@ -865,13 +809,13 @@ export declare class EsiClient {
865
809
 
866
810
  * @see https://developers.eveonline.com/api-explorer#/operations/DeleteFleetsFleetIdWingsWingId
867
811
  */
868
- deleteFleetWing(params: Types.DeleteFleetWingParams): Promise<Types.EsiResponse<unknown, Types.DeleteFleetWingResponseHeaders>>;
812
+ deleteFleetWing(params: Types.DeleteFleetWingParams): Promise<Types.EsiResponse<undefined, Types.DeleteFleetWingResponseHeaders>>;
869
813
  /**
870
814
  * Rename a fleet wing
871
815
 
872
816
  * @see https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetIdWingsWingId
873
817
  */
874
- putFleetWing(params: Types.PutFleetWingParams): Promise<Types.EsiResponse<unknown, Types.PutFleetWingResponseHeaders>>;
818
+ putFleetWing(params: Types.PutFleetWingParams): Promise<Types.EsiResponse<undefined, Types.PutFleetWingResponseHeaders>>;
875
819
  /**
876
820
  * Create a new squad in a fleet
877
821
 
@@ -1010,6 +954,18 @@ export declare class EsiClient {
1010
954
  * @see https://developers.eveonline.com/api-explorer#/operations/GetMarketsRegionIdTypes
1011
955
  */
1012
956
  getRegionTypes(params: Types.GetRegionTypesParams): Promise<Types.EsiResponse<Types.GetRegionTypesResponse, Types.GetRegionTypesResponseHeaders>>;
957
+ /**
958
+ * Get the changelog of this API.
959
+
960
+ * @see https://developers.eveonline.com/api-explorer#/operations/GetMetaChangelog
961
+ */
962
+ getMetaChangelog(): Promise<Types.EsiResponse<Types.GetMetaChangelogResponse, Types.GetMetaChangelogResponseHeaders>>;
963
+ /**
964
+ * Get a list of compatibility dates.
965
+
966
+ * @see https://developers.eveonline.com/api-explorer#/operations/GetMetaCompatibilityDates
967
+ */
968
+ getMetaCompatibilityDates(): Promise<Types.EsiResponse<Types.GetMetaCompatibilityDatesResponse, Types.GetMetaCompatibilityDatesResponseHeaders>>;
1013
969
  /**
1014
970
  * Get the systems between origin and destination
1015
971
 
@@ -1045,31 +1001,31 @@ export declare class EsiClient {
1045
1001
 
1046
1002
  * @see https://developers.eveonline.com/api-explorer#/operations/PostUiAutopilotWaypoint
1047
1003
  */
1048
- postUiAutopilotWaypoint(params?: Types.PostUiAutopilotWaypointParams): Promise<Types.EsiResponse<unknown, Types.PostUiAutopilotWaypointResponseHeaders>>;
1004
+ postUiAutopilotWaypoint(params?: Types.PostUiAutopilotWaypointParams): Promise<Types.EsiResponse<undefined, Types.PostUiAutopilotWaypointResponseHeaders>>;
1049
1005
  /**
1050
1006
  * Open the contract window inside the client
1051
1007
 
1052
1008
  * @see https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowContract
1053
1009
  */
1054
- postUiOpenwindowContract(params?: Types.PostUiOpenwindowContractParams): Promise<Types.EsiResponse<unknown, Types.PostUiOpenwindowContractResponseHeaders>>;
1010
+ postUiOpenwindowContract(params?: Types.PostUiOpenwindowContractParams): Promise<Types.EsiResponse<undefined, Types.PostUiOpenwindowContractResponseHeaders>>;
1055
1011
  /**
1056
1012
  * Open the information window for a character, corporation or alliance inside the client
1057
1013
 
1058
1014
  * @see https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowInformation
1059
1015
  */
1060
- postUiOpenwindowInformation(params?: Types.PostUiOpenwindowInformationParams): Promise<Types.EsiResponse<unknown, Types.PostUiOpenwindowInformationResponseHeaders>>;
1016
+ postUiOpenwindowInformation(params?: Types.PostUiOpenwindowInformationParams): Promise<Types.EsiResponse<undefined, Types.PostUiOpenwindowInformationResponseHeaders>>;
1061
1017
  /**
1062
1018
  * Open the market details window for a specific typeID inside the client
1063
1019
 
1064
1020
  * @see https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowMarketdetails
1065
1021
  */
1066
- postUiOpenwindowMarketdetails(params?: Types.PostUiOpenwindowMarketdetailsParams): Promise<Types.EsiResponse<unknown, Types.PostUiOpenwindowMarketdetailsResponseHeaders>>;
1022
+ postUiOpenwindowMarketdetails(params?: Types.PostUiOpenwindowMarketdetailsParams): Promise<Types.EsiResponse<undefined, Types.PostUiOpenwindowMarketdetailsResponseHeaders>>;
1067
1023
  /**
1068
1024
  * Open the New Mail window, according to settings from the request if applicable
1069
1025
 
1070
1026
  * @see https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowNewmail
1071
1027
  */
1072
- postUiOpenwindowNewmail(params: Types.PostUiOpenwindowNewmailParams): Promise<Types.EsiResponse<unknown, Types.PostUiOpenwindowNewmailResponseHeaders>>;
1028
+ postUiOpenwindowNewmail(params: Types.PostUiOpenwindowNewmailParams): Promise<Types.EsiResponse<undefined, Types.PostUiOpenwindowNewmailResponseHeaders>>;
1073
1029
  /**
1074
1030
  * Get all character ancestries
1075
1031
 
package/dist/client.js CHANGED
@@ -1,9 +1,8 @@
1
- const COMPATIBILITY_DATE = '2025-07-29';
1
+ const COMPATIBILITY_DATE = '2025-09-10';
2
2
  export class EsiClient {
3
3
  constructor(options = {}) {
4
4
  this.baseUrl = 'https://esi.evetech.net';
5
5
  this.userAgent = 'localisprimary/esi';
6
- this.useRequestHeaders = true;
7
6
  this.token = options.token;
8
7
  this.useRequestHeaders = options.useRequestHeaders ?? true;
9
8
  if (options.userAgent?.length) {
@@ -768,8 +767,6 @@ export class EsiClient {
768
767
  /**
769
768
  * Extraction timers for all moon chunks being extracted by refineries belonging to a corporation.
770
769
 
771
- * Requires one of the following EVE corporation role(s): Station_Manager
772
-
773
770
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningExtractions
774
771
  */
775
772
  async getCorporationCorporationMiningExtractions(params) {
@@ -780,8 +777,6 @@ export class EsiClient {
780
777
  /**
781
778
  * Paginated list of all entities capable of observing and recording mining for a corporation
782
779
 
783
- * Requires one of the following EVE corporation role(s): Accountant
784
-
785
780
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObservers
786
781
  */
787
782
  async getCorporationCorporationMiningObservers(params) {
@@ -792,8 +787,6 @@ export class EsiClient {
792
787
  /**
793
788
  * Paginated record of all mining seen by an observer
794
789
 
795
- * Requires one of the following EVE corporation role(s): Accountant
796
-
797
790
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObserversObserverId
798
791
  */
799
792
  async getCorporationCorporationMiningObserver(params) {
@@ -833,8 +826,6 @@ export class EsiClient {
833
826
  /**
834
827
  * Return a list of the corporation assets
835
828
 
836
- * Requires one of the following EVE corporation role(s): Director
837
-
838
829
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdAssets
839
830
  */
840
831
  async getCorporationAssets(params) {
@@ -845,8 +836,6 @@ export class EsiClient {
845
836
  /**
846
837
  * Return locations for a set of item ids, which you can get from corporation assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0)
847
838
 
848
- * Requires one of the following EVE corporation role(s): Director
849
-
850
839
  * @see https://developers.eveonline.com/api-explorer#/operations/PostCorporationsCorporationIdAssetsLocations
851
840
  */
852
841
  async postCorporationAssetsLocations(params) {
@@ -857,8 +846,6 @@ export class EsiClient {
857
846
  /**
858
847
  * Return names for a set of item ids, which you can get from corporation assets endpoint. Only valid for items that can customize names, like containers or ships
859
848
 
860
- * Requires one of the following EVE corporation role(s): Director
861
-
862
849
  * @see https://developers.eveonline.com/api-explorer#/operations/PostCorporationsCorporationIdAssetsNames
863
850
  */
864
851
  async postCorporationAssetsNames(params) {
@@ -869,8 +856,6 @@ export class EsiClient {
869
856
  /**
870
857
  * Returns a list of blueprints the corporation owns
871
858
 
872
- * Requires one of the following EVE corporation role(s): Director
873
-
874
859
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdBlueprints
875
860
  */
876
861
  async getCorporationBlueprints(params) {
@@ -900,8 +885,6 @@ export class EsiClient {
900
885
  /**
901
886
  * Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation
902
887
 
903
- * Requires one of the following EVE corporation role(s): Director
904
-
905
888
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContainersLogs
906
889
  */
907
890
  async getCorporationContainersLogs(params) {
@@ -941,8 +924,6 @@ export class EsiClient {
941
924
  /**
942
925
  * List customs offices owned by a corporation
943
926
 
944
- * Requires one of the following EVE corporation role(s): Director
945
-
946
927
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdCustomsOffices
947
928
  */
948
929
  async getCorporationCustomsOffices(params) {
@@ -953,8 +934,6 @@ export class EsiClient {
953
934
  /**
954
935
  * Return corporation hangar and wallet division names, only show if a division is not using the default name
955
936
 
956
- * Requires one of the following EVE corporation role(s): Director
957
-
958
937
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdDivisions
959
938
  */
960
939
  async getCorporationDivisions(params) {
@@ -964,8 +943,6 @@ export class EsiClient {
964
943
  /**
965
944
  * Return a corporation's facilities
966
945
 
967
- * Requires one of the following EVE corporation role(s): Factory_Manager
968
-
969
946
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdFacilities
970
947
  */
971
948
  async getCorporationFacilities(params) {
@@ -995,8 +972,6 @@ export class EsiClient {
995
972
  /**
996
973
  * List industry jobs run by a corporation
997
974
 
998
- * Requires one of the following EVE corporation role(s): Factory_Manager
999
-
1000
975
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdIndustryJobs
1001
976
  */
1002
977
  async getCorporationIndustryJobs(params) {
@@ -1010,8 +985,6 @@ export class EsiClient {
1010
985
  /**
1011
986
  * Get a list of a corporation's kills and losses going back 90 days
1012
987
 
1013
- * Requires one of the following EVE corporation role(s): Director
1014
-
1015
988
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdKillmailsRecent
1016
989
  */
1017
990
  async getCorporationKillmailsRecent(params) {
@@ -1032,8 +1005,6 @@ export class EsiClient {
1032
1005
  /**
1033
1006
  * Returns medals issued by a corporation
1034
1007
 
1035
- * Requires one of the following EVE corporation role(s): Director
1036
-
1037
1008
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMedalsIssued
1038
1009
  */
1039
1010
  async getCorporationMedalsIssued(params) {
@@ -1053,8 +1024,6 @@ export class EsiClient {
1053
1024
  /**
1054
1025
  * Return a corporation's member limit, not including CEO himself
1055
1026
 
1056
- * Requires one of the following EVE corporation role(s): Director
1057
-
1058
1027
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersLimit
1059
1028
  */
1060
1029
  async getCorporationMembersLimit(params) {
@@ -1064,8 +1033,6 @@ export class EsiClient {
1064
1033
  /**
1065
1034
  * Returns a corporation's members' titles
1066
1035
 
1067
- * Requires one of the following EVE corporation role(s): Director
1068
-
1069
1036
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersTitles
1070
1037
  */
1071
1038
  async getCorporationMembersTitles(params) {
@@ -1075,8 +1042,6 @@ export class EsiClient {
1075
1042
  /**
1076
1043
  * Returns additional information about a corporation's members which helps tracking their activities
1077
1044
 
1078
- * Requires one of the following EVE corporation role(s): Director
1079
-
1080
1045
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembertracking
1081
1046
  */
1082
1047
  async getCorporationMembertracking(params) {
@@ -1086,8 +1051,6 @@ export class EsiClient {
1086
1051
  /**
1087
1052
  * List open market orders placed on behalf of a corporation
1088
1053
 
1089
- * Requires one of the following EVE corporation role(s): Accountant, Trader
1090
-
1091
1054
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdOrders
1092
1055
  */
1093
1056
  async getCorporationOrders(params) {
@@ -1098,8 +1061,6 @@ export class EsiClient {
1098
1061
  /**
1099
1062
  * List cancelled and expired market orders placed on behalf of a corporation up to 90 days in the past.
1100
1063
 
1101
- * Requires one of the following EVE corporation role(s): Accountant, Trader
1102
-
1103
1064
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdOrdersHistory
1104
1065
  */
1105
1066
  async getCorporationOrdersHistory(params) {
@@ -1119,8 +1080,6 @@ export class EsiClient {
1119
1080
  /**
1120
1081
  * Return how roles have changed for a coporation's members, up to a month
1121
1082
 
1122
- * Requires one of the following EVE corporation role(s): Director
1123
-
1124
1083
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdRolesHistory
1125
1084
  */
1126
1085
  async getCorporationRolesHistory(params) {
@@ -1131,8 +1090,6 @@ export class EsiClient {
1131
1090
  /**
1132
1091
  * Return the current shareholders of a corporation.
1133
1092
 
1134
- * Requires one of the following EVE corporation role(s): Director
1135
-
1136
1093
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdShareholders
1137
1094
  */
1138
1095
  async getCorporationShareholders(params) {
@@ -1153,8 +1110,6 @@ export class EsiClient {
1153
1110
  /**
1154
1111
  * Returns list of corporation starbases (POSes)
1155
1112
 
1156
- * Requires one of the following EVE corporation role(s): Director
1157
-
1158
1113
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbases
1159
1114
  */
1160
1115
  async getCorporationStarbases(params) {
@@ -1165,8 +1120,6 @@ export class EsiClient {
1165
1120
  /**
1166
1121
  * Returns various settings and fuels of a starbase (POS)
1167
1122
 
1168
- * Requires one of the following EVE corporation role(s): Director
1169
-
1170
1123
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbasesStarbaseId
1171
1124
  */
1172
1125
  async getCorporationStarbase(params) {
@@ -1177,8 +1130,6 @@ export class EsiClient {
1177
1130
  /**
1178
1131
  * Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming-on-february-13th
1179
1132
 
1180
- * Requires one of the following EVE corporation role(s): Station_Manager
1181
-
1182
1133
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStructures
1183
1134
  */
1184
1135
  async getCorporationStructures(params) {
@@ -1189,8 +1140,6 @@ export class EsiClient {
1189
1140
  /**
1190
1141
  * Returns a corporation's titles
1191
1142
 
1192
- * Requires one of the following EVE corporation role(s): Director
1193
-
1194
1143
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdTitles
1195
1144
  */
1196
1145
  async getCorporationTitles(params) {
@@ -1200,8 +1149,6 @@ export class EsiClient {
1200
1149
  /**
1201
1150
  * Get a corporation's wallets
1202
1151
 
1203
- * Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant
1204
-
1205
1152
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWallets
1206
1153
  */
1207
1154
  async getCorporationWallets(params) {
@@ -1211,8 +1158,6 @@ export class EsiClient {
1211
1158
  /**
1212
1159
  * Retrieve the given corporation's wallet journal for the given division going 30 days back
1213
1160
 
1214
- * Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant
1215
-
1216
1161
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionJournal
1217
1162
  */
1218
1163
  async getCorporationWalletsDivisionJournal(params) {
@@ -1223,8 +1168,6 @@ export class EsiClient {
1223
1168
  /**
1224
1169
  * Get wallet transactions of a corporation
1225
1170
 
1226
- * Requires one of the following EVE corporation role(s): Accountant, Junior_Accountant
1227
-
1228
1171
  * @see https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionTransactions
1229
1172
  */
1230
1173
  async getCorporationWalletsDivisionTransactions(params) {
@@ -1615,6 +1558,24 @@ export class EsiClient {
1615
1558
  const queryParams = { page: params.page };
1616
1559
  return this.request('GET', path, queryParams, undefined);
1617
1560
  }
1561
+ /**
1562
+ * Get the changelog of this API.
1563
+
1564
+ * @see https://developers.eveonline.com/api-explorer#/operations/GetMetaChangelog
1565
+ */
1566
+ async getMetaChangelog() {
1567
+ const path = `/meta/changelog`;
1568
+ return this.request('GET', path, undefined, undefined);
1569
+ }
1570
+ /**
1571
+ * Get a list of compatibility dates.
1572
+
1573
+ * @see https://developers.eveonline.com/api-explorer#/operations/GetMetaCompatibilityDates
1574
+ */
1575
+ async getMetaCompatibilityDates() {
1576
+ const path = `/meta/compatibility-dates`;
1577
+ return this.request('GET', path, undefined, undefined);
1578
+ }
1618
1579
  /**
1619
1580
  * Get the systems between origin and destination
1620
1581
 
package/dist/types.d.ts CHANGED
@@ -7,6 +7,11 @@ export interface EsiError {
7
7
  error: string;
8
8
  status: number;
9
9
  }
10
+ export type AcceptLanguage = 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es';
11
+ export type CompatibilityDate = '2020-01-01';
12
+ export type IfModifiedSince = string;
13
+ export type IfNoneMatch = string;
14
+ export type Tenant = string;
10
15
  export type GetAlliancesResponse = number[];
11
16
  export interface GetAlliancesResponseHeaders {
12
17
  'Cache-Control'?: string;
@@ -254,7 +259,6 @@ export interface GetCharacterCalendarEventIdResponseHeaders {
254
259
  ETag?: string;
255
260
  'Last-Modified'?: string;
256
261
  }
257
- export type PutCharacterCalendarEventIdResponse = unknown;
258
262
  export interface PutCharacterCalendarEventIdParams {
259
263
  character_id: number | string;
260
264
  event_id: number | string;
@@ -301,7 +305,6 @@ export interface GetCharacterClonesResponseHeaders {
301
305
  ETag?: string;
302
306
  'Last-Modified'?: string;
303
307
  }
304
- export type DeleteCharacterContactsResponse = unknown;
305
308
  export interface DeleteCharacterContactsParams {
306
309
  character_id: number | string;
307
310
  contact_ids?: number[];
@@ -342,7 +345,6 @@ export interface PostCharacterContactsResponseHeaders {
342
345
  ETag?: string;
343
346
  'Last-Modified'?: string;
344
347
  }
345
- export type PutCharacterContactsResponse = unknown;
346
348
  export interface PutCharacterContactsParams {
347
349
  character_id: number | string;
348
350
  label_ids?: number[];
@@ -508,7 +510,6 @@ export interface PostCharacterFittingsResponseHeaders {
508
510
  ETag?: string;
509
511
  'Last-Modified'?: string;
510
512
  }
511
- export type DeleteCharacterFittingResponse = unknown;
512
513
  export interface DeleteCharacterFittingParams {
513
514
  character_id: number | string;
514
515
  fitting_id: number | string;
@@ -704,7 +705,6 @@ export interface PostCharacterMailLabelsResponseHeaders {
704
705
  ETag?: string;
705
706
  'Last-Modified'?: string;
706
707
  }
707
- export type DeleteCharacterMailLabelResponse = unknown;
708
708
  export interface DeleteCharacterMailLabelParams {
709
709
  character_id: number | string;
710
710
  label_id: number | string;
@@ -726,7 +726,6 @@ export interface GetCharacterMailListsResponseHeaders {
726
726
  ETag?: string;
727
727
  'Last-Modified'?: string;
728
728
  }
729
- export type DeleteCharacterMailMailIdResponse = unknown;
730
729
  export interface DeleteCharacterMailMailIdParams {
731
730
  character_id: number | string;
732
731
  mail_id: number | string;
@@ -757,7 +756,6 @@ export interface GetCharacterMailMailIdResponseHeaders {
757
756
  ETag?: string;
758
757
  'Last-Modified'?: string;
759
758
  }
760
- export type PutCharacterMailMailIdResponse = unknown;
761
759
  export interface PutCharacterMailMailIdParams {
762
760
  character_id: number | string;
763
761
  mail_id: number | string;
@@ -816,7 +814,7 @@ export type GetCharacterNotificationsResponse = {
816
814
  sender_type: 'character' | 'corporation' | 'alliance' | 'faction' | 'other';
817
815
  text: string;
818
816
  timestamp: string;
819
- type: 'AcceptedAlly' | 'AcceptedSurrender' | 'AgentRetiredTrigravian' | 'AllAnchoringMsg' | 'AllMaintenanceBillMsg' | 'AllStrucInvulnerableMsg' | 'AllStructVulnerableMsg' | 'AllWarCorpJoinedAllianceMsg' | 'AllWarDeclaredMsg' | 'AllWarInvalidatedMsg' | 'AllWarRetractedMsg' | 'AllWarSurrenderMsg' | 'AllianceCapitalChanged' | 'AllianceWarDeclaredV2' | 'AllyContractCancelled' | 'AllyJoinedWarAggressorMsg' | 'AllyJoinedWarAllyMsg' | 'AllyJoinedWarDefenderMsg' | 'BattlePunishFriendlyFire' | 'BillOutOfMoneyMsg' | 'BillPaidCorpAllMsg' | 'BountyClaimMsg' | 'BountyESSShared' | 'BountyESSTaken' | 'BountyPlacedAlliance' | 'BountyPlacedChar' | 'BountyPlacedCorp' | 'BountyYourBountyClaimed' | 'BuddyConnectContactAdd' | 'CharAppAcceptMsg' | 'CharAppRejectMsg' | 'CharAppWithdrawMsg' | 'CharLeftCorpMsg' | 'CharMedalMsg' | 'CharTerminationMsg' | 'CloneActivationMsg' | 'CloneActivationMsg2' | 'CloneMovedMsg' | 'CloneRevokedMsg1' | 'CloneRevokedMsg2' | 'CombatOperationFinished' | 'ContactAdd' | 'ContactEdit' | 'ContainerPasswordMsg' | 'ContractRegionChangedToPochven' | 'CorpAllBillMsg' | 'CorpAppAcceptMsg' | 'CorpAppInvitedMsg' | 'CorpAppNewMsg' | 'CorpAppRejectCustomMsg' | 'CorpAppRejectMsg' | 'CorpBecameWarEligible' | 'CorpDividendMsg' | 'CorpFriendlyFireDisableTimerCompleted' | 'CorpFriendlyFireDisableTimerStarted' | 'CorpFriendlyFireEnableTimerCompleted' | 'CorpFriendlyFireEnableTimerStarted' | 'CorpKicked' | 'CorpLiquidationMsg' | 'CorpNewCEOMsg' | 'CorpNewsMsg' | 'CorpNoLongerWarEligible' | 'CorpOfficeExpirationMsg' | 'CorpStructLostMsg' | 'CorpTaxChangeMsg' | 'CorpVoteCEORevokedMsg' | 'CorpVoteMsg' | 'CorpWarDeclaredMsg' | 'CorpWarDeclaredV2' | 'CorpWarFightingLegalMsg' | 'CorpWarInvalidatedMsg' | 'CorpWarRetractedMsg' | 'CorpWarSurrenderMsg' | 'CorporationGoalClosed' | 'CorporationGoalCompleted' | 'CorporationGoalCreated' | 'CorporationGoalExpired' | 'CorporationGoalLimitReached' | 'CorporationGoalNameChange' | 'CorporationLeft' | 'CustomsMsg' | 'DailyItemRewardAutoClaimed' | 'DeclareWar' | 'DistrictAttacked' | 'DustAppAcceptedMsg' | 'ESSMainBankLink' | 'EntosisCaptureStarted' | 'ExpertSystemExpired' | 'ExpertSystemExpiryImminent' | 'FWAllianceKickMsg' | 'FWAllianceWarningMsg' | 'FWCharKickMsg' | 'FWCharRankGainMsg' | 'FWCharRankLossMsg' | 'FWCharWarningMsg' | 'FWCorpJoinMsg' | 'FWCorpKickMsg' | 'FWCorpLeaveMsg' | 'FWCorpWarningMsg' | 'FacWarCorpJoinRequestMsg' | 'FacWarCorpJoinWithdrawMsg' | 'FacWarCorpLeaveRequestMsg' | 'FacWarCorpLeaveWithdrawMsg' | 'FacWarLPDisqualifiedEvent' | 'FacWarLPDisqualifiedKill' | 'FacWarLPPayoutEvent' | 'FacWarLPPayoutKill' | 'FreelanceProjectClosed' | 'FreelanceProjectCompleted' | 'FreelanceProjectCreated' | 'FreelanceProjectExpired' | 'FreelanceProjectLimitReached' | 'FreelanceProjectParticipantKicked' | 'GameTimeAdded' | 'GameTimeReceived' | 'GameTimeSent' | 'GiftReceived' | 'IHubDestroyedByBillFailure' | 'IncursionCompletedMsg' | 'IndustryOperationFinished' | 'IndustryTeamAuctionLost' | 'IndustryTeamAuctionWon' | 'InfrastructureHubBillAboutToExpire' | 'InsuranceExpirationMsg' | 'InsuranceFirstShipMsg' | 'InsuranceInvalidatedMsg' | 'InsuranceIssuedMsg' | 'InsurancePayoutMsg' | 'InvasionCompletedMsg' | 'InvasionSystemLogin' | 'InvasionSystemStart' | 'JumpCloneDeletedMsg1' | 'JumpCloneDeletedMsg2' | 'KillReportFinalBlow' | 'KillReportVictim' | 'KillRightAvailable' | 'KillRightAvailableOpen' | 'KillRightEarned' | 'KillRightUnavailable' | 'KillRightUnavailableOpen' | 'KillRightUsed' | 'LPAutoRedeemed' | 'LocateCharMsg' | 'MadeWarMutual' | 'MercOfferRetractedMsg' | 'MercOfferedNegotiationMsg' | 'MercenaryDenAttacked' | 'MercenaryDenNewMTO' | 'MercenaryDenReinforced' | 'MissionCanceledTriglavian' | 'MissionOfferExpirationMsg' | 'MissionTimeoutMsg' | 'MoonminingAutomaticFracture' | 'MoonminingExtractionCancelled' | 'MoonminingExtractionFinished' | 'MoonminingExtractionStarted' | 'MoonminingLaserFired' | 'MutualWarExpired' | 'MutualWarInviteAccepted' | 'MutualWarInviteRejected' | 'MutualWarInviteSent' | 'NPCStandingsGained' | 'NPCStandingsLost' | 'OfferToAllyRetracted' | 'OfferedSurrender' | 'OfferedToAlly' | 'OfficeLeaseCanceledInsufficientStandings' | 'OldLscMessages' | 'OperationFinished' | 'OrbitalAttacked' | 'OrbitalReinforced' | 'OwnershipTransferred' | 'RaffleCreated' | 'RaffleExpired' | 'RaffleFinished' | 'ReimbursementMsg' | 'ResearchMissionAvailableMsg' | 'RetractsWar' | 'SPAutoRedeemed' | 'SeasonalChallengeCompleted' | 'SkinSequencingCompleted' | 'SkyhookDeployed' | 'SkyhookDestroyed' | 'SkyhookLostShields' | 'SkyhookOnline' | 'SkyhookUnderAttack' | 'SovAllClaimAquiredMsg' | 'SovAllClaimLostMsg' | 'SovCommandNodeEventStarted' | 'SovCorpBillLateMsg' | 'SovCorpClaimFailMsg' | 'SovDisruptorMsg' | 'SovStationEnteredFreeport' | 'SovStructureDestroyed' | 'SovStructureReinforced' | 'SovStructureSelfDestructCancel' | 'SovStructureSelfDestructFinished' | 'SovStructureSelfDestructRequested' | 'SovereigntyIHDamageMsg' | 'SovereigntySBUDamageMsg' | 'SovereigntyTCUDamageMsg' | 'StationAggressionMsg1' | 'StationAggressionMsg2' | 'StationConquerMsg' | 'StationServiceDisabled' | 'StationServiceEnabled' | 'StationStateChangeMsg' | 'StoryLineMissionAvailableMsg' | 'StructureAnchoring' | 'StructureCourierContractChanged' | 'StructureDestroyed' | 'StructureFuelAlert' | 'StructureImpendingAbandonmentAssetsAtRisk' | 'StructureItemsDelivered' | 'StructureItemsMovedToSafety' | 'StructureLostArmor' | 'StructureLostShields' | 'StructureLowReagentsAlert' | 'StructureNoReagentsAlert' | 'StructureOnline' | 'StructurePaintPurchased' | 'StructureServicesOffline' | 'StructureUnanchoring' | 'StructureUnderAttack' | 'StructureWentHighPower' | 'StructureWentLowPower' | 'StructuresJobsCancelled' | 'StructuresJobsPaused' | 'StructuresReinforcementChanged' | 'TowerAlertMsg' | 'TowerResourceAlertMsg' | 'TransactionReversalMsg' | 'TutorialMsg' | 'WarAdopted ' | 'WarAllyInherited' | 'WarAllyOfferDeclinedMsg' | 'WarConcordInvalidates' | 'WarDeclared' | 'WarEndedHqSecurityDrop' | 'WarHQRemovedFromSpace' | 'WarInherited' | 'WarInvalid' | 'WarRetracted' | 'WarRetractedByConcord' | 'WarSurrenderDeclinedMsg' | 'WarSurrenderOfferMsg';
817
+ type: 'AcceptedAlly' | 'AcceptedSurrender' | 'AgentRetiredTrigravian' | 'AllAnchoringMsg' | 'AllMaintenanceBillMsg' | 'AllStrucInvulnerableMsg' | 'AllStructVulnerableMsg' | 'AllWarCorpJoinedAllianceMsg' | 'AllWarDeclaredMsg' | 'AllWarInvalidatedMsg' | 'AllWarRetractedMsg' | 'AllWarSurrenderMsg' | 'AllianceCapitalChanged' | 'AllianceWarDeclaredV2' | 'AllyContractCancelled' | 'AllyJoinedWarAggressorMsg' | 'AllyJoinedWarAllyMsg' | 'AllyJoinedWarDefenderMsg' | 'BattlePunishFriendlyFire' | 'BillOutOfMoneyMsg' | 'BillPaidCorpAllMsg' | 'BountyClaimMsg' | 'BountyESSShared' | 'BountyESSTaken' | 'BountyPlacedAlliance' | 'BountyPlacedChar' | 'BountyPlacedCorp' | 'BountyYourBountyClaimed' | 'BuddyConnectContactAdd' | 'CharAppAcceptMsg' | 'CharAppRejectMsg' | 'CharAppWithdrawMsg' | 'CharLeftCorpMsg' | 'CharMedalMsg' | 'CharTerminationMsg' | 'CloneActivationMsg' | 'CloneActivationMsg2' | 'CloneMovedMsg' | 'CloneRevokedMsg1' | 'CloneRevokedMsg2' | 'CombatOperationFinished' | 'ContactAdd' | 'ContactEdit' | 'ContainerPasswordMsg' | 'ContractRegionChangedToPochven' | 'CorpAllBillMsg' | 'CorpAppAcceptMsg' | 'CorpAppInvitedMsg' | 'CorpAppNewMsg' | 'CorpAppRejectCustomMsg' | 'CorpAppRejectMsg' | 'CorpBecameWarEligible' | 'CorpDividendMsg' | 'CorpFriendlyFireDisableTimerCompleted' | 'CorpFriendlyFireDisableTimerStarted' | 'CorpFriendlyFireEnableTimerCompleted' | 'CorpFriendlyFireEnableTimerStarted' | 'CorpKicked' | 'CorpLiquidationMsg' | 'CorpNewCEOMsg' | 'CorpNewsMsg' | 'CorpNoLongerWarEligible' | 'CorpOfficeExpirationMsg' | 'CorpStructLostMsg' | 'CorpTaxChangeMsg' | 'CorpVoteCEORevokedMsg' | 'CorpVoteMsg' | 'CorpWarDeclaredMsg' | 'CorpWarDeclaredV2' | 'CorpWarFightingLegalMsg' | 'CorpWarInvalidatedMsg' | 'CorpWarRetractedMsg' | 'CorpWarSurrenderMsg' | 'CorporationGoalClosed' | 'CorporationGoalCompleted' | 'CorporationGoalCreated' | 'CorporationGoalExpired' | 'CorporationGoalLimitReached' | 'CorporationGoalNameChange' | 'CorporationLeft' | 'CustomsMsg' | 'DailyItemRewardAutoClaimed' | 'DeclareWar' | 'DistrictAttacked' | 'DustAppAcceptedMsg' | 'ESSMainBankLink' | 'EntosisCaptureStarted' | 'ExpertSystemExpired' | 'ExpertSystemExpiryImminent' | 'FWAllianceKickMsg' | 'FWAllianceWarningMsg' | 'FWCharKickMsg' | 'FWCharRankGainMsg' | 'FWCharRankLossMsg' | 'FWCharWarningMsg' | 'FWCorpJoinMsg' | 'FWCorpKickMsg' | 'FWCorpLeaveMsg' | 'FWCorpWarningMsg' | 'FacWarCorpJoinRequestMsg' | 'FacWarCorpJoinWithdrawMsg' | 'FacWarCorpLeaveRequestMsg' | 'FacWarCorpLeaveWithdrawMsg' | 'FacWarDirectEnlistmentRevoked' | 'FacWarLPDisqualifiedEvent' | 'FacWarLPDisqualifiedKill' | 'FacWarLPPayoutEvent' | 'FacWarLPPayoutKill' | 'FreelanceProjectClosed' | 'FreelanceProjectCompleted' | 'FreelanceProjectCreated' | 'FreelanceProjectExpired' | 'FreelanceProjectLimitReached' | 'FreelanceProjectParticipantKicked' | 'GameTimeAdded' | 'GameTimeReceived' | 'GameTimeSent' | 'GiftReceived' | 'IHubDestroyedByBillFailure' | 'IncursionCompletedMsg' | 'IndustryOperationFinished' | 'IndustryTeamAuctionLost' | 'IndustryTeamAuctionWon' | 'InfrastructureHubBillAboutToExpire' | 'InsuranceExpirationMsg' | 'InsuranceFirstShipMsg' | 'InsuranceInvalidatedMsg' | 'InsuranceIssuedMsg' | 'InsurancePayoutMsg' | 'InvasionCompletedMsg' | 'InvasionSystemLogin' | 'InvasionSystemStart' | 'JumpCloneDeletedMsg1' | 'JumpCloneDeletedMsg2' | 'KillReportFinalBlow' | 'KillReportVictim' | 'KillRightAvailable' | 'KillRightAvailableOpen' | 'KillRightEarned' | 'KillRightUnavailable' | 'KillRightUnavailableOpen' | 'KillRightUsed' | 'LPAutoRedeemed' | 'LocateCharMsg' | 'MadeWarMutual' | 'MercOfferRetractedMsg' | 'MercOfferedNegotiationMsg' | 'MercenaryDenAttacked' | 'MercenaryDenNewMTO' | 'MercenaryDenReinforced' | 'MissionCanceledTriglavian' | 'MissionOfferExpirationMsg' | 'MissionTimeoutMsg' | 'MoonminingAutomaticFracture' | 'MoonminingExtractionCancelled' | 'MoonminingExtractionFinished' | 'MoonminingExtractionStarted' | 'MoonminingLaserFired' | 'MutualWarExpired' | 'MutualWarInviteAccepted' | 'MutualWarInviteRejected' | 'MutualWarInviteSent' | 'NPCStandingsGained' | 'NPCStandingsLost' | 'OfferToAllyRetracted' | 'OfferedSurrender' | 'OfferedToAlly' | 'OfficeLeaseCanceledInsufficientStandings' | 'OldLscMessages' | 'OperationFinished' | 'OrbitalAttacked' | 'OrbitalReinforced' | 'OwnershipTransferred' | 'RaffleCreated' | 'RaffleExpired' | 'RaffleFinished' | 'ReimbursementMsg' | 'ResearchMissionAvailableMsg' | 'RetractsWar' | 'SPAutoRedeemed' | 'SeasonalChallengeCompleted' | 'SkinSequencingCompleted' | 'SkyhookDeployed' | 'SkyhookDestroyed' | 'SkyhookLostShields' | 'SkyhookOnline' | 'SkyhookUnderAttack' | 'SovAllClaimAquiredMsg' | 'SovAllClaimLostMsg' | 'SovCommandNodeEventStarted' | 'SovCorpBillLateMsg' | 'SovCorpClaimFailMsg' | 'SovDisruptorMsg' | 'SovStationEnteredFreeport' | 'SovStructureDestroyed' | 'SovStructureReinforced' | 'SovStructureSelfDestructCancel' | 'SovStructureSelfDestructFinished' | 'SovStructureSelfDestructRequested' | 'SovereigntyIHDamageMsg' | 'SovereigntySBUDamageMsg' | 'SovereigntyTCUDamageMsg' | 'StationAggressionMsg1' | 'StationAggressionMsg2' | 'StationConquerMsg' | 'StationServiceDisabled' | 'StationServiceEnabled' | 'StationStateChangeMsg' | 'StoryLineMissionAvailableMsg' | 'StructureAnchoring' | 'StructureCourierContractChanged' | 'StructureDestroyed' | 'StructureFuelAlert' | 'StructureImpendingAbandonmentAssetsAtRisk' | 'StructureItemsDelivered' | 'StructureItemsMovedToSafety' | 'StructureLostArmor' | 'StructureLostShields' | 'StructureLowReagentsAlert' | 'StructureNoReagentsAlert' | 'StructureOnline' | 'StructurePaintPurchased' | 'StructureServicesOffline' | 'StructureUnanchoring' | 'StructureUnderAttack' | 'StructureWentHighPower' | 'StructureWentLowPower' | 'StructuresJobsCancelled' | 'StructuresJobsPaused' | 'StructuresReinforcementChanged' | 'TowerAlertMsg' | 'TowerResourceAlertMsg' | 'TransactionReversalMsg' | 'TutorialMsg' | 'WarAdopted ' | 'WarAllyInherited' | 'WarAllyOfferDeclinedMsg' | 'WarConcordInvalidates' | 'WarDeclared' | 'WarEndedHqSecurityDrop' | 'WarHQRemovedFromSpace' | 'WarInherited' | 'WarInvalid' | 'WarRetracted' | 'WarRetractedByConcord' | 'WarSurrenderDeclinedMsg' | 'WarSurrenderOfferMsg';
820
818
  }[];
821
819
  export interface GetCharacterNotificationsParams {
822
820
  character_id: number | string;
@@ -2117,7 +2115,6 @@ export interface GetFleetResponseHeaders {
2117
2115
  ETag?: string;
2118
2116
  'Last-Modified'?: string;
2119
2117
  }
2120
- export type PutFleetResponse = unknown;
2121
2118
  export interface PutFleetParams {
2122
2119
  fleet_id: number | string;
2123
2120
  is_free_move?: boolean;
@@ -2149,7 +2146,6 @@ export interface GetFleetMembersResponseHeaders {
2149
2146
  ETag?: string;
2150
2147
  'Last-Modified'?: string;
2151
2148
  }
2152
- export type PostFleetMembersResponse = unknown;
2153
2149
  export interface PostFleetMembersParams {
2154
2150
  fleet_id: number | string;
2155
2151
  character_id: number;
@@ -2162,7 +2158,6 @@ export interface PostFleetMembersResponseHeaders {
2162
2158
  ETag?: string;
2163
2159
  'Last-Modified'?: string;
2164
2160
  }
2165
- export type DeleteFleetMemberResponse = unknown;
2166
2161
  export interface DeleteFleetMemberParams {
2167
2162
  fleet_id: number | string;
2168
2163
  member_id: number | string;
@@ -2172,7 +2167,6 @@ export interface DeleteFleetMemberResponseHeaders {
2172
2167
  ETag?: string;
2173
2168
  'Last-Modified'?: string;
2174
2169
  }
2175
- export type PutFleetMemberResponse = unknown;
2176
2170
  export interface PutFleetMemberParams {
2177
2171
  fleet_id: number | string;
2178
2172
  member_id: number | string;
@@ -2185,7 +2179,6 @@ export interface PutFleetMemberResponseHeaders {
2185
2179
  ETag?: string;
2186
2180
  'Last-Modified'?: string;
2187
2181
  }
2188
- export type DeleteFleetSquadResponse = unknown;
2189
2182
  export interface DeleteFleetSquadParams {
2190
2183
  fleet_id: number | string;
2191
2184
  squad_id: number | string;
@@ -2195,7 +2188,6 @@ export interface DeleteFleetSquadResponseHeaders {
2195
2188
  ETag?: string;
2196
2189
  'Last-Modified'?: string;
2197
2190
  }
2198
- export type PutFleetSquadResponse = unknown;
2199
2191
  export interface PutFleetSquadParams {
2200
2192
  fleet_id: number | string;
2201
2193
  squad_id: number | string;
@@ -2234,7 +2226,6 @@ export interface PostFleetWingsResponseHeaders {
2234
2226
  ETag?: string;
2235
2227
  'Last-Modified'?: string;
2236
2228
  }
2237
- export type DeleteFleetWingResponse = unknown;
2238
2229
  export interface DeleteFleetWingParams {
2239
2230
  fleet_id: number | string;
2240
2231
  wing_id: number | string;
@@ -2244,7 +2235,6 @@ export interface DeleteFleetWingResponseHeaders {
2244
2235
  ETag?: string;
2245
2236
  'Last-Modified'?: string;
2246
2237
  }
2247
- export type PutFleetWingResponse = unknown;
2248
2238
  export interface PutFleetWingParams {
2249
2239
  fleet_id: number | string;
2250
2240
  wing_id: number | string;
@@ -2651,6 +2641,22 @@ export interface GetRegionTypesResponseHeaders {
2651
2641
  'Last-Modified'?: string;
2652
2642
  'X-Pages'?: number;
2653
2643
  }
2644
+ export interface GetMetaChangelogResponse {
2645
+ changelog: Record<string, unknown>;
2646
+ }
2647
+ export interface GetMetaChangelogResponseHeaders {
2648
+ 'Cache-Control'?: string;
2649
+ ETag?: string;
2650
+ 'Last-Modified'?: string;
2651
+ }
2652
+ export interface GetMetaCompatibilityDatesResponse {
2653
+ compatibility_dates: CompatibilityDate[];
2654
+ }
2655
+ export interface GetMetaCompatibilityDatesResponseHeaders {
2656
+ 'Cache-Control'?: string;
2657
+ ETag?: string;
2658
+ 'Last-Modified'?: string;
2659
+ }
2654
2660
  export type GetRouteOriginDestinationResponse = number[];
2655
2661
  export interface GetRouteOriginDestinationParams {
2656
2662
  origin: number | string;
@@ -2720,7 +2726,6 @@ export interface GetStatusResponseHeaders {
2720
2726
  ETag?: string;
2721
2727
  'Last-Modified'?: string;
2722
2728
  }
2723
- export type PostUiAutopilotWaypointResponse = unknown;
2724
2729
  export interface PostUiAutopilotWaypointParams {
2725
2730
  add_to_beginning?: boolean;
2726
2731
  clear_other_waypoints?: boolean;
@@ -2731,7 +2736,6 @@ export interface PostUiAutopilotWaypointResponseHeaders {
2731
2736
  ETag?: string;
2732
2737
  'Last-Modified'?: string;
2733
2738
  }
2734
- export type PostUiOpenwindowContractResponse = unknown;
2735
2739
  export interface PostUiOpenwindowContractParams {
2736
2740
  contract_id?: number;
2737
2741
  }
@@ -2740,7 +2744,6 @@ export interface PostUiOpenwindowContractResponseHeaders {
2740
2744
  ETag?: string;
2741
2745
  'Last-Modified'?: string;
2742
2746
  }
2743
- export type PostUiOpenwindowInformationResponse = unknown;
2744
2747
  export interface PostUiOpenwindowInformationParams {
2745
2748
  target_id?: number;
2746
2749
  }
@@ -2749,7 +2752,6 @@ export interface PostUiOpenwindowInformationResponseHeaders {
2749
2752
  ETag?: string;
2750
2753
  'Last-Modified'?: string;
2751
2754
  }
2752
- export type PostUiOpenwindowMarketdetailsResponse = unknown;
2753
2755
  export interface PostUiOpenwindowMarketdetailsParams {
2754
2756
  type_id?: number;
2755
2757
  }
@@ -2758,7 +2760,6 @@ export interface PostUiOpenwindowMarketdetailsResponseHeaders {
2758
2760
  ETag?: string;
2759
2761
  'Last-Modified'?: string;
2760
2762
  }
2761
- export type PostUiOpenwindowNewmailResponse = unknown;
2762
2763
  export interface PostUiOpenwindowNewmailParams {
2763
2764
  body: string;
2764
2765
  recipients: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localisprimary/esi",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "type": "module",
5
5
  "description": "Auto-generated TypeScript client for the EVE Online API",
6
6
  "main": "dist/index.js",
@@ -16,9 +16,6 @@
16
16
  "test": "vitest run",
17
17
  "change": "beachball change"
18
18
  },
19
- "beacball": {
20
- "access": "public"
21
- },
22
19
  "keywords": [
23
20
  "eve",
24
21
  "eve online",
@@ -35,18 +32,18 @@
35
32
  },
36
33
  "license": "ISC",
37
34
  "devDependencies": {
38
- "@types/node": "^24.1.0",
39
- "@typescript-eslint/eslint-plugin": "^8.38.0",
40
- "@typescript-eslint/parser": "^8.38.0",
35
+ "@types/node": "^24.3.1",
36
+ "@typescript-eslint/eslint-plugin": "^8.43.0",
37
+ "@typescript-eslint/parser": "^8.43.0",
41
38
  "@vitest/ui": "^3.2.4",
42
- "beachball": "^2.54.0",
39
+ "beachball": "^2.55.1",
43
40
  "camelcase": "^8.0.0",
44
- "eslint": "^9.32.0",
41
+ "eslint": "^9.35.0",
45
42
  "eslint-config-prettier": "^10.1.8",
46
- "eslint-plugin-prettier": "^5.5.3",
43
+ "eslint-plugin-prettier": "^5.5.4",
47
44
  "prettier": "^3.6.2",
48
45
  "rimraf": "^6.0.1",
49
- "typescript": "^5.8.3",
46
+ "typescript": "^5.9.2",
50
47
  "vitest": "^3.2.4"
51
48
  },
52
49
  "files": [
@@ -55,5 +52,5 @@
55
52
  "engines": {
56
53
  "node": "^24.4.1"
57
54
  },
58
- "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad"
55
+ "packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
59
56
  }