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,45 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/fleets/{fleet_id}/wings/
3
- */
4
- /**
5
- * squads array
6
- *
7
- * @maxItems 25
8
- */
9
- type GetFleetsFleetIdWingsSquads = GetFleetsFleetIdWingsSquad[];
10
- /**
11
- * 200 ok array
12
- *
13
- * @maxItems 25
14
- */
15
- type GetFleetsFleetIdWingsOk = GetFleetsFleetIdWings_200Ok[];
16
-
17
- /**
18
- * 200 ok object
19
- */
20
- interface GetFleetsFleetIdWings_200Ok {
21
- /**
22
- * id integer
23
- */
24
- id: number;
25
- /**
26
- * name string
27
- */
28
- name: string;
29
- squads: GetFleetsFleetIdWingsSquads;
30
- [k: string]: unknown | undefined;
31
- }
32
- /**
33
- * squad object
34
- */
35
- interface GetFleetsFleetIdWingsSquad {
36
- /**
37
- * id integer
38
- */
39
- id: number;
40
- /**
41
- * name string
42
- */
43
- name: string;
44
- [k: string]: unknown | undefined;
45
- }
@@ -1,110 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/fw/leaderboards/characters/
3
- */
4
- /**
5
- * Top 100 ranking of pilots active in faction warfare by total kills. A pilot is considered "active" if they have participated in faction warfare in the past 14 days
6
- *
7
- * @maxItems 100
8
- */
9
- type GetFwLeaderboardsCharactersActiveTotal = GetFwLeaderboardsCharactersActiveTotalActiveTotal[];
10
- /**
11
- * Top 100 ranking of pilots by kills in the past week
12
- *
13
- * @maxItems 100
14
- */
15
- type GetFwLeaderboardsCharactersLastWeek = GetFwLeaderboardsCharactersLastWeekLastWeek[];
16
- /**
17
- * Top 100 ranking of pilots by kills in the past day
18
- *
19
- * @maxItems 100
20
- */
21
- type GetFwLeaderboardsCharactersYesterday = GetFwLeaderboardsCharactersYesterdayYesterday[];
22
- /**
23
- * Top 100 ranking of pilots active in faction warfare by total victory points. A pilot is considered "active" if they have participated in faction warfare in the past 14 days
24
- *
25
- * @maxItems 100
26
- */
27
- type GetFwLeaderboardsCharactersVictoryPointsActiveTotal = GetFwLeaderboardsCharactersActiveTotalActiveTotal_1[];
28
- /**
29
- * Top 100 ranking of pilots by victory points in the past week
30
- *
31
- * @maxItems 100
32
- */
33
- type GetFwLeaderboardsCharactersVictoryPointsLastWeek = GetFwLeaderboardsCharactersLastWeekLastWeek_1[];
34
- /**
35
- * Top 100 ranking of pilots by victory points in the past day
36
- *
37
- * @maxItems 100
38
- */
39
- type GetFwLeaderboardsCharactersVictoryPointsYesterday = GetFwLeaderboardsCharactersYesterdayYesterday_1[];
40
-
41
- /**
42
- * 200 ok object
43
- */
44
- interface GetFwLeaderboardsCharactersOk {
45
- kills: GetFwLeaderboardsCharactersKills;
46
- victory_points: GetFwLeaderboardsCharactersVictoryPoints;
47
- [k: string]: unknown | undefined;
48
- }
49
- /**
50
- * Top 100 rankings of pilots by number of kills from yesterday, last week and in total
51
- */
52
- interface GetFwLeaderboardsCharactersKills {
53
- active_total: GetFwLeaderboardsCharactersActiveTotal;
54
- last_week: GetFwLeaderboardsCharactersLastWeek;
55
- yesterday: GetFwLeaderboardsCharactersYesterday;
56
- [k: string]: unknown | undefined;
57
- }
58
- /**
59
- * active_total object
60
- */
61
- interface GetFwLeaderboardsCharactersActiveTotalActiveTotal {
62
- /**
63
- * Amount of kills
64
- */
65
- amount?: number;
66
- /**
67
- * character_id integer
68
- */
69
- character_id?: number;
70
- [k: string]: unknown | undefined;
71
- }
72
- /**
73
- * last_week object
74
- */
75
- interface GetFwLeaderboardsCharactersLastWeekLastWeek extends GetFwLeaderboardsCharactersActiveTotalActiveTotal{}
76
- /**
77
- * yesterday object
78
- */
79
- interface GetFwLeaderboardsCharactersYesterdayYesterday extends GetFwLeaderboardsCharactersActiveTotalActiveTotal{}
80
- /**
81
- * Top 100 rankings of pilots by victory points from yesterday, last week and in total
82
- */
83
- interface GetFwLeaderboardsCharactersVictoryPoints {
84
- active_total: GetFwLeaderboardsCharactersVictoryPointsActiveTotal;
85
- last_week: GetFwLeaderboardsCharactersVictoryPointsLastWeek;
86
- yesterday: GetFwLeaderboardsCharactersVictoryPointsYesterday;
87
- [k: string]: unknown | undefined;
88
- }
89
- /**
90
- * active_total object
91
- */
92
- interface GetFwLeaderboardsCharactersActiveTotalActiveTotal_1 {
93
- /**
94
- * Amount of victory points
95
- */
96
- amount?: number;
97
- /**
98
- * character_id integer
99
- */
100
- character_id?: number;
101
- [k: string]: unknown | undefined;
102
- }
103
- /**
104
- * last_week object
105
- */
106
- interface GetFwLeaderboardsCharactersLastWeekLastWeek_1 extends GetFwLeaderboardsCharactersActiveTotalActiveTotal_1{}
107
- /**
108
- * yesterday object
109
- */
110
- interface GetFwLeaderboardsCharactersYesterdayYesterday_1 extends GetFwLeaderboardsCharactersActiveTotalActiveTotal_1{}
@@ -1,109 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/fw/leaderboards/corporations/
3
- */
4
- /**
5
- * Top 10 ranking of corporations active in faction warfare by total kills. A corporation is considered "active" if they have participated in faction warfare in the past 14 days
6
- *
7
- * @maxItems 10
8
- */
9
- type GetFwLeaderboardsCorporationsActiveTotal = GetFwLeaderboardsCorporationsActiveTotalActiveTotal[];
10
- /**
11
- * Top 10 ranking of corporations by kills in the past week
12
- *
13
- * @maxItems 10
14
- */
15
- type GetFwLeaderboardsCorporationsLastWeek = GetFwLeaderboardsCorporationsLastWeekLastWeek[];
16
- /**
17
- * Top 10 ranking of corporations by kills in the past day
18
- *
19
- * @maxItems 10
20
- */
21
- type GetFwLeaderboardsCorporationsYesterday = GetFwLeaderboardsCorporationsYesterdayYesterday[];
22
- /**
23
- * Top 10 ranking of corporations active in faction warfare by total victory points. A corporation is considered "active" if they have participated in faction warfare in the past 14 days
24
- *
25
- * @maxItems 10
26
- */
27
- type GetFwLeaderboardsCorporationsVictoryPointsActiveTotal = GetFwLeaderboardsCorporationsActiveTotalActiveTotal_1[];
28
- /**
29
- * Top 10 ranking of corporations by victory points in the past week
30
- *
31
- * @maxItems 10
32
- */
33
- type GetFwLeaderboardsCorporationsVictoryPointsLastWeek = GetFwLeaderboardsCorporationsLastWeekLastWeek_1[];
34
- /**
35
- * Top 10 ranking of corporations by victory points in the past day
36
- *
37
- * @maxItems 10
38
- */
39
- type GetFwLeaderboardsCorporationsVictoryPointsYesterday = GetFwLeaderboardsCorporationsYesterdayYesterday_1[];
40
- /**
41
- * 200 ok object
42
- */
43
- interface GetFwLeaderboardsCorporationsOk {
44
- kills: GetFwLeaderboardsCorporationsKills;
45
- victory_points: GetFwLeaderboardsCorporationsVictoryPoints;
46
- [k: string]: unknown | undefined;
47
- }
48
- /**
49
- * Top 10 rankings of corporations by number of kills from yesterday, last week and in total
50
- */
51
- interface GetFwLeaderboardsCorporationsKills {
52
- active_total: GetFwLeaderboardsCorporationsActiveTotal;
53
- last_week: GetFwLeaderboardsCorporationsLastWeek;
54
- yesterday: GetFwLeaderboardsCorporationsYesterday;
55
- [k: string]: unknown | undefined;
56
- }
57
- /**
58
- * active_total object
59
- */
60
- interface GetFwLeaderboardsCorporationsActiveTotalActiveTotal {
61
- /**
62
- * Amount of kills
63
- */
64
- amount?: number;
65
- /**
66
- * corporation_id integer
67
- */
68
- corporation_id?: number;
69
- [k: string]: unknown | undefined;
70
- }
71
- /**
72
- * last_week object
73
- */
74
- interface GetFwLeaderboardsCorporationsLastWeekLastWeek extends GetFwLeaderboardsCorporationsActiveTotalActiveTotal {}
75
- /**
76
- * yesterday object
77
- */
78
- interface GetFwLeaderboardsCorporationsYesterdayYesterday extends GetFwLeaderboardsCorporationsActiveTotalActiveTotal {}
79
- /**
80
- * Top 10 rankings of corporations by victory points from yesterday, last week and in total
81
- */
82
- interface GetFwLeaderboardsCorporationsVictoryPoints {
83
- active_total: GetFwLeaderboardsCorporationsVictoryPointsActiveTotal;
84
- last_week: GetFwLeaderboardsCorporationsVictoryPointsLastWeek;
85
- yesterday: GetFwLeaderboardsCorporationsVictoryPointsYesterday;
86
- [k: string]: unknown | undefined;
87
- }
88
- /**
89
- * active_total object
90
- */
91
- interface GetFwLeaderboardsCorporationsActiveTotalActiveTotal_1 {
92
- /**
93
- * Amount of victory points
94
- */
95
- amount?: number;
96
- /**
97
- * corporation_id integer
98
- */
99
- corporation_id?: number;
100
- [k: string]: unknown | undefined;
101
- }
102
- /**
103
- * last_week object
104
- */
105
- interface GetFwLeaderboardsCorporationsLastWeekLastWeek_1 extends GetFwLeaderboardsCorporationsActiveTotalActiveTotal_1 {}
106
- /**
107
- * yesterday object
108
- */
109
- interface GetFwLeaderboardsCorporationsYesterdayYesterday_1 extends GetFwLeaderboardsCorporationsActiveTotalActiveTotal_1 {}
@@ -1,182 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/fw/leaderboards/
3
- */
4
- /**
5
- * 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
6
- *
7
- * @maxItems 4
8
- */
9
- type GetFwLeaderboardsActiveTotal =
10
- | []
11
- | [GetFwLeaderboardsActiveTotalActiveTotal]
12
- | [GetFwLeaderboardsActiveTotalActiveTotal, GetFwLeaderboardsActiveTotalActiveTotal]
13
- | [
14
- GetFwLeaderboardsActiveTotalActiveTotal,
15
- GetFwLeaderboardsActiveTotalActiveTotal,
16
- GetFwLeaderboardsActiveTotalActiveTotal
17
- ]
18
- | [
19
- GetFwLeaderboardsActiveTotalActiveTotal,
20
- GetFwLeaderboardsActiveTotalActiveTotal,
21
- GetFwLeaderboardsActiveTotalActiveTotal,
22
- GetFwLeaderboardsActiveTotalActiveTotal
23
- ];
24
- /**
25
- * Top 4 ranking of factions by kills in the past week
26
- *
27
- * @maxItems 4
28
- */
29
- type GetFwLeaderboardsLastWeek =
30
- | []
31
- | [GetFwLeaderboardsLastWeekLastWeek]
32
- | [GetFwLeaderboardsLastWeekLastWeek, GetFwLeaderboardsLastWeekLastWeek]
33
- | [GetFwLeaderboardsLastWeekLastWeek, GetFwLeaderboardsLastWeekLastWeek, GetFwLeaderboardsLastWeekLastWeek]
34
- | [
35
- GetFwLeaderboardsLastWeekLastWeek,
36
- GetFwLeaderboardsLastWeekLastWeek,
37
- GetFwLeaderboardsLastWeekLastWeek,
38
- GetFwLeaderboardsLastWeekLastWeek
39
- ];
40
- /**
41
- * Top 4 ranking of factions by kills in the past day
42
- *
43
- * @maxItems 4
44
- */
45
- type GetFwLeaderboardsYesterday =
46
- | []
47
- | [GetFwLeaderboardsYesterdayYesterday]
48
- | [GetFwLeaderboardsYesterdayYesterday, GetFwLeaderboardsYesterdayYesterday]
49
- | [GetFwLeaderboardsYesterdayYesterday, GetFwLeaderboardsYesterdayYesterday, GetFwLeaderboardsYesterdayYesterday]
50
- | [
51
- GetFwLeaderboardsYesterdayYesterday,
52
- GetFwLeaderboardsYesterdayYesterday,
53
- GetFwLeaderboardsYesterdayYesterday,
54
- GetFwLeaderboardsYesterdayYesterday
55
- ];
56
- /**
57
- * 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
58
- *
59
- * @maxItems 4
60
- */
61
- type GetFwLeaderboardsVictoryPointsActiveTotal =
62
- | []
63
- | [GetFwLeaderboardsActiveTotalActiveTotal_1]
64
- | [GetFwLeaderboardsActiveTotalActiveTotal_1, GetFwLeaderboardsActiveTotalActiveTotal_1]
65
- | [
66
- GetFwLeaderboardsActiveTotalActiveTotal_1,
67
- GetFwLeaderboardsActiveTotalActiveTotal_1,
68
- GetFwLeaderboardsActiveTotalActiveTotal_1
69
- ]
70
- | [
71
- GetFwLeaderboardsActiveTotalActiveTotal_1,
72
- GetFwLeaderboardsActiveTotalActiveTotal_1,
73
- GetFwLeaderboardsActiveTotalActiveTotal_1,
74
- GetFwLeaderboardsActiveTotalActiveTotal_1
75
- ];
76
- /**
77
- * Top 4 ranking of factions by victory points in the past week
78
- *
79
- * @maxItems 4
80
- */
81
- type GetFwLeaderboardsVictoryPointsLastWeek =
82
- | []
83
- | [GetFwLeaderboardsLastWeekLastWeek_1]
84
- | [GetFwLeaderboardsLastWeekLastWeek_1, GetFwLeaderboardsLastWeekLastWeek_1]
85
- | [GetFwLeaderboardsLastWeekLastWeek_1, GetFwLeaderboardsLastWeekLastWeek_1, GetFwLeaderboardsLastWeekLastWeek_1]
86
- | [
87
- GetFwLeaderboardsLastWeekLastWeek_1,
88
- GetFwLeaderboardsLastWeekLastWeek_1,
89
- GetFwLeaderboardsLastWeekLastWeek_1,
90
- GetFwLeaderboardsLastWeekLastWeek_1
91
- ];
92
- /**
93
- * Top 4 ranking of factions by victory points in the past day
94
- *
95
- * @maxItems 4
96
- */
97
- type GetFwLeaderboardsVictoryPointsYesterday =
98
- | []
99
- | [GetFwLeaderboardsYesterdayYesterday_1]
100
- | [GetFwLeaderboardsYesterdayYesterday_1, GetFwLeaderboardsYesterdayYesterday_1]
101
- | [
102
- GetFwLeaderboardsYesterdayYesterday_1,
103
- GetFwLeaderboardsYesterdayYesterday_1,
104
- GetFwLeaderboardsYesterdayYesterday_1
105
- ]
106
- | [
107
- GetFwLeaderboardsYesterdayYesterday_1,
108
- GetFwLeaderboardsYesterdayYesterday_1,
109
- GetFwLeaderboardsYesterdayYesterday_1,
110
- GetFwLeaderboardsYesterdayYesterday_1
111
- ];
112
-
113
- /**
114
- * 200 ok object
115
- */
116
- interface GetFwLeaderboardsOk {
117
- kills: GetFwLeaderboardsKills;
118
- victory_points: GetFwLeaderboardsVictoryPoints;
119
- [k: string]: unknown | undefined;
120
- }
121
- /**
122
- * Top 4 rankings of factions by number of kills from yesterday, last week and in total
123
- */
124
- interface GetFwLeaderboardsKills {
125
- active_total: GetFwLeaderboardsActiveTotal;
126
- last_week: GetFwLeaderboardsLastWeek;
127
- yesterday: GetFwLeaderboardsYesterday;
128
- [k: string]: unknown | undefined;
129
- }
130
- /**
131
- * active_total object
132
- */
133
- interface GetFwLeaderboardsActiveTotalActiveTotal {
134
- /**
135
- * Amount of kills
136
- */
137
- amount?: number;
138
- /**
139
- * faction_id integer
140
- */
141
- faction_id?: number;
142
- [k: string]: unknown | undefined;
143
- }
144
- /**
145
- * last_week object
146
- */
147
- interface GetFwLeaderboardsLastWeekLastWeek extends GetFwLeaderboardsActiveTotalActiveTotal {}
148
- /**
149
- * yesterday object
150
- */
151
- interface GetFwLeaderboardsYesterdayYesterday extends GetFwLeaderboardsActiveTotalActiveTotal {}
152
- /**
153
- * Top 4 rankings of factions by victory points from yesterday, last week and in total
154
- */
155
- interface GetFwLeaderboardsVictoryPoints {
156
- active_total: GetFwLeaderboardsVictoryPointsActiveTotal;
157
- last_week: GetFwLeaderboardsVictoryPointsLastWeek;
158
- yesterday: GetFwLeaderboardsVictoryPointsYesterday;
159
- [k: string]: unknown | undefined;
160
- }
161
- /**
162
- * active_total object
163
- */
164
- interface GetFwLeaderboardsActiveTotalActiveTotal_1 {
165
- /**
166
- * Amount of victory points
167
- */
168
- amount?: number;
169
- /**
170
- * faction_id integer
171
- */
172
- faction_id?: number;
173
- [k: string]: unknown | undefined;
174
- }
175
- /**
176
- * last_week object
177
- */
178
- interface GetFwLeaderboardsLastWeekLastWeek_1 extends GetFwLeaderboardsActiveTotalActiveTotal_1 {}
179
- /**
180
- * yesterday object
181
- */
182
- interface GetFwLeaderboardsYesterdayYesterday_1 extends GetFwLeaderboardsActiveTotalActiveTotal_1 {}
@@ -1,66 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/fw/stats/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 100
8
- */
9
- type GetFwStatsOk = GetFwStats_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetFwStats_200Ok {
15
- /**
16
- * faction_id integer
17
- */
18
- faction_id: number;
19
- kills: GetFwStatsKills;
20
- /**
21
- * How many pilots fight for the given faction
22
- */
23
- pilots: number;
24
- /**
25
- * The number of solar systems controlled by the given faction
26
- */
27
- systems_controlled: number;
28
- victory_points: GetFwStatsVictoryPoints;
29
- [k: string]: unknown | undefined;
30
- }
31
- /**
32
- * Summary of kills against an enemy faction for the given faction
33
- */
34
- interface GetFwStatsKills {
35
- /**
36
- * Last week's total number of kills against enemy factions
37
- */
38
- last_week: number;
39
- /**
40
- * Total number of kills against enemy factions since faction warfare began
41
- */
42
- total: number;
43
- /**
44
- * Yesterday's total number of kills against enemy factions
45
- */
46
- yesterday: number;
47
- [k: string]: unknown | undefined;
48
- }
49
- /**
50
- * Summary of victory points gained for the given faction
51
- */
52
- interface GetFwStatsVictoryPoints {
53
- /**
54
- * Last week's victory points gained
55
- */
56
- last_week: number;
57
- /**
58
- * Total victory points gained since faction warfare began
59
- */
60
- total: number;
61
- /**
62
- * Yesterday's victory points gained
63
- */
64
- yesterday: number;
65
- [k: string]: unknown | undefined;
66
- }
@@ -1,41 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/fw/systems/
3
- */
4
- /**
5
- * contested string
6
- */
7
- type GetFwSystemsContested = "captured" | "contested" | "uncontested" | "vulnerable";
8
- /**
9
- * 200 ok array
10
- *
11
- * @maxItems 171
12
- */
13
- type GetFwSystemsOk = GetFwSystems_200Ok[];
14
-
15
- /**
16
- * 200 ok object
17
- */
18
- interface GetFwSystems_200Ok {
19
- contested: GetFwSystemsContested;
20
- /**
21
- * occupier_faction_id integer
22
- */
23
- occupier_faction_id: number;
24
- /**
25
- * owner_faction_id integer
26
- */
27
- owner_faction_id: number;
28
- /**
29
- * solar_system_id integer
30
- */
31
- solar_system_id: number;
32
- /**
33
- * victory_points integer
34
- */
35
- victory_points: number;
36
- /**
37
- * victory_points_threshold integer
38
- */
39
- victory_points_threshold: number;
40
- [k: string]: unknown | undefined;
41
- }
@@ -1,24 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/fw/wars/
3
- */
4
- /**
5
- * List of factions at war
6
- *
7
- * @maxItems 100
8
- */
9
- type GetFwWarsOk = GetFwWars_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetFwWars_200Ok {
15
- /**
16
- * The faction ID of the enemy faction.
17
- */
18
- against_id: number;
19
- /**
20
- * faction_id integer
21
- */
22
- faction_id: number;
23
- [k: string]: unknown | undefined;
24
- }
@@ -1,37 +0,0 @@
1
- /*!
2
- * ESI endpoint: get:/industry/facilities/
3
- */
4
- /**
5
- * 200 ok array
6
- *
7
- * @maxItems 10000
8
- */
9
- type GetIndustryFacilitiesOk = GetIndustryFacilities_200Ok[];
10
-
11
- /**
12
- * 200 ok object
13
- */
14
- interface GetIndustryFacilities_200Ok {
15
- /**
16
- * ID of the facility
17
- */
18
- facility_id: number;
19
- /**
20
- * Owner of the facility
21
- */
22
- owner_id: number;
23
- /**
24
- * Region ID where the facility is
25
- */
26
- region_id: number;
27
- /**
28
- * Solar system ID where the facility is
29
- */
30
- solar_system_id: number;
31
- /**
32
- * Tax imposed by the facility
33
- */
34
- tax?: number;
35
- type_id: number;
36
- [k: string]: unknown | undefined;
37
- }