eve-esi-types 1.0.0 → 1.1.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 (204) hide show
  1. package/README.md +38 -2
  2. package/esi-request.d.mts +58 -0
  3. package/esi-request.mjs +284 -0
  4. package/package.json +12 -3
  5. package/src/get_alliances_alliance_id_contacts_labels_ok.d.ts +9 -12
  6. package/src/get_alliances_alliance_id_contacts_ok.d.ts +15 -23
  7. package/src/get_alliances_alliance_id_corporations_ok.d.ts +2 -7
  8. package/src/get_alliances_alliance_id_icons_ok.d.ts +9 -12
  9. package/src/get_alliances_alliance_id_ok.d.ts +29 -37
  10. package/src/get_alliances_ok.d.ts +2 -7
  11. package/src/get_characters_character_id_agents_research_ok.d.ts +18 -27
  12. package/src/get_characters_character_id_assets_ok.d.ts +22 -32
  13. package/src/get_characters_character_id_attributes_ok.d.ts +33 -42
  14. package/src/get_characters_character_id_blueprints_ok.d.ts +26 -37
  15. package/src/get_characters_character_id_bookmarks_folders_ok.d.ts +9 -12
  16. package/src/get_characters_character_id_bookmarks_ok.d.ts +46 -62
  17. package/src/get_characters_character_id_calendar_event_id_attendees_ok.d.ts +5 -7
  18. package/src/get_characters_character_id_calendar_event_id_ok.d.ts +37 -47
  19. package/src/get_characters_character_id_calendar_ok.d.ts +17 -22
  20. package/src/get_characters_character_id_clones_ok.d.ts +31 -43
  21. package/src/get_characters_character_id_contacts_labels_ok.d.ts +9 -12
  22. package/src/get_characters_character_id_contacts_ok.d.ts +23 -33
  23. package/src/get_characters_character_id_contracts_contract_id_bids_ok.d.ts +17 -22
  24. package/src/get_characters_character_id_contracts_contract_id_items_ok.d.ts +22 -32
  25. package/src/get_characters_character_id_contracts_ok.d.ts +77 -97
  26. package/src/get_characters_character_id_corporationhistory_ok.d.ts +17 -22
  27. package/src/get_characters_character_id_fatigue_ok.d.ts +13 -17
  28. package/src/get_characters_character_id_fittings_ok.d.ts +19 -32
  29. package/src/get_characters_character_id_fleet_ok.d.ts +13 -17
  30. package/src/get_characters_character_id_fw_stats_ok.d.ts +41 -52
  31. package/src/get_characters_character_id_implants_ok.d.ts +2 -7
  32. package/src/get_characters_character_id_industry_jobs_ok.d.ts +79 -107
  33. package/src/get_characters_character_id_killmails_recent_ok.d.ts +9 -12
  34. package/src/get_characters_character_id_location_ok.d.ts +13 -17
  35. package/src/get_characters_character_id_loyalty_points_ok.d.ts +9 -12
  36. package/src/get_characters_character_id_mail_labels_ok.d.ts +17 -22
  37. package/src/get_characters_character_id_mail_lists_ok.d.ts +9 -12
  38. package/src/get_characters_character_id_mail_mail_id_ok.d.ts +31 -43
  39. package/src/get_characters_character_id_mail_ok.d.ts +31 -43
  40. package/src/get_characters_character_id_medals_ok.d.ts +45 -57
  41. package/src/get_characters_character_id_mining_ok.d.ts +14 -22
  42. package/src/get_characters_character_id_notifications_contacts_ok.d.ts +21 -27
  43. package/src/get_characters_character_id_notifications_ok.d.ts +21 -27
  44. package/src/get_characters_character_id_ok.d.ts +41 -52
  45. package/src/get_characters_character_id_online_ok.d.ts +17 -22
  46. package/src/get_characters_character_id_opportunities_ok.d.ts +9 -12
  47. package/src/get_characters_character_id_orders_history_ok.d.ts +50 -67
  48. package/src/get_characters_character_id_orders_ok.d.ts +50 -67
  49. package/src/get_characters_character_id_planets_ok.d.ts +25 -32
  50. package/src/get_characters_character_id_planets_planet_id_ok.d.ts +110 -150
  51. package/src/get_characters_character_id_portrait_ok.d.ts +17 -22
  52. package/src/get_characters_character_id_roles_ok.d.ts +1 -2
  53. package/src/get_characters_character_id_search_ok.d.ts +62 -123
  54. package/src/get_characters_character_id_ship_ok.d.ts +10 -17
  55. package/src/get_characters_character_id_skillqueue_ok.d.ts +33 -42
  56. package/src/get_characters_character_id_skills_ok.d.ts +25 -32
  57. package/src/get_characters_character_id_standings_ok.d.ts +9 -12
  58. package/src/get_characters_character_id_titles_ok.d.ts +9 -12
  59. package/src/get_characters_character_id_wallet_journal_ok.d.ts +45 -57
  60. package/src/get_characters_character_id_wallet_ok.d.ts +1 -2
  61. package/src/get_characters_character_id_wallet_transactions_ok.d.ts +38 -52
  62. package/src/get_contracts_public_bids_contract_id_ok.d.ts +13 -17
  63. package/src/get_contracts_public_items_contract_id_ok.d.ts +34 -47
  64. package/src/get_contracts_public_region_id_ok.d.ts +61 -77
  65. package/src/get_corporation_corporation_id_mining_extractions_ok.d.ts +24 -30
  66. package/src/get_corporation_corporation_id_mining_observers_observer_id_ok.d.ts +20 -29
  67. package/src/get_corporation_corporation_id_mining_observers_ok.d.ts +10 -13
  68. package/src/get_corporations_corporation_id_alliancehistory_ok.d.ts +17 -22
  69. package/src/get_corporations_corporation_id_assets_ok.d.ts +22 -32
  70. package/src/get_corporations_corporation_id_blueprints_ok.d.ts +26 -37
  71. package/src/get_corporations_corporation_id_bookmarks_folders_ok.d.ts +13 -17
  72. package/src/get_corporations_corporation_id_bookmarks_ok.d.ts +46 -62
  73. package/src/get_corporations_corporation_id_contacts_labels_ok.d.ts +9 -12
  74. package/src/get_corporations_corporation_id_contacts_ok.d.ts +19 -28
  75. package/src/get_corporations_corporation_id_containers_logs_ok.d.ts +31 -47
  76. package/src/get_corporations_corporation_id_contracts_contract_id_bids_ok.d.ts +17 -22
  77. package/src/get_corporations_corporation_id_contracts_contract_id_items_ok.d.ts +22 -32
  78. package/src/get_corporations_corporation_id_contracts_ok.d.ts +77 -97
  79. package/src/get_corporations_corporation_id_customs_offices_ok.d.ts +53 -67
  80. package/src/get_corporations_corporation_id_divisions_ok.d.ts +17 -22
  81. package/src/get_corporations_corporation_id_facilities_ok.d.ts +10 -17
  82. package/src/get_corporations_corporation_id_fw_stats_ok.d.ts +37 -47
  83. package/src/get_corporations_corporation_id_icons_ok.d.ts +13 -17
  84. package/src/get_corporations_corporation_id_industry_jobs_ok.d.ts +79 -107
  85. package/src/get_corporations_corporation_id_killmails_recent_ok.d.ts +9 -12
  86. package/src/get_corporations_corporation_id_medals_issued_ok.d.ts +21 -27
  87. package/src/get_corporations_corporation_id_medals_ok.d.ts +21 -27
  88. package/src/get_corporations_corporation_id_members_limit_ok.d.ts +1 -2
  89. package/src/get_corporations_corporation_id_members_ok.d.ts +2 -7
  90. package/src/get_corporations_corporation_id_members_titles_ok.d.ts +143 -146
  91. package/src/get_corporations_corporation_id_membertracking_ok.d.ts +26 -37
  92. package/src/get_corporations_corporation_id_ok.d.ts +57 -72
  93. package/src/get_corporations_corporation_id_orders_history_ok.d.ts +54 -72
  94. package/src/get_corporations_corporation_id_orders_ok.d.ts +54 -72
  95. package/src/get_corporations_corporation_id_roles_history_ok.d.ts +13 -17
  96. package/src/get_corporations_corporation_id_roles_ok.d.ts +5 -7
  97. package/src/get_corporations_corporation_id_shareholders_ok.d.ts +9 -12
  98. package/src/get_corporations_corporation_id_standings_ok.d.ts +9 -12
  99. package/src/get_corporations_corporation_id_starbases_ok.d.ts +26 -37
  100. package/src/get_corporations_corporation_id_starbases_starbase_id_ok.d.ts +34 -47
  101. package/src/get_corporations_corporation_id_structures_ok.d.ts +54 -72
  102. package/src/get_corporations_corporation_id_titles_ok.d.ts +9 -12
  103. package/src/get_corporations_corporation_id_wallets_division_journal_ok.d.ts +45 -57
  104. package/src/get_corporations_corporation_id_wallets_division_transactions_ok.d.ts +34 -47
  105. package/src/get_corporations_corporation_id_wallets_ok.d.ts +9 -12
  106. package/src/get_corporations_npccorps_ok.d.ts +2 -7
  107. package/src/get_dogma_attributes_attribute_id_ok.d.ts +41 -52
  108. package/src/get_dogma_attributes_ok.d.ts +2 -7
  109. package/src/get_dogma_dynamic_items_type_id_item_id_ok.d.ts +23 -37
  110. package/src/get_dogma_effects_effect_id_ok.d.ts +105 -132
  111. package/src/get_dogma_effects_ok.d.ts +2 -7
  112. package/src/get_fleets_fleet_id_members_ok.d.ts +34 -47
  113. package/src/get_fleets_fleet_id_ok.d.ts +17 -22
  114. package/src/get_fleets_fleet_id_wings_ok.d.ts +17 -22
  115. package/src/get_fw_leaderboards_characters_ok.d.ts +49 -62
  116. package/src/get_fw_leaderboards_corporations_ok.d.ts +49 -62
  117. package/src/get_fw_leaderboards_ok.d.ts +49 -62
  118. package/src/get_fw_stats_ok.d.ts +37 -47
  119. package/src/get_fw_systems_ok.d.ts +21 -27
  120. package/src/get_fw_wars_ok.d.ts +9 -12
  121. package/src/get_incursions_ok.d.ts +28 -43
  122. package/src/get_industry_facilities_ok.d.ts +22 -32
  123. package/src/get_industry_systems_ok.d.ts +9 -12
  124. package/src/get_insurance_prices_ok.d.ts +14 -22
  125. package/src/get_killmails_killmail_id_killmail_hash_ok.d.ts +127 -179
  126. package/src/get_loyalty_stores_corporation_id_offers_ok.d.ts +27 -42
  127. package/src/get_markets_groups_market_group_id_ok.d.ts +18 -33
  128. package/src/get_markets_groups_ok.d.ts +2 -7
  129. package/src/get_markets_prices_ok.d.ts +10 -17
  130. package/src/get_markets_region_id_history_ok.d.ts +25 -32
  131. package/src/get_markets_region_id_orders_ok.d.ts +42 -57
  132. package/src/get_markets_region_id_types_ok.d.ts +2 -7
  133. package/src/get_markets_structures_structure_id_ok.d.ts +38 -52
  134. package/src/get_opportunities_groups_group_id_ok.d.ts +29 -44
  135. package/src/get_opportunities_groups_ok.d.ts +2 -7
  136. package/src/get_opportunities_tasks_ok.d.ts +2 -7
  137. package/src/get_opportunities_tasks_task_id_ok.d.ts +17 -22
  138. package/src/get_route_origin_destination_ok.d.ts +2 -7
  139. package/src/get_sovereignty_campaigns_ok.d.ts +48 -59
  140. package/src/get_sovereignty_map_ok.d.ts +17 -22
  141. package/src/get_sovereignty_structures_ok.d.ts +31 -43
  142. package/src/get_status_ok.d.ts +17 -22
  143. package/src/get_universe_ancestries_ok.d.ts +25 -32
  144. package/src/get_universe_asteroid_belts_asteroid_belt_id_ok.d.ts +21 -27
  145. package/src/get_universe_bloodlines_ok.d.ts +42 -57
  146. package/src/get_universe_categories_category_id_ok.d.ts +19 -28
  147. package/src/get_universe_categories_ok.d.ts +2 -7
  148. package/src/get_universe_constellations_constellation_id_ok.d.ts +31 -43
  149. package/src/get_universe_constellations_ok.d.ts +2 -7
  150. package/src/get_universe_factions_ok.d.ts +41 -52
  151. package/src/get_universe_graphics_graphic_id_ok.d.ts +33 -42
  152. package/src/get_universe_graphics_ok.d.ts +2 -7
  153. package/src/get_universe_groups_group_id_ok.d.ts +18 -33
  154. package/src/get_universe_groups_ok.d.ts +2 -7
  155. package/src/get_universe_moons_moon_id_ok.d.ts +25 -32
  156. package/src/get_universe_planets_planet_id_ok.d.ts +26 -37
  157. package/src/get_universe_races_ok.d.ts +17 -22
  158. package/src/get_universe_regions_ok.d.ts +2 -7
  159. package/src/get_universe_regions_region_id_ok.d.ts +19 -28
  160. package/src/get_universe_schematics_schematic_id_ok.d.ts +9 -12
  161. package/src/get_universe_stargates_stargate_id_ok.d.ts +34 -47
  162. package/src/get_universe_stars_star_id_ok.d.ts +26 -37
  163. package/src/get_universe_stations_station_id_ok.d.ts +50 -67
  164. package/src/get_universe_structures_ok.d.ts +2 -7
  165. package/src/get_universe_structures_structure_id_ok.d.ts +26 -37
  166. package/src/get_universe_system_jumps_ok.d.ts +9 -12
  167. package/src/get_universe_system_kills_ok.d.ts +17 -22
  168. package/src/get_universe_systems_ok.d.ts +2 -7
  169. package/src/get_universe_systems_system_id_ok.d.ts +65 -96
  170. package/src/get_universe_types_ok.d.ts +2 -7
  171. package/src/get_universe_types_type_id_ok.d.ts +70 -92
  172. package/src/get_wars_ok.d.ts +2 -7
  173. package/src/get_wars_war_id_killmails_ok.d.ts +9 -12
  174. package/src/get_wars_war_id_ok.d.ts +69 -87
  175. package/src/index.d.ts +33 -8
  176. package/src/post_characters_affiliation_ok.d.ts +17 -22
  177. package/src/post_characters_character_id_assets_locations_ok.d.ts +17 -22
  178. package/src/post_characters_character_id_assets_names_ok.d.ts +9 -12
  179. package/src/post_characters_character_id_contacts_created.d.ts +2 -7
  180. package/src/post_characters_character_id_cspa_created.d.ts +1 -2
  181. package/src/post_characters_character_id_fittings_created.d.ts +5 -7
  182. package/src/post_characters_character_id_mail_created.d.ts +1 -2
  183. package/src/post_characters_character_id_mail_labels_created.d.ts +1 -2
  184. package/src/post_corporations_corporation_id_assets_locations_ok.d.ts +17 -22
  185. package/src/post_corporations_corporation_id_assets_names_ok.d.ts +9 -12
  186. package/src/post_fleets_fleet_id_members_invitation.d.ts +13 -17
  187. package/src/post_fleets_fleet_id_wings_created.d.ts +5 -7
  188. package/src/post_fleets_fleet_id_wings_wing_id_squads_created.d.ts +5 -7
  189. package/src/post_ui_openwindow_newmail_new_mail.d.ts +22 -28
  190. package/src/post_universe_ids_ok.d.ts +82 -237
  191. package/src/post_universe_names_ok.d.ts +9 -12
  192. package/src/put_characters_character_id_calendar_event_id_response.d.ts +1 -2
  193. package/src/put_characters_character_id_contacts_contact_ids.d.ts +6 -8
  194. package/src/put_characters_character_id_mail_mail_id_contents.d.ts +11 -18
  195. package/src/put_fleets_fleet_id_members_member_id_movement.d.ts +9 -12
  196. package/src/put_fleets_fleet_id_new_settings.d.ts +9 -12
  197. package/src/put_fleets_fleet_id_squads_squad_id_naming.d.ts +5 -7
  198. package/src/put_fleets_fleet_id_wings_wing_id_naming.d.ts +5 -7
  199. package/tsconfig.json +23 -0
  200. package/src/post_characters_character_id_contacts_contact_ids.d.ts +0 -18
  201. package/src/post_characters_character_id_cspa_characters.d.ts +0 -18
  202. package/src/post_characters_character_id_fittings_fitting.d.ts +0 -101
  203. package/src/post_characters_character_id_mail_labels_label.d.ts +0 -39
  204. package/src/post_characters_character_id_mail_mail.d.ts +0 -53
@@ -1,31 +1,10 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /fw/systems/
3
3
  */
4
-
5
4
  /**
6
5
  * contested string
7
6
  */
8
7
  type GetFwSystemsContested = "captured" | "contested" | "uncontested" | "vulnerable";
9
- /**
10
- * occupier_faction_id integer
11
- */
12
- type GetFwSystemsOccupierFactionId = number;
13
- /**
14
- * owner_faction_id integer
15
- */
16
- type GetFwSystemsOwnerFactionId = number;
17
- /**
18
- * solar_system_id integer
19
- */
20
- type GetFwSystemsSolarSystemId = number;
21
- /**
22
- * victory_points integer
23
- */
24
- type GetFwSystemsVictoryPoints = number;
25
- /**
26
- * victory_points_threshold integer
27
- */
28
- type GetFwSystemsVictoryPointsThreshold = number;
29
8
  /**
30
9
  * 200 ok array
31
10
  *
@@ -38,10 +17,25 @@ type GetFwSystemsOk = GetFwSystems_200Ok[];
38
17
  */
39
18
  interface GetFwSystems_200Ok {
40
19
  contested: GetFwSystemsContested;
41
- occupier_faction_id: GetFwSystemsOccupierFactionId;
42
- owner_faction_id: GetFwSystemsOwnerFactionId;
43
- solar_system_id: GetFwSystemsSolarSystemId;
44
- victory_points: GetFwSystemsVictoryPoints;
45
- victory_points_threshold: GetFwSystemsVictoryPointsThreshold;
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;
46
40
  [k: string]: unknown | undefined;
47
41
  }
@@ -1,15 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /fw/wars/
3
3
  */
4
-
5
- /**
6
- * The faction ID of the enemy faction.
7
- */
8
- type GetFwWarsAgainstId = number;
9
- /**
10
- * faction_id integer
11
- */
12
- type GetFwWarsFactionId = number;
13
4
  /**
14
5
  * List of factions at war
15
6
  *
@@ -21,7 +12,13 @@ type GetFwWarsOk = GetFwWars_200Ok[];
21
12
  * 200 ok object
22
13
  */
23
14
  interface GetFwWars_200Ok {
24
- against_id: GetFwWarsAgainstId;
25
- faction_id: GetFwWarsFactionId;
15
+ /**
16
+ * The faction ID of the enemy faction.
17
+ */
18
+ against_id: number;
19
+ /**
20
+ * faction_id integer
21
+ */
22
+ faction_id: number;
26
23
  [k: string]: unknown | undefined;
27
24
  }
@@ -1,45 +1,10 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /incursions/
3
3
  */
4
-
5
- /**
6
- * The constellation id in which this incursion takes place
7
- */
8
- type GetIncursionsConstellationId = number;
9
- /**
10
- * The attacking faction's id
11
- */
12
- type GetIncursionsFactionId = number;
13
- /**
14
- * Whether the final encounter has boss or not
15
- */
16
- type GetIncursionsHasBoss = boolean;
17
- /**
18
- * infested_solar_system integer
19
- */
20
- type GetIncursionsInfestedSolarSystem = number;
21
- /**
22
- * A list of infested solar system ids that are a part of this incursion
23
- *
24
- * @maxItems 100
25
- */
26
- type GetIncursionsInfestedSolarSystems = GetIncursionsInfestedSolarSystem[];
27
- /**
28
- * Influence of this incursion as a float from 0 to 1
29
- */
30
- type GetIncursionsInfluence = number;
31
- /**
32
- * Staging solar system for this incursion
33
- */
34
- type GetIncursionsStagingSolarSystemId = number;
35
4
  /**
36
5
  * The state of this incursion
37
6
  */
38
7
  type GetIncursionsState = "withdrawing" | "mobilizing" | "established";
39
- /**
40
- * The type of this incursion
41
- */
42
- type GetIncursionsType = string;
43
8
  /**
44
9
  * 200 ok array
45
10
  *
@@ -51,13 +16,33 @@ type GetIncursionsOk = GetIncursions_200Ok[];
51
16
  * 200 ok object
52
17
  */
53
18
  interface GetIncursions_200Ok {
54
- constellation_id: GetIncursionsConstellationId;
55
- faction_id: GetIncursionsFactionId;
56
- has_boss: GetIncursionsHasBoss;
57
- infested_solar_systems: GetIncursionsInfestedSolarSystems;
58
- influence: GetIncursionsInfluence;
59
- staging_solar_system_id: GetIncursionsStagingSolarSystemId;
19
+ /**
20
+ * The constellation id in which this incursion takes place
21
+ */
22
+ constellation_id: number;
23
+ /**
24
+ * The attacking faction's id
25
+ */
26
+ faction_id: number;
27
+ /**
28
+ * Whether the final encounter has boss or not
29
+ */
30
+ has_boss: boolean;
31
+ /**
32
+ * A list of infested solar system ids that are a part of this incursion
33
+ *
34
+ * @maxItems 100
35
+ */
36
+ infested_solar_systems: number[];
37
+ /**
38
+ * Influence of this incursion as a float from 0 to 1
39
+ */
40
+ influence: number;
41
+ /**
42
+ * Staging solar system for this incursion
43
+ */
44
+ staging_solar_system_id: number;
60
45
  state: GetIncursionsState;
61
- type: GetIncursionsType;
46
+ type: string;
62
47
  [k: string]: unknown | undefined;
63
48
  }
@@ -1,31 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /industry/facilities/
3
3
  */
4
-
5
- /**
6
- * ID of the facility
7
- */
8
- type GetIndustryFacilitiesFacilityId = number;
9
- /**
10
- * Owner of the facility
11
- */
12
- type GetIndustryFacilitiesOwnerId = number;
13
- /**
14
- * Region ID where the facility is
15
- */
16
- type GetIndustryFacilitiesRegionId = number;
17
- /**
18
- * Solar system ID where the facility is
19
- */
20
- type GetIndustryFacilitiesSolarSystemId = number;
21
- /**
22
- * Tax imposed by the facility
23
- */
24
- type GetIndustryFacilitiesTax = number;
25
- /**
26
- * Type ID of the facility
27
- */
28
- type GetIndustryFacilitiesTypeId = number;
29
4
  /**
30
5
  * 200 ok array
31
6
  *
@@ -37,11 +12,26 @@ type GetIndustryFacilitiesOk = GetIndustryFacilities_200Ok[];
37
12
  * 200 ok object
38
13
  */
39
14
  interface GetIndustryFacilities_200Ok {
40
- facility_id: GetIndustryFacilitiesFacilityId;
41
- owner_id: GetIndustryFacilitiesOwnerId;
42
- region_id: GetIndustryFacilitiesRegionId;
43
- solar_system_id: GetIndustryFacilitiesSolarSystemId;
44
- tax?: GetIndustryFacilitiesTax;
45
- type_id: GetIndustryFacilitiesTypeId;
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;
46
36
  [k: string]: unknown | undefined;
47
37
  }
@@ -1,7 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /industry/systems/
3
3
  */
4
-
5
4
  /**
6
5
  * cost_indices array
7
6
  *
@@ -89,14 +88,6 @@ type GetIndustrySystemsActivity =
89
88
  | "researching_technology"
90
89
  | "researching_time_efficiency"
91
90
  | "reverse_engineering";
92
- /**
93
- * cost_index number
94
- */
95
- type GetIndustrySystemsCostIndex = number;
96
- /**
97
- * solar_system_id integer
98
- */
99
- type GetIndustrySystemsSolarSystemId = number;
100
91
  /**
101
92
  * 200 ok array
102
93
  *
@@ -109,7 +100,10 @@ type GetIndustrySystemsOk = GetIndustrySystems_200Ok[];
109
100
  */
110
101
  interface GetIndustrySystems_200Ok {
111
102
  cost_indices: GetIndustrySystemsCostIndices;
112
- solar_system_id: GetIndustrySystemsSolarSystemId;
103
+ /**
104
+ * solar_system_id integer
105
+ */
106
+ solar_system_id: number;
113
107
  [k: string]: unknown | undefined;
114
108
  }
115
109
  /**
@@ -117,6 +111,9 @@ interface GetIndustrySystems_200Ok {
117
111
  */
118
112
  interface GetIndustrySystemsCostIndice {
119
113
  activity: GetIndustrySystemsActivity;
120
- cost_index: GetIndustrySystemsCostIndex;
114
+ /**
115
+ * cost_index number
116
+ */
117
+ cost_index: number;
121
118
  [k: string]: unknown | undefined;
122
119
  }
@@ -1,7 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /insurance/prices/
3
3
  */
4
-
5
4
  /**
6
5
  * A list of a available insurance levels for this ship type
7
6
  *
@@ -28,22 +27,6 @@ type GetInsurancePricesLevels =
28
27
  GetInsurancePricesLevel,
29
28
  GetInsurancePricesLevel
30
29
  ];
31
- /**
32
- * cost number
33
- */
34
- type GetInsurancePricesCost = number;
35
- /**
36
- * Localized insurance level
37
- */
38
- type GetInsurancePricesName = string;
39
- /**
40
- * payout number
41
- */
42
- type GetInsurancePricesPayout = number;
43
- /**
44
- * type_id integer
45
- */
46
- type GetInsurancePricesTypeId = number;
47
30
  /**
48
31
  * 200 ok array
49
32
  *
@@ -56,15 +39,24 @@ type GetInsurancePricesOk = GetInsurancePrices_200Ok[];
56
39
  */
57
40
  interface GetInsurancePrices_200Ok {
58
41
  levels: GetInsurancePricesLevels;
59
- type_id: GetInsurancePricesTypeId;
42
+ type_id: number;
60
43
  [k: string]: unknown | undefined;
61
44
  }
62
45
  /**
63
46
  * level object
64
47
  */
65
48
  interface GetInsurancePricesLevel {
66
- cost: GetInsurancePricesCost;
67
- name: GetInsurancePricesName;
68
- payout: GetInsurancePricesPayout;
49
+ /**
50
+ * cost number
51
+ */
52
+ cost: number;
53
+ /**
54
+ * Localized insurance level
55
+ */
56
+ name: string;
57
+ /**
58
+ * payout number
59
+ */
60
+ payout: number;
69
61
  [k: string]: unknown | undefined;
70
62
  }