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,108 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/fittings/
3
+ */
4
+
5
+ /**
6
+ * description string
7
+ */
8
+ type GetCharactersCharacterIdFittingsDescription = string;
9
+ /**
10
+ * fitting_id integer
11
+ */
12
+ type GetCharactersCharacterIdFittingsFittingId = number;
13
+ /**
14
+ * flag string
15
+ */
16
+ type GetCharactersCharacterIdFittingsFlag =
17
+ | "Cargo"
18
+ | "DroneBay"
19
+ | "FighterBay"
20
+ | "HiSlot0"
21
+ | "HiSlot1"
22
+ | "HiSlot2"
23
+ | "HiSlot3"
24
+ | "HiSlot4"
25
+ | "HiSlot5"
26
+ | "HiSlot6"
27
+ | "HiSlot7"
28
+ | "Invalid"
29
+ | "LoSlot0"
30
+ | "LoSlot1"
31
+ | "LoSlot2"
32
+ | "LoSlot3"
33
+ | "LoSlot4"
34
+ | "LoSlot5"
35
+ | "LoSlot6"
36
+ | "LoSlot7"
37
+ | "MedSlot0"
38
+ | "MedSlot1"
39
+ | "MedSlot2"
40
+ | "MedSlot3"
41
+ | "MedSlot4"
42
+ | "MedSlot5"
43
+ | "MedSlot6"
44
+ | "MedSlot7"
45
+ | "RigSlot0"
46
+ | "RigSlot1"
47
+ | "RigSlot2"
48
+ | "ServiceSlot0"
49
+ | "ServiceSlot1"
50
+ | "ServiceSlot2"
51
+ | "ServiceSlot3"
52
+ | "ServiceSlot4"
53
+ | "ServiceSlot5"
54
+ | "ServiceSlot6"
55
+ | "ServiceSlot7"
56
+ | "SubSystemSlot0"
57
+ | "SubSystemSlot1"
58
+ | "SubSystemSlot2"
59
+ | "SubSystemSlot3";
60
+ /**
61
+ * quantity integer
62
+ */
63
+ type GetCharactersCharacterIdFittingsQuantity = number;
64
+ /**
65
+ * type_id integer
66
+ */
67
+ type GetCharactersCharacterIdFittingsTypeId = number;
68
+ /**
69
+ * items array
70
+ *
71
+ * @maxItems 512
72
+ */
73
+ type GetCharactersCharacterIdFittingsItems = GetCharactersCharacterIdFittingsItem[];
74
+ /**
75
+ * name string
76
+ */
77
+ type GetCharactersCharacterIdFittingsName = string;
78
+ /**
79
+ * ship_type_id integer
80
+ */
81
+ type GetCharactersCharacterIdFittingsShipTypeId = number;
82
+ /**
83
+ * 200 ok array
84
+ *
85
+ * @maxItems 512
86
+ */
87
+ type GetCharactersCharacterIdFittingsOk = GetCharactersCharacterIdFittings_200Ok[];
88
+
89
+ /**
90
+ * 200 ok object
91
+ */
92
+ interface GetCharactersCharacterIdFittings_200Ok {
93
+ description: GetCharactersCharacterIdFittingsDescription;
94
+ fitting_id: GetCharactersCharacterIdFittingsFittingId;
95
+ items: GetCharactersCharacterIdFittingsItems;
96
+ name: GetCharactersCharacterIdFittingsName;
97
+ ship_type_id: GetCharactersCharacterIdFittingsShipTypeId;
98
+ [k: string]: unknown | undefined;
99
+ }
100
+ /**
101
+ * item object
102
+ */
103
+ interface GetCharactersCharacterIdFittingsItem {
104
+ flag: GetCharactersCharacterIdFittingsFlag;
105
+ quantity: GetCharactersCharacterIdFittingsQuantity;
106
+ type_id: GetCharactersCharacterIdFittingsTypeId;
107
+ [k: string]: unknown | undefined;
108
+ }
@@ -0,0 +1,35 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/fleet/
3
+ */
4
+
5
+ /**
6
+ * The character's current fleet ID
7
+ */
8
+ type GetCharactersCharacterIdFleetFleetId = number;
9
+ /**
10
+ * Member’s role in fleet
11
+ */
12
+ type GetCharactersCharacterIdFleetRole =
13
+ | "fleet_commander"
14
+ | "squad_commander"
15
+ | "squad_member"
16
+ | "wing_commander";
17
+ /**
18
+ * ID of the squad the member is in. If not applicable, will be set to -1
19
+ */
20
+ type GetCharactersCharacterIdFleetSquadId = number;
21
+ /**
22
+ * ID of the wing the member is in. If not applicable, will be set to -1
23
+ */
24
+ type GetCharactersCharacterIdFleetWingId = number;
25
+
26
+ /**
27
+ * 200 ok object
28
+ */
29
+ interface GetCharactersCharacterIdFleetOk {
30
+ fleet_id: GetCharactersCharacterIdFleetFleetId;
31
+ role: GetCharactersCharacterIdFleetRole;
32
+ squad_id: GetCharactersCharacterIdFleetSquadId;
33
+ wing_id: GetCharactersCharacterIdFleetWingId;
34
+ [k: string]: unknown | undefined;
35
+ }
@@ -0,0 +1,75 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/fw/stats/
3
+ */
4
+
5
+ /**
6
+ * The given character's current faction rank
7
+ */
8
+ type GetCharactersCharacterIdFwStatsCurrentRank = number;
9
+ /**
10
+ * The enlistment date of the given character into faction warfare. Will not be included if character is not enlisted in faction warfare
11
+ */
12
+ type GetCharactersCharacterIdFwStatsEnlistedOn = string;
13
+ /**
14
+ * The faction the given character is enlisted to fight for. Will not be included if character is not enlisted in faction warfare
15
+ */
16
+ type GetCharactersCharacterIdFwStatsFactionId = number;
17
+ /**
18
+ * The given character's highest faction rank achieved
19
+ */
20
+ type GetCharactersCharacterIdFwStatsHighestRank = number;
21
+ /**
22
+ * Last week's total number of kills by a given character against enemy factions
23
+ */
24
+ type GetCharactersCharacterIdFwStatsLastWeek = number;
25
+ /**
26
+ * Total number of kills by a given character against enemy factions since the character enlisted
27
+ */
28
+ type GetCharactersCharacterIdFwStatsTotal = number;
29
+ /**
30
+ * Yesterday's total number of kills by a given character against enemy factions
31
+ */
32
+ type GetCharactersCharacterIdFwStatsYesterday = number;
33
+ /**
34
+ * Last week's victory points gained by the given character
35
+ */
36
+ type GetCharactersCharacterIdFwStatsVictoryPointsLastWeek = number;
37
+ /**
38
+ * Total victory points gained since the given character enlisted
39
+ */
40
+ type GetCharactersCharacterIdFwStatsVictoryPointsTotal = number;
41
+ /**
42
+ * Yesterday's victory points gained by the given character
43
+ */
44
+ type GetCharactersCharacterIdFwStatsVictoryPointsYesterday = number;
45
+
46
+ /**
47
+ * 200 ok object
48
+ */
49
+ interface GetCharactersCharacterIdFwStatsOk {
50
+ current_rank?: GetCharactersCharacterIdFwStatsCurrentRank;
51
+ enlisted_on?: GetCharactersCharacterIdFwStatsEnlistedOn;
52
+ faction_id?: GetCharactersCharacterIdFwStatsFactionId;
53
+ highest_rank?: GetCharactersCharacterIdFwStatsHighestRank;
54
+ kills: GetCharactersCharacterIdFwStatsKills;
55
+ victory_points: GetCharactersCharacterIdFwStatsVictoryPoints;
56
+ [k: string]: unknown | undefined;
57
+ }
58
+ /**
59
+ * Summary of kills done by the given character against enemy factions
60
+ */
61
+ interface GetCharactersCharacterIdFwStatsKills {
62
+ last_week: GetCharactersCharacterIdFwStatsLastWeek;
63
+ total: GetCharactersCharacterIdFwStatsTotal;
64
+ yesterday: GetCharactersCharacterIdFwStatsYesterday;
65
+ [k: string]: unknown | undefined;
66
+ }
67
+ /**
68
+ * Summary of victory points gained by the given character for the enlisted faction
69
+ */
70
+ interface GetCharactersCharacterIdFwStatsVictoryPoints {
71
+ last_week: GetCharactersCharacterIdFwStatsVictoryPointsLastWeek;
72
+ total: GetCharactersCharacterIdFwStatsVictoryPointsTotal;
73
+ yesterday: GetCharactersCharacterIdFwStatsVictoryPointsYesterday;
74
+ [k: string]: unknown | undefined;
75
+ }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/implants/
3
+ */
4
+
5
+ /**
6
+ * 200 ok integer
7
+ */
8
+ type GetCharactersCharacterIdImplants_200Ok = number;
9
+ /**
10
+ * 200 ok array
11
+ *
12
+ * @maxItems 64
13
+ */
14
+ type GetCharactersCharacterIdImplantsOk = GetCharactersCharacterIdImplants_200Ok[];
@@ -0,0 +1,133 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/industry/jobs/
3
+ */
4
+
5
+ /**
6
+ * Job activity ID
7
+ */
8
+ type GetCharactersCharacterIdIndustryJobsActivityId = number;
9
+ /**
10
+ * blueprint_id integer
11
+ */
12
+ type GetCharactersCharacterIdIndustryJobsBlueprintId = number;
13
+ /**
14
+ * Location ID of the location from which the blueprint was installed. Normally a station ID, but can also be an asset (e.g. container) or corporation facility
15
+ */
16
+ type GetCharactersCharacterIdIndustryJobsBlueprintLocationId = number;
17
+ /**
18
+ * blueprint_type_id integer
19
+ */
20
+ type GetCharactersCharacterIdIndustryJobsBlueprintTypeId = number;
21
+ /**
22
+ * ID of the character which completed this job
23
+ */
24
+ type GetCharactersCharacterIdIndustryJobsCompletedCharacterId = number;
25
+ /**
26
+ * Date and time when this job was completed
27
+ */
28
+ type GetCharactersCharacterIdIndustryJobsCompletedDate = string;
29
+ /**
30
+ * The sume of job installation fee and industry facility tax
31
+ */
32
+ type GetCharactersCharacterIdIndustryJobsCost = number;
33
+ /**
34
+ * Job duration in seconds
35
+ */
36
+ type GetCharactersCharacterIdIndustryJobsDuration = number;
37
+ /**
38
+ * Date and time when this job finished
39
+ */
40
+ type GetCharactersCharacterIdIndustryJobsEndDate = string;
41
+ /**
42
+ * ID of the facility where this job is running
43
+ */
44
+ type GetCharactersCharacterIdIndustryJobsFacilityId = number;
45
+ /**
46
+ * ID of the character which installed this job
47
+ */
48
+ type GetCharactersCharacterIdIndustryJobsInstallerId = number;
49
+ /**
50
+ * Unique job ID
51
+ */
52
+ type GetCharactersCharacterIdIndustryJobsJobId = number;
53
+ /**
54
+ * Number of runs blueprint is licensed for
55
+ */
56
+ type GetCharactersCharacterIdIndustryJobsLicensedRuns = number;
57
+ /**
58
+ * Location ID of the location to which the output of the job will be delivered. Normally a station ID, but can also be a corporation facility
59
+ */
60
+ type GetCharactersCharacterIdIndustryJobsOutputLocationId = number;
61
+ /**
62
+ * Date and time when this job was paused (i.e. time when the facility where this job was installed went offline)
63
+ */
64
+ type GetCharactersCharacterIdIndustryJobsPauseDate = string;
65
+ /**
66
+ * Chance of success for invention
67
+ */
68
+ type GetCharactersCharacterIdIndustryJobsProbability = number;
69
+ /**
70
+ * Type ID of product (manufactured, copied or invented)
71
+ */
72
+ type GetCharactersCharacterIdIndustryJobsProductTypeId = number;
73
+ /**
74
+ * Number of runs for a manufacturing job, or number of copies to make for a blueprint copy
75
+ */
76
+ type GetCharactersCharacterIdIndustryJobsRuns = number;
77
+ /**
78
+ * Date and time when this job started
79
+ */
80
+ type GetCharactersCharacterIdIndustryJobsStartDate = string;
81
+ /**
82
+ * ID of the station where industry facility is located
83
+ */
84
+ type GetCharactersCharacterIdIndustryJobsStationId = number;
85
+ /**
86
+ * status string
87
+ */
88
+ type GetCharactersCharacterIdIndustryJobsStatus =
89
+ | "active"
90
+ | "cancelled"
91
+ | "delivered"
92
+ | "paused"
93
+ | "ready"
94
+ | "reverted";
95
+ /**
96
+ * Number of successful runs for this job. Equal to runs unless this is an invention job
97
+ */
98
+ type GetCharactersCharacterIdIndustryJobsSuccessfulRuns = number;
99
+ /**
100
+ * 200 ok array
101
+ *
102
+ * @maxItems 2000
103
+ */
104
+ type GetCharactersCharacterIdIndustryJobsOk = GetCharactersCharacterIdIndustryJobs_200Ok[];
105
+
106
+ /**
107
+ * 200 ok object
108
+ */
109
+ interface GetCharactersCharacterIdIndustryJobs_200Ok {
110
+ activity_id: GetCharactersCharacterIdIndustryJobsActivityId;
111
+ blueprint_id: GetCharactersCharacterIdIndustryJobsBlueprintId;
112
+ blueprint_location_id: GetCharactersCharacterIdIndustryJobsBlueprintLocationId;
113
+ blueprint_type_id: GetCharactersCharacterIdIndustryJobsBlueprintTypeId;
114
+ completed_character_id?: GetCharactersCharacterIdIndustryJobsCompletedCharacterId;
115
+ completed_date?: GetCharactersCharacterIdIndustryJobsCompletedDate;
116
+ cost?: GetCharactersCharacterIdIndustryJobsCost;
117
+ duration: GetCharactersCharacterIdIndustryJobsDuration;
118
+ end_date: GetCharactersCharacterIdIndustryJobsEndDate;
119
+ facility_id: GetCharactersCharacterIdIndustryJobsFacilityId;
120
+ installer_id: GetCharactersCharacterIdIndustryJobsInstallerId;
121
+ job_id: GetCharactersCharacterIdIndustryJobsJobId;
122
+ licensed_runs?: GetCharactersCharacterIdIndustryJobsLicensedRuns;
123
+ output_location_id: GetCharactersCharacterIdIndustryJobsOutputLocationId;
124
+ pause_date?: GetCharactersCharacterIdIndustryJobsPauseDate;
125
+ probability?: GetCharactersCharacterIdIndustryJobsProbability;
126
+ product_type_id?: GetCharactersCharacterIdIndustryJobsProductTypeId;
127
+ runs: GetCharactersCharacterIdIndustryJobsRuns;
128
+ start_date: GetCharactersCharacterIdIndustryJobsStartDate;
129
+ station_id: GetCharactersCharacterIdIndustryJobsStationId;
130
+ status: GetCharactersCharacterIdIndustryJobsStatus;
131
+ successful_runs?: GetCharactersCharacterIdIndustryJobsSuccessfulRuns;
132
+ [k: string]: unknown | undefined;
133
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/killmails/recent/
3
+ */
4
+
5
+ /**
6
+ * A hash of this killmail
7
+ */
8
+ type GetCharactersCharacterIdKillmailsRecentKillmailHash = string;
9
+ /**
10
+ * ID of this killmail
11
+ */
12
+ type GetCharactersCharacterIdKillmailsRecentKillmailId = number;
13
+ /**
14
+ * 200 ok array
15
+ *
16
+ * @maxItems 1000
17
+ */
18
+ type GetCharactersCharacterIdKillmailsRecentOk = GetCharactersCharacterIdKillmailsRecent_200Ok[];
19
+
20
+ /**
21
+ * 200 ok object
22
+ */
23
+ interface GetCharactersCharacterIdKillmailsRecent_200Ok {
24
+ killmail_hash: GetCharactersCharacterIdKillmailsRecentKillmailHash;
25
+ killmail_id: GetCharactersCharacterIdKillmailsRecentKillmailId;
26
+ [k: string]: unknown | undefined;
27
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/location/
3
+ */
4
+
5
+ /**
6
+ * solar_system_id integer
7
+ */
8
+ type GetCharactersCharacterIdLocationSolarSystemId = number;
9
+ /**
10
+ * station_id integer
11
+ */
12
+ type GetCharactersCharacterIdLocationStationId = number;
13
+ /**
14
+ * structure_id integer
15
+ */
16
+ type GetCharactersCharacterIdLocationStructureId = number;
17
+
18
+ /**
19
+ * 200 ok object
20
+ */
21
+ interface GetCharactersCharacterIdLocationOk {
22
+ solar_system_id: GetCharactersCharacterIdLocationSolarSystemId;
23
+ station_id?: GetCharactersCharacterIdLocationStationId;
24
+ structure_id?: GetCharactersCharacterIdLocationStructureId;
25
+ [k: string]: unknown | undefined;
26
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/loyalty/points/
3
+ */
4
+
5
+ /**
6
+ * corporation_id integer
7
+ */
8
+ type GetCharactersCharacterIdLoyaltyPointsCorporationId = number;
9
+ /**
10
+ * loyalty_points integer
11
+ */
12
+ type GetCharactersCharacterIdLoyaltyPointsLoyaltyPoints = number;
13
+ /**
14
+ * 200 ok array
15
+ *
16
+ * @maxItems 500
17
+ */
18
+ type GetCharactersCharacterIdLoyaltyPointsOk = GetCharactersCharacterIdLoyaltyPoints_200Ok[];
19
+
20
+ /**
21
+ * 200 ok object
22
+ */
23
+ interface GetCharactersCharacterIdLoyaltyPoints_200Ok {
24
+ corporation_id: GetCharactersCharacterIdLoyaltyPointsCorporationId;
25
+ loyalty_points: GetCharactersCharacterIdLoyaltyPointsLoyaltyPoints;
26
+ [k: string]: unknown | undefined;
27
+ }
@@ -0,0 +1,67 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/mail/labels/
3
+ */
4
+
5
+ /**
6
+ * color string
7
+ */
8
+ type GetCharactersCharacterIdMailLabelsColor =
9
+ | "#0000fe"
10
+ | "#006634"
11
+ | "#0099ff"
12
+ | "#00ff33"
13
+ | "#01ffff"
14
+ | "#349800"
15
+ | "#660066"
16
+ | "#666666"
17
+ | "#999999"
18
+ | "#99ffff"
19
+ | "#9a0000"
20
+ | "#ccff9a"
21
+ | "#e6e6e6"
22
+ | "#fe0000"
23
+ | "#ff6600"
24
+ | "#ffff01"
25
+ | "#ffffcd"
26
+ | "#ffffff";
27
+ /**
28
+ * label_id integer
29
+ */
30
+ type GetCharactersCharacterIdMailLabelsLabelId = number;
31
+ /**
32
+ * name string
33
+ */
34
+ type GetCharactersCharacterIdMailLabelsName = string;
35
+ /**
36
+ * unread_count integer
37
+ */
38
+ type GetCharactersCharacterIdMailLabelsUnreadCount = number;
39
+ /**
40
+ * labels array
41
+ *
42
+ * @maxItems 30
43
+ */
44
+ type GetCharactersCharacterIdMailLabelsLabels = GetCharactersCharacterIdMailLabelsLabel[];
45
+ /**
46
+ * total_unread_count integer
47
+ */
48
+ type GetCharactersCharacterIdMailLabelsTotalUnreadCount = number;
49
+
50
+ /**
51
+ * 200 ok object
52
+ */
53
+ interface GetCharactersCharacterIdMailLabelsOk {
54
+ labels?: GetCharactersCharacterIdMailLabelsLabels;
55
+ total_unread_count?: GetCharactersCharacterIdMailLabelsTotalUnreadCount;
56
+ [k: string]: unknown | undefined;
57
+ }
58
+ /**
59
+ * label object
60
+ */
61
+ interface GetCharactersCharacterIdMailLabelsLabel {
62
+ color?: GetCharactersCharacterIdMailLabelsColor;
63
+ label_id?: GetCharactersCharacterIdMailLabelsLabelId;
64
+ name?: GetCharactersCharacterIdMailLabelsName;
65
+ unread_count?: GetCharactersCharacterIdMailLabelsUnreadCount;
66
+ [k: string]: unknown | undefined;
67
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/mail/lists/
3
+ */
4
+
5
+ /**
6
+ * Mailing list ID
7
+ */
8
+ type GetCharactersCharacterIdMailListsMailingListId = number;
9
+ /**
10
+ * name string
11
+ */
12
+ type GetCharactersCharacterIdMailListsName = string;
13
+ /**
14
+ * 200 ok array
15
+ *
16
+ * @maxItems 1000
17
+ */
18
+ type GetCharactersCharacterIdMailListsOk = GetCharactersCharacterIdMailLists_200Ok[];
19
+
20
+ /**
21
+ * 200 ok object
22
+ */
23
+ interface GetCharactersCharacterIdMailLists_200Ok {
24
+ mailing_list_id: GetCharactersCharacterIdMailListsMailingListId;
25
+ name: GetCharactersCharacterIdMailListsName;
26
+ [k: string]: unknown | undefined;
27
+ }
@@ -0,0 +1,71 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/mail/{mail_id}/
3
+ */
4
+
5
+ /**
6
+ * Mail's body
7
+ */
8
+ type GetCharactersCharacterIdMailMailIdBody = string;
9
+ /**
10
+ * From whom the mail was sent
11
+ */
12
+ type GetCharactersCharacterIdMailMailIdFrom = number;
13
+ /**
14
+ * label integer
15
+ */
16
+ type GetCharactersCharacterIdMailMailIdLabel = number;
17
+ /**
18
+ * Labels attached to the mail
19
+ *
20
+ * @maxItems 25
21
+ */
22
+ type GetCharactersCharacterIdMailMailIdLabels = GetCharactersCharacterIdMailMailIdLabel[];
23
+ /**
24
+ * Whether the mail is flagged as read
25
+ */
26
+ type GetCharactersCharacterIdMailMailIdRead = boolean;
27
+ /**
28
+ * recipient_id integer
29
+ */
30
+ type GetCharactersCharacterIdMailMailIdRecipientId = number;
31
+ /**
32
+ * recipient_type string
33
+ */
34
+ type GetCharactersCharacterIdMailMailIdRecipientType = "alliance" | "character" | "corporation" | "mailing_list";
35
+ /**
36
+ * Recipients of the mail
37
+ *
38
+ * @minItems 0
39
+ * @maxItems 52
40
+ */
41
+ type GetCharactersCharacterIdMailMailIdRecipients = GetCharactersCharacterIdMailMailIdRecipient[];
42
+ /**
43
+ * Mail subject
44
+ */
45
+ type GetCharactersCharacterIdMailMailIdSubject = string;
46
+ /**
47
+ * When the mail was sent
48
+ */
49
+ type GetCharactersCharacterIdMailMailIdTimestamp = string;
50
+
51
+ /**
52
+ * 200 ok object
53
+ */
54
+ interface GetCharactersCharacterIdMailMailIdOk {
55
+ body?: GetCharactersCharacterIdMailMailIdBody;
56
+ from?: GetCharactersCharacterIdMailMailIdFrom;
57
+ labels?: GetCharactersCharacterIdMailMailIdLabels;
58
+ read?: GetCharactersCharacterIdMailMailIdRead;
59
+ recipients?: GetCharactersCharacterIdMailMailIdRecipients;
60
+ subject?: GetCharactersCharacterIdMailMailIdSubject;
61
+ timestamp?: GetCharactersCharacterIdMailMailIdTimestamp;
62
+ [k: string]: unknown | undefined;
63
+ }
64
+ /**
65
+ * recipient object
66
+ */
67
+ interface GetCharactersCharacterIdMailMailIdRecipient {
68
+ recipient_id: GetCharactersCharacterIdMailMailIdRecipientId;
69
+ recipient_type: GetCharactersCharacterIdMailMailIdRecipientType;
70
+ [k: string]: unknown | undefined;
71
+ }
@@ -0,0 +1,77 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/mail/
3
+ */
4
+
5
+ /**
6
+ * From whom the mail was sent
7
+ */
8
+ type GetCharactersCharacterIdMailFrom = number;
9
+ /**
10
+ * is_read boolean
11
+ */
12
+ type GetCharactersCharacterIdMailIsRead = boolean;
13
+ /**
14
+ * label integer
15
+ */
16
+ type GetCharactersCharacterIdMailLabel = number;
17
+ /**
18
+ * labels array
19
+ *
20
+ * @maxItems 25
21
+ */
22
+ type GetCharactersCharacterIdMailLabels = GetCharactersCharacterIdMailLabel[];
23
+ /**
24
+ * mail_id integer
25
+ */
26
+ type GetCharactersCharacterIdMailMailId = number;
27
+ /**
28
+ * recipient_id integer
29
+ */
30
+ type GetCharactersCharacterIdMailRecipientId = number;
31
+ /**
32
+ * recipient_type string
33
+ */
34
+ type GetCharactersCharacterIdMailRecipientType = "alliance" | "character" | "corporation" | "mailing_list";
35
+ /**
36
+ * Recipients of the mail
37
+ *
38
+ * @minItems 0
39
+ * @maxItems 52
40
+ */
41
+ type GetCharactersCharacterIdMailRecipients = GetCharactersCharacterIdMailRecipient[];
42
+ /**
43
+ * Mail subject
44
+ */
45
+ type GetCharactersCharacterIdMailSubject = string;
46
+ /**
47
+ * When the mail was sent
48
+ */
49
+ type GetCharactersCharacterIdMailTimestamp = string;
50
+ /**
51
+ * 200 ok array
52
+ *
53
+ * @maxItems 50
54
+ */
55
+ type GetCharactersCharacterIdMailOk = GetCharactersCharacterIdMail_200Ok[];
56
+
57
+ /**
58
+ * 200 ok object
59
+ */
60
+ interface GetCharactersCharacterIdMail_200Ok {
61
+ from?: GetCharactersCharacterIdMailFrom;
62
+ is_read?: GetCharactersCharacterIdMailIsRead;
63
+ labels?: GetCharactersCharacterIdMailLabels;
64
+ mail_id?: GetCharactersCharacterIdMailMailId;
65
+ recipients?: GetCharactersCharacterIdMailRecipients;
66
+ subject?: GetCharactersCharacterIdMailSubject;
67
+ timestamp?: GetCharactersCharacterIdMailTimestamp;
68
+ [k: string]: unknown | undefined;
69
+ }
70
+ /**
71
+ * recipient object
72
+ */
73
+ interface GetCharactersCharacterIdMailRecipient {
74
+ recipient_id: GetCharactersCharacterIdMailRecipientId;
75
+ recipient_type: GetCharactersCharacterIdMailRecipientType;
76
+ [k: string]: unknown | undefined;
77
+ }