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
@@ -0,0 +1,596 @@
1
+ // Generated by scripts/lib/code-synthesizer.mjs
2
+
3
+ // - - - - - - - - - - - - - - - - - - - -
4
+ // @method {get}
5
+ // - - - - - - - - - - - - - - - - - - - -
6
+ /*!
7
+ * ESI endpoint: get:/characters/{character_id}/fw/stats/
8
+ */
9
+
10
+ /**
11
+ * 200 ok object
12
+ */
13
+ interface GetCharactersCharacterIdFwStatsOk {
14
+ /**
15
+ * The given character's current faction rank
16
+ */
17
+ current_rank?: number;
18
+ /**
19
+ * The enlistment date of the given character into faction warfare. Will not be included if character is not enlisted in faction warfare
20
+ */
21
+ enlisted_on?: string;
22
+ /**
23
+ * The faction the given character is enlisted to fight for. Will not be included if character is not enlisted in faction warfare
24
+ */
25
+ faction_id?: number;
26
+ /**
27
+ * The given character's highest faction rank achieved
28
+ */
29
+ highest_rank?: number;
30
+ kills: GetCharactersCharacterIdFwStatsKills;
31
+ victory_points: GetCharactersCharacterIdFwStatsVictoryPoints;
32
+ [k: string]: unknown | undefined;
33
+ }
34
+ /**
35
+ * Summary of kills done by the given character against enemy factions
36
+ */
37
+ interface GetCharactersCharacterIdFwStatsKills {
38
+ /**
39
+ * Last week's total number of kills by a given character against enemy factions
40
+ */
41
+ last_week: number;
42
+ /**
43
+ * Total number of kills by a given character against enemy factions since the character enlisted
44
+ */
45
+ total: number;
46
+ /**
47
+ * Yesterday's total number of kills by a given character against enemy factions
48
+ */
49
+ yesterday: number;
50
+ [k: string]: unknown | undefined;
51
+ }
52
+ /**
53
+ * Summary of victory points gained by the given character for the enlisted faction
54
+ */
55
+ interface GetCharactersCharacterIdFwStatsVictoryPoints {
56
+ /**
57
+ * Last week's victory points gained by the given character
58
+ */
59
+ last_week: number;
60
+ /**
61
+ * Total victory points gained since the given character enlisted
62
+ */
63
+ total: number;
64
+ /**
65
+ * Yesterday's victory points gained by the given character
66
+ */
67
+ yesterday: number;
68
+ [k: string]: unknown | undefined;
69
+ }
70
+
71
+ /*!
72
+ * ESI endpoint: get:/corporations/{corporation_id}/fw/stats/
73
+ */
74
+
75
+ /**
76
+ * 200 ok object
77
+ */
78
+ interface GetCorporationsCorporationIdFwStatsOk {
79
+ /**
80
+ * The enlistment date of the given corporation into faction warfare. Will not be included if corporation is not enlisted in faction warfare
81
+ */
82
+ enlisted_on?: string;
83
+ /**
84
+ * The faction the given corporation is enlisted to fight for. Will not be included if corporation is not enlisted in faction warfare
85
+ */
86
+ faction_id?: number;
87
+ kills: GetCorporationsCorporationIdFwStatsKills;
88
+ /**
89
+ * How many pilots the enlisted corporation has. Will not be included if corporation is not enlisted in faction warfare
90
+ */
91
+ pilots?: number;
92
+ victory_points: GetCorporationsCorporationIdFwStatsVictoryPoints;
93
+ [k: string]: unknown | undefined;
94
+ }
95
+ /**
96
+ * Summary of kills done by the given corporation against enemy factions
97
+ */
98
+ interface GetCorporationsCorporationIdFwStatsKills {
99
+ /**
100
+ * Last week's total number of kills by members of the given corporation against enemy factions
101
+ */
102
+ last_week: number;
103
+ /**
104
+ * Total number of kills by members of the given corporation against enemy factions since the corporation enlisted
105
+ */
106
+ total: number;
107
+ /**
108
+ * Yesterday's total number of kills by members of the given corporation against enemy factions
109
+ */
110
+ yesterday: number;
111
+ [k: string]: unknown | undefined;
112
+ }
113
+ /**
114
+ * Summary of victory points gained by the given corporation for the enlisted faction
115
+ */
116
+ interface GetCorporationsCorporationIdFwStatsVictoryPoints {
117
+ /**
118
+ * Last week's victory points gained by members of the given corporation
119
+ */
120
+ last_week: number;
121
+ /**
122
+ * Total victory points gained since the given corporation enlisted
123
+ */
124
+ total: number;
125
+ /**
126
+ * Yesterday's victory points gained by members of the given corporation
127
+ */
128
+ yesterday: number;
129
+ [k: string]: unknown | undefined;
130
+ }
131
+
132
+ /*!
133
+ * ESI endpoint: get:/fw/leaderboards/
134
+ */
135
+ /**
136
+ * 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
137
+ *
138
+ * @maxItems 4
139
+ */
140
+ type GetFwLeaderboardsActiveTotal = GetFwLeaderboardsActiveTotalActiveTotal[]
141
+ /**
142
+ * Top 4 ranking of factions by kills in the past week
143
+ *
144
+ * @maxItems 4
145
+ */
146
+ type GetFwLeaderboardsLastWeek = GetFwLeaderboardsLastWeekLastWeek[];
147
+ /**
148
+ * Top 4 ranking of factions by kills in the past day
149
+ *
150
+ * @maxItems 4
151
+ */
152
+ type GetFwLeaderboardsYesterday = GetFwLeaderboardsYesterdayYesterday[];
153
+ /**
154
+ * 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
155
+ *
156
+ * @maxItems 4
157
+ */
158
+ type GetFwLeaderboardsVictoryPointsActiveTotal = GetFwLeaderboardsActiveTotalActiveTotal_1[];
159
+ /**
160
+ * Top 4 ranking of factions by victory points in the past week
161
+ *
162
+ * @maxItems 4
163
+ */
164
+ type GetFwLeaderboardsVictoryPointsLastWeek = GetFwLeaderboardsLastWeekLastWeek_1[];
165
+ /**
166
+ * Top 4 ranking of factions by victory points in the past day
167
+ *
168
+ * @maxItems 4
169
+ */
170
+ type GetFwLeaderboardsVictoryPointsYesterday = GetFwLeaderboardsYesterdayYesterday_1[];
171
+
172
+ /**
173
+ * 200 ok object
174
+ */
175
+ interface GetFwLeaderboardsOk {
176
+ kills: GetFwLeaderboardsKills;
177
+ victory_points: GetFwLeaderboardsVictoryPoints;
178
+ [k: string]: unknown | undefined;
179
+ }
180
+ /**
181
+ * Top 4 rankings of factions by number of kills from yesterday, last week and in total
182
+ */
183
+ interface GetFwLeaderboardsKills {
184
+ active_total: GetFwLeaderboardsActiveTotal;
185
+ last_week: GetFwLeaderboardsLastWeek;
186
+ yesterday: GetFwLeaderboardsYesterday;
187
+ [k: string]: unknown | undefined;
188
+ }
189
+ /**
190
+ * active_total object
191
+ */
192
+ interface GetFwLeaderboardsActiveTotalActiveTotal {
193
+ /**
194
+ * Amount of kills
195
+ */
196
+ amount?: number;
197
+ /**
198
+ * faction_id integer
199
+ */
200
+ faction_id?: number;
201
+ [k: string]: unknown | undefined;
202
+ }
203
+ /**
204
+ * last_week object
205
+ */
206
+ interface GetFwLeaderboardsLastWeekLastWeek extends GetFwLeaderboardsActiveTotalActiveTotal {}
207
+ /**
208
+ * yesterday object
209
+ */
210
+ interface GetFwLeaderboardsYesterdayYesterday extends GetFwLeaderboardsActiveTotalActiveTotal {}
211
+ /**
212
+ * Top 4 rankings of factions by victory points from yesterday, last week and in total
213
+ */
214
+ interface GetFwLeaderboardsVictoryPoints {
215
+ active_total: GetFwLeaderboardsVictoryPointsActiveTotal;
216
+ last_week: GetFwLeaderboardsVictoryPointsLastWeek;
217
+ yesterday: GetFwLeaderboardsVictoryPointsYesterday;
218
+ [k: string]: unknown | undefined;
219
+ }
220
+ /**
221
+ * active_total object
222
+ */
223
+ interface GetFwLeaderboardsActiveTotalActiveTotal_1 {
224
+ /**
225
+ * Amount of victory points
226
+ */
227
+ amount?: number;
228
+ /**
229
+ * faction_id integer
230
+ */
231
+ faction_id?: number;
232
+ [k: string]: unknown | undefined;
233
+ }
234
+ /**
235
+ * last_week object
236
+ */
237
+ interface GetFwLeaderboardsLastWeekLastWeek_1 extends GetFwLeaderboardsActiveTotalActiveTotal_1 {}
238
+ /**
239
+ * yesterday object
240
+ */
241
+ interface GetFwLeaderboardsYesterdayYesterday_1 extends GetFwLeaderboardsActiveTotalActiveTotal_1 {}
242
+
243
+ /*!
244
+ * ESI endpoint: get:/fw/leaderboards/characters/
245
+ */
246
+ /**
247
+ * 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
248
+ *
249
+ * @maxItems 100
250
+ */
251
+ type GetFwLeaderboardsCharactersActiveTotal = GetFwLeaderboardsCharactersActiveTotalActiveTotal[];
252
+ /**
253
+ * Top 100 ranking of pilots by kills in the past week
254
+ *
255
+ * @maxItems 100
256
+ */
257
+ type GetFwLeaderboardsCharactersLastWeek = GetFwLeaderboardsCharactersLastWeekLastWeek[];
258
+ /**
259
+ * Top 100 ranking of pilots by kills in the past day
260
+ *
261
+ * @maxItems 100
262
+ */
263
+ type GetFwLeaderboardsCharactersYesterday = GetFwLeaderboardsCharactersYesterdayYesterday[];
264
+ /**
265
+ * 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
266
+ *
267
+ * @maxItems 100
268
+ */
269
+ type GetFwLeaderboardsCharactersVictoryPointsActiveTotal = GetFwLeaderboardsCharactersActiveTotalActiveTotal_1[];
270
+ /**
271
+ * Top 100 ranking of pilots by victory points in the past week
272
+ *
273
+ * @maxItems 100
274
+ */
275
+ type GetFwLeaderboardsCharactersVictoryPointsLastWeek = GetFwLeaderboardsCharactersLastWeekLastWeek_1[];
276
+ /**
277
+ * Top 100 ranking of pilots by victory points in the past day
278
+ *
279
+ * @maxItems 100
280
+ */
281
+ type GetFwLeaderboardsCharactersVictoryPointsYesterday = GetFwLeaderboardsCharactersYesterdayYesterday_1[];
282
+
283
+ /**
284
+ * 200 ok object
285
+ */
286
+ interface GetFwLeaderboardsCharactersOk {
287
+ kills: GetFwLeaderboardsCharactersKills;
288
+ victory_points: GetFwLeaderboardsCharactersVictoryPoints;
289
+ [k: string]: unknown | undefined;
290
+ }
291
+ /**
292
+ * Top 100 rankings of pilots by number of kills from yesterday, last week and in total
293
+ */
294
+ interface GetFwLeaderboardsCharactersKills {
295
+ active_total: GetFwLeaderboardsCharactersActiveTotal;
296
+ last_week: GetFwLeaderboardsCharactersLastWeek;
297
+ yesterday: GetFwLeaderboardsCharactersYesterday;
298
+ [k: string]: unknown | undefined;
299
+ }
300
+ /**
301
+ * active_total object
302
+ */
303
+ interface GetFwLeaderboardsCharactersActiveTotalActiveTotal {
304
+ /**
305
+ * Amount of kills
306
+ */
307
+ amount?: number;
308
+ /**
309
+ * character_id integer
310
+ */
311
+ character_id?: number;
312
+ [k: string]: unknown | undefined;
313
+ }
314
+ /**
315
+ * last_week object
316
+ */
317
+ interface GetFwLeaderboardsCharactersLastWeekLastWeek extends GetFwLeaderboardsCharactersActiveTotalActiveTotal{}
318
+ /**
319
+ * yesterday object
320
+ */
321
+ interface GetFwLeaderboardsCharactersYesterdayYesterday extends GetFwLeaderboardsCharactersActiveTotalActiveTotal{}
322
+ /**
323
+ * Top 100 rankings of pilots by victory points from yesterday, last week and in total
324
+ */
325
+ interface GetFwLeaderboardsCharactersVictoryPoints {
326
+ active_total: GetFwLeaderboardsCharactersVictoryPointsActiveTotal;
327
+ last_week: GetFwLeaderboardsCharactersVictoryPointsLastWeek;
328
+ yesterday: GetFwLeaderboardsCharactersVictoryPointsYesterday;
329
+ [k: string]: unknown | undefined;
330
+ }
331
+ /**
332
+ * active_total object
333
+ */
334
+ interface GetFwLeaderboardsCharactersActiveTotalActiveTotal_1 {
335
+ /**
336
+ * Amount of victory points
337
+ */
338
+ amount?: number;
339
+ /**
340
+ * character_id integer
341
+ */
342
+ character_id?: number;
343
+ [k: string]: unknown | undefined;
344
+ }
345
+ /**
346
+ * last_week object
347
+ */
348
+ interface GetFwLeaderboardsCharactersLastWeekLastWeek_1 extends GetFwLeaderboardsCharactersActiveTotalActiveTotal_1{}
349
+ /**
350
+ * yesterday object
351
+ */
352
+ interface GetFwLeaderboardsCharactersYesterdayYesterday_1 extends GetFwLeaderboardsCharactersActiveTotalActiveTotal_1{}
353
+
354
+ /*!
355
+ * ESI endpoint: get:/fw/leaderboards/corporations/
356
+ */
357
+ /**
358
+ * 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
359
+ *
360
+ * @maxItems 10
361
+ */
362
+ type GetFwLeaderboardsCorporationsActiveTotal = GetFwLeaderboardsCorporationsActiveTotalActiveTotal[];
363
+ /**
364
+ * Top 10 ranking of corporations by kills in the past week
365
+ *
366
+ * @maxItems 10
367
+ */
368
+ type GetFwLeaderboardsCorporationsLastWeek = GetFwLeaderboardsCorporationsLastWeekLastWeek[];
369
+ /**
370
+ * Top 10 ranking of corporations by kills in the past day
371
+ *
372
+ * @maxItems 10
373
+ */
374
+ type GetFwLeaderboardsCorporationsYesterday = GetFwLeaderboardsCorporationsYesterdayYesterday[];
375
+ /**
376
+ * 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
377
+ *
378
+ * @maxItems 10
379
+ */
380
+ type GetFwLeaderboardsCorporationsVictoryPointsActiveTotal = GetFwLeaderboardsCorporationsActiveTotalActiveTotal_1[];
381
+ /**
382
+ * Top 10 ranking of corporations by victory points in the past week
383
+ *
384
+ * @maxItems 10
385
+ */
386
+ type GetFwLeaderboardsCorporationsVictoryPointsLastWeek = GetFwLeaderboardsCorporationsLastWeekLastWeek_1[];
387
+ /**
388
+ * Top 10 ranking of corporations by victory points in the past day
389
+ *
390
+ * @maxItems 10
391
+ */
392
+ type GetFwLeaderboardsCorporationsVictoryPointsYesterday = GetFwLeaderboardsCorporationsYesterdayYesterday_1[];
393
+ /**
394
+ * 200 ok object
395
+ */
396
+ interface GetFwLeaderboardsCorporationsOk {
397
+ kills: GetFwLeaderboardsCorporationsKills;
398
+ victory_points: GetFwLeaderboardsCorporationsVictoryPoints;
399
+ [k: string]: unknown | undefined;
400
+ }
401
+ /**
402
+ * Top 10 rankings of corporations by number of kills from yesterday, last week and in total
403
+ */
404
+ interface GetFwLeaderboardsCorporationsKills {
405
+ active_total: GetFwLeaderboardsCorporationsActiveTotal;
406
+ last_week: GetFwLeaderboardsCorporationsLastWeek;
407
+ yesterday: GetFwLeaderboardsCorporationsYesterday;
408
+ [k: string]: unknown | undefined;
409
+ }
410
+ /**
411
+ * active_total object
412
+ */
413
+ interface GetFwLeaderboardsCorporationsActiveTotalActiveTotal {
414
+ /**
415
+ * Amount of kills
416
+ */
417
+ amount?: number;
418
+ /**
419
+ * corporation_id integer
420
+ */
421
+ corporation_id?: number;
422
+ [k: string]: unknown | undefined;
423
+ }
424
+ /**
425
+ * last_week object
426
+ */
427
+ interface GetFwLeaderboardsCorporationsLastWeekLastWeek extends GetFwLeaderboardsCorporationsActiveTotalActiveTotal {}
428
+ /**
429
+ * yesterday object
430
+ */
431
+ interface GetFwLeaderboardsCorporationsYesterdayYesterday extends GetFwLeaderboardsCorporationsActiveTotalActiveTotal {}
432
+ /**
433
+ * Top 10 rankings of corporations by victory points from yesterday, last week and in total
434
+ */
435
+ interface GetFwLeaderboardsCorporationsVictoryPoints {
436
+ active_total: GetFwLeaderboardsCorporationsVictoryPointsActiveTotal;
437
+ last_week: GetFwLeaderboardsCorporationsVictoryPointsLastWeek;
438
+ yesterday: GetFwLeaderboardsCorporationsVictoryPointsYesterday;
439
+ [k: string]: unknown | undefined;
440
+ }
441
+ /**
442
+ * active_total object
443
+ */
444
+ interface GetFwLeaderboardsCorporationsActiveTotalActiveTotal_1 {
445
+ /**
446
+ * Amount of victory points
447
+ */
448
+ amount?: number;
449
+ /**
450
+ * corporation_id integer
451
+ */
452
+ corporation_id?: number;
453
+ [k: string]: unknown | undefined;
454
+ }
455
+ /**
456
+ * last_week object
457
+ */
458
+ interface GetFwLeaderboardsCorporationsLastWeekLastWeek_1 extends GetFwLeaderboardsCorporationsActiveTotalActiveTotal_1 {}
459
+ /**
460
+ * yesterday object
461
+ */
462
+ interface GetFwLeaderboardsCorporationsYesterdayYesterday_1 extends GetFwLeaderboardsCorporationsActiveTotalActiveTotal_1 {}
463
+
464
+ /*!
465
+ * ESI endpoint: get:/fw/stats/
466
+ */
467
+ /**
468
+ * 200 ok array
469
+ *
470
+ * @maxItems 100
471
+ */
472
+ type GetFwStatsOk = GetFwStats_200Ok[];
473
+
474
+ /**
475
+ * 200 ok object
476
+ */
477
+ interface GetFwStats_200Ok {
478
+ /**
479
+ * faction_id integer
480
+ */
481
+ faction_id: number;
482
+ kills: GetFwStatsKills;
483
+ /**
484
+ * How many pilots fight for the given faction
485
+ */
486
+ pilots: number;
487
+ /**
488
+ * The number of solar systems controlled by the given faction
489
+ */
490
+ systems_controlled: number;
491
+ victory_points: GetFwStatsVictoryPoints;
492
+ [k: string]: unknown | undefined;
493
+ }
494
+ /**
495
+ * Summary of kills against an enemy faction for the given faction
496
+ */
497
+ interface GetFwStatsKills {
498
+ /**
499
+ * Last week's total number of kills against enemy factions
500
+ */
501
+ last_week: number;
502
+ /**
503
+ * Total number of kills against enemy factions since faction warfare began
504
+ */
505
+ total: number;
506
+ /**
507
+ * Yesterday's total number of kills against enemy factions
508
+ */
509
+ yesterday: number;
510
+ [k: string]: unknown | undefined;
511
+ }
512
+ /**
513
+ * Summary of victory points gained for the given faction
514
+ */
515
+ interface GetFwStatsVictoryPoints {
516
+ /**
517
+ * Last week's victory points gained
518
+ */
519
+ last_week: number;
520
+ /**
521
+ * Total victory points gained since faction warfare began
522
+ */
523
+ total: number;
524
+ /**
525
+ * Yesterday's victory points gained
526
+ */
527
+ yesterday: number;
528
+ [k: string]: unknown | undefined;
529
+ }
530
+
531
+ /*!
532
+ * ESI endpoint: get:/fw/systems/
533
+ */
534
+ /**
535
+ * contested string
536
+ */
537
+ type GetFwSystemsContested = "captured" | "contested" | "uncontested" | "vulnerable";
538
+ /**
539
+ * 200 ok array
540
+ *
541
+ * @maxItems 171
542
+ */
543
+ type GetFwSystemsOk = GetFwSystems_200Ok[];
544
+
545
+ /**
546
+ * 200 ok object
547
+ */
548
+ interface GetFwSystems_200Ok {
549
+ contested: GetFwSystemsContested;
550
+ /**
551
+ * occupier_faction_id integer
552
+ */
553
+ occupier_faction_id: number;
554
+ /**
555
+ * owner_faction_id integer
556
+ */
557
+ owner_faction_id: number;
558
+ /**
559
+ * solar_system_id integer
560
+ */
561
+ solar_system_id: number;
562
+ /**
563
+ * victory_points integer
564
+ */
565
+ victory_points: number;
566
+ /**
567
+ * victory_points_threshold integer
568
+ */
569
+ victory_points_threshold: number;
570
+ [k: string]: unknown | undefined;
571
+ }
572
+
573
+ /*!
574
+ * ESI endpoint: get:/fw/wars/
575
+ */
576
+ /**
577
+ * List of factions at war
578
+ *
579
+ * @maxItems 100
580
+ */
581
+ type GetFwWarsOk = GetFwWars_200Ok[];
582
+
583
+ /**
584
+ * 200 ok object
585
+ */
586
+ interface GetFwWars_200Ok {
587
+ /**
588
+ * The faction ID of the enemy faction.
589
+ */
590
+ against_id: number;
591
+ /**
592
+ * faction_id integer
593
+ */
594
+ faction_id: number;
595
+ [k: string]: unknown | undefined;
596
+ }
@@ -1,3 +1,8 @@
1
+ // Generated by scripts/lib/code-synthesizer.mjs
2
+
3
+ // - - - - - - - - - - - - - - - - - - - -
4
+ // @method {get}
5
+ // - - - - - - - - - - - - - - - - - - - -
1
6
  /*!
2
7
  * ESI endpoint: get:/characters/{character_id}/fittings/
3
8
  */
@@ -93,3 +98,21 @@ interface GetCharactersCharacterIdFittingsItem {
93
98
  type_id: number;
94
99
  [k: string]: unknown | undefined;
95
100
  }
101
+
102
+ // - - - - - - - - - - - - - - - - - - - -
103
+ // @method {post}
104
+ // - - - - - - - - - - - - - - - - - - - -
105
+ /*!
106
+ * ESI endpoint: post:/characters/{character_id}/fittings/
107
+ */
108
+
109
+ /**
110
+ * 201 created object
111
+ */
112
+ interface PostCharactersCharacterIdFittingsCreated {
113
+ /**
114
+ * fitting_id integer
115
+ */
116
+ fitting_id: number;
117
+ [k: string]: unknown | undefined;
118
+ }