eve-esi-types 1.0.0

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 (202) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +2 -0
  3. package/package.json +28 -0
  4. package/src/get_alliances_alliance_id_contacts_labels_ok.d.ts +27 -0
  5. package/src/get_alliances_alliance_id_contacts_ok.d.ts +43 -0
  6. package/src/get_alliances_alliance_id_corporations_ok.d.ts +14 -0
  7. package/src/get_alliances_alliance_id_icons_ok.d.ts +21 -0
  8. package/src/get_alliances_alliance_id_ok.d.ts +46 -0
  9. package/src/get_alliances_ok.d.ts +14 -0
  10. package/src/get_characters_character_id_agents_research_ok.d.ts +42 -0
  11. package/src/get_characters_character_id_assets_ok.d.ts +144 -0
  12. package/src/get_characters_character_id_attributes_ok.d.ts +51 -0
  13. package/src/get_characters_character_id_blueprints_ok.d.ts +133 -0
  14. package/src/get_characters_character_id_bookmarks_folders_ok.d.ts +27 -0
  15. package/src/get_characters_character_id_bookmarks_ok.d.ts +91 -0
  16. package/src/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +32 -0
  17. package/src/get_characters_character_id_calendar_event_id_ok.d.ts +66 -0
  18. package/src/get_characters_character_id_calendar_ok.d.ts +42 -0
  19. package/src/get_characters_character_id_clones_ok.d.ts +82 -0
  20. package/src/get_characters_character_id_contacts_labels_ok.d.ts +27 -0
  21. package/src/get_characters_character_id_contacts_ok.d.ts +53 -0
  22. package/src/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +37 -0
  23. package/src/get_characters_character_id_contracts_contract_id_items_ok.d.ts +48 -0
  24. package/src/get_characters_character_id_contracts_ok.d.ts +137 -0
  25. package/src/get_characters_character_id_corporationhistory_ok.d.ts +37 -0
  26. package/src/get_characters_character_id_fatigue_ok.d.ts +26 -0
  27. package/src/get_characters_character_id_fittings_ok.d.ts +108 -0
  28. package/src/get_characters_character_id_fleet_ok.d.ts +35 -0
  29. package/src/get_characters_character_id_fw_stats_ok.d.ts +75 -0
  30. package/src/get_characters_character_id_implants_ok.d.ts +14 -0
  31. package/src/get_characters_character_id_industry_jobs_ok.d.ts +133 -0
  32. package/src/get_characters_character_id_killmails_recent_ok.d.ts +27 -0
  33. package/src/get_characters_character_id_location_ok.d.ts +26 -0
  34. package/src/get_characters_character_id_loyalty_points_ok.d.ts +27 -0
  35. package/src/get_characters_character_id_mail_labels_ok.d.ts +67 -0
  36. package/src/get_characters_character_id_mail_lists_ok.d.ts +27 -0
  37. package/src/get_characters_character_id_mail_mail_id_ok.d.ts +71 -0
  38. package/src/get_characters_character_id_mail_ok.d.ts +77 -0
  39. package/src/get_characters_character_id_medals_ok.d.ts +147 -0
  40. package/src/get_characters_character_id_mining_ok.d.ts +37 -0
  41. package/src/get_characters_character_id_notifications_contacts_ok.d.ts +42 -0
  42. package/src/get_characters_character_id_notifications_ok.d.ts +297 -0
  43. package/src/get_characters_character_id_ok.d.ts +66 -0
  44. package/src/get_characters_character_id_online_ok.d.ts +31 -0
  45. package/src/get_characters_character_id_opportunities_ok.d.ts +27 -0
  46. package/src/get_characters_character_id_orders_history_ok.d.ts +104 -0
  47. package/src/get_characters_character_id_orders_ok.d.ts +99 -0
  48. package/src/get_characters_character_id_planets_ok.d.ts +131 -0
  49. package/src/get_characters_character_id_planets_planet_id_ok.d.ts +323 -0
  50. package/src/get_characters_character_id_portrait_ok.d.ts +31 -0
  51. package/src/get_characters_character_id_roles_ok.d.ts +271 -0
  52. package/src/get_characters_character_id_search_ok.d.ts +132 -0
  53. package/src/get_characters_character_id_ship_ok.d.ts +26 -0
  54. package/src/get_characters_character_id_skillqueue_ok.d.ts +57 -0
  55. package/src/get_characters_character_id_skills_ok.d.ts +54 -0
  56. package/src/get_characters_character_id_standings_ok.d.ts +32 -0
  57. package/src/get_characters_character_id_titles_ok.d.ts +187 -0
  58. package/src/get_characters_character_id_wallet_journal_ok.d.ts +240 -0
  59. package/src/get_characters_character_id_wallet_ok.d.ts +8 -0
  60. package/src/get_characters_character_id_wallet_transactions_ok.d.ts +67 -0
  61. package/src/get_contracts_public_bids_contract_id_ok.d.ts +32 -0
  62. package/src/get_contracts_public_items_contract_id_ok.d.ts +62 -0
  63. package/src/get_contracts_public_region_id_ok.d.ts +97 -0
  64. package/src/get_corporation_corporation_id_mining_extractions_ok.d.ts +45 -0
  65. package/src/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +45 -0
  66. package/src/get_corporation_corporation_id_mining_observers_ok.d.ts +33 -0
  67. package/src/get_corporations_corporation_id_alliancehistory_ok.d.ts +37 -0
  68. package/src/get_corporations_corporation_id_assets_ok.d.ts +180 -0
  69. package/src/get_corporations_corporation_id_blueprints_ok.d.ts +174 -0
  70. package/src/get_corporations_corporation_id_bookmarks_folders_ok.d.ts +32 -0
  71. package/src/get_corporations_corporation_id_bookmarks_ok.d.ts +91 -0
  72. package/src/get_corporations_corporation_id_contacts_labels_ok.d.ts +27 -0
  73. package/src/get_corporations_corporation_id_contacts_ok.d.ts +48 -0
  74. package/src/get_corporations_corporation_id_containers_logs_ok.d.ts +204 -0
  75. package/src/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +38 -0
  76. package/src/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +48 -0
  77. package/src/get_corporations_corporation_id_contracts_ok.d.ts +137 -0
  78. package/src/get_corporations_corporation_id_customs_offices_ok.d.ts +92 -0
  79. package/src/get_corporations_corporation_id_divisions_ok.d.ts +133 -0
  80. package/src/get_corporations_corporation_id_facilities_ok.d.ts +32 -0
  81. package/src/get_corporations_corporation_id_fw_stats_ok.d.ts +70 -0
  82. package/src/get_corporations_corporation_id_icons_ok.d.ts +26 -0
  83. package/src/get_corporations_corporation_id_industry_jobs_ok.d.ts +133 -0
  84. package/src/get_corporations_corporation_id_killmails_recent_ok.d.ts +27 -0
  85. package/src/get_corporations_corporation_id_medals_issued_ok.d.ts +47 -0
  86. package/src/get_corporations_corporation_id_medals_ok.d.ts +42 -0
  87. package/src/get_corporations_corporation_id_members_limit_ok.d.ts +8 -0
  88. package/src/get_corporations_corporation_id_members_ok.d.ts +14 -0
  89. package/src/get_corporations_corporation_id_members_titles_ok.d.ts +197 -0
  90. package/src/get_corporations_corporation_id_membertracking_ok.d.ts +52 -0
  91. package/src/get_corporations_corporation_id_ok.d.ts +81 -0
  92. package/src/get_corporations_corporation_id_orders_history_ok.d.ts +109 -0
  93. package/src/get_corporations_corporation_id_orders_ok.d.ts +104 -0
  94. package/src/get_corporations_corporation_id_roles_history_ok.d.ts +175 -0
  95. package/src/get_corporations_corporation_id_roles_ok.d.ts +545 -0
  96. package/src/get_corporations_corporation_id_shareholders_ok.d.ts +32 -0
  97. package/src/get_corporations_corporation_id_standings_ok.d.ts +32 -0
  98. package/src/get_corporations_corporation_id_starbases_ok.d.ts +62 -0
  99. package/src/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +369 -0
  100. package/src/get_corporations_corporation_id_structures_ok.d.ts +194 -0
  101. package/src/get_corporations_corporation_id_titles_ok.d.ts +715 -0
  102. package/src/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +241 -0
  103. package/src/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +63 -0
  104. package/src/get_corporations_corporation_id_wallets_ok.d.ts +65 -0
  105. package/src/get_corporations_npccorps_ok.d.ts +14 -0
  106. package/src/get_dogma_attributes_attribute_id_ok.d.ts +61 -0
  107. package/src/get_dogma_attributes_ok.d.ts +14 -0
  108. package/src/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +72 -0
  109. package/src/get_dogma_effects_effect_id_ok.d.ts +154 -0
  110. package/src/get_dogma_effects_ok.d.ts +14 -0
  111. package/src/get_fleets_fleet_id_members_ok.d.ts +67 -0
  112. package/src/get_fleets_fleet_id_ok.d.ts +31 -0
  113. package/src/get_fleets_fleet_id_wings_ok.d.ts +50 -0
  114. package/src/get_fw_leaderboards_characters_ok.d.ts +163 -0
  115. package/src/get_fw_leaderboards_corporations_ok.d.ts +589 -0
  116. package/src/get_fw_leaderboards_ok.d.ts +235 -0
  117. package/src/get_fw_stats_ok.d.ts +76 -0
  118. package/src/get_fw_systems_ok.d.ts +47 -0
  119. package/src/get_fw_wars_ok.d.ts +27 -0
  120. package/src/get_incursions_ok.d.ts +63 -0
  121. package/src/get_industry_facilities_ok.d.ts +47 -0
  122. package/src/get_industry_systems_ok.d.ts +122 -0
  123. package/src/get_insurance_prices_ok.d.ts +70 -0
  124. package/src/get_killmails_killmail_id_killmail_hash_ok.d.ts +242 -0
  125. package/src/get_loyalty_stores_corporation_id_offers_ok.d.ts +70 -0
  126. package/src/get_markets_groups_market_group_id_ok.d.ts +42 -0
  127. package/src/get_markets_groups_ok.d.ts +14 -0
  128. package/src/get_markets_prices_ok.d.ts +32 -0
  129. package/src/get_markets_region_id_history_ok.d.ts +47 -0
  130. package/src/get_markets_region_id_orders_ok.d.ts +89 -0
  131. package/src/get_markets_region_id_types_ok.d.ts +14 -0
  132. package/src/get_markets_structures_structure_id_ok.d.ts +84 -0
  133. package/src/get_opportunities_groups_group_id_ok.d.ts +53 -0
  134. package/src/get_opportunities_groups_ok.d.ts +14 -0
  135. package/src/get_opportunities_tasks_ok.d.ts +14 -0
  136. package/src/get_opportunities_tasks_task_id_ok.d.ts +31 -0
  137. package/src/get_route_origin_destination_ok.d.ts +14 -0
  138. package/src/get_sovereignty_campaigns_ok.d.ts +94 -0
  139. package/src/get_sovereignty_map_ok.d.ts +37 -0
  140. package/src/get_sovereignty_structures_ok.d.ts +58 -0
  141. package/src/get_status_ok.d.ts +31 -0
  142. package/src/get_universe_ancestries_ok.d.ts +47 -0
  143. package/src/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +43 -0
  144. package/src/get_universe_bloodlines_ok.d.ts +72 -0
  145. package/src/get_universe_categories_category_id_ok.d.ts +37 -0
  146. package/src/get_universe_categories_ok.d.ts +14 -0
  147. package/src/get_universe_constellations_constellation_id_ok.d.ts +59 -0
  148. package/src/get_universe_constellations_ok.d.ts +14 -0
  149. package/src/get_universe_factions_ok.d.ts +67 -0
  150. package/src/get_universe_graphics_graphic_id_ok.d.ts +51 -0
  151. package/src/get_universe_graphics_ok.d.ts +14 -0
  152. package/src/get_universe_groups_group_id_ok.d.ts +42 -0
  153. package/src/get_universe_groups_ok.d.ts +14 -0
  154. package/src/get_universe_moons_moon_id_ok.d.ts +48 -0
  155. package/src/get_universe_planets_planet_id_ok.d.ts +53 -0
  156. package/src/get_universe_races_ok.d.ts +57 -0
  157. package/src/get_universe_regions_ok.d.ts +14 -0
  158. package/src/get_universe_regions_region_id_ok.d.ts +37 -0
  159. package/src/get_universe_schematics_schematic_id_ok.d.ts +21 -0
  160. package/src/get_universe_stargates_stargate_id_ok.d.ts +70 -0
  161. package/src/get_universe_stars_star_id_ok.d.ts +140 -0
  162. package/src/get_universe_stations_station_id_ok.d.ts +121 -0
  163. package/src/get_universe_structures_ok.d.ts +14 -0
  164. package/src/get_universe_structures_structure_id_ok.d.ts +54 -0
  165. package/src/get_universe_system_jumps_ok.d.ts +27 -0
  166. package/src/get_universe_system_kills_ok.d.ts +37 -0
  167. package/src/get_universe_systems_ok.d.ts +14 -0
  168. package/src/get_universe_systems_system_id_ok.d.ts +125 -0
  169. package/src/get_universe_types_ok.d.ts +14 -0
  170. package/src/get_universe_types_type_id_ok.d.ts +127 -0
  171. package/src/get_wars_ok.d.ts +14 -0
  172. package/src/get_wars_war_id_killmails_ok.d.ts +27 -0
  173. package/src/get_wars_war_id_ok.d.ts +123 -0
  174. package/src/index.d.ts +404 -0
  175. package/src/post_characters_affiliation_ok.d.ts +37 -0
  176. package/src/post_characters_character_id_assets_locations_ok.d.ts +44 -0
  177. package/src/post_characters_character_id_assets_names_ok.d.ts +27 -0
  178. package/src/post_characters_character_id_contacts_contact_ids.d.ts +18 -0
  179. package/src/post_characters_character_id_contacts_created.d.ts +14 -0
  180. package/src/post_characters_character_id_cspa_characters.d.ts +18 -0
  181. package/src/post_characters_character_id_cspa_created.d.ts +8 -0
  182. package/src/post_characters_character_id_fittings_created.d.ts +16 -0
  183. package/src/post_characters_character_id_fittings_fitting.d.ts +101 -0
  184. package/src/post_characters_character_id_mail_created.d.ts +8 -0
  185. package/src/post_characters_character_id_mail_labels_created.d.ts +8 -0
  186. package/src/post_characters_character_id_mail_labels_label.d.ts +39 -0
  187. package/src/post_characters_character_id_mail_mail.d.ts +53 -0
  188. package/src/post_corporations_corporation_id_assets_locations_ok.d.ts +44 -0
  189. package/src/post_corporations_corporation_id_assets_names_ok.d.ts +27 -0
  190. package/src/post_fleets_fleet_id_members_invitation.d.ts +31 -0
  191. package/src/post_fleets_fleet_id_wings_created.d.ts +16 -0
  192. package/src/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +16 -0
  193. package/src/post_ui_openwindow_newmail_new_mail.d.ts +46 -0
  194. package/src/post_universe_ids_ok.d.ts +241 -0
  195. package/src/post_universe_names_ok.d.ts +41 -0
  196. package/src/put_characters_character_id_calendar_event_id_response.d.ts +16 -0
  197. package/src/put_characters_character_id_contacts_contact_ids.d.ts +18 -0
  198. package/src/put_characters_character_id_mail_mail_id_contents.d.ts +27 -0
  199. package/src/put_fleets_fleet_id_members_member_id_movement.d.ts +30 -0
  200. package/src/put_fleets_fleet_id_new_settings.d.ts +21 -0
  201. package/src/put_fleets_fleet_id_squads_squad_id_naming.d.ts +16 -0
  202. package/src/put_fleets_fleet_id_wings_wing_id_naming.d.ts +16 -0
@@ -0,0 +1,242 @@
1
+ /**
2
+ * ESI endpoint: /killmails/{killmail_id}/{killmail_hash}/
3
+ */
4
+
5
+ /**
6
+ * alliance_id integer
7
+ */
8
+ type GetKillmailsKillmailIdKillmailHashAllianceId = number;
9
+ /**
10
+ * character_id integer
11
+ */
12
+ type GetKillmailsKillmailIdKillmailHashCharacterId = number;
13
+ /**
14
+ * corporation_id integer
15
+ */
16
+ type GetKillmailsKillmailIdKillmailHashCorporationId = number;
17
+ /**
18
+ * damage_done integer
19
+ */
20
+ type GetKillmailsKillmailIdKillmailHashDamageDone = number;
21
+ /**
22
+ * faction_id integer
23
+ */
24
+ type GetKillmailsKillmailIdKillmailHashFactionId = number;
25
+ /**
26
+ * Was the attacker the one to achieve the final blow
27
+ *
28
+ */
29
+ type GetKillmailsKillmailIdKillmailHashFinalBlow = boolean;
30
+ /**
31
+ * Security status for the attacker
32
+ *
33
+ */
34
+ type GetKillmailsKillmailIdKillmailHashSecurityStatus = number;
35
+ /**
36
+ * What ship was the attacker flying
37
+ *
38
+ */
39
+ type GetKillmailsKillmailIdKillmailHashShipTypeId = number;
40
+ /**
41
+ * What weapon was used by the attacker for the kill
42
+ *
43
+ */
44
+ type GetKillmailsKillmailIdKillmailHashWeaponTypeId = number;
45
+ /**
46
+ * attackers array
47
+ *
48
+ * @maxItems 10000
49
+ */
50
+ type GetKillmailsKillmailIdKillmailHashAttackers = GetKillmailsKillmailIdKillmailHashAttacker[];
51
+ /**
52
+ * ID of the killmail
53
+ */
54
+ type GetKillmailsKillmailIdKillmailHashKillmailId = number;
55
+ /**
56
+ * Time that the victim was killed and the killmail generated
57
+ *
58
+ */
59
+ type GetKillmailsKillmailIdKillmailHashKillmailTime = string;
60
+ /**
61
+ * Moon if the kill took place at one
62
+ */
63
+ type GetKillmailsKillmailIdKillmailHashMoonId = number;
64
+ /**
65
+ * Solar system that the kill took place in
66
+ *
67
+ */
68
+ type GetKillmailsKillmailIdKillmailHashSolarSystemId = number;
69
+ /**
70
+ * alliance_id integer
71
+ */
72
+ type GetKillmailsKillmailIdKillmailHashVictimAllianceId = number;
73
+ /**
74
+ * character_id integer
75
+ */
76
+ type GetKillmailsKillmailIdKillmailHashVictimCharacterId = number;
77
+ /**
78
+ * corporation_id integer
79
+ */
80
+ type GetKillmailsKillmailIdKillmailHashVictimCorporationId = number;
81
+ /**
82
+ * How much total damage was taken by the victim
83
+ *
84
+ */
85
+ type GetKillmailsKillmailIdKillmailHashDamageTaken = number;
86
+ /**
87
+ * faction_id integer
88
+ */
89
+ type GetKillmailsKillmailIdKillmailHashVictimFactionId = number;
90
+ /**
91
+ * Flag for the location of the item
92
+ *
93
+ */
94
+ type GetKillmailsKillmailIdKillmailHashFlag = number;
95
+ /**
96
+ * item_type_id integer
97
+ */
98
+ type GetKillmailsKillmailIdKillmailHashItemTypeId = number;
99
+ /**
100
+ * flag integer
101
+ */
102
+ type GetKillmailsKillmailIdKillmailHashItemFlag = number;
103
+ /**
104
+ * item_type_id integer
105
+ */
106
+ type GetKillmailsKillmailIdKillmailHashItemItemTypeId = number;
107
+ /**
108
+ * quantity_destroyed integer
109
+ */
110
+ type GetKillmailsKillmailIdKillmailHashItemQuantityDestroyed = number;
111
+ /**
112
+ * quantity_dropped integer
113
+ */
114
+ type GetKillmailsKillmailIdKillmailHashItemQuantityDropped = number;
115
+ /**
116
+ * singleton integer
117
+ */
118
+ type GetKillmailsKillmailIdKillmailHashItemSingleton = number;
119
+ /**
120
+ * items array
121
+ *
122
+ * @maxItems 10000
123
+ */
124
+ type GetKillmailsKillmailIdKillmailHashItemItems = GetKillmailsKillmailIdKillmailHashItemsItem[];
125
+ /**
126
+ * How many of the item were destroyed if any
127
+ *
128
+ */
129
+ type GetKillmailsKillmailIdKillmailHashQuantityDestroyed = number;
130
+ /**
131
+ * How many of the item were dropped if any
132
+ *
133
+ */
134
+ type GetKillmailsKillmailIdKillmailHashQuantityDropped = number;
135
+ /**
136
+ * singleton integer
137
+ */
138
+ type GetKillmailsKillmailIdKillmailHashSingleton = number;
139
+ /**
140
+ * items array
141
+ *
142
+ * @maxItems 10000
143
+ */
144
+ type GetKillmailsKillmailIdKillmailHashItems = GetKillmailsKillmailIdKillmailHashItem[];
145
+ /**
146
+ * x number
147
+ */
148
+ type GetKillmailsKillmailIdKillmailHashX = number;
149
+ /**
150
+ * y number
151
+ */
152
+ type GetKillmailsKillmailIdKillmailHashY = number;
153
+ /**
154
+ * z number
155
+ */
156
+ type GetKillmailsKillmailIdKillmailHashZ = number;
157
+ /**
158
+ * The ship that the victim was piloting and was destroyed
159
+ *
160
+ */
161
+ type GetKillmailsKillmailIdKillmailHashVictimShipTypeId = number;
162
+ /**
163
+ * War if the killmail is generated in relation to an official war
164
+ *
165
+ */
166
+ type GetKillmailsKillmailIdKillmailHashWarId = number;
167
+
168
+ /**
169
+ * 200 ok object
170
+ */
171
+ interface GetKillmailsKillmailIdKillmailHashOk {
172
+ attackers: GetKillmailsKillmailIdKillmailHashAttackers;
173
+ killmail_id: GetKillmailsKillmailIdKillmailHashKillmailId;
174
+ killmail_time: GetKillmailsKillmailIdKillmailHashKillmailTime;
175
+ moon_id?: GetKillmailsKillmailIdKillmailHashMoonId;
176
+ solar_system_id: GetKillmailsKillmailIdKillmailHashSolarSystemId;
177
+ victim: GetKillmailsKillmailIdKillmailHashVictim;
178
+ war_id?: GetKillmailsKillmailIdKillmailHashWarId;
179
+ [k: string]: unknown | undefined;
180
+ }
181
+ /**
182
+ * attacker object
183
+ */
184
+ interface GetKillmailsKillmailIdKillmailHashAttacker {
185
+ alliance_id?: GetKillmailsKillmailIdKillmailHashAllianceId;
186
+ character_id?: GetKillmailsKillmailIdKillmailHashCharacterId;
187
+ corporation_id?: GetKillmailsKillmailIdKillmailHashCorporationId;
188
+ damage_done: GetKillmailsKillmailIdKillmailHashDamageDone;
189
+ faction_id?: GetKillmailsKillmailIdKillmailHashFactionId;
190
+ final_blow: GetKillmailsKillmailIdKillmailHashFinalBlow;
191
+ security_status: GetKillmailsKillmailIdKillmailHashSecurityStatus;
192
+ ship_type_id?: GetKillmailsKillmailIdKillmailHashShipTypeId;
193
+ weapon_type_id?: GetKillmailsKillmailIdKillmailHashWeaponTypeId;
194
+ [k: string]: unknown | undefined;
195
+ }
196
+ /**
197
+ * victim object
198
+ */
199
+ interface GetKillmailsKillmailIdKillmailHashVictim {
200
+ alliance_id?: GetKillmailsKillmailIdKillmailHashVictimAllianceId;
201
+ character_id?: GetKillmailsKillmailIdKillmailHashVictimCharacterId;
202
+ corporation_id?: GetKillmailsKillmailIdKillmailHashVictimCorporationId;
203
+ damage_taken: GetKillmailsKillmailIdKillmailHashDamageTaken;
204
+ faction_id?: GetKillmailsKillmailIdKillmailHashVictimFactionId;
205
+ items?: GetKillmailsKillmailIdKillmailHashItems;
206
+ position?: GetKillmailsKillmailIdKillmailHashPosition;
207
+ ship_type_id: GetKillmailsKillmailIdKillmailHashVictimShipTypeId;
208
+ [k: string]: unknown | undefined;
209
+ }
210
+ /**
211
+ * item object
212
+ */
213
+ interface GetKillmailsKillmailIdKillmailHashItem {
214
+ flag: GetKillmailsKillmailIdKillmailHashFlag;
215
+ item_type_id: GetKillmailsKillmailIdKillmailHashItemTypeId;
216
+ items?: GetKillmailsKillmailIdKillmailHashItemItems;
217
+ quantity_destroyed?: GetKillmailsKillmailIdKillmailHashQuantityDestroyed;
218
+ quantity_dropped?: GetKillmailsKillmailIdKillmailHashQuantityDropped;
219
+ singleton: GetKillmailsKillmailIdKillmailHashSingleton;
220
+ [k: string]: unknown | undefined;
221
+ }
222
+ /**
223
+ * item object
224
+ */
225
+ interface GetKillmailsKillmailIdKillmailHashItemsItem {
226
+ flag: GetKillmailsKillmailIdKillmailHashItemFlag;
227
+ item_type_id: GetKillmailsKillmailIdKillmailHashItemItemTypeId;
228
+ quantity_destroyed?: GetKillmailsKillmailIdKillmailHashItemQuantityDestroyed;
229
+ quantity_dropped?: GetKillmailsKillmailIdKillmailHashItemQuantityDropped;
230
+ singleton: GetKillmailsKillmailIdKillmailHashItemSingleton;
231
+ [k: string]: unknown | undefined;
232
+ }
233
+ /**
234
+ * Coordinates of the victim in Cartesian space relative to the Sun
235
+ *
236
+ */
237
+ interface GetKillmailsKillmailIdKillmailHashPosition {
238
+ x: GetKillmailsKillmailIdKillmailHashX;
239
+ y: GetKillmailsKillmailIdKillmailHashY;
240
+ z: GetKillmailsKillmailIdKillmailHashZ;
241
+ [k: string]: unknown | undefined;
242
+ }
@@ -0,0 +1,70 @@
1
+ /**
2
+ * ESI endpoint: /loyalty/stores/{corporation_id}/offers/
3
+ */
4
+
5
+ /**
6
+ * Analysis kredit cost
7
+ */
8
+ type GetLoyaltyStoresCorporationIdOffersAkCost = number;
9
+ /**
10
+ * isk_cost integer
11
+ */
12
+ type GetLoyaltyStoresCorporationIdOffersIskCost = number;
13
+ /**
14
+ * lp_cost integer
15
+ */
16
+ type GetLoyaltyStoresCorporationIdOffersLpCost = number;
17
+ /**
18
+ * offer_id integer
19
+ */
20
+ type GetLoyaltyStoresCorporationIdOffersOfferId = number;
21
+ /**
22
+ * quantity integer
23
+ */
24
+ type GetLoyaltyStoresCorporationIdOffersQuantity = number;
25
+ /**
26
+ * quantity integer
27
+ */
28
+ type GetLoyaltyStoresCorporationIdOffersRequiredItemQuantity = number;
29
+ /**
30
+ * type_id integer
31
+ */
32
+ type GetLoyaltyStoresCorporationIdOffersRequiredItemTypeId = number;
33
+ /**
34
+ * required_items array
35
+ *
36
+ * @maxItems 100
37
+ */
38
+ type GetLoyaltyStoresCorporationIdOffersRequiredItems = GetLoyaltyStoresCorporationIdOffersRequiredItem[];
39
+ /**
40
+ * type_id integer
41
+ */
42
+ type GetLoyaltyStoresCorporationIdOffersTypeId = number;
43
+ /**
44
+ * 200 ok array
45
+ *
46
+ * @maxItems 10000
47
+ */
48
+ type GetLoyaltyStoresCorporationIdOffersOk = GetLoyaltyStoresCorporationIdOffers_200Ok[];
49
+
50
+ /**
51
+ * 200 ok object
52
+ */
53
+ interface GetLoyaltyStoresCorporationIdOffers_200Ok {
54
+ ak_cost?: GetLoyaltyStoresCorporationIdOffersAkCost;
55
+ isk_cost: GetLoyaltyStoresCorporationIdOffersIskCost;
56
+ lp_cost: GetLoyaltyStoresCorporationIdOffersLpCost;
57
+ offer_id: GetLoyaltyStoresCorporationIdOffersOfferId;
58
+ quantity: GetLoyaltyStoresCorporationIdOffersQuantity;
59
+ required_items: GetLoyaltyStoresCorporationIdOffersRequiredItems;
60
+ type_id: GetLoyaltyStoresCorporationIdOffersTypeId;
61
+ [k: string]: unknown | undefined;
62
+ }
63
+ /**
64
+ * required_item object
65
+ */
66
+ interface GetLoyaltyStoresCorporationIdOffersRequiredItem {
67
+ quantity: GetLoyaltyStoresCorporationIdOffersRequiredItemQuantity;
68
+ type_id: GetLoyaltyStoresCorporationIdOffersRequiredItemTypeId;
69
+ [k: string]: unknown | undefined;
70
+ }
@@ -0,0 +1,42 @@
1
+ /**
2
+ * ESI endpoint: /markets/groups/{market_group_id}/
3
+ */
4
+
5
+ /**
6
+ * description string
7
+ */
8
+ type GetMarketsGroupsMarketGroupIdDescription = string;
9
+ /**
10
+ * market_group_id integer
11
+ */
12
+ type GetMarketsGroupsMarketGroupIdMarketGroupId = number;
13
+ /**
14
+ * name string
15
+ */
16
+ type GetMarketsGroupsMarketGroupIdName = string;
17
+ /**
18
+ * parent_group_id integer
19
+ */
20
+ type GetMarketsGroupsMarketGroupIdParentGroupId = number;
21
+ /**
22
+ * type integer
23
+ */
24
+ type GetMarketsGroupsMarketGroupIdType = number;
25
+ /**
26
+ * types array
27
+ *
28
+ * @maxItems 5000
29
+ */
30
+ type GetMarketsGroupsMarketGroupIdTypes = GetMarketsGroupsMarketGroupIdType[];
31
+
32
+ /**
33
+ * 200 ok object
34
+ */
35
+ interface GetMarketsGroupsMarketGroupIdOk {
36
+ description: GetMarketsGroupsMarketGroupIdDescription;
37
+ market_group_id: GetMarketsGroupsMarketGroupIdMarketGroupId;
38
+ name: GetMarketsGroupsMarketGroupIdName;
39
+ parent_group_id?: GetMarketsGroupsMarketGroupIdParentGroupId;
40
+ types: GetMarketsGroupsMarketGroupIdTypes;
41
+ [k: string]: unknown | undefined;
42
+ }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * ESI endpoint: /markets/groups/
3
+ */
4
+
5
+ /**
6
+ * 200 ok integer
7
+ */
8
+ type GetMarketsGroups_200Ok = number;
9
+ /**
10
+ * 200 ok array
11
+ *
12
+ * @maxItems 5000
13
+ */
14
+ type GetMarketsGroupsOk = GetMarketsGroups_200Ok[];
@@ -0,0 +1,32 @@
1
+ /**
2
+ * ESI endpoint: /markets/prices/
3
+ */
4
+
5
+ /**
6
+ * adjusted_price number
7
+ */
8
+ type GetMarketsPricesAdjustedPrice = number;
9
+ /**
10
+ * average_price number
11
+ */
12
+ type GetMarketsPricesAveragePrice = number;
13
+ /**
14
+ * type_id integer
15
+ */
16
+ type GetMarketsPricesTypeId = number;
17
+ /**
18
+ * 200 ok array
19
+ *
20
+ * @maxItems 20000
21
+ */
22
+ type GetMarketsPricesOk = GetMarketsPrices_200Ok[];
23
+
24
+ /**
25
+ * 200 ok object
26
+ */
27
+ interface GetMarketsPrices_200Ok {
28
+ adjusted_price?: GetMarketsPricesAdjustedPrice;
29
+ average_price?: GetMarketsPricesAveragePrice;
30
+ type_id: GetMarketsPricesTypeId;
31
+ [k: string]: unknown | undefined;
32
+ }
@@ -0,0 +1,47 @@
1
+ /**
2
+ * ESI endpoint: /markets/{region_id}/history/
3
+ */
4
+
5
+ /**
6
+ * average number
7
+ */
8
+ type GetMarketsRegionIdHistoryAverage = number;
9
+ /**
10
+ * The date of this historical statistic entry
11
+ */
12
+ type GetMarketsRegionIdHistoryDate = string;
13
+ /**
14
+ * highest number
15
+ */
16
+ type GetMarketsRegionIdHistoryHighest = number;
17
+ /**
18
+ * lowest number
19
+ */
20
+ type GetMarketsRegionIdHistoryLowest = number;
21
+ /**
22
+ * Total number of orders happened that day
23
+ */
24
+ type GetMarketsRegionIdHistoryOrderCount = number;
25
+ /**
26
+ * Total
27
+ */
28
+ type GetMarketsRegionIdHistoryVolume = number;
29
+ /**
30
+ * 200 ok array
31
+ *
32
+ * @maxItems 500
33
+ */
34
+ type GetMarketsRegionIdHistoryOk = GetMarketsRegionIdHistory_200Ok[];
35
+
36
+ /**
37
+ * 200 ok object
38
+ */
39
+ interface GetMarketsRegionIdHistory_200Ok {
40
+ average: GetMarketsRegionIdHistoryAverage;
41
+ date: GetMarketsRegionIdHistoryDate;
42
+ highest: GetMarketsRegionIdHistoryHighest;
43
+ lowest: GetMarketsRegionIdHistoryLowest;
44
+ order_count: GetMarketsRegionIdHistoryOrderCount;
45
+ volume: GetMarketsRegionIdHistoryVolume;
46
+ [k: string]: unknown | undefined;
47
+ }
@@ -0,0 +1,89 @@
1
+ /**
2
+ * ESI endpoint: /markets/{region_id}/orders/
3
+ */
4
+
5
+ /**
6
+ * duration integer
7
+ */
8
+ type GetMarketsRegionIdOrdersDuration = number;
9
+ /**
10
+ * is_buy_order boolean
11
+ */
12
+ type GetMarketsRegionIdOrdersIsBuyOrder = boolean;
13
+ /**
14
+ * issued string
15
+ */
16
+ type GetMarketsRegionIdOrdersIssued = string;
17
+ /**
18
+ * location_id integer
19
+ */
20
+ type GetMarketsRegionIdOrdersLocationId = number;
21
+ /**
22
+ * min_volume integer
23
+ */
24
+ type GetMarketsRegionIdOrdersMinVolume = number;
25
+ /**
26
+ * order_id integer
27
+ */
28
+ type GetMarketsRegionIdOrdersOrderId = number;
29
+ /**
30
+ * price number
31
+ */
32
+ type GetMarketsRegionIdOrdersPrice = number;
33
+ /**
34
+ * range string
35
+ */
36
+ type GetMarketsRegionIdOrdersRange =
37
+ | "station"
38
+ | "region"
39
+ | "solarsystem"
40
+ | "1"
41
+ | "2"
42
+ | "3"
43
+ | "4"
44
+ | "5"
45
+ | "10"
46
+ | "20"
47
+ | "30"
48
+ | "40";
49
+ /**
50
+ * The solar system this order was placed
51
+ */
52
+ type GetMarketsRegionIdOrdersSystemId = number;
53
+ /**
54
+ * type_id integer
55
+ */
56
+ type GetMarketsRegionIdOrdersTypeId = number;
57
+ /**
58
+ * volume_remain integer
59
+ */
60
+ type GetMarketsRegionIdOrdersVolumeRemain = number;
61
+ /**
62
+ * volume_total integer
63
+ */
64
+ type GetMarketsRegionIdOrdersVolumeTotal = number;
65
+ /**
66
+ * 200 ok array
67
+ *
68
+ * @maxItems 1000
69
+ */
70
+ type GetMarketsRegionIdOrdersOk = GetMarketsRegionIdOrders_200Ok[];
71
+
72
+ /**
73
+ * 200 ok object
74
+ */
75
+ interface GetMarketsRegionIdOrders_200Ok {
76
+ duration: GetMarketsRegionIdOrdersDuration;
77
+ is_buy_order: GetMarketsRegionIdOrdersIsBuyOrder;
78
+ issued: GetMarketsRegionIdOrdersIssued;
79
+ location_id: GetMarketsRegionIdOrdersLocationId;
80
+ min_volume: GetMarketsRegionIdOrdersMinVolume;
81
+ order_id: GetMarketsRegionIdOrdersOrderId;
82
+ price: GetMarketsRegionIdOrdersPrice;
83
+ range: GetMarketsRegionIdOrdersRange;
84
+ system_id: GetMarketsRegionIdOrdersSystemId;
85
+ type_id: GetMarketsRegionIdOrdersTypeId;
86
+ volume_remain: GetMarketsRegionIdOrdersVolumeRemain;
87
+ volume_total: GetMarketsRegionIdOrdersVolumeTotal;
88
+ [k: string]: unknown | undefined;
89
+ }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * ESI endpoint: /markets/{region_id}/types/
3
+ */
4
+
5
+ /**
6
+ * 200 ok integer
7
+ */
8
+ type GetMarketsRegionIdTypes_200Ok = number;
9
+ /**
10
+ * 200 ok array
11
+ *
12
+ * @maxItems 1000
13
+ */
14
+ type GetMarketsRegionIdTypesOk = GetMarketsRegionIdTypes_200Ok[];
@@ -0,0 +1,84 @@
1
+ /**
2
+ * ESI endpoint: /markets/structures/{structure_id}/
3
+ */
4
+
5
+ /**
6
+ * duration integer
7
+ */
8
+ type GetMarketsStructuresStructureIdDuration = number;
9
+ /**
10
+ * is_buy_order boolean
11
+ */
12
+ type GetMarketsStructuresStructureIdIsBuyOrder = boolean;
13
+ /**
14
+ * issued string
15
+ */
16
+ type GetMarketsStructuresStructureIdIssued = string;
17
+ /**
18
+ * location_id integer
19
+ */
20
+ type GetMarketsStructuresStructureIdLocationId = number;
21
+ /**
22
+ * min_volume integer
23
+ */
24
+ type GetMarketsStructuresStructureIdMinVolume = number;
25
+ /**
26
+ * order_id integer
27
+ */
28
+ type GetMarketsStructuresStructureIdOrderId = number;
29
+ /**
30
+ * price number
31
+ */
32
+ type GetMarketsStructuresStructureIdPrice = number;
33
+ /**
34
+ * range string
35
+ */
36
+ type GetMarketsStructuresStructureIdRange =
37
+ | "station"
38
+ | "region"
39
+ | "solarsystem"
40
+ | "1"
41
+ | "2"
42
+ | "3"
43
+ | "4"
44
+ | "5"
45
+ | "10"
46
+ | "20"
47
+ | "30"
48
+ | "40";
49
+ /**
50
+ * type_id integer
51
+ */
52
+ type GetMarketsStructuresStructureIdTypeId = number;
53
+ /**
54
+ * volume_remain integer
55
+ */
56
+ type GetMarketsStructuresStructureIdVolumeRemain = number;
57
+ /**
58
+ * volume_total integer
59
+ */
60
+ type GetMarketsStructuresStructureIdVolumeTotal = number;
61
+ /**
62
+ * 200 ok array
63
+ *
64
+ * @maxItems 1000
65
+ */
66
+ type GetMarketsStructuresStructureIdOk = GetMarketsStructuresStructureId_200Ok[];
67
+
68
+ /**
69
+ * 200 ok object
70
+ */
71
+ interface GetMarketsStructuresStructureId_200Ok {
72
+ duration: GetMarketsStructuresStructureIdDuration;
73
+ is_buy_order: GetMarketsStructuresStructureIdIsBuyOrder;
74
+ issued: GetMarketsStructuresStructureIdIssued;
75
+ location_id: GetMarketsStructuresStructureIdLocationId;
76
+ min_volume: GetMarketsStructuresStructureIdMinVolume;
77
+ order_id: GetMarketsStructuresStructureIdOrderId;
78
+ price: GetMarketsStructuresStructureIdPrice;
79
+ range: GetMarketsStructuresStructureIdRange;
80
+ type_id: GetMarketsStructuresStructureIdTypeId;
81
+ volume_remain: GetMarketsStructuresStructureIdVolumeRemain;
82
+ volume_total: GetMarketsStructuresStructureIdVolumeTotal;
83
+ [k: string]: unknown | undefined;
84
+ }
@@ -0,0 +1,53 @@
1
+ /**
2
+ * ESI endpoint: /opportunities/groups/{group_id}/
3
+ */
4
+
5
+ /**
6
+ * connected_group integer
7
+ */
8
+ type GetOpportunitiesGroupsGroupIdConnectedGroup = number;
9
+ /**
10
+ * The groups that are connected to this group on the opportunities map
11
+ *
12
+ * @maxItems 50
13
+ */
14
+ type GetOpportunitiesGroupsGroupIdConnectedGroups = GetOpportunitiesGroupsGroupIdConnectedGroup[];
15
+ /**
16
+ * description string
17
+ */
18
+ type GetOpportunitiesGroupsGroupIdDescription = string;
19
+ /**
20
+ * group_id integer
21
+ */
22
+ type GetOpportunitiesGroupsGroupIdGroupId = number;
23
+ /**
24
+ * name string
25
+ */
26
+ type GetOpportunitiesGroupsGroupIdName = string;
27
+ /**
28
+ * notification string
29
+ */
30
+ type GetOpportunitiesGroupsGroupIdNotification = string;
31
+ /**
32
+ * required_task integer
33
+ */
34
+ type GetOpportunitiesGroupsGroupIdRequiredTask = number;
35
+ /**
36
+ * Tasks need to complete for this group
37
+ *
38
+ * @maxItems 100
39
+ */
40
+ type GetOpportunitiesGroupsGroupIdRequiredTasks = GetOpportunitiesGroupsGroupIdRequiredTask[];
41
+
42
+ /**
43
+ * 200 ok object
44
+ */
45
+ interface GetOpportunitiesGroupsGroupIdOk {
46
+ connected_groups: GetOpportunitiesGroupsGroupIdConnectedGroups;
47
+ description: GetOpportunitiesGroupsGroupIdDescription;
48
+ group_id: GetOpportunitiesGroupsGroupIdGroupId;
49
+ name: GetOpportunitiesGroupsGroupIdName;
50
+ notification: GetOpportunitiesGroupsGroupIdNotification;
51
+ required_tasks: GetOpportunitiesGroupsGroupIdRequiredTasks;
52
+ [k: string]: unknown | undefined;
53
+ }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * ESI endpoint: /opportunities/groups/
3
+ */
4
+
5
+ /**
6
+ * 200 ok integer
7
+ */
8
+ type GetOpportunitiesGroups_200Ok = number;
9
+ /**
10
+ * 200 ok array
11
+ *
12
+ * @maxItems 50
13
+ */
14
+ type GetOpportunitiesGroupsOk = GetOpportunitiesGroups_200Ok[];