@localisprimary/esi 2.0.11 → 2.0.13

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
@@ -74,208 +74,204 @@ esi.postCharacterMail({
74
74
  })
75
75
  ```
76
76
 
77
- | Method | Description |
78
- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
79
- | [`getAlliance`](https://developers.eveonline.com/api-explorer#/operations/GetAlliancesAllianceId) | Public information about an alliance |
80
- | [`getAllianceContacts`](https://developers.eveonline.com/api-explorer#/operations/GetAlliancesAllianceIdContacts) | Return contacts of an alliance |
81
- | [`getAllianceContactsLabels`](https://developers.eveonline.com/api-explorer#/operations/GetAlliancesAllianceIdContactsLabels) | Return custom labels for an alliance's contacts |
82
- | [`getAllianceCorporations`](https://developers.eveonline.com/api-explorer#/operations/GetAlliancesAllianceIdCorporations) | List all current member corporations of an alliance |
83
- | [`getAllianceIcons`](https://developers.eveonline.com/api-explorer#/operations/GetAlliancesAllianceIdIcons) | Get the icon urls for a alliance. This route expires daily at 11:05 |
84
- | [`getAlliances`](https://developers.eveonline.com/api-explorer#/operations/GetAlliances) | List all active player alliances |
85
- | [`getCharacter`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterId) | Public information about a character |
86
- | [`getCharacterAgentsResearch`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdAgentsResearch) | Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay \* days(currentTime - researchStartDate) |
87
- | [`getCharacterAssets`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdAssets) | Return a list of the characters assets |
88
- | [`postCharacterAssetsLocations`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdAssetsLocations) | Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) |
89
- | [`postCharacterAssetsNames`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdAssetsNames) | Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships. |
90
- | [`getCharacterAttributes`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdAttributes) | Return attributes of a character |
91
- | [`getCharacterBlueprints`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdBlueprints) | Return a list of blueprints the character owns |
92
- | [`getCharacterCalendar`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdCalendar) | Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event |
93
- | [`getCharacterCalendarEventAttendees`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdCalendarEventIdAttendees) | Get all invited attendees for a given event |
94
- | [`getCharacterCalendarEventId`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdCalendarEventId) | Get all the information for a specific event |
95
- | [`putCharacterCalendarEventId`](https://developers.eveonline.com/api-explorer#/operations/PutCharactersCharacterIdCalendarEventId) | Set your response status to an event |
96
- | [`getCharacterClones`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdClones) | A list of the character's clones |
97
- | [`deleteCharacterContacts`](https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdContacts) | Bulk delete contacts |
98
- | [`getCharacterContacts`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdContacts) | Return contacts of a character |
99
- | [`postCharacterContacts`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdContacts) | Bulk add contacts with same settings |
100
- | [`putCharacterContacts`](https://developers.eveonline.com/api-explorer#/operations/PutCharactersCharacterIdContacts) | Bulk edit contacts with same settings |
101
- | [`getCharacterContactsLabels`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdContactsLabels) | Return custom labels for a character's contacts |
102
- | [`getCharacterContractBids`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdContractsContractIdBids) | Lists bids on a particular auction contract |
103
- | [`getCharacterContractItems`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdContractsContractIdItems) | Lists items of a particular contract |
104
- | [`getCharacterContracts`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdContracts) | Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress". |
105
- | [`getCharacterCorporationhistory`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdCorporationhistory) | Get a list of all the corporations a character has been a member of |
106
- | [`postCharacterCspa`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdCspa) | Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost |
107
- | [`getCharacterFatigue`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdFatigue) | Return a character's jump activation and fatigue information |
108
- | [`deleteCharacterFitting`](https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdFittingsFittingId) | Delete a fitting from a character |
109
- | [`getCharacterFittings`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdFittings) | Return fittings of a character |
110
- | [`postCharacterFittings`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdFittings) | Save a new fitting for a character |
111
- | [`getCharacterFleet`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdFleet) | Return the fleet ID the character is in, if any. |
112
- | [`getCharacterFwStats`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdFwStats) | Statistical overview of a character involved in faction warfare. This route expires daily at 11:05 |
113
- | [`getCharacterImplants`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdImplants) | Return implants on the active clone of a character |
114
- | [`getCharacterIndustryJobs`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdIndustryJobs) | List industry jobs placed by a character |
115
- | [`getCharacterKillmailsRecent`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdKillmailsRecent) | Return a list of a character's kills and losses going back 90 days |
116
- | [`getCharacterLocation`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdLocation) | Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable |
117
- | [`getCharacterLoyaltyPoints`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdLoyaltyPoints) | Return a list of loyalty points for all corporations the character has worked for |
118
- | [`getCharacterMail`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMail) | Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards |
119
- | [`postCharacterMail`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdMail) | Create and send a new mail |
120
- | [`deleteCharacterMailLabel`](https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdMailLabelsLabelId) | Delete a mail label |
121
- | [`getCharacterMailLabels`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMailLabels) | Return a list of the users mail labels, unread counts for each label and a total unread count. |
122
- | [`postCharacterMailLabels`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdMailLabels) | Create a mail label |
123
- | [`getCharacterMailLists`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMailLists) | Return all mailing lists that the character is subscribed to |
124
- | [`deleteCharacterMailMailId`](https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdMailMailId) | Delete a mail |
125
- | [`getCharacterMailMailId`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMailMailId) | Return the contents of an EVE mail |
126
- | [`putCharacterMailMailId`](https://developers.eveonline.com/api-explorer#/operations/PutCharactersCharacterIdMailMailId) | Update metadata about a mail |
127
- | [`getCharacterMedals`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMedals) | Return a list of medals the character has |
128
- | [`getCharacterMining`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMining) | Paginated record of all mining done by a character for the past 30 days |
129
- | [`getCharacterNotifications`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdNotifications) | Return character notifications |
130
- | [`getCharacterNotificationsContacts`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdNotificationsContacts) | Return notifications about having been added to someone's contact list |
131
- | [`getCharacterOnline`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdOnline) | Checks if the character is currently online |
132
- | [`getCharacterOrders`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdOrders) | List open market orders placed by a character |
133
- | [`getCharacterOrdersHistory`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdOrdersHistory) | List cancelled and expired market orders placed by a character up to 90 days in the past. |
134
- | [`getCharacterPlanet`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdPlanetsPlanetId) | Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met. |
135
- | [`getCharacterPlanets`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdPlanets) | Returns a list of all planetary colonies owned by a character. |
136
- | [`getCharacterPortrait`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdPortrait) | Get portrait urls for a character. This route expires daily at 11:05 |
137
- | [`getCharacterRoles`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdRoles) | Returns a character's corporation roles |
138
- | [`postCharactersAffiliation`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersAffiliation) | Bulk lookup of character IDs to corporation, alliance and faction |
139
- | [`getCharacterSearch`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdSearch) | Search for entities that match a given sub-string. |
140
- | [`getCharacterShip`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdShip) | Get the current ship type, name and id |
141
- | [`getCharacterSkillqueue`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdSkillqueue) | List the configured skill queue for the given character. Entries that have their finish time in the past are completed, but aren't updated in the "/skills" route |
142
- | yet. This will happen the next time the character logs in. |
143
- | [`getCharacterSkills`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdSkills) | List all trained skills for the given character. Skills returned by this route can be out-of-date if the character hasn't logged in since one or more skills |
144
-
145
- completed training. Use the /skillqueue route to check for skills that completed training. Entries that are
146
- in the past need to be applied on top of this list to get an accurate view of the character's current skills. |
147
- | [`getCharacterStandings`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdStandings) | Return character standings from agents, NPC corporations, and factions |
148
- | [`getCharacterTitles`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdTitles) | Returns a character's titles |
149
- | [`getCharacterWallet`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdWallet) | Returns a character's wallet balance |
150
- | [`getCharacterWalletJournal`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdWalletJournal) | Retrieve the given character's wallet journal going 30 days back |
151
- | [`getCharacterWalletTransactions`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdWalletTransactions) | Get wallet transactions of a character |
152
- | [`getContractsPublicBids`](https://developers.eveonline.com/api-explorer#/operations/GetContractsPublicBidsContractId) | Lists bids on a public auction contract |
153
- | [`getContractsPublicItems`](https://developers.eveonline.com/api-explorer#/operations/GetContractsPublicItemsContractId) | Lists items of a public contract |
154
- | [`getContractsPublicRegionId`](https://developers.eveonline.com/api-explorer#/operations/GetContractsPublicRegionId) | Returns a paginated list of all public contracts in the given region |
155
- | [`getCorporation`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationId) | Public information about a corporation |
156
- | [`getCorporationAlliancehistory`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdAlliancehistory) | Get a list of all the alliances a corporation has been a member of |
157
- | [`getCorporationAssets`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdAssets) | Return a list of the corporation assets |
158
- | [`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) |
159
- | [`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 |
160
- | [`getCorporationBlueprints`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdBlueprints) | Returns a list of blueprints the corporation owns |
161
- | [`getCorporationContacts`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContacts) | Return contacts of a corporation |
162
- | [`getCorporationContactsLabels`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContactsLabels) | Return custom labels for a corporation's contacts |
163
- | [`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 |
164
- | [`getCorporationContractBids`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContractsContractIdBids) | Lists bids on a particular auction contract |
165
- | [`getCorporationContractItems`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContractsContractIdItems) | Lists items of a particular contract |
166
- | [`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". |
167
- | [`getCorporationCorporationMiningExtractions`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningExtractions) | Extraction timers for all moon chunks being extracted by refineries belonging to a corporation. |
168
- | [`getCorporationCorporationMiningObserver`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObserversObserverId) | Paginated record of all mining seen by an observer |
169
- | [`getCorporationCorporationMiningObservers`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObservers) | Paginated list of all entities capable of observing and recording mining for a corporation |
170
- | [`getCorporationCustomsOffices`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdCustomsOffices) | List customs offices owned by a corporation |
171
- | [`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 |
172
- | [`getCorporationFacilities`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdFacilities) | Return a corporation's facilities |
173
- | [`getCorporationFwStats`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdFwStats) | Statistics about a corporation involved in faction warfare. This route expires daily at 11:05 |
174
- | [`getCorporationIcons`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdIcons) | Get the icon urls for a corporation |
175
- | [`getCorporationIndustryJobs`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdIndustryJobs) | List industry jobs run by a corporation |
176
- | [`getCorporationKillmailsRecent`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdKillmailsRecent) | Get a list of a corporation's kills and losses going back 90 days |
177
- | [`getCorporationMedals`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMedals) | Returns a corporation's medals |
178
- | [`getCorporationMedalsIssued`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMedalsIssued) | Returns medals issued by a corporation |
179
- | [`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. |
180
- | [`getCorporationMembersLimit`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersLimit) | Return a corporation's member limit, not including CEO himself |
181
- | [`getCorporationMembersTitles`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersTitles) | Returns a corporation's members' titles |
182
- | [`getCorporationMembertracking`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembertracking) | Returns additional information about a corporation's members which helps tracking their activities |
183
- | [`getCorporationOrders`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdOrders) | List open market orders placed on behalf of a corporation |
184
- | [`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. |
185
- | [`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. |
186
- | [`getCorporationRolesHistory`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdRolesHistory) | Return how roles have changed for a coporation's members, up to a month |
187
- | [`getCorporationShareholders`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdShareholders) | Return the current shareholders of a corporation. |
188
- | [`getCorporationsNpccorps`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsNpccorps) | Get a list of npc corporations. This route expires daily at 11:05 |
189
- | [`getCorporationStandings`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStandings) | Return corporation standings from agents, NPC corporations, and factions |
190
- | [`getCorporationStarbase`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbasesStarbaseId) | Returns various settings and fuels of a starbase (POS) |
191
- | [`getCorporationStarbases`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbases) | Returns list of corporation starbases (POSes) |
192
- | [`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 |
193
- | [`getCorporationTitles`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdTitles) | Returns a corporation's titles |
194
- | [`getCorporationWallets`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWallets) | Get a corporation's wallets |
195
- | [`getCorporationWalletsDivisionJournal`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionJournal) | Retrieve the given corporation's wallet journal for the given division going 30 days back |
196
- | [`getCorporationWalletsDivisionTransactions`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionTransactions) | Get wallet transactions of a corporation |
197
- | [`getDogmaAttribute`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaAttributesAttributeId) | Get information on a dogma attribute. This route expires daily at 11:05 |
198
- | [`getDogmaAttributes`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaAttributes) | Get a list of dogma attribute ids. This route expires daily at 11:05 |
199
- | [`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 |
200
- | [`getDogmaEffect`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaEffectsEffectId) | Get information on a dogma effect. This route expires daily at 11:05 |
201
- | [`getDogmaEffects`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaEffects) | Get a list of dogma effect ids. This route expires daily at 11:05 |
202
- | [`getFleet`](https://developers.eveonline.com/api-explorer#/operations/GetFleetsFleetId) | Return details about a fleet |
203
- | [`putFleet`](https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetId) | Update settings about a fleet |
204
- | [`deleteFleetMember`](https://developers.eveonline.com/api-explorer#/operations/DeleteFleetsFleetIdMembersMemberId) | Kick a fleet member |
205
- | [`putFleetMember`](https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetIdMembersMemberId) | Move a fleet member around |
206
- | [`getFleetMembers`](https://developers.eveonline.com/api-explorer#/operations/GetFleetsFleetIdMembers) | Return information about fleet members |
207
- | [`postFleetMembers`](https://developers.eveonline.com/api-explorer#/operations/PostFleetsFleetIdMembers) | Invite a character into the fleet. If a character has a CSPA charge set it is not possible to invite them to the fleet using ESI |
208
- | [`deleteFleetSquad`](https://developers.eveonline.com/api-explorer#/operations/DeleteFleetsFleetIdSquadsSquadId) | Delete a fleet squad, only empty squads can be deleted |
209
- | [`putFleetSquad`](https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetIdSquadsSquadId) | Rename a fleet squad |
210
- | [`deleteFleetWing`](https://developers.eveonline.com/api-explorer#/operations/DeleteFleetsFleetIdWingsWingId) | Delete a fleet wing, only empty wings can be deleted. The wing may contain squads, but the squads must be empty |
211
- | [`putFleetWing`](https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetIdWingsWingId) | Rename a fleet wing |
212
- | [`getFleetWings`](https://developers.eveonline.com/api-explorer#/operations/GetFleetsFleetIdWings) | Return information about wings in a fleet |
213
- | [`postFleetWings`](https://developers.eveonline.com/api-explorer#/operations/PostFleetsFleetIdWings) | Create a new wing in a fleet |
214
- | [`postFleetWingSquads`](https://developers.eveonline.com/api-explorer#/operations/PostFleetsFleetIdWingsWingIdSquads) | Create a new squad in a fleet |
215
- | [`getFwLeaderboards`](https://developers.eveonline.com/api-explorer#/operations/GetFwLeaderboards) | Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday. This route expires daily at 11:05 |
216
- | [`getFwLeaderboardsCharacters`](https://developers.eveonline.com/api-explorer#/operations/GetFwLeaderboardsCharacters) | Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday. This route expires daily at 11:05 |
217
- | [`getFwLeaderboardsCorporations`](https://developers.eveonline.com/api-explorer#/operations/GetFwLeaderboardsCorporations) | Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday. This route expires daily at 11:05 |
218
- | [`getFwStats`](https://developers.eveonline.com/api-explorer#/operations/GetFwStats) | Statistical overviews of factions involved in faction warfare. This route expires daily at 11:05 |
219
- | [`getFwSystems`](https://developers.eveonline.com/api-explorer#/operations/GetFwSystems) | An overview of the current ownership of faction warfare solar systems |
220
- | [`getFwWars`](https://developers.eveonline.com/api-explorer#/operations/GetFwWars) | Data about which NPC factions are at war. This route expires daily at 11:05 |
221
- | [`getIncursions`](https://developers.eveonline.com/api-explorer#/operations/GetIncursions) | Return a list of current incursions |
222
- | [`getIndustryFacilities`](https://developers.eveonline.com/api-explorer#/operations/GetIndustryFacilities) | Return a list of industry facilities |
223
- | [`getIndustrySystems`](https://developers.eveonline.com/api-explorer#/operations/GetIndustrySystems) | Return cost indices for solar systems |
224
- | [`getInsurancePrices`](https://developers.eveonline.com/api-explorer#/operations/GetInsurancePrices) | Return available insurance levels for all ship types |
225
- | [`getKillmailKillmailHash`](https://developers.eveonline.com/api-explorer#/operations/GetKillmailsKillmailIdKillmailHash) | Return a single killmail from its ID and hash |
226
- | [`getLoyaltyCorporationOffers`](https://developers.eveonline.com/api-explorer#/operations/GetLoyaltyStoresCorporationIdOffers) | Return a list of offers from a specific corporation's loyalty store. This route expires daily at 11:05 |
227
- | [`getMarketsGroups`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsGroups) | Get a list of item groups. This route expires daily at 11:05 |
228
- | [`getMarketsGroupsMarketGroupId`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsGroupsMarketGroupId) | Get information on an item group. This route expires daily at 11:05 |
229
- | [`getMarketsPrices`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsPrices) | Return a list of prices |
230
- | [`getMarketsStructure`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsStructuresStructureId) | Return all orders in a structure |
231
- | [`getMetaChangelog`](https://developers.eveonline.com/api-explorer#/operations/GetMetaChangelog) | Get the changelog of this API. |
232
- | [`getMetaCompatibilityDates`](https://developers.eveonline.com/api-explorer#/operations/GetMetaCompatibilityDates) | Get a list of compatibility dates. |
233
- | [`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 |
234
- | [`getRegionOrders`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsRegionIdOrders) | Return a list of orders in a region |
235
- | [`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. |
236
- | [`getRouteOriginDestination`](https://developers.eveonline.com/api-explorer#/operations/GetRouteOriginDestination) | Get the systems between origin and destination |
237
- | [`getSovereigntyCampaigns`](https://developers.eveonline.com/api-explorer#/operations/GetSovereigntyCampaigns) | Shows sovereignty data for campaigns. |
238
- | [`getSovereigntyMap`](https://developers.eveonline.com/api-explorer#/operations/GetSovereigntyMap) | Shows sovereignty information for solar systems |
239
- | [`getSovereigntyStructures`](https://developers.eveonline.com/api-explorer#/operations/GetSovereigntyStructures) | Shows sovereignty data for structures. |
240
- | [`getStatus`](https://developers.eveonline.com/api-explorer#/operations/GetStatus) | EVE Server status |
241
- | [`postUiAutopilotWaypoint`](https://developers.eveonline.com/api-explorer#/operations/PostUiAutopilotWaypoint) | Set a solar system as autopilot waypoint |
242
- | [`postUiOpenwindowContract`](https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowContract) | Open the contract window inside the client |
243
- | [`postUiOpenwindowInformation`](https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowInformation) | Open the information window for a character, corporation or alliance inside the client |
244
- | [`postUiOpenwindowMarketdetails`](https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowMarketdetails) | Open the market details window for a specific typeID inside the client |
245
- | [`postUiOpenwindowNewmail`](https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowNewmail) | Open the New Mail window, according to settings from the request if applicable |
246
- | [`getUniverseAncestries`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseAncestries) | Get all character ancestries. This route expires daily at 11:05 |
247
- | [`getUniverseAsteroidBeltsAsteroidBeltId`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseAsteroidBeltsAsteroidBeltId) | Get information on an asteroid belt. This route expires daily at 11:05 |
248
- | [`getUniverseBloodlines`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseBloodlines) | Get a list of bloodlines. This route expires daily at 11:05 |
249
- | [`getUniverseCategories`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseCategories) | Get a list of item categories. This route expires daily at 11:05 |
250
- | [`getUniverseCategory`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseCategoriesCategoryId) | Get information of an item category. This route expires daily at 11:05 |
251
- | [`getUniverseConstellation`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseConstellationsConstellationId) | Get information on a constellation. This route expires daily at 11:05 |
252
- | [`getUniverseConstellations`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseConstellations) | Get a list of constellations. This route expires daily at 11:05 |
253
- | [`getUniverseFactions`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseFactions) | Get a list of factions. This route expires daily at 11:05 |
254
- | [`getUniverseGraphic`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseGraphicsGraphicId) | Get information on a graphic. This route expires daily at 11:05 |
255
- | [`getUniverseGraphics`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseGraphics) | Get a list of graphics. This route expires daily at 11:05 |
256
- | [`getUniverseGroup`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseGroupsGroupId) | Get information on an item group. This route expires daily at 11:05 |
257
- | [`getUniverseGroups`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseGroups) | Get a list of item groups. This route expires daily at 11:05 |
258
- | [`postUniverseIds`](https://developers.eveonline.com/api-explorer#/operations/PostUniverseIds) | Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours |
259
- | [`getUniverseMoon`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseMoonsMoonId) | Get information on a moon. This route expires daily at 11:05 |
260
- | [`postUniverseNames`](https://developers.eveonline.com/api-explorer#/operations/PostUniverseNames) | Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions |
261
- | [`getUniversePlanet`](https://developers.eveonline.com/api-explorer#/operations/GetUniversePlanetsPlanetId) | Get information on a planet. This route expires daily at 11:05 |
262
- | [`getUniverseRaces`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseRaces) | Get a list of character races. This route expires daily at 11:05 |
263
- | [`getUniverseRegion`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseRegionsRegionId) | Get information on a region. This route expires daily at 11:05 |
264
- | [`getUniverseRegions`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseRegions) | Get a list of regions. This route expires daily at 11:05 |
265
- | [`getUniverseSchematic`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseSchematicsSchematicId) | Get information on a planetary factory schematic |
266
- | [`getUniverseStar`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseStarsStarId) | Get information on a star. This route expires daily at 11:05 |
267
- | [`getUniverseStargate`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseStargatesStargateId) | Get information on a stargate. This route expires daily at 11:05 |
268
- | [`getUniverseStation`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseStationsStationId) | Get information on a station. This route expires daily at 11:05 |
269
- | [`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. |
270
- | [`getUniverseStructures`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseStructures) | List all public structures |
271
- | [`getUniverseSystem`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseSystemsSystemId) | Get information on a solar system. This route expires daily at 11:05 |
272
- | [`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 |
273
- | [`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 |
274
- | [`getUniverseSystems`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseSystems) | Get a list of solar systems. This route expires daily at 11:05 |
275
- | [`getUniverseType`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseTypesTypeId) | Get information on a type. This route expires daily at 11:05 |
276
- | [`getUniverseTypes`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseTypes) | Get a list of type ids. This route expires daily at 11:05 |
277
- | [`getWar`](https://developers.eveonline.com/api-explorer#/operations/GetWarsWarId) | Return details about a war |
278
- | [`getWarKillmails`](https://developers.eveonline.com/api-explorer#/operations/GetWarsWarIdKillmails) | Return a list of kills related to a war |
279
- | [`getWars`](https://developers.eveonline.com/api-explorer#/operations/GetWars) | Return a list of wars |
77
+ | Method | Description |
78
+ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
79
+ | [`getAlliance`](https://developers.eveonline.com/api-explorer#/operations/GetAlliancesAllianceId) | Public information about an alliance |
80
+ | [`getAllianceContacts`](https://developers.eveonline.com/api-explorer#/operations/GetAlliancesAllianceIdContacts) | Return contacts of an alliance |
81
+ | [`getAllianceContactsLabels`](https://developers.eveonline.com/api-explorer#/operations/GetAlliancesAllianceIdContactsLabels) | Return custom labels for an alliance's contacts |
82
+ | [`getAllianceCorporations`](https://developers.eveonline.com/api-explorer#/operations/GetAlliancesAllianceIdCorporations) | List all current member corporations of an alliance |
83
+ | [`getAllianceIcons`](https://developers.eveonline.com/api-explorer#/operations/GetAlliancesAllianceIdIcons) | Get the icon urls for a alliance. This route expires daily at 11:05 |
84
+ | [`getAlliances`](https://developers.eveonline.com/api-explorer#/operations/GetAlliances) | List all active player alliances |
85
+ | [`getCharacter`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterId) | Public information about a character |
86
+ | [`getCharacterAgentsResearch`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdAgentsResearch) | Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay \* days(currentTime - researchStartDate) |
87
+ | [`getCharacterAssets`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdAssets) | Return a list of the characters assets |
88
+ | [`postCharacterAssetsLocations`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdAssetsLocations) | Return locations for a set of item ids, which you can get from character assets endpoint. Coordinates for items in hangars or stations are set to (0,0,0) |
89
+ | [`postCharacterAssetsNames`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdAssetsNames) | Return names for a set of item ids, which you can get from character assets endpoint. Typically used for items that can customize names, like containers or ships. |
90
+ | [`getCharacterAttributes`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdAttributes) | Return attributes of a character |
91
+ | [`getCharacterBlueprints`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdBlueprints) | Return a list of blueprints the character owns |
92
+ | [`getCharacterCalendar`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdCalendar) | Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event |
93
+ | [`getCharacterCalendarEventAttendees`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdCalendarEventIdAttendees) | Get all invited attendees for a given event |
94
+ | [`getCharacterCalendarEventId`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdCalendarEventId) | Get all the information for a specific event |
95
+ | [`putCharacterCalendarEventId`](https://developers.eveonline.com/api-explorer#/operations/PutCharactersCharacterIdCalendarEventId) | Set your response status to an event |
96
+ | [`getCharacterClones`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdClones) | A list of the character's clones |
97
+ | [`deleteCharacterContacts`](https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdContacts) | Bulk delete contacts |
98
+ | [`getCharacterContacts`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdContacts) | Return contacts of a character |
99
+ | [`postCharacterContacts`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdContacts) | Bulk add contacts with same settings |
100
+ | [`putCharacterContacts`](https://developers.eveonline.com/api-explorer#/operations/PutCharactersCharacterIdContacts) | Bulk edit contacts with same settings |
101
+ | [`getCharacterContactsLabels`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdContactsLabels) | Return custom labels for a character's contacts |
102
+ | [`getCharacterContractBids`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdContractsContractIdBids) | Lists bids on a particular auction contract |
103
+ | [`getCharacterContractItems`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdContractsContractIdItems) | Lists items of a particular contract |
104
+ | [`getCharacterContracts`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdContracts) | Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress". |
105
+ | [`getCharacterCorporationhistory`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdCorporationhistory) | Get a list of all the corporations a character has been a member of |
106
+ | [`postCharacterCspa`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdCspa) | Takes a source character ID in the url and a set of target character ID's in the body, returns a CSPA charge cost |
107
+ | [`getCharacterFatigue`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdFatigue) | Return a character's jump activation and fatigue information |
108
+ | [`deleteCharacterFitting`](https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdFittingsFittingId) | Delete a fitting from a character |
109
+ | [`getCharacterFittings`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdFittings) | Return fittings of a character |
110
+ | [`postCharacterFittings`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdFittings) | Save a new fitting for a character |
111
+ | [`getCharacterFleet`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdFleet) | Return the fleet ID the character is in, if any. |
112
+ | [`getCharacterFwStats`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdFwStats) | Statistical overview of a character involved in faction warfare. This route expires daily at 11:05 |
113
+ | [`getCharacterImplants`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdImplants) | Return implants on the active clone of a character |
114
+ | [`getCharacterIndustryJobs`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdIndustryJobs) | List industry jobs placed by a character |
115
+ | [`getCharacterKillmailsRecent`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdKillmailsRecent) | Return a list of a character's kills and losses going back 90 days |
116
+ | [`getCharacterLocation`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdLocation) | Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable |
117
+ | [`getCharacterLoyaltyPoints`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdLoyaltyPoints) | Return a list of loyalty points for all corporations the character has worked for |
118
+ | [`getCharacterMail`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMail) | Return the 50 most recent mail headers belonging to the character that match the query criteria. Queries can be filtered by label, and last_mail_id can be used to paginate backwards |
119
+ | [`postCharacterMail`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdMail) | Create and send a new mail |
120
+ | [`deleteCharacterMailLabel`](https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdMailLabelsLabelId) | Delete a mail label |
121
+ | [`getCharacterMailLabels`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMailLabels) | Return a list of the users mail labels, unread counts for each label and a total unread count. |
122
+ | [`postCharacterMailLabels`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersCharacterIdMailLabels) | Create a mail label |
123
+ | [`getCharacterMailLists`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMailLists) | Return all mailing lists that the character is subscribed to |
124
+ | [`deleteCharacterMailMailId`](https://developers.eveonline.com/api-explorer#/operations/DeleteCharactersCharacterIdMailMailId) | Delete a mail |
125
+ | [`getCharacterMailMailId`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMailMailId) | Return the contents of an EVE mail |
126
+ | [`putCharacterMailMailId`](https://developers.eveonline.com/api-explorer#/operations/PutCharactersCharacterIdMailMailId) | Update metadata about a mail |
127
+ | [`getCharacterMedals`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMedals) | Return a list of medals the character has |
128
+ | [`getCharacterMining`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdMining) | Paginated record of all mining done by a character for the past 30 days |
129
+ | [`getCharacterNotifications`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdNotifications) | Return character notifications |
130
+ | [`getCharacterNotificationsContacts`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdNotificationsContacts) | Return notifications about having been added to someone's contact list |
131
+ | [`getCharacterOnline`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdOnline) | Checks if the character is currently online |
132
+ | [`getCharacterOrders`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdOrders) | List open market orders placed by a character |
133
+ | [`getCharacterOrdersHistory`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdOrdersHistory) | List cancelled and expired market orders placed by a character up to 90 days in the past. |
134
+ | [`getCharacterPlanet`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdPlanetsPlanetId) | Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met. |
135
+ | [`getCharacterPlanets`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdPlanets) | Returns a list of all planetary colonies owned by a character. |
136
+ | [`getCharacterPortrait`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdPortrait) | Get portrait urls for a character. This route expires daily at 11:05 |
137
+ | [`getCharacterRoles`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdRoles) | Returns a character's corporation roles |
138
+ | [`postCharactersAffiliation`](https://developers.eveonline.com/api-explorer#/operations/PostCharactersAffiliation) | Bulk lookup of character IDs to corporation, alliance and faction |
139
+ | [`getCharacterSearch`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdSearch) | Search for entities that match a given sub-string. |
140
+ | [`getCharacterShip`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdShip) | Get the current ship type, name and id |
141
+ | [`getCharacterSkillqueue`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdSkillqueue) | List the configured skill queue for the given character. Entries that have their finish time in the past are completed, but aren't updated in the "/skills" route yet. This will happen the next time the character logs in. |
142
+ | [`getCharacterSkills`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdSkills) | List all trained skills for the given character. Skills returned by this route can be out-of-date if the character hasn't logged in since one or more skills completed training. Use the /skillqueue route to check for skills that completed training. Entries that are in the past need to be applied on top of this list to get an accurate view of the character's current skills. |
143
+ | [`getCharacterStandings`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdStandings) | Return character standings from agents, NPC corporations, and factions |
144
+ | [`getCharacterTitles`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdTitles) | Returns a character's titles |
145
+ | [`getCharacterWallet`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdWallet) | Returns a character's wallet balance |
146
+ | [`getCharacterWalletJournal`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdWalletJournal) | Retrieve the given character's wallet journal going 30 days back |
147
+ | [`getCharacterWalletTransactions`](https://developers.eveonline.com/api-explorer#/operations/GetCharactersCharacterIdWalletTransactions) | Get wallet transactions of a character |
148
+ | [`getContractsPublicBids`](https://developers.eveonline.com/api-explorer#/operations/GetContractsPublicBidsContractId) | Lists bids on a public auction contract |
149
+ | [`getContractsPublicItems`](https://developers.eveonline.com/api-explorer#/operations/GetContractsPublicItemsContractId) | Lists items of a public contract |
150
+ | [`getContractsPublicRegionId`](https://developers.eveonline.com/api-explorer#/operations/GetContractsPublicRegionId) | Returns a paginated list of all public contracts in the given region |
151
+ | [`getCorporation`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationId) | Public information about a corporation |
152
+ | [`getCorporationAlliancehistory`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdAlliancehistory) | Get a list of all the alliances a corporation has been a member of |
153
+ | [`getCorporationAssets`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdAssets) | Return a list of the corporation assets |
154
+ | [`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) |
155
+ | [`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 |
156
+ | [`getCorporationBlueprints`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdBlueprints) | Returns a list of blueprints the corporation owns |
157
+ | [`getCorporationContacts`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContacts) | Return contacts of a corporation |
158
+ | [`getCorporationContactsLabels`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContactsLabels) | Return custom labels for a corporation's contacts |
159
+ | [`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 |
160
+ | [`getCorporationContractBids`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContractsContractIdBids) | Lists bids on a particular auction contract |
161
+ | [`getCorporationContractItems`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdContractsContractIdItems) | Lists items of a particular contract |
162
+ | [`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". |
163
+ | [`getCorporationCorporationMiningExtractions`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningExtractions) | Extraction timers for all moon chunks being extracted by refineries belonging to a corporation. |
164
+ | [`getCorporationCorporationMiningObserver`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObserversObserverId) | Paginated record of all mining seen by an observer |
165
+ | [`getCorporationCorporationMiningObservers`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationCorporationIdMiningObservers) | Paginated list of all entities capable of observing and recording mining for a corporation |
166
+ | [`getCorporationCustomsOffices`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdCustomsOffices) | List customs offices owned by a corporation |
167
+ | [`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 |
168
+ | [`getCorporationFacilities`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdFacilities) | Return a corporation's facilities |
169
+ | [`getCorporationFwStats`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdFwStats) | Statistics about a corporation involved in faction warfare. This route expires daily at 11:05 |
170
+ | [`getCorporationIcons`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdIcons) | Get the icon urls for a corporation |
171
+ | [`getCorporationIndustryJobs`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdIndustryJobs) | List industry jobs run by a corporation |
172
+ | [`getCorporationKillmailsRecent`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdKillmailsRecent) | Get a list of a corporation's kills and losses going back 90 days |
173
+ | [`getCorporationMedals`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMedals) | Returns a corporation's medals |
174
+ | [`getCorporationMedalsIssued`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMedalsIssued) | Returns medals issued by a corporation |
175
+ | [`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. |
176
+ | [`getCorporationMembersLimit`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersLimit) | Return a corporation's member limit, not including CEO himself |
177
+ | [`getCorporationMembersTitles`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembersTitles) | Returns a corporation's members' titles |
178
+ | [`getCorporationMembertracking`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdMembertracking) | Returns additional information about a corporation's members which helps tracking their activities |
179
+ | [`getCorporationOrders`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdOrders) | List open market orders placed on behalf of a corporation |
180
+ | [`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. |
181
+ | [`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. |
182
+ | [`getCorporationRolesHistory`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdRolesHistory) | Return how roles have changed for a coporation's members, up to a month |
183
+ | [`getCorporationShareholders`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdShareholders) | Return the current shareholders of a corporation. |
184
+ | [`getCorporationsNpccorps`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsNpccorps) | Get a list of npc corporations. This route expires daily at 11:05 |
185
+ | [`getCorporationStandings`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStandings) | Return corporation standings from agents, NPC corporations, and factions |
186
+ | [`getCorporationStarbase`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbasesStarbaseId) | Returns various settings and fuels of a starbase (POS) |
187
+ | [`getCorporationStarbases`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdStarbases) | Returns list of corporation starbases (POSes) |
188
+ | [`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 |
189
+ | [`getCorporationTitles`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdTitles) | Returns a corporation's titles |
190
+ | [`getCorporationWallets`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWallets) | Get a corporation's wallets |
191
+ | [`getCorporationWalletsDivisionJournal`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionJournal) | Retrieve the given corporation's wallet journal for the given division going 30 days back |
192
+ | [`getCorporationWalletsDivisionTransactions`](https://developers.eveonline.com/api-explorer#/operations/GetCorporationsCorporationIdWalletsDivisionTransactions) | Get wallet transactions of a corporation |
193
+ | [`getDogmaAttribute`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaAttributesAttributeId) | Get information on a dogma attribute. This route expires daily at 11:05 |
194
+ | [`getDogmaAttributes`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaAttributes) | Get a list of dogma attribute ids. This route expires daily at 11:05 |
195
+ | [`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 |
196
+ | [`getDogmaEffect`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaEffectsEffectId) | Get information on a dogma effect. This route expires daily at 11:05 |
197
+ | [`getDogmaEffects`](https://developers.eveonline.com/api-explorer#/operations/GetDogmaEffects) | Get a list of dogma effect ids. This route expires daily at 11:05 |
198
+ | [`getFleet`](https://developers.eveonline.com/api-explorer#/operations/GetFleetsFleetId) | Return details about a fleet |
199
+ | [`putFleet`](https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetId) | Update settings about a fleet |
200
+ | [`deleteFleetMember`](https://developers.eveonline.com/api-explorer#/operations/DeleteFleetsFleetIdMembersMemberId) | Kick a fleet member |
201
+ | [`putFleetMember`](https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetIdMembersMemberId) | Move a fleet member around |
202
+ | [`getFleetMembers`](https://developers.eveonline.com/api-explorer#/operations/GetFleetsFleetIdMembers) | Return information about fleet members |
203
+ | [`postFleetMembers`](https://developers.eveonline.com/api-explorer#/operations/PostFleetsFleetIdMembers) | Invite a character into the fleet. If a character has a CSPA charge set it is not possible to invite them to the fleet using ESI |
204
+ | [`deleteFleetSquad`](https://developers.eveonline.com/api-explorer#/operations/DeleteFleetsFleetIdSquadsSquadId) | Delete a fleet squad, only empty squads can be deleted |
205
+ | [`putFleetSquad`](https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetIdSquadsSquadId) | Rename a fleet squad |
206
+ | [`deleteFleetWing`](https://developers.eveonline.com/api-explorer#/operations/DeleteFleetsFleetIdWingsWingId) | Delete a fleet wing, only empty wings can be deleted. The wing may contain squads, but the squads must be empty |
207
+ | [`putFleetWing`](https://developers.eveonline.com/api-explorer#/operations/PutFleetsFleetIdWingsWingId) | Rename a fleet wing |
208
+ | [`getFleetWings`](https://developers.eveonline.com/api-explorer#/operations/GetFleetsFleetIdWings) | Return information about wings in a fleet |
209
+ | [`postFleetWings`](https://developers.eveonline.com/api-explorer#/operations/PostFleetsFleetIdWings) | Create a new wing in a fleet |
210
+ | [`postFleetWingSquads`](https://developers.eveonline.com/api-explorer#/operations/PostFleetsFleetIdWingsWingIdSquads) | Create a new squad in a fleet |
211
+ | [`getFwLeaderboards`](https://developers.eveonline.com/api-explorer#/operations/GetFwLeaderboards) | Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday. This route expires daily at 11:05 |
212
+ | [`getFwLeaderboardsCharacters`](https://developers.eveonline.com/api-explorer#/operations/GetFwLeaderboardsCharacters) | Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday. This route expires daily at 11:05 |
213
+ | [`getFwLeaderboardsCorporations`](https://developers.eveonline.com/api-explorer#/operations/GetFwLeaderboardsCorporations) | Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday. This route expires daily at 11:05 |
214
+ | [`getFwStats`](https://developers.eveonline.com/api-explorer#/operations/GetFwStats) | Statistical overviews of factions involved in faction warfare. This route expires daily at 11:05 |
215
+ | [`getFwSystems`](https://developers.eveonline.com/api-explorer#/operations/GetFwSystems) | An overview of the current ownership of faction warfare solar systems |
216
+ | [`getFwWars`](https://developers.eveonline.com/api-explorer#/operations/GetFwWars) | Data about which NPC factions are at war. This route expires daily at 11:05 |
217
+ | [`getIncursions`](https://developers.eveonline.com/api-explorer#/operations/GetIncursions) | Return a list of current incursions |
218
+ | [`getIndustryFacilities`](https://developers.eveonline.com/api-explorer#/operations/GetIndustryFacilities) | Return a list of industry facilities |
219
+ | [`getIndustrySystems`](https://developers.eveonline.com/api-explorer#/operations/GetIndustrySystems) | Return cost indices for solar systems |
220
+ | [`getInsurancePrices`](https://developers.eveonline.com/api-explorer#/operations/GetInsurancePrices) | Return available insurance levels for all ship types |
221
+ | [`getKillmailKillmailHash`](https://developers.eveonline.com/api-explorer#/operations/GetKillmailsKillmailIdKillmailHash) | Return a single killmail from its ID and hash |
222
+ | [`getLoyaltyCorporationOffers`](https://developers.eveonline.com/api-explorer#/operations/GetLoyaltyStoresCorporationIdOffers) | Return a list of offers from a specific corporation's loyalty store. This route expires daily at 11:05 |
223
+ | [`getMarketsGroups`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsGroups) | Get a list of item groups. This route expires daily at 11:05 |
224
+ | [`getMarketsGroupsMarketGroupId`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsGroupsMarketGroupId) | Get information on an item group. This route expires daily at 11:05 |
225
+ | [`getMarketsPrices`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsPrices) | Return a list of prices |
226
+ | [`getMarketsStructure`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsStructuresStructureId) | Return all orders in a structure |
227
+ | [`getMetaChangelog`](https://developers.eveonline.com/api-explorer#/operations/GetMetaChangelog) | Get the changelog of this API. |
228
+ | [`getMetaCompatibilityDates`](https://developers.eveonline.com/api-explorer#/operations/GetMetaCompatibilityDates) | Get a list of compatibility dates. |
229
+ | [`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 |
230
+ | [`getRegionOrders`](https://developers.eveonline.com/api-explorer#/operations/GetMarketsRegionIdOrders) | Return a list of orders in a region |
231
+ | [`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. |
232
+ | [`getRouteOriginDestination`](https://developers.eveonline.com/api-explorer#/operations/GetRouteOriginDestination) | Get the systems between origin and destination |
233
+ | [`getSovereigntyCampaigns`](https://developers.eveonline.com/api-explorer#/operations/GetSovereigntyCampaigns) | Shows sovereignty data for campaigns. |
234
+ | [`getSovereigntyMap`](https://developers.eveonline.com/api-explorer#/operations/GetSovereigntyMap) | Shows sovereignty information for solar systems |
235
+ | [`getSovereigntyStructures`](https://developers.eveonline.com/api-explorer#/operations/GetSovereigntyStructures) | Shows sovereignty data for structures. |
236
+ | [`getStatus`](https://developers.eveonline.com/api-explorer#/operations/GetStatus) | EVE Server status |
237
+ | [`postUiAutopilotWaypoint`](https://developers.eveonline.com/api-explorer#/operations/PostUiAutopilotWaypoint) | Set a solar system as autopilot waypoint |
238
+ | [`postUiOpenwindowContract`](https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowContract) | Open the contract window inside the client |
239
+ | [`postUiOpenwindowInformation`](https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowInformation) | Open the information window for a character, corporation or alliance inside the client |
240
+ | [`postUiOpenwindowMarketdetails`](https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowMarketdetails) | Open the market details window for a specific typeID inside the client |
241
+ | [`postUiOpenwindowNewmail`](https://developers.eveonline.com/api-explorer#/operations/PostUiOpenwindowNewmail) | Open the New Mail window, according to settings from the request if applicable |
242
+ | [`getUniverseAncestries`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseAncestries) | Get all character ancestries. This route expires daily at 11:05 |
243
+ | [`getUniverseAsteroidBeltsAsteroidBeltId`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseAsteroidBeltsAsteroidBeltId) | Get information on an asteroid belt. This route expires daily at 11:05 |
244
+ | [`getUniverseBloodlines`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseBloodlines) | Get a list of bloodlines. This route expires daily at 11:05 |
245
+ | [`getUniverseCategories`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseCategories) | Get a list of item categories. This route expires daily at 11:05 |
246
+ | [`getUniverseCategory`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseCategoriesCategoryId) | Get information of an item category. This route expires daily at 11:05 |
247
+ | [`getUniverseConstellation`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseConstellationsConstellationId) | Get information on a constellation. This route expires daily at 11:05 |
248
+ | [`getUniverseConstellations`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseConstellations) | Get a list of constellations. This route expires daily at 11:05 |
249
+ | [`getUniverseFactions`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseFactions) | Get a list of factions. This route expires daily at 11:05 |
250
+ | [`getUniverseGraphic`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseGraphicsGraphicId) | Get information on a graphic. This route expires daily at 11:05 |
251
+ | [`getUniverseGraphics`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseGraphics) | Get a list of graphics. This route expires daily at 11:05 |
252
+ | [`getUniverseGroup`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseGroupsGroupId) | Get information on an item group. This route expires daily at 11:05 |
253
+ | [`getUniverseGroups`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseGroups) | Get a list of item groups. This route expires daily at 11:05 |
254
+ | [`postUniverseIds`](https://developers.eveonline.com/api-explorer#/operations/PostUniverseIds) | Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours |
255
+ | [`getUniverseMoon`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseMoonsMoonId) | Get information on a moon. This route expires daily at 11:05 |
256
+ | [`postUniverseNames`](https://developers.eveonline.com/api-explorer#/operations/PostUniverseNames) | Resolve a set of IDs to names and categories. Supported ID's for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions |
257
+ | [`getUniversePlanet`](https://developers.eveonline.com/api-explorer#/operations/GetUniversePlanetsPlanetId) | Get information on a planet. This route expires daily at 11:05 |
258
+ | [`getUniverseRaces`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseRaces) | Get a list of character races. This route expires daily at 11:05 |
259
+ | [`getUniverseRegion`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseRegionsRegionId) | Get information on a region. This route expires daily at 11:05 |
260
+ | [`getUniverseRegions`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseRegions) | Get a list of regions. This route expires daily at 11:05 |
261
+ | [`getUniverseSchematic`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseSchematicsSchematicId) | Get information on a planetary factory schematic |
262
+ | [`getUniverseStar`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseStarsStarId) | Get information on a star. This route expires daily at 11:05 |
263
+ | [`getUniverseStargate`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseStargatesStargateId) | Get information on a stargate. This route expires daily at 11:05 |
264
+ | [`getUniverseStation`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseStationsStationId) | Get information on a station. This route expires daily at 11:05 |
265
+ | [`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. |
266
+ | [`getUniverseStructures`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseStructures) | List all public structures |
267
+ | [`getUniverseSystem`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseSystemsSystemId) | Get information on a solar system. This route expires daily at 11:05 |
268
+ | [`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 |
269
+ | [`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 |
270
+ | [`getUniverseSystems`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseSystems) | Get a list of solar systems. This route expires daily at 11:05 |
271
+ | [`getUniverseType`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseTypesTypeId) | Get information on a type. This route expires daily at 11:05 |
272
+ | [`getUniverseTypes`](https://developers.eveonline.com/api-explorer#/operations/GetUniverseTypes) | Get a list of type ids. This route expires daily at 11:05 |
273
+ | [`getWar`](https://developers.eveonline.com/api-explorer#/operations/GetWarsWarId) | Return details about a war |
274
+ | [`getWarKillmails`](https://developers.eveonline.com/api-explorer#/operations/GetWarsWarIdKillmails) | Return a list of kills related to a war |
275
+ | [`getWars`](https://developers.eveonline.com/api-explorer#/operations/GetWars) | Return a list of wars |
280
276
 
281
277
  [![BuyMeACoffee](https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-green.svg)](https://buymeacoffee.com/nfinished)
package/dist/client.js CHANGED
@@ -1,4 +1,4 @@
1
- const COMPATIBILITY_DATE = '2026-02-10';
1
+ const COMPATIBILITY_DATE = '2026-02-13';
2
2
  export class EsiClient {
3
3
  constructor(options) {
4
4
  this.baseUrl = 'https://esi.evetech.net';
package/dist/types.d.ts CHANGED
@@ -18,12 +18,15 @@ export interface GetAlliancesResponseHeaders {
18
18
  ETag?: string;
19
19
  'Last-Modified'?: string;
20
20
  }
21
+ export type CorporationID = number;
22
+ export type CharacterID = number;
23
+ export type FactionID = number;
21
24
  export interface GetAllianceResponse {
22
- creator_corporation_id: number;
23
- creator_id: number;
25
+ creator_corporation_id: CorporationID;
26
+ creator_id: CharacterID;
24
27
  date_founded: string;
25
- executor_corporation_id?: number;
26
- faction_id?: number;
28
+ executor_corporation_id?: CorporationID;
29
+ faction_id?: FactionID;
27
30
  name: string;
28
31
  ticker: string;
29
32
  }
@@ -100,8 +103,6 @@ export interface PostCharactersAffiliationResponseHeaders {
100
103
  }
101
104
  export type AllianceID = number;
102
105
  export type BloodlineID = number;
103
- export type CorporationID = number;
104
- export type FactionID = number;
105
106
  export type RaceID = number;
106
107
  export interface GetCharacterResponse {
107
108
  alliance_id?: AllianceID;
@@ -993,10 +994,10 @@ export interface GetCharacterPortraitResponseHeaders {
993
994
  'Last-Modified'?: string;
994
995
  }
995
996
  export interface GetCharacterRolesResponse {
996
- roles?: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
997
- roles_at_base?: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
998
- roles_at_hq?: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
999
- roles_at_other?: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
997
+ roles?: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
998
+ roles_at_base?: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
999
+ roles_at_hq?: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1000
+ roles_at_other?: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1000
1001
  }
1001
1002
  export interface GetCharacterRolesParams {
1002
1003
  character_id: number | string;
@@ -1021,7 +1022,7 @@ export interface GetCharacterSearchResponse {
1021
1022
  }
1022
1023
  export interface GetCharacterSearchParams {
1023
1024
  character_id: number | string;
1024
- categories?: 'agent' | 'alliance' | 'character' | 'constellation' | 'corporation' | 'faction' | 'inventory_type' | 'region' | 'solar_system' | 'station' | 'structure'[];
1025
+ categories?: ('agent' | 'alliance' | 'character' | 'constellation' | 'corporation' | 'faction' | 'inventory_type' | 'region' | 'solar_system' | 'station' | 'structure')[];
1025
1026
  search?: string;
1026
1027
  strict?: boolean;
1027
1028
  }
@@ -1283,7 +1284,6 @@ export interface GetCorporationsNpccorpsResponseHeaders {
1283
1284
  ETag?: string;
1284
1285
  'Last-Modified'?: string;
1285
1286
  }
1286
- export type CharacterID = number;
1287
1287
  export type StationID = number;
1288
1288
  export interface GetCorporationResponse {
1289
1289
  alliance_id?: AllianceID;
@@ -1795,14 +1795,14 @@ export interface GetCorporationOrdersHistoryResponseHeaders {
1795
1795
  }
1796
1796
  export type GetCorporationRolesResponse = {
1797
1797
  character_id: number;
1798
- grantable_roles: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1799
- grantable_roles_at_base: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1800
- grantable_roles_at_hq: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1801
- grantable_roles_at_other: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1802
- roles: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1803
- roles_at_base: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1804
- roles_at_hq: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1805
- roles_at_other: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1798
+ grantable_roles: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1799
+ grantable_roles_at_base: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1800
+ grantable_roles_at_hq: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1801
+ grantable_roles_at_other: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1802
+ roles: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1803
+ roles_at_base: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1804
+ roles_at_hq: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1805
+ roles_at_other: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1806
1806
  }[];
1807
1807
  export interface GetCorporationRolesParams {
1808
1808
  corporation_id: number | string;
@@ -1816,8 +1816,8 @@ export type GetCorporationRolesHistoryResponse = {
1816
1816
  changed_at: string;
1817
1817
  character_id: number;
1818
1818
  issuer_id: number;
1819
- new_roles: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1820
- old_roles: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1819
+ new_roles: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1820
+ old_roles: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1821
1821
  role_type: 'grantable_roles' | 'grantable_roles_at_base' | 'grantable_roles_at_hq' | 'grantable_roles_at_other' | 'roles' | 'roles_at_base' | 'roles_at_hq' | 'roles_at_other';
1822
1822
  }[];
1823
1823
  export interface GetCorporationRolesHistoryParams {
@@ -1941,15 +1941,15 @@ export interface GetCorporationStructuresResponseHeaders {
1941
1941
  'X-Pages'?: number;
1942
1942
  }
1943
1943
  export type GetCorporationTitlesResponse = {
1944
- grantable_roles: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1945
- grantable_roles_at_base: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1946
- grantable_roles_at_hq: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1947
- grantable_roles_at_other: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1944
+ grantable_roles: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1945
+ grantable_roles_at_base: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1946
+ grantable_roles_at_hq: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1947
+ grantable_roles_at_other: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1948
1948
  name: string;
1949
- roles: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1950
- roles_at_base: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1951
- roles_at_hq: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1952
- roles_at_other: 'Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader'[];
1949
+ roles: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1950
+ roles_at_base: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1951
+ roles_at_hq: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1952
+ roles_at_other: ('Account_Take_1' | 'Account_Take_2' | 'Account_Take_3' | 'Account_Take_4' | 'Account_Take_5' | 'Account_Take_6' | 'Account_Take_7' | 'Accountant' | 'Auditor' | 'Brand_Manager' | 'Communications_Officer' | 'Config_Equipment' | 'Config_Starbase_Equipment' | 'Container_Take_1' | 'Container_Take_2' | 'Container_Take_3' | 'Container_Take_4' | 'Container_Take_5' | 'Container_Take_6' | 'Container_Take_7' | 'Contract_Manager' | 'Deliveries_Container_Take' | 'Deliveries_Query' | 'Deliveries_Take' | 'Diplomat' | 'Director' | 'Factory_Manager' | 'Fitting_Manager' | 'Hangar_Query_1' | 'Hangar_Query_2' | 'Hangar_Query_3' | 'Hangar_Query_4' | 'Hangar_Query_5' | 'Hangar_Query_6' | 'Hangar_Query_7' | 'Hangar_Take_1' | 'Hangar_Take_2' | 'Hangar_Take_3' | 'Hangar_Take_4' | 'Hangar_Take_5' | 'Hangar_Take_6' | 'Hangar_Take_7' | 'Junior_Accountant' | 'Personnel_Manager' | 'Project_Manager' | 'Rent_Factory_Facility' | 'Rent_Office' | 'Rent_Research_Facility' | 'Security_Officer' | 'Skill_Plan_Manager' | 'Starbase_Defense_Operator' | 'Starbase_Fuel_Technician' | 'Station_Manager' | 'Trader')[];
1953
1953
  title_id: number;
1954
1954
  }[];
1955
1955
  export interface GetCorporationTitlesParams {
@@ -3147,7 +3147,7 @@ export interface GetUniverseStationResponse {
3147
3147
  race_id?: number;
3148
3148
  reprocessing_efficiency: number;
3149
3149
  reprocessing_stations_take: number;
3150
- services: 'bounty-missions' | 'assasination-missions' | 'courier-missions' | 'interbus' | 'reprocessing-plant' | 'refinery' | 'market' | 'black-market' | 'stock-exchange' | 'cloning' | 'surgery' | 'dna-therapy' | 'repair-facilities' | 'factory' | 'labratory' | 'gambling' | 'fitting' | 'paintshop' | 'news' | 'storage' | 'insurance' | 'docking' | 'office-rental' | 'jump-clone-facility' | 'loyalty-point-store' | 'navy-offices' | 'security-offices'[];
3150
+ services: ('bounty-missions' | 'assasination-missions' | 'courier-missions' | 'interbus' | 'reprocessing-plant' | 'refinery' | 'market' | 'black-market' | 'stock-exchange' | 'cloning' | 'surgery' | 'dna-therapy' | 'repair-facilities' | 'factory' | 'labratory' | 'gambling' | 'fitting' | 'paintshop' | 'news' | 'storage' | 'insurance' | 'docking' | 'office-rental' | 'jump-clone-facility' | 'loyalty-point-store' | 'navy-offices' | 'security-offices')[];
3151
3151
  station_id: number;
3152
3152
  system_id: number;
3153
3153
  type_id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localisprimary/esi",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "type": "module",
5
5
  "description": "Auto-generated TypeScript client for the EVE Online API",
6
6
  "main": "dist/index.js",
@@ -47,6 +47,10 @@
47
47
  "files": [
48
48
  "dist/**/*"
49
49
  ],
50
+ "publishConfig": {
51
+ "access": "public",
52
+ "provenance": true
53
+ },
50
54
  "engines": {
51
55
  "node": "^24.13.0"
52
56
  },