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