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,235 @@
1
+ /**
2
+ * ESI endpoint: /fw/leaderboards/
3
+ */
4
+
5
+ /**
6
+ * Top 4 ranking of factions active in faction warfare by total kills. A faction is considered "active" if they have participated in faction warfare in the past 14 days
7
+ *
8
+ * @maxItems 4
9
+ */
10
+ type GetFwLeaderboardsActiveTotal =
11
+ | []
12
+ | [GetFwLeaderboardsActiveTotalActiveTotal]
13
+ | [GetFwLeaderboardsActiveTotalActiveTotal, GetFwLeaderboardsActiveTotalActiveTotal]
14
+ | [
15
+ GetFwLeaderboardsActiveTotalActiveTotal,
16
+ GetFwLeaderboardsActiveTotalActiveTotal,
17
+ GetFwLeaderboardsActiveTotalActiveTotal
18
+ ]
19
+ | [
20
+ GetFwLeaderboardsActiveTotalActiveTotal,
21
+ GetFwLeaderboardsActiveTotalActiveTotal,
22
+ GetFwLeaderboardsActiveTotalActiveTotal,
23
+ GetFwLeaderboardsActiveTotalActiveTotal
24
+ ];
25
+ /**
26
+ * Amount of kills
27
+ */
28
+ type GetFwLeaderboardsAmount = number;
29
+ /**
30
+ * faction_id integer
31
+ */
32
+ type GetFwLeaderboardsFactionId = number;
33
+ /**
34
+ * Top 4 ranking of factions by kills in the past week
35
+ *
36
+ * @maxItems 4
37
+ */
38
+ type GetFwLeaderboardsLastWeek =
39
+ | []
40
+ | [GetFwLeaderboardsLastWeekLastWeek]
41
+ | [GetFwLeaderboardsLastWeekLastWeek, GetFwLeaderboardsLastWeekLastWeek]
42
+ | [GetFwLeaderboardsLastWeekLastWeek, GetFwLeaderboardsLastWeekLastWeek, GetFwLeaderboardsLastWeekLastWeek]
43
+ | [
44
+ GetFwLeaderboardsLastWeekLastWeek,
45
+ GetFwLeaderboardsLastWeekLastWeek,
46
+ GetFwLeaderboardsLastWeekLastWeek,
47
+ GetFwLeaderboardsLastWeekLastWeek
48
+ ];
49
+ /**
50
+ * Amount of kills
51
+ */
52
+ type GetFwLeaderboardsLastWeekAmount = number;
53
+ /**
54
+ * faction_id integer
55
+ */
56
+ type GetFwLeaderboardsLastWeekFactionId = number;
57
+ /**
58
+ * Top 4 ranking of factions by kills in the past day
59
+ *
60
+ * @maxItems 4
61
+ */
62
+ type GetFwLeaderboardsYesterday =
63
+ | []
64
+ | [GetFwLeaderboardsYesterdayYesterday]
65
+ | [GetFwLeaderboardsYesterdayYesterday, GetFwLeaderboardsYesterdayYesterday]
66
+ | [GetFwLeaderboardsYesterdayYesterday, GetFwLeaderboardsYesterdayYesterday, GetFwLeaderboardsYesterdayYesterday]
67
+ | [
68
+ GetFwLeaderboardsYesterdayYesterday,
69
+ GetFwLeaderboardsYesterdayYesterday,
70
+ GetFwLeaderboardsYesterdayYesterday,
71
+ GetFwLeaderboardsYesterdayYesterday
72
+ ];
73
+ /**
74
+ * Amount of kills
75
+ */
76
+ type GetFwLeaderboardsYesterdayAmount = number;
77
+ /**
78
+ * faction_id integer
79
+ */
80
+ type GetFwLeaderboardsYesterdayFactionId = number;
81
+ /**
82
+ * Top 4 ranking of factions active in faction warfare by total victory points. A faction is considered "active" if they have participated in faction warfare in the past 14 days
83
+ *
84
+ * @maxItems 4
85
+ */
86
+ type GetFwLeaderboardsVictoryPointsActiveTotal =
87
+ | []
88
+ | [GetFwLeaderboardsActiveTotalActiveTotal_1]
89
+ | [GetFwLeaderboardsActiveTotalActiveTotal_1, GetFwLeaderboardsActiveTotalActiveTotal_1]
90
+ | [
91
+ GetFwLeaderboardsActiveTotalActiveTotal_1,
92
+ GetFwLeaderboardsActiveTotalActiveTotal_1,
93
+ GetFwLeaderboardsActiveTotalActiveTotal_1
94
+ ]
95
+ | [
96
+ GetFwLeaderboardsActiveTotalActiveTotal_1,
97
+ GetFwLeaderboardsActiveTotalActiveTotal_1,
98
+ GetFwLeaderboardsActiveTotalActiveTotal_1,
99
+ GetFwLeaderboardsActiveTotalActiveTotal_1
100
+ ];
101
+ /**
102
+ * Amount of victory points
103
+ */
104
+ type GetFwLeaderboardsActiveTotalAmount = number;
105
+ /**
106
+ * faction_id integer
107
+ */
108
+ type GetFwLeaderboardsActiveTotalFactionId = number;
109
+ /**
110
+ * Top 4 ranking of factions by victory points in the past week
111
+ *
112
+ * @maxItems 4
113
+ */
114
+ type GetFwLeaderboardsVictoryPointsLastWeek =
115
+ | []
116
+ | [GetFwLeaderboardsLastWeekLastWeek_1]
117
+ | [GetFwLeaderboardsLastWeekLastWeek_1, GetFwLeaderboardsLastWeekLastWeek_1]
118
+ | [GetFwLeaderboardsLastWeekLastWeek_1, GetFwLeaderboardsLastWeekLastWeek_1, GetFwLeaderboardsLastWeekLastWeek_1]
119
+ | [
120
+ GetFwLeaderboardsLastWeekLastWeek_1,
121
+ GetFwLeaderboardsLastWeekLastWeek_1,
122
+ GetFwLeaderboardsLastWeekLastWeek_1,
123
+ GetFwLeaderboardsLastWeekLastWeek_1
124
+ ];
125
+ /**
126
+ * Amount of victory points
127
+ */
128
+ type GetFwLeaderboardsLastWeekAmount_1 = number;
129
+ /**
130
+ * faction_id integer
131
+ */
132
+ type GetFwLeaderboardsLastWeekFactionId_1 = number;
133
+ /**
134
+ * Top 4 ranking of factions by victory points in the past day
135
+ *
136
+ * @maxItems 4
137
+ */
138
+ type GetFwLeaderboardsVictoryPointsYesterday =
139
+ | []
140
+ | [GetFwLeaderboardsYesterdayYesterday_1]
141
+ | [GetFwLeaderboardsYesterdayYesterday_1, GetFwLeaderboardsYesterdayYesterday_1]
142
+ | [
143
+ GetFwLeaderboardsYesterdayYesterday_1,
144
+ GetFwLeaderboardsYesterdayYesterday_1,
145
+ GetFwLeaderboardsYesterdayYesterday_1
146
+ ]
147
+ | [
148
+ GetFwLeaderboardsYesterdayYesterday_1,
149
+ GetFwLeaderboardsYesterdayYesterday_1,
150
+ GetFwLeaderboardsYesterdayYesterday_1,
151
+ GetFwLeaderboardsYesterdayYesterday_1
152
+ ];
153
+ /**
154
+ * Amount of victory points
155
+ */
156
+ type GetFwLeaderboardsYesterdayAmount_1 = number;
157
+ /**
158
+ * faction_id integer
159
+ */
160
+ type GetFwLeaderboardsYesterdayFactionId_1 = number;
161
+
162
+ /**
163
+ * 200 ok object
164
+ */
165
+ interface GetFwLeaderboardsOk {
166
+ kills: GetFwLeaderboardsKills;
167
+ victory_points: GetFwLeaderboardsVictoryPoints;
168
+ [k: string]: unknown | undefined;
169
+ }
170
+ /**
171
+ * Top 4 rankings of factions by number of kills from yesterday, last week and in total
172
+ */
173
+ interface GetFwLeaderboardsKills {
174
+ active_total: GetFwLeaderboardsActiveTotal;
175
+ last_week: GetFwLeaderboardsLastWeek;
176
+ yesterday: GetFwLeaderboardsYesterday;
177
+ [k: string]: unknown | undefined;
178
+ }
179
+ /**
180
+ * active_total object
181
+ */
182
+ interface GetFwLeaderboardsActiveTotalActiveTotal {
183
+ amount?: GetFwLeaderboardsAmount;
184
+ faction_id?: GetFwLeaderboardsFactionId;
185
+ [k: string]: unknown | undefined;
186
+ }
187
+ /**
188
+ * last_week object
189
+ */
190
+ interface GetFwLeaderboardsLastWeekLastWeek {
191
+ amount?: GetFwLeaderboardsLastWeekAmount;
192
+ faction_id?: GetFwLeaderboardsLastWeekFactionId;
193
+ [k: string]: unknown | undefined;
194
+ }
195
+ /**
196
+ * yesterday object
197
+ */
198
+ interface GetFwLeaderboardsYesterdayYesterday {
199
+ amount?: GetFwLeaderboardsYesterdayAmount;
200
+ faction_id?: GetFwLeaderboardsYesterdayFactionId;
201
+ [k: string]: unknown | undefined;
202
+ }
203
+ /**
204
+ * Top 4 rankings of factions by victory points from yesterday, last week and in total
205
+ */
206
+ interface GetFwLeaderboardsVictoryPoints {
207
+ active_total: GetFwLeaderboardsVictoryPointsActiveTotal;
208
+ last_week: GetFwLeaderboardsVictoryPointsLastWeek;
209
+ yesterday: GetFwLeaderboardsVictoryPointsYesterday;
210
+ [k: string]: unknown | undefined;
211
+ }
212
+ /**
213
+ * active_total object
214
+ */
215
+ interface GetFwLeaderboardsActiveTotalActiveTotal_1 {
216
+ amount?: GetFwLeaderboardsActiveTotalAmount;
217
+ faction_id?: GetFwLeaderboardsActiveTotalFactionId;
218
+ [k: string]: unknown | undefined;
219
+ }
220
+ /**
221
+ * last_week object
222
+ */
223
+ interface GetFwLeaderboardsLastWeekLastWeek_1 {
224
+ amount?: GetFwLeaderboardsLastWeekAmount_1;
225
+ faction_id?: GetFwLeaderboardsLastWeekFactionId_1;
226
+ [k: string]: unknown | undefined;
227
+ }
228
+ /**
229
+ * yesterday object
230
+ */
231
+ interface GetFwLeaderboardsYesterdayYesterday_1 {
232
+ amount?: GetFwLeaderboardsYesterdayAmount_1;
233
+ faction_id?: GetFwLeaderboardsYesterdayFactionId_1;
234
+ [k: string]: unknown | undefined;
235
+ }
@@ -0,0 +1,76 @@
1
+ /**
2
+ * ESI endpoint: /fw/stats/
3
+ */
4
+
5
+ /**
6
+ * faction_id integer
7
+ */
8
+ type GetFwStatsFactionId = number;
9
+ /**
10
+ * Last week's total number of kills against enemy factions
11
+ */
12
+ type GetFwStatsLastWeek = number;
13
+ /**
14
+ * Total number of kills against enemy factions since faction warfare began
15
+ */
16
+ type GetFwStatsTotal = number;
17
+ /**
18
+ * Yesterday's total number of kills against enemy factions
19
+ */
20
+ type GetFwStatsYesterday = number;
21
+ /**
22
+ * How many pilots fight for the given faction
23
+ */
24
+ type GetFwStatsPilots = number;
25
+ /**
26
+ * The number of solar systems controlled by the given faction
27
+ */
28
+ type GetFwStatsSystemsControlled = number;
29
+ /**
30
+ * Last week's victory points gained
31
+ */
32
+ type GetFwStatsVictoryPointsLastWeek = number;
33
+ /**
34
+ * Total victory points gained since faction warfare began
35
+ */
36
+ type GetFwStatsVictoryPointsTotal = number;
37
+ /**
38
+ * Yesterday's victory points gained
39
+ */
40
+ type GetFwStatsVictoryPointsYesterday = number;
41
+ /**
42
+ * 200 ok array
43
+ *
44
+ * @maxItems 100
45
+ */
46
+ type GetFwStatsOk = GetFwStats_200Ok[];
47
+
48
+ /**
49
+ * 200 ok object
50
+ */
51
+ interface GetFwStats_200Ok {
52
+ faction_id: GetFwStatsFactionId;
53
+ kills: GetFwStatsKills;
54
+ pilots: GetFwStatsPilots;
55
+ systems_controlled: GetFwStatsSystemsControlled;
56
+ victory_points: GetFwStatsVictoryPoints;
57
+ [k: string]: unknown | undefined;
58
+ }
59
+ /**
60
+ * Summary of kills against an enemy faction for the given faction
61
+ */
62
+ interface GetFwStatsKills {
63
+ last_week: GetFwStatsLastWeek;
64
+ total: GetFwStatsTotal;
65
+ yesterday: GetFwStatsYesterday;
66
+ [k: string]: unknown | undefined;
67
+ }
68
+ /**
69
+ * Summary of victory points gained for the given faction
70
+ */
71
+ interface GetFwStatsVictoryPoints {
72
+ last_week: GetFwStatsVictoryPointsLastWeek;
73
+ total: GetFwStatsVictoryPointsTotal;
74
+ yesterday: GetFwStatsVictoryPointsYesterday;
75
+ [k: string]: unknown | undefined;
76
+ }
@@ -0,0 +1,47 @@
1
+ /**
2
+ * ESI endpoint: /fw/systems/
3
+ */
4
+
5
+ /**
6
+ * contested string
7
+ */
8
+ type GetFwSystemsContested = "captured" | "contested" | "uncontested" | "vulnerable";
9
+ /**
10
+ * occupier_faction_id integer
11
+ */
12
+ type GetFwSystemsOccupierFactionId = number;
13
+ /**
14
+ * owner_faction_id integer
15
+ */
16
+ type GetFwSystemsOwnerFactionId = number;
17
+ /**
18
+ * solar_system_id integer
19
+ */
20
+ type GetFwSystemsSolarSystemId = number;
21
+ /**
22
+ * victory_points integer
23
+ */
24
+ type GetFwSystemsVictoryPoints = number;
25
+ /**
26
+ * victory_points_threshold integer
27
+ */
28
+ type GetFwSystemsVictoryPointsThreshold = number;
29
+ /**
30
+ * 200 ok array
31
+ *
32
+ * @maxItems 171
33
+ */
34
+ type GetFwSystemsOk = GetFwSystems_200Ok[];
35
+
36
+ /**
37
+ * 200 ok object
38
+ */
39
+ interface GetFwSystems_200Ok {
40
+ contested: GetFwSystemsContested;
41
+ occupier_faction_id: GetFwSystemsOccupierFactionId;
42
+ owner_faction_id: GetFwSystemsOwnerFactionId;
43
+ solar_system_id: GetFwSystemsSolarSystemId;
44
+ victory_points: GetFwSystemsVictoryPoints;
45
+ victory_points_threshold: GetFwSystemsVictoryPointsThreshold;
46
+ [k: string]: unknown | undefined;
47
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * ESI endpoint: /fw/wars/
3
+ */
4
+
5
+ /**
6
+ * The faction ID of the enemy faction.
7
+ */
8
+ type GetFwWarsAgainstId = number;
9
+ /**
10
+ * faction_id integer
11
+ */
12
+ type GetFwWarsFactionId = number;
13
+ /**
14
+ * List of factions at war
15
+ *
16
+ * @maxItems 100
17
+ */
18
+ type GetFwWarsOk = GetFwWars_200Ok[];
19
+
20
+ /**
21
+ * 200 ok object
22
+ */
23
+ interface GetFwWars_200Ok {
24
+ against_id: GetFwWarsAgainstId;
25
+ faction_id: GetFwWarsFactionId;
26
+ [k: string]: unknown | undefined;
27
+ }
@@ -0,0 +1,63 @@
1
+ /**
2
+ * ESI endpoint: /incursions/
3
+ */
4
+
5
+ /**
6
+ * The constellation id in which this incursion takes place
7
+ */
8
+ type GetIncursionsConstellationId = number;
9
+ /**
10
+ * The attacking faction's id
11
+ */
12
+ type GetIncursionsFactionId = number;
13
+ /**
14
+ * Whether the final encounter has boss or not
15
+ */
16
+ type GetIncursionsHasBoss = boolean;
17
+ /**
18
+ * infested_solar_system integer
19
+ */
20
+ type GetIncursionsInfestedSolarSystem = number;
21
+ /**
22
+ * A list of infested solar system ids that are a part of this incursion
23
+ *
24
+ * @maxItems 100
25
+ */
26
+ type GetIncursionsInfestedSolarSystems = GetIncursionsInfestedSolarSystem[];
27
+ /**
28
+ * Influence of this incursion as a float from 0 to 1
29
+ */
30
+ type GetIncursionsInfluence = number;
31
+ /**
32
+ * Staging solar system for this incursion
33
+ */
34
+ type GetIncursionsStagingSolarSystemId = number;
35
+ /**
36
+ * The state of this incursion
37
+ */
38
+ type GetIncursionsState = "withdrawing" | "mobilizing" | "established";
39
+ /**
40
+ * The type of this incursion
41
+ */
42
+ type GetIncursionsType = string;
43
+ /**
44
+ * 200 ok array
45
+ *
46
+ * @maxItems 100
47
+ */
48
+ type GetIncursionsOk = GetIncursions_200Ok[];
49
+
50
+ /**
51
+ * 200 ok object
52
+ */
53
+ interface GetIncursions_200Ok {
54
+ constellation_id: GetIncursionsConstellationId;
55
+ faction_id: GetIncursionsFactionId;
56
+ has_boss: GetIncursionsHasBoss;
57
+ infested_solar_systems: GetIncursionsInfestedSolarSystems;
58
+ influence: GetIncursionsInfluence;
59
+ staging_solar_system_id: GetIncursionsStagingSolarSystemId;
60
+ state: GetIncursionsState;
61
+ type: GetIncursionsType;
62
+ [k: string]: unknown | undefined;
63
+ }
@@ -0,0 +1,47 @@
1
+ /**
2
+ * ESI endpoint: /industry/facilities/
3
+ */
4
+
5
+ /**
6
+ * ID of the facility
7
+ */
8
+ type GetIndustryFacilitiesFacilityId = number;
9
+ /**
10
+ * Owner of the facility
11
+ */
12
+ type GetIndustryFacilitiesOwnerId = number;
13
+ /**
14
+ * Region ID where the facility is
15
+ */
16
+ type GetIndustryFacilitiesRegionId = number;
17
+ /**
18
+ * Solar system ID where the facility is
19
+ */
20
+ type GetIndustryFacilitiesSolarSystemId = number;
21
+ /**
22
+ * Tax imposed by the facility
23
+ */
24
+ type GetIndustryFacilitiesTax = number;
25
+ /**
26
+ * Type ID of the facility
27
+ */
28
+ type GetIndustryFacilitiesTypeId = number;
29
+ /**
30
+ * 200 ok array
31
+ *
32
+ * @maxItems 10000
33
+ */
34
+ type GetIndustryFacilitiesOk = GetIndustryFacilities_200Ok[];
35
+
36
+ /**
37
+ * 200 ok object
38
+ */
39
+ interface GetIndustryFacilities_200Ok {
40
+ facility_id: GetIndustryFacilitiesFacilityId;
41
+ owner_id: GetIndustryFacilitiesOwnerId;
42
+ region_id: GetIndustryFacilitiesRegionId;
43
+ solar_system_id: GetIndustryFacilitiesSolarSystemId;
44
+ tax?: GetIndustryFacilitiesTax;
45
+ type_id: GetIndustryFacilitiesTypeId;
46
+ [k: string]: unknown | undefined;
47
+ }
@@ -0,0 +1,122 @@
1
+ /**
2
+ * ESI endpoint: /industry/systems/
3
+ */
4
+
5
+ /**
6
+ * cost_indices array
7
+ *
8
+ * @maxItems 10
9
+ */
10
+ type GetIndustrySystemsCostIndices =
11
+ | []
12
+ | [GetIndustrySystemsCostIndice]
13
+ | [GetIndustrySystemsCostIndice, GetIndustrySystemsCostIndice]
14
+ | [GetIndustrySystemsCostIndice, GetIndustrySystemsCostIndice, GetIndustrySystemsCostIndice]
15
+ | [
16
+ GetIndustrySystemsCostIndice,
17
+ GetIndustrySystemsCostIndice,
18
+ GetIndustrySystemsCostIndice,
19
+ GetIndustrySystemsCostIndice
20
+ ]
21
+ | [
22
+ GetIndustrySystemsCostIndice,
23
+ GetIndustrySystemsCostIndice,
24
+ GetIndustrySystemsCostIndice,
25
+ GetIndustrySystemsCostIndice,
26
+ GetIndustrySystemsCostIndice
27
+ ]
28
+ | [
29
+ GetIndustrySystemsCostIndice,
30
+ GetIndustrySystemsCostIndice,
31
+ GetIndustrySystemsCostIndice,
32
+ GetIndustrySystemsCostIndice,
33
+ GetIndustrySystemsCostIndice,
34
+ GetIndustrySystemsCostIndice
35
+ ]
36
+ | [
37
+ GetIndustrySystemsCostIndice,
38
+ GetIndustrySystemsCostIndice,
39
+ GetIndustrySystemsCostIndice,
40
+ GetIndustrySystemsCostIndice,
41
+ GetIndustrySystemsCostIndice,
42
+ GetIndustrySystemsCostIndice,
43
+ GetIndustrySystemsCostIndice
44
+ ]
45
+ | [
46
+ GetIndustrySystemsCostIndice,
47
+ GetIndustrySystemsCostIndice,
48
+ GetIndustrySystemsCostIndice,
49
+ GetIndustrySystemsCostIndice,
50
+ GetIndustrySystemsCostIndice,
51
+ GetIndustrySystemsCostIndice,
52
+ GetIndustrySystemsCostIndice,
53
+ GetIndustrySystemsCostIndice
54
+ ]
55
+ | [
56
+ GetIndustrySystemsCostIndice,
57
+ GetIndustrySystemsCostIndice,
58
+ GetIndustrySystemsCostIndice,
59
+ GetIndustrySystemsCostIndice,
60
+ GetIndustrySystemsCostIndice,
61
+ GetIndustrySystemsCostIndice,
62
+ GetIndustrySystemsCostIndice,
63
+ GetIndustrySystemsCostIndice,
64
+ GetIndustrySystemsCostIndice
65
+ ]
66
+ | [
67
+ GetIndustrySystemsCostIndice,
68
+ GetIndustrySystemsCostIndice,
69
+ GetIndustrySystemsCostIndice,
70
+ GetIndustrySystemsCostIndice,
71
+ GetIndustrySystemsCostIndice,
72
+ GetIndustrySystemsCostIndice,
73
+ GetIndustrySystemsCostIndice,
74
+ GetIndustrySystemsCostIndice,
75
+ GetIndustrySystemsCostIndice,
76
+ GetIndustrySystemsCostIndice
77
+ ];
78
+ /**
79
+ * activity string
80
+ */
81
+ type GetIndustrySystemsActivity =
82
+ | "copying"
83
+ | "duplicating"
84
+ | "invention"
85
+ | "manufacturing"
86
+ | "none"
87
+ | "reaction"
88
+ | "researching_material_efficiency"
89
+ | "researching_technology"
90
+ | "researching_time_efficiency"
91
+ | "reverse_engineering";
92
+ /**
93
+ * cost_index number
94
+ */
95
+ type GetIndustrySystemsCostIndex = number;
96
+ /**
97
+ * solar_system_id integer
98
+ */
99
+ type GetIndustrySystemsSolarSystemId = number;
100
+ /**
101
+ * 200 ok array
102
+ *
103
+ * @maxItems 10000
104
+ */
105
+ type GetIndustrySystemsOk = GetIndustrySystems_200Ok[];
106
+
107
+ /**
108
+ * 200 ok object
109
+ */
110
+ interface GetIndustrySystems_200Ok {
111
+ cost_indices: GetIndustrySystemsCostIndices;
112
+ solar_system_id: GetIndustrySystemsSolarSystemId;
113
+ [k: string]: unknown | undefined;
114
+ }
115
+ /**
116
+ * cost_indice object
117
+ */
118
+ interface GetIndustrySystemsCostIndice {
119
+ activity: GetIndustrySystemsActivity;
120
+ cost_index: GetIndustrySystemsCostIndex;
121
+ [k: string]: unknown | undefined;
122
+ }
@@ -0,0 +1,70 @@
1
+ /**
2
+ * ESI endpoint: /insurance/prices/
3
+ */
4
+
5
+ /**
6
+ * A list of a available insurance levels for this ship type
7
+ *
8
+ * @maxItems 6
9
+ */
10
+ type GetInsurancePricesLevels =
11
+ | []
12
+ | [GetInsurancePricesLevel]
13
+ | [GetInsurancePricesLevel, GetInsurancePricesLevel]
14
+ | [GetInsurancePricesLevel, GetInsurancePricesLevel, GetInsurancePricesLevel]
15
+ | [GetInsurancePricesLevel, GetInsurancePricesLevel, GetInsurancePricesLevel, GetInsurancePricesLevel]
16
+ | [
17
+ GetInsurancePricesLevel,
18
+ GetInsurancePricesLevel,
19
+ GetInsurancePricesLevel,
20
+ GetInsurancePricesLevel,
21
+ GetInsurancePricesLevel
22
+ ]
23
+ | [
24
+ GetInsurancePricesLevel,
25
+ GetInsurancePricesLevel,
26
+ GetInsurancePricesLevel,
27
+ GetInsurancePricesLevel,
28
+ GetInsurancePricesLevel,
29
+ GetInsurancePricesLevel
30
+ ];
31
+ /**
32
+ * cost number
33
+ */
34
+ type GetInsurancePricesCost = number;
35
+ /**
36
+ * Localized insurance level
37
+ */
38
+ type GetInsurancePricesName = string;
39
+ /**
40
+ * payout number
41
+ */
42
+ type GetInsurancePricesPayout = number;
43
+ /**
44
+ * type_id integer
45
+ */
46
+ type GetInsurancePricesTypeId = number;
47
+ /**
48
+ * 200 ok array
49
+ *
50
+ * @maxItems 1000
51
+ */
52
+ type GetInsurancePricesOk = GetInsurancePrices_200Ok[];
53
+
54
+ /**
55
+ * 200 ok object
56
+ */
57
+ interface GetInsurancePrices_200Ok {
58
+ levels: GetInsurancePricesLevels;
59
+ type_id: GetInsurancePricesTypeId;
60
+ [k: string]: unknown | undefined;
61
+ }
62
+ /**
63
+ * level object
64
+ */
65
+ interface GetInsurancePricesLevel {
66
+ cost: GetInsurancePricesCost;
67
+ name: GetInsurancePricesName;
68
+ payout: GetInsurancePricesPayout;
69
+ [k: string]: unknown | undefined;
70
+ }