eve-esi-types 3.1.7 → 3.2.1

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.
Files changed (214) hide show
  1. package/CHANGELOG.md +182 -0
  2. package/jsconfig.json +28 -0
  3. package/lib/rq-util.mjs +1 -1
  4. package/lib/tagged-request-api.mjs +5 -6
  5. package/package.json +14 -7
  6. package/v2/esi-tagged-types.d.ts +9 -5
  7. package/v2/{get_alliances_alliance_id_ok.d.ts → globals/alliance.d.ts} +44 -0
  8. package/v2/globals/assets.d.ts +443 -0
  9. package/v2/globals/calendar.d.ts +130 -0
  10. package/v2/globals/character.d.ts +918 -0
  11. package/v2/{get_characters_character_id_clones_ok.d.ts → globals/clones.d.ts} +15 -0
  12. package/v2/globals/contacts.d.ts +212 -0
  13. package/v2/globals/contracts.d.ts +546 -0
  14. package/v2/globals/corporation.d.ts +1577 -0
  15. package/v2/globals/dogma.d.ts +262 -0
  16. package/v2/globals/factionwarfare.d.ts +596 -0
  17. package/v2/{get_characters_character_id_fittings_ok.d.ts → globals/fittings.d.ts} +23 -0
  18. package/v2/globals/fleets.d.ts +201 -0
  19. package/v2/{get_incursions_ok.d.ts → globals/incursions.d.ts} +5 -0
  20. package/v2/globals/industry.d.ts +445 -0
  21. package/v2/globals/insurance.d.ts +47 -0
  22. package/v2/{get_killmails_killmail_id_killmail_hash_ok.d.ts → globals/killmails.d.ts} +55 -0
  23. package/v2/globals/location.d.ts +74 -0
  24. package/v2/{get_loyalty_stores_corporation_id_offers_ok.d.ts → globals/loyalty.d.ts} +30 -0
  25. package/v2/globals/mail.d.ts +237 -0
  26. package/v2/globals/market.d.ts +615 -0
  27. package/v2/globals/planetaryinteraction.d.ts +344 -0
  28. package/v2/globals/routes.d.ts +14 -0
  29. package/v2/{get_characters_character_id_search_ok.d.ts → globals/search.d.ts} +5 -0
  30. package/v2/globals/skills.d.ts +144 -0
  31. package/v2/globals/sovereignty.d.ts +168 -0
  32. package/v2/{get_status_ok.d.ts → globals/status.d.ts} +5 -0
  33. package/v2/globals/universe.d.ts +1297 -0
  34. package/v2/globals/wallet.d.ts +601 -0
  35. package/v2/{get_wars_war_id_ok.d.ts → globals/wars.d.ts} +40 -0
  36. package/v2/index.d.ts +25 -152
  37. package/v2/response-map.d.ts +1 -24
  38. package/v2/types-index.d.ts +31 -182
  39. package/v2/types-util.d.ts +316 -0
  40. package/v2/util.d.ts +4 -2
  41. package/web/index.html +1 -1
  42. package/tsconfig.json +0 -28
  43. package/v2/get_alliances_alliance_id_contacts_labels_ok.d.ts +0 -24
  44. package/v2/get_alliances_alliance_id_contacts_ok.d.ts +0 -35
  45. package/v2/get_alliances_alliance_id_corporations_ok.d.ts +0 -9
  46. package/v2/get_alliances_alliance_id_icons_ok.d.ts +0 -18
  47. package/v2/get_alliances_ok.d.ts +0 -9
  48. package/v2/get_characters_character_id_agents_research_ok.d.ts +0 -33
  49. package/v2/get_characters_character_id_assets_ok.d.ts +0 -134
  50. package/v2/get_characters_character_id_attributes_ok.d.ts +0 -42
  51. package/v2/get_characters_character_id_blueprints_ok.d.ts +0 -122
  52. package/v2/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +0 -30
  53. package/v2/get_characters_character_id_calendar_event_id_ok.d.ts +0 -56
  54. package/v2/get_characters_character_id_calendar_ok.d.ts +0 -37
  55. package/v2/get_characters_character_id_contacts_labels_ok.d.ts +0 -24
  56. package/v2/get_characters_character_id_contacts_ok.d.ts +0 -43
  57. package/v2/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +0 -32
  58. package/v2/get_characters_character_id_contracts_contract_id_items_ok.d.ts +0 -38
  59. package/v2/get_characters_character_id_contracts_ok.d.ts +0 -117
  60. package/v2/get_characters_character_id_corporationhistory_ok.d.ts +0 -32
  61. package/v2/get_characters_character_id_fatigue_ok.d.ts +0 -22
  62. package/v2/get_characters_character_id_fleet_ok.d.ts +0 -31
  63. package/v2/get_characters_character_id_fw_stats_ok.d.ts +0 -64
  64. package/v2/get_characters_character_id_implants_ok.d.ts +0 -9
  65. package/v2/get_characters_character_id_industry_jobs_ok.d.ts +0 -105
  66. package/v2/get_characters_character_id_killmails_recent_ok.d.ts +0 -24
  67. package/v2/get_characters_character_id_location_ok.d.ts +0 -22
  68. package/v2/get_characters_character_id_loyalty_points_ok.d.ts +0 -24
  69. package/v2/get_characters_character_id_mail_labels_ok.d.ts +0 -62
  70. package/v2/get_characters_character_id_mail_lists_ok.d.ts +0 -24
  71. package/v2/get_characters_character_id_mail_mail_id_ok.d.ts +0 -59
  72. package/v2/get_characters_character_id_mail_ok.d.ts +0 -65
  73. package/v2/get_characters_character_id_medals_ok.d.ts +0 -135
  74. package/v2/get_characters_character_id_mining_ok.d.ts +0 -29
  75. package/v2/get_characters_character_id_notifications_contacts_ok.d.ts +0 -36
  76. package/v2/get_characters_character_id_notifications_ok.d.ts +0 -291
  77. package/v2/get_characters_character_id_ok.d.ts +0 -55
  78. package/v2/get_characters_character_id_online_ok.d.ts +0 -26
  79. package/v2/get_characters_character_id_opportunities_ok.d.ts +0 -24
  80. package/v2/get_characters_character_id_orders_history_ok.d.ts +0 -87
  81. package/v2/get_characters_character_id_orders_ok.d.ts +0 -82
  82. package/v2/get_characters_character_id_planets_ok.d.ts +0 -124
  83. package/v2/get_characters_character_id_planets_planet_id_ok.d.ts +0 -283
  84. package/v2/get_characters_character_id_portrait_ok.d.ts +0 -26
  85. package/v2/get_characters_character_id_roles_ok.d.ts +0 -270
  86. package/v2/get_characters_character_id_ship_ok.d.ts +0 -19
  87. package/v2/get_characters_character_id_skillqueue_ok.d.ts +0 -48
  88. package/v2/get_characters_character_id_skills_ok.d.ts +0 -47
  89. package/v2/get_characters_character_id_standings_ok.d.ts +0 -29
  90. package/v2/get_characters_character_id_titles_ok.d.ts +0 -184
  91. package/v2/get_characters_character_id_wallet_journal_ok.d.ts +0 -228
  92. package/v2/get_characters_character_id_wallet_ok.d.ts +0 -7
  93. package/v2/get_characters_character_id_wallet_transactions_ok.d.ts +0 -53
  94. package/v2/get_contracts_public_bids_contract_id_ok.d.ts +0 -28
  95. package/v2/get_contracts_public_items_contract_id_ok.d.ts +0 -49
  96. package/v2/get_contracts_public_region_id_ok.d.ts +0 -81
  97. package/v2/get_corporation_corporation_id_mining_extractions_ok.d.ts +0 -39
  98. package/v2/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +0 -36
  99. package/v2/get_corporation_corporation_id_mining_observers_ok.d.ts +0 -30
  100. package/v2/get_corporations_corporation_id_alliancehistory_ok.d.ts +0 -32
  101. package/v2/get_corporations_corporation_id_assets_ok.d.ts +0 -170
  102. package/v2/get_corporations_corporation_id_blueprints_ok.d.ts +0 -163
  103. package/v2/get_corporations_corporation_id_contacts_labels_ok.d.ts +0 -24
  104. package/v2/get_corporations_corporation_id_contacts_ok.d.ts +0 -39
  105. package/v2/get_corporations_corporation_id_containers_logs_ok.d.ts +0 -188
  106. package/v2/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +0 -33
  107. package/v2/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +0 -38
  108. package/v2/get_corporations_corporation_id_contracts_ok.d.ts +0 -117
  109. package/v2/get_corporations_corporation_id_customs_offices_ok.d.ts +0 -78
  110. package/v2/get_corporations_corporation_id_divisions_ok.d.ts +0 -128
  111. package/v2/get_corporations_corporation_id_facilities_ok.d.ts +0 -25
  112. package/v2/get_corporations_corporation_id_fw_stats_ok.d.ts +0 -60
  113. package/v2/get_corporations_corporation_id_icons_ok.d.ts +0 -22
  114. package/v2/get_corporations_corporation_id_industry_jobs_ok.d.ts +0 -105
  115. package/v2/get_corporations_corporation_id_killmails_recent_ok.d.ts +0 -24
  116. package/v2/get_corporations_corporation_id_medals_issued_ok.d.ts +0 -41
  117. package/v2/get_corporations_corporation_id_medals_ok.d.ts +0 -36
  118. package/v2/get_corporations_corporation_id_members_limit_ok.d.ts +0 -7
  119. package/v2/get_corporations_corporation_id_members_ok.d.ts +0 -9
  120. package/v2/get_corporations_corporation_id_members_titles_ok.d.ts +0 -194
  121. package/v2/get_corporations_corporation_id_membertracking_ok.d.ts +0 -41
  122. package/v2/get_corporations_corporation_id_ok.d.ts +0 -66
  123. package/v2/get_corporations_corporation_id_orders_history_ok.d.ts +0 -91
  124. package/v2/get_corporations_corporation_id_orders_ok.d.ts +0 -86
  125. package/v2/get_corporations_corporation_id_roles_history_ok.d.ts +0 -171
  126. package/v2/get_corporations_corporation_id_roles_ok.d.ts +0 -543
  127. package/v2/get_corporations_corporation_id_shareholders_ok.d.ts +0 -29
  128. package/v2/get_corporations_corporation_id_standings_ok.d.ts +0 -29
  129. package/v2/get_corporations_corporation_id_starbases_ok.d.ts +0 -51
  130. package/v2/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +0 -110
  131. package/v2/get_corporations_corporation_id_structures_ok.d.ts +0 -176
  132. package/v2/get_corporations_corporation_id_titles_ok.d.ts +0 -548
  133. package/v2/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +0 -229
  134. package/v2/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +0 -50
  135. package/v2/get_corporations_corporation_id_wallets_ok.d.ts +0 -62
  136. package/v2/get_corporations_npccorps_ok.d.ts +0 -9
  137. package/v2/get_dogma_attributes_attribute_id_ok.d.ts +0 -50
  138. package/v2/get_dogma_attributes_ok.d.ts +0 -9
  139. package/v2/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +0 -58
  140. package/v2/get_dogma_effects_effect_id_ok.d.ts +0 -127
  141. package/v2/get_dogma_effects_ok.d.ts +0 -9
  142. package/v2/get_fleets_fleet_id_members_ok.d.ts +0 -54
  143. package/v2/get_fleets_fleet_id_ok.d.ts +0 -26
  144. package/v2/get_fleets_fleet_id_wings_ok.d.ts +0 -45
  145. package/v2/get_fw_leaderboards_characters_ok.d.ts +0 -110
  146. package/v2/get_fw_leaderboards_corporations_ok.d.ts +0 -109
  147. package/v2/get_fw_leaderboards_ok.d.ts +0 -182
  148. package/v2/get_fw_stats_ok.d.ts +0 -66
  149. package/v2/get_fw_systems_ok.d.ts +0 -41
  150. package/v2/get_fw_wars_ok.d.ts +0 -24
  151. package/v2/get_industry_facilities_ok.d.ts +0 -37
  152. package/v2/get_industry_systems_ok.d.ts +0 -119
  153. package/v2/get_insurance_prices_ok.d.ts +0 -62
  154. package/v2/get_markets_groups_market_group_id_ok.d.ts +0 -27
  155. package/v2/get_markets_groups_ok.d.ts +0 -9
  156. package/v2/get_markets_prices_ok.d.ts +0 -25
  157. package/v2/get_markets_region_id_history_ok.d.ts +0 -40
  158. package/v2/get_markets_region_id_orders_ok.d.ts +0 -74
  159. package/v2/get_markets_region_id_types_ok.d.ts +0 -9
  160. package/v2/get_markets_structures_structure_id_ok.d.ts +0 -70
  161. package/v2/get_opportunities_groups_group_id_ok.d.ts +0 -38
  162. package/v2/get_opportunities_groups_ok.d.ts +0 -9
  163. package/v2/get_opportunities_tasks_ok.d.ts +0 -9
  164. package/v2/get_opportunities_tasks_task_id_ok.d.ts +0 -26
  165. package/v2/get_route_origin_destination_ok.d.ts +0 -9
  166. package/v2/get_sovereignty_campaigns_ok.d.ts +0 -83
  167. package/v2/get_sovereignty_map_ok.d.ts +0 -32
  168. package/v2/get_sovereignty_structures_ok.d.ts +0 -46
  169. package/v2/get_universe_ancestries_ok.d.ts +0 -40
  170. package/v2/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +0 -37
  171. package/v2/get_universe_bloodlines_ok.d.ts +0 -57
  172. package/v2/get_universe_categories_category_id_ok.d.ts +0 -28
  173. package/v2/get_universe_categories_ok.d.ts +0 -9
  174. package/v2/get_universe_constellations_constellation_id_ok.d.ts +0 -47
  175. package/v2/get_universe_constellations_ok.d.ts +0 -9
  176. package/v2/get_universe_factions_ok.d.ts +0 -56
  177. package/v2/get_universe_graphics_graphic_id_ok.d.ts +0 -42
  178. package/v2/get_universe_graphics_ok.d.ts +0 -9
  179. package/v2/get_universe_groups_group_id_ok.d.ts +0 -27
  180. package/v2/get_universe_groups_ok.d.ts +0 -9
  181. package/v2/get_universe_moons_moon_id_ok.d.ts +0 -41
  182. package/v2/get_universe_planets_planet_id_ok.d.ts +0 -42
  183. package/v2/get_universe_races_ok.d.ts +0 -52
  184. package/v2/get_universe_regions_ok.d.ts +0 -9
  185. package/v2/get_universe_regions_region_id_ok.d.ts +0 -28
  186. package/v2/get_universe_schematics_schematic_id_ok.d.ts +0 -18
  187. package/v2/get_universe_stargates_stargate_id_ok.d.ts +0 -57
  188. package/v2/get_universe_stars_star_id_ok.d.ts +0 -129
  189. package/v2/get_universe_stations_station_id_ok.d.ts +0 -104
  190. package/v2/get_universe_structures_ok.d.ts +0 -9
  191. package/v2/get_universe_structures_structure_id_ok.d.ts +0 -43
  192. package/v2/get_universe_system_jumps_ok.d.ts +0 -24
  193. package/v2/get_universe_system_kills_ok.d.ts +0 -32
  194. package/v2/get_universe_systems_ok.d.ts +0 -9
  195. package/v2/get_universe_systems_system_id_ok.d.ts +0 -94
  196. package/v2/get_universe_types_ok.d.ts +0 -9
  197. package/v2/get_universe_types_type_id_ok.d.ts +0 -105
  198. package/v2/get_wars_ok.d.ts +0 -9
  199. package/v2/get_wars_war_id_killmails_ok.d.ts +0 -24
  200. package/v2/post_characters_affiliation_ok.d.ts +0 -32
  201. package/v2/post_characters_character_id_assets_locations_ok.d.ts +0 -39
  202. package/v2/post_characters_character_id_assets_names_ok.d.ts +0 -24
  203. package/v2/post_characters_character_id_contacts_created.d.ts +0 -9
  204. package/v2/post_characters_character_id_cspa_created.d.ts +0 -7
  205. package/v2/post_characters_character_id_fittings_created.d.ts +0 -14
  206. package/v2/post_characters_character_id_mail_created.d.ts +0 -7
  207. package/v2/post_characters_character_id_mail_labels_created.d.ts +0 -7
  208. package/v2/post_corporations_corporation_id_assets_locations_ok.d.ts +0 -39
  209. package/v2/post_corporations_corporation_id_assets_names_ok.d.ts +0 -24
  210. package/v2/post_fleets_fleet_id_wings_created.d.ts +0 -14
  211. package/v2/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +0 -14
  212. package/v2/post_universe_ids_ok.d.ts +0 -86
  213. package/v2/post_universe_names_ok.d.ts +0 -38
  214. /package/v2/{extra-types.d.ts → globals/extra-types.d.ts} +0 -0
@@ -1,36 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporation/{corporation_id}/mining/observers/{observer_id}/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 1000
8
- */
9
- type GetCorporationCorporationIdMiningObserversObserverIdOk =
10
- GetCorporationCorporationIdMiningObserversObserverId_200Ok[];
11
-
12
- /**
13
- * 200 ok object
14
- */
15
- interface GetCorporationCorporationIdMiningObserversObserverId_200Ok {
16
- /**
17
- * The character that did the mining
18
- *
19
- */
20
- character_id: number;
21
- /**
22
- * last_updated string
23
- */
24
- last_updated: string;
25
- /**
26
- * quantity integer
27
- */
28
- quantity: number;
29
- /**
30
- * The corporation id of the character at the time data was recorded.
31
- *
32
- */
33
- recorded_corporation_id: number;
34
- type_id: number;
35
- [k: string]: unknown | undefined;
36
- }
@@ -1,30 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporation/{corporation_id}/mining/observers/
3
- */
4
- /**
5
- * The category of the observing entity
6
- */
7
- type GetCorporationCorporationIdMiningObserversObserverType = "structure";
8
- /**
9
- * 200 ok array
10
- *
11
- * @maxItems 1000
12
- */
13
- type GetCorporationCorporationIdMiningObserversOk = GetCorporationCorporationIdMiningObservers_200Ok[];
14
-
15
- /**
16
- * 200 ok object
17
- */
18
- interface GetCorporationCorporationIdMiningObservers_200Ok {
19
- /**
20
- * last_updated string
21
- */
22
- last_updated: string;
23
- /**
24
- * The entity that was observing the asteroid field when it was mined.
25
- *
26
- */
27
- observer_id: number;
28
- observer_type: GetCorporationCorporationIdMiningObserversObserverType;
29
- [k: string]: unknown | undefined;
30
- }
@@ -1,32 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporations/{corporation_id}/alliancehistory/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 10000
8
- */
9
- type GetCorporationsCorporationIdAlliancehistoryOk = GetCorporationsCorporationIdAlliancehistory_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetCorporationsCorporationIdAlliancehistory_200Ok {
15
- /**
16
- * alliance_id integer
17
- */
18
- alliance_id?: number;
19
- /**
20
- * True if the alliance has been closed
21
- */
22
- is_deleted?: boolean;
23
- /**
24
- * An incrementing ID that can be used to canonically establish order of records in cases where dates may be ambiguous
25
- */
26
- record_id: number;
27
- /**
28
- * start_date string
29
- */
30
- start_date: string;
31
- [k: string]: unknown | undefined;
32
- }
@@ -1,170 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporations/{corporation_id}/assets/
3
- */
4
- /**
5
- * location_flag string
6
- */
7
- type GetCorporationsCorporationIdAssetsLocationFlag =
8
- | "AssetSafety"
9
- | "AutoFit"
10
- | "Bonus"
11
- | "Booster"
12
- | "BoosterBay"
13
- | "Capsule"
14
- | "Cargo"
15
- | "CorpDeliveries"
16
- | "CorpSAG1"
17
- | "CorpSAG2"
18
- | "CorpSAG3"
19
- | "CorpSAG4"
20
- | "CorpSAG5"
21
- | "CorpSAG6"
22
- | "CorpSAG7"
23
- | "CorporationGoalDeliveries"
24
- | "CrateLoot"
25
- | "Deliveries"
26
- | "DroneBay"
27
- | "DustBattle"
28
- | "DustDatabank"
29
- | "FighterBay"
30
- | "FighterTube0"
31
- | "FighterTube1"
32
- | "FighterTube2"
33
- | "FighterTube3"
34
- | "FighterTube4"
35
- | "FleetHangar"
36
- | "FrigateEscapeBay"
37
- | "Hangar"
38
- | "HangarAll"
39
- | "HiSlot0"
40
- | "HiSlot1"
41
- | "HiSlot2"
42
- | "HiSlot3"
43
- | "HiSlot4"
44
- | "HiSlot5"
45
- | "HiSlot6"
46
- | "HiSlot7"
47
- | "HiddenModifiers"
48
- | "Implant"
49
- | "Impounded"
50
- | "InfrastructureHangar"
51
- | "JunkyardReprocessed"
52
- | "JunkyardTrashed"
53
- | "LoSlot0"
54
- | "LoSlot1"
55
- | "LoSlot2"
56
- | "LoSlot3"
57
- | "LoSlot4"
58
- | "LoSlot5"
59
- | "LoSlot6"
60
- | "LoSlot7"
61
- | "Locked"
62
- | "MedSlot0"
63
- | "MedSlot1"
64
- | "MedSlot2"
65
- | "MedSlot3"
66
- | "MedSlot4"
67
- | "MedSlot5"
68
- | "MedSlot6"
69
- | "MedSlot7"
70
- | "MobileDepotHold"
71
- | "MoonMaterialBay"
72
- | "OfficeFolder"
73
- | "Pilot"
74
- | "PlanetSurface"
75
- | "QuafeBay"
76
- | "QuantumCoreRoom"
77
- | "Reward"
78
- | "RigSlot0"
79
- | "RigSlot1"
80
- | "RigSlot2"
81
- | "RigSlot3"
82
- | "RigSlot4"
83
- | "RigSlot5"
84
- | "RigSlot6"
85
- | "RigSlot7"
86
- | "SecondaryStorage"
87
- | "ServiceSlot0"
88
- | "ServiceSlot1"
89
- | "ServiceSlot2"
90
- | "ServiceSlot3"
91
- | "ServiceSlot4"
92
- | "ServiceSlot5"
93
- | "ServiceSlot6"
94
- | "ServiceSlot7"
95
- | "ShipHangar"
96
- | "ShipOffline"
97
- | "Skill"
98
- | "SkillInTraining"
99
- | "SpecializedAmmoHold"
100
- | "SpecializedAsteroidHold"
101
- | "SpecializedCommandCenterHold"
102
- | "SpecializedFuelBay"
103
- | "SpecializedGasHold"
104
- | "SpecializedIceHold"
105
- | "SpecializedIndustrialShipHold"
106
- | "SpecializedLargeShipHold"
107
- | "SpecializedMaterialBay"
108
- | "SpecializedMediumShipHold"
109
- | "SpecializedMineralHold"
110
- | "SpecializedOreHold"
111
- | "SpecializedPlanetaryCommoditiesHold"
112
- | "SpecializedSalvageHold"
113
- | "SpecializedShipHold"
114
- | "SpecializedSmallShipHold"
115
- | "StructureActive"
116
- | "StructureFuel"
117
- | "StructureInactive"
118
- | "StructureOffline"
119
- | "SubSystemBay"
120
- | "SubSystemSlot0"
121
- | "SubSystemSlot1"
122
- | "SubSystemSlot2"
123
- | "SubSystemSlot3"
124
- | "SubSystemSlot4"
125
- | "SubSystemSlot5"
126
- | "SubSystemSlot6"
127
- | "SubSystemSlot7"
128
- | "Unlocked"
129
- | "Wallet"
130
- | "Wardrobe";
131
- /**
132
- * location_type string
133
- */
134
- type GetCorporationsCorporationIdAssetsLocationType = "station" | "solar_system" | "item" | "other";
135
- /**
136
- * 200 ok array
137
- *
138
- * @maxItems 1000
139
- */
140
- type GetCorporationsCorporationIdAssetsOk = GetCorporationsCorporationIdAssets_200Ok[];
141
-
142
- /**
143
- * 200 ok object
144
- */
145
- interface GetCorporationsCorporationIdAssets_200Ok {
146
- /**
147
- * is_blueprint_copy boolean
148
- */
149
- is_blueprint_copy?: boolean;
150
- /**
151
- * is_singleton boolean
152
- */
153
- is_singleton: boolean;
154
- /**
155
- * item_id integer
156
- */
157
- item_id: number;
158
- location_flag: GetCorporationsCorporationIdAssetsLocationFlag;
159
- /**
160
- * location_id integer
161
- */
162
- location_id: number;
163
- location_type: GetCorporationsCorporationIdAssetsLocationType;
164
- /**
165
- * quantity integer
166
- */
167
- quantity: number;
168
- type_id: number;
169
- [k: string]: unknown | undefined;
170
- }
@@ -1,163 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporations/{corporation_id}/blueprints/
3
- */
4
- /**
5
- * Type of the location_id
6
- */
7
- type GetCorporationsCorporationIdBlueprintsLocationFlag =
8
- | "AssetSafety"
9
- | "AutoFit"
10
- | "Bonus"
11
- | "Booster"
12
- | "BoosterBay"
13
- | "Capsule"
14
- | "Cargo"
15
- | "CorpDeliveries"
16
- | "CorpSAG1"
17
- | "CorpSAG2"
18
- | "CorpSAG3"
19
- | "CorpSAG4"
20
- | "CorpSAG5"
21
- | "CorpSAG6"
22
- | "CorpSAG7"
23
- | "CrateLoot"
24
- | "Deliveries"
25
- | "DroneBay"
26
- | "DustBattle"
27
- | "DustDatabank"
28
- | "FighterBay"
29
- | "FighterTube0"
30
- | "FighterTube1"
31
- | "FighterTube2"
32
- | "FighterTube3"
33
- | "FighterTube4"
34
- | "FleetHangar"
35
- | "FrigateEscapeBay"
36
- | "Hangar"
37
- | "HangarAll"
38
- | "HiSlot0"
39
- | "HiSlot1"
40
- | "HiSlot2"
41
- | "HiSlot3"
42
- | "HiSlot4"
43
- | "HiSlot5"
44
- | "HiSlot6"
45
- | "HiSlot7"
46
- | "HiddenModifiers"
47
- | "Implant"
48
- | "Impounded"
49
- | "JunkyardReprocessed"
50
- | "JunkyardTrashed"
51
- | "LoSlot0"
52
- | "LoSlot1"
53
- | "LoSlot2"
54
- | "LoSlot3"
55
- | "LoSlot4"
56
- | "LoSlot5"
57
- | "LoSlot6"
58
- | "LoSlot7"
59
- | "Locked"
60
- | "MedSlot0"
61
- | "MedSlot1"
62
- | "MedSlot2"
63
- | "MedSlot3"
64
- | "MedSlot4"
65
- | "MedSlot5"
66
- | "MedSlot6"
67
- | "MedSlot7"
68
- | "OfficeFolder"
69
- | "Pilot"
70
- | "PlanetSurface"
71
- | "QuafeBay"
72
- | "QuantumCoreRoom"
73
- | "Reward"
74
- | "RigSlot0"
75
- | "RigSlot1"
76
- | "RigSlot2"
77
- | "RigSlot3"
78
- | "RigSlot4"
79
- | "RigSlot5"
80
- | "RigSlot6"
81
- | "RigSlot7"
82
- | "SecondaryStorage"
83
- | "ServiceSlot0"
84
- | "ServiceSlot1"
85
- | "ServiceSlot2"
86
- | "ServiceSlot3"
87
- | "ServiceSlot4"
88
- | "ServiceSlot5"
89
- | "ServiceSlot6"
90
- | "ServiceSlot7"
91
- | "ShipHangar"
92
- | "ShipOffline"
93
- | "Skill"
94
- | "SkillInTraining"
95
- | "SpecializedAmmoHold"
96
- | "SpecializedCommandCenterHold"
97
- | "SpecializedFuelBay"
98
- | "SpecializedGasHold"
99
- | "SpecializedIndustrialShipHold"
100
- | "SpecializedLargeShipHold"
101
- | "SpecializedMaterialBay"
102
- | "SpecializedMediumShipHold"
103
- | "SpecializedMineralHold"
104
- | "SpecializedOreHold"
105
- | "SpecializedPlanetaryCommoditiesHold"
106
- | "SpecializedSalvageHold"
107
- | "SpecializedShipHold"
108
- | "SpecializedSmallShipHold"
109
- | "StructureActive"
110
- | "StructureFuel"
111
- | "StructureInactive"
112
- | "StructureOffline"
113
- | "SubSystemBay"
114
- | "SubSystemSlot0"
115
- | "SubSystemSlot1"
116
- | "SubSystemSlot2"
117
- | "SubSystemSlot3"
118
- | "SubSystemSlot4"
119
- | "SubSystemSlot5"
120
- | "SubSystemSlot6"
121
- | "SubSystemSlot7"
122
- | "Unlocked"
123
- | "Wallet"
124
- | "Wardrobe";
125
- /**
126
- * 200 ok array
127
- *
128
- * @maxItems 1000
129
- */
130
- type GetCorporationsCorporationIdBlueprintsOk = GetCorporationsCorporationIdBlueprints_200Ok[];
131
-
132
- /**
133
- * 200 ok object
134
- */
135
- interface GetCorporationsCorporationIdBlueprints_200Ok {
136
- /**
137
- * Unique ID for this item.
138
- */
139
- item_id: number;
140
- location_flag: GetCorporationsCorporationIdBlueprintsLocationFlag;
141
- /**
142
- * References a station, a ship or an item_id if this blueprint is located within a container.
143
- */
144
- location_id: number;
145
- /**
146
- * Material Efficiency Level of the blueprint.
147
- */
148
- material_efficiency: number;
149
- /**
150
- * A range of numbers with a minimum of -2 and no maximum value where -1 is an original and -2 is a copy. It can be a positive integer if it is a stack of blueprint originals fresh from the market (e.g. no activities performed on them yet).
151
- */
152
- quantity: number;
153
- /**
154
- * Number of runs remaining if the blueprint is a copy, -1 if it is an original.
155
- */
156
- runs: number;
157
- /**
158
- * Time Efficiency Level of the blueprint.
159
- */
160
- time_efficiency: number;
161
- type_id: number;
162
- [k: string]: unknown | undefined;
163
- }
@@ -1,24 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporations/{corporation_id}/contacts/labels/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 64
8
- */
9
- type GetCorporationsCorporationIdContactsLabelsOk = GetCorporationsCorporationIdContactsLabels_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetCorporationsCorporationIdContactsLabels_200Ok {
15
- /**
16
- * label_id integer
17
- */
18
- label_id: number;
19
- /**
20
- * label_name string
21
- */
22
- label_name: string;
23
- [k: string]: unknown | undefined;
24
- }
@@ -1,39 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporations/{corporation_id}/contacts/
3
- */
4
- /**
5
- * contact_type string
6
- */
7
- type GetCorporationsCorporationIdContactsContactType = "character" | "corporation" | "alliance" | "faction";
8
- /**
9
- * 200 ok array
10
- *
11
- * @maxItems 200
12
- */
13
- type GetCorporationsCorporationIdContactsOk = GetCorporationsCorporationIdContacts_200Ok[];
14
-
15
- /**
16
- * 200 ok object
17
- */
18
- interface GetCorporationsCorporationIdContacts_200Ok {
19
- /**
20
- * contact_id integer
21
- */
22
- contact_id: number;
23
- contact_type: GetCorporationsCorporationIdContactsContactType;
24
- /**
25
- * Whether this contact is being watched
26
- */
27
- is_watched?: boolean;
28
- /**
29
- * label_ids array
30
- *
31
- * @maxItems 63
32
- */
33
- label_ids?: number[];
34
- /**
35
- * Standing of the contact
36
- */
37
- standing: number;
38
- [k: string]: unknown | undefined;
39
- }
@@ -1,188 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/corporations/{corporation_id}/containers/logs/
3
- */
4
- /**
5
- * action string
6
- */
7
- type GetCorporationsCorporationIdContainersLogsAction =
8
- | "add"
9
- | "assemble"
10
- | "configure"
11
- | "enter_password"
12
- | "lock"
13
- | "move"
14
- | "repackage"
15
- | "set_name"
16
- | "set_password"
17
- | "unlock";
18
- /**
19
- * location_flag string
20
- */
21
- type GetCorporationsCorporationIdContainersLogsLocationFlag =
22
- | "AssetSafety"
23
- | "AutoFit"
24
- | "Bonus"
25
- | "Booster"
26
- | "BoosterBay"
27
- | "Capsule"
28
- | "Cargo"
29
- | "CorpDeliveries"
30
- | "CorpSAG1"
31
- | "CorpSAG2"
32
- | "CorpSAG3"
33
- | "CorpSAG4"
34
- | "CorpSAG5"
35
- | "CorpSAG6"
36
- | "CorpSAG7"
37
- | "CrateLoot"
38
- | "Deliveries"
39
- | "DroneBay"
40
- | "DustBattle"
41
- | "DustDatabank"
42
- | "FighterBay"
43
- | "FighterTube0"
44
- | "FighterTube1"
45
- | "FighterTube2"
46
- | "FighterTube3"
47
- | "FighterTube4"
48
- | "FleetHangar"
49
- | "FrigateEscapeBay"
50
- | "Hangar"
51
- | "HangarAll"
52
- | "HiSlot0"
53
- | "HiSlot1"
54
- | "HiSlot2"
55
- | "HiSlot3"
56
- | "HiSlot4"
57
- | "HiSlot5"
58
- | "HiSlot6"
59
- | "HiSlot7"
60
- | "HiddenModifiers"
61
- | "Implant"
62
- | "Impounded"
63
- | "JunkyardReprocessed"
64
- | "JunkyardTrashed"
65
- | "LoSlot0"
66
- | "LoSlot1"
67
- | "LoSlot2"
68
- | "LoSlot3"
69
- | "LoSlot4"
70
- | "LoSlot5"
71
- | "LoSlot6"
72
- | "LoSlot7"
73
- | "Locked"
74
- | "MedSlot0"
75
- | "MedSlot1"
76
- | "MedSlot2"
77
- | "MedSlot3"
78
- | "MedSlot4"
79
- | "MedSlot5"
80
- | "MedSlot6"
81
- | "MedSlot7"
82
- | "OfficeFolder"
83
- | "Pilot"
84
- | "PlanetSurface"
85
- | "QuafeBay"
86
- | "QuantumCoreRoom"
87
- | "Reward"
88
- | "RigSlot0"
89
- | "RigSlot1"
90
- | "RigSlot2"
91
- | "RigSlot3"
92
- | "RigSlot4"
93
- | "RigSlot5"
94
- | "RigSlot6"
95
- | "RigSlot7"
96
- | "SecondaryStorage"
97
- | "ServiceSlot0"
98
- | "ServiceSlot1"
99
- | "ServiceSlot2"
100
- | "ServiceSlot3"
101
- | "ServiceSlot4"
102
- | "ServiceSlot5"
103
- | "ServiceSlot6"
104
- | "ServiceSlot7"
105
- | "ShipHangar"
106
- | "ShipOffline"
107
- | "Skill"
108
- | "SkillInTraining"
109
- | "SpecializedAmmoHold"
110
- | "SpecializedCommandCenterHold"
111
- | "SpecializedFuelBay"
112
- | "SpecializedGasHold"
113
- | "SpecializedIndustrialShipHold"
114
- | "SpecializedLargeShipHold"
115
- | "SpecializedMaterialBay"
116
- | "SpecializedMediumShipHold"
117
- | "SpecializedMineralHold"
118
- | "SpecializedOreHold"
119
- | "SpecializedPlanetaryCommoditiesHold"
120
- | "SpecializedSalvageHold"
121
- | "SpecializedShipHold"
122
- | "SpecializedSmallShipHold"
123
- | "StructureActive"
124
- | "StructureFuel"
125
- | "StructureInactive"
126
- | "StructureOffline"
127
- | "SubSystemBay"
128
- | "SubSystemSlot0"
129
- | "SubSystemSlot1"
130
- | "SubSystemSlot2"
131
- | "SubSystemSlot3"
132
- | "SubSystemSlot4"
133
- | "SubSystemSlot5"
134
- | "SubSystemSlot6"
135
- | "SubSystemSlot7"
136
- | "Unlocked"
137
- | "Wallet"
138
- | "Wardrobe";
139
- /**
140
- * Type of password set if action is of type SetPassword or EnterPassword
141
- */
142
- type GetCorporationsCorporationIdContainersLogsPasswordType = "config" | "general";
143
- /**
144
- * 200 ok array
145
- *
146
- * @maxItems 1000
147
- */
148
- type GetCorporationsCorporationIdContainersLogsOk = GetCorporationsCorporationIdContainersLogs_200Ok[];
149
-
150
- /**
151
- * 200 ok object
152
- */
153
- interface GetCorporationsCorporationIdContainersLogs_200Ok {
154
- action: GetCorporationsCorporationIdContainersLogsAction;
155
- /**
156
- * ID of the character who performed the action.
157
- */
158
- character_id: number;
159
- /**
160
- * ID of the container
161
- */
162
- container_id: number;
163
- container_type_id: number;
164
- location_flag: GetCorporationsCorporationIdContainersLogsLocationFlag;
165
- /**
166
- * location_id integer
167
- */
168
- location_id: number;
169
- /**
170
- * Timestamp when this log was created
171
- */
172
- logged_at: string;
173
- /**
174
- * new_config_bitmask integer
175
- */
176
- new_config_bitmask?: number;
177
- /**
178
- * old_config_bitmask integer
179
- */
180
- old_config_bitmask?: number;
181
- password_type?: GetCorporationsCorporationIdContainersLogsPasswordType;
182
- /**
183
- * Quantity of the item being acted upon
184
- */
185
- quantity?: number;
186
- type_id?: number;
187
- [k: string]: unknown | undefined;
188
- }