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,104 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/orders/history/
3
+ */
4
+
5
+ /**
6
+ * Number of days the order was valid for (starting from the issued date). An order expires at time issued + duration
7
+ */
8
+ type GetCharactersCharacterIdOrdersHistoryDuration = number;
9
+ /**
10
+ * For buy orders, the amount of ISK in escrow
11
+ */
12
+ type GetCharactersCharacterIdOrdersHistoryEscrow = number;
13
+ /**
14
+ * True if the order is a bid (buy) order
15
+ */
16
+ type GetCharactersCharacterIdOrdersHistoryIsBuyOrder = boolean;
17
+ /**
18
+ * Signifies whether the buy/sell order was placed on behalf of a corporation.
19
+ */
20
+ type GetCharactersCharacterIdOrdersHistoryIsCorporation = boolean;
21
+ /**
22
+ * Date and time when this order was issued
23
+ */
24
+ type GetCharactersCharacterIdOrdersHistoryIssued = string;
25
+ /**
26
+ * ID of the location where order was placed
27
+ */
28
+ type GetCharactersCharacterIdOrdersHistoryLocationId = number;
29
+ /**
30
+ * For buy orders, the minimum quantity that will be accepted in a matching sell order
31
+ */
32
+ type GetCharactersCharacterIdOrdersHistoryMinVolume = number;
33
+ /**
34
+ * Unique order ID
35
+ */
36
+ type GetCharactersCharacterIdOrdersHistoryOrderId = number;
37
+ /**
38
+ * Cost per unit for this order
39
+ */
40
+ type GetCharactersCharacterIdOrdersHistoryPrice = number;
41
+ /**
42
+ * Valid order range, numbers are ranges in jumps
43
+ */
44
+ type GetCharactersCharacterIdOrdersHistoryRange =
45
+ | "1"
46
+ | "10"
47
+ | "2"
48
+ | "20"
49
+ | "3"
50
+ | "30"
51
+ | "4"
52
+ | "40"
53
+ | "5"
54
+ | "region"
55
+ | "solarsystem"
56
+ | "station";
57
+ /**
58
+ * ID of the region where order was placed
59
+ */
60
+ type GetCharactersCharacterIdOrdersHistoryRegionId = number;
61
+ /**
62
+ * Current order state
63
+ */
64
+ type GetCharactersCharacterIdOrdersHistoryState = "cancelled" | "expired";
65
+ /**
66
+ * The type ID of the item transacted in this order
67
+ */
68
+ type GetCharactersCharacterIdOrdersHistoryTypeId = number;
69
+ /**
70
+ * Quantity of items still required or offered
71
+ */
72
+ type GetCharactersCharacterIdOrdersHistoryVolumeRemain = number;
73
+ /**
74
+ * Quantity of items required or offered at time order was placed
75
+ */
76
+ type GetCharactersCharacterIdOrdersHistoryVolumeTotal = number;
77
+ /**
78
+ * 200 ok array
79
+ *
80
+ * @maxItems 1000
81
+ */
82
+ type GetCharactersCharacterIdOrdersHistoryOk = GetCharactersCharacterIdOrdersHistory_200Ok[];
83
+
84
+ /**
85
+ * 200 ok object
86
+ */
87
+ interface GetCharactersCharacterIdOrdersHistory_200Ok {
88
+ duration: GetCharactersCharacterIdOrdersHistoryDuration;
89
+ escrow?: GetCharactersCharacterIdOrdersHistoryEscrow;
90
+ is_buy_order?: GetCharactersCharacterIdOrdersHistoryIsBuyOrder;
91
+ is_corporation: GetCharactersCharacterIdOrdersHistoryIsCorporation;
92
+ issued: GetCharactersCharacterIdOrdersHistoryIssued;
93
+ location_id: GetCharactersCharacterIdOrdersHistoryLocationId;
94
+ min_volume?: GetCharactersCharacterIdOrdersHistoryMinVolume;
95
+ order_id: GetCharactersCharacterIdOrdersHistoryOrderId;
96
+ price: GetCharactersCharacterIdOrdersHistoryPrice;
97
+ range: GetCharactersCharacterIdOrdersHistoryRange;
98
+ region_id: GetCharactersCharacterIdOrdersHistoryRegionId;
99
+ state: GetCharactersCharacterIdOrdersHistoryState;
100
+ type_id: GetCharactersCharacterIdOrdersHistoryTypeId;
101
+ volume_remain: GetCharactersCharacterIdOrdersHistoryVolumeRemain;
102
+ volume_total: GetCharactersCharacterIdOrdersHistoryVolumeTotal;
103
+ [k: string]: unknown | undefined;
104
+ }
@@ -0,0 +1,99 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/orders/
3
+ */
4
+
5
+ /**
6
+ * Number of days for which order is valid (starting from the issued date). An order expires at time issued + duration
7
+ */
8
+ type GetCharactersCharacterIdOrdersDuration = number;
9
+ /**
10
+ * For buy orders, the amount of ISK in escrow
11
+ */
12
+ type GetCharactersCharacterIdOrdersEscrow = number;
13
+ /**
14
+ * True if the order is a bid (buy) order
15
+ */
16
+ type GetCharactersCharacterIdOrdersIsBuyOrder = boolean;
17
+ /**
18
+ * Signifies whether the buy/sell order was placed on behalf of a corporation.
19
+ */
20
+ type GetCharactersCharacterIdOrdersIsCorporation = boolean;
21
+ /**
22
+ * Date and time when this order was issued
23
+ */
24
+ type GetCharactersCharacterIdOrdersIssued = string;
25
+ /**
26
+ * ID of the location where order was placed
27
+ */
28
+ type GetCharactersCharacterIdOrdersLocationId = number;
29
+ /**
30
+ * For buy orders, the minimum quantity that will be accepted in a matching sell order
31
+ */
32
+ type GetCharactersCharacterIdOrdersMinVolume = number;
33
+ /**
34
+ * Unique order ID
35
+ */
36
+ type GetCharactersCharacterIdOrdersOrderId = number;
37
+ /**
38
+ * Cost per unit for this order
39
+ */
40
+ type GetCharactersCharacterIdOrdersPrice = number;
41
+ /**
42
+ * Valid order range, numbers are ranges in jumps
43
+ */
44
+ type GetCharactersCharacterIdOrdersRange =
45
+ | "1"
46
+ | "10"
47
+ | "2"
48
+ | "20"
49
+ | "3"
50
+ | "30"
51
+ | "4"
52
+ | "40"
53
+ | "5"
54
+ | "region"
55
+ | "solarsystem"
56
+ | "station";
57
+ /**
58
+ * ID of the region where order was placed
59
+ */
60
+ type GetCharactersCharacterIdOrdersRegionId = number;
61
+ /**
62
+ * The type ID of the item transacted in this order
63
+ */
64
+ type GetCharactersCharacterIdOrdersTypeId = number;
65
+ /**
66
+ * Quantity of items still required or offered
67
+ */
68
+ type GetCharactersCharacterIdOrdersVolumeRemain = number;
69
+ /**
70
+ * Quantity of items required or offered at time order was placed
71
+ */
72
+ type GetCharactersCharacterIdOrdersVolumeTotal = number;
73
+ /**
74
+ * 200 ok array
75
+ *
76
+ * @maxItems 305
77
+ */
78
+ type GetCharactersCharacterIdOrdersOk = GetCharactersCharacterIdOrders_200Ok[];
79
+
80
+ /**
81
+ * 200 ok object
82
+ */
83
+ interface GetCharactersCharacterIdOrders_200Ok {
84
+ duration: GetCharactersCharacterIdOrdersDuration;
85
+ escrow?: GetCharactersCharacterIdOrdersEscrow;
86
+ is_buy_order?: GetCharactersCharacterIdOrdersIsBuyOrder;
87
+ is_corporation: GetCharactersCharacterIdOrdersIsCorporation;
88
+ issued: GetCharactersCharacterIdOrdersIssued;
89
+ location_id: GetCharactersCharacterIdOrdersLocationId;
90
+ min_volume?: GetCharactersCharacterIdOrdersMinVolume;
91
+ order_id: GetCharactersCharacterIdOrdersOrderId;
92
+ price: GetCharactersCharacterIdOrdersPrice;
93
+ range: GetCharactersCharacterIdOrdersRange;
94
+ region_id: GetCharactersCharacterIdOrdersRegionId;
95
+ type_id: GetCharactersCharacterIdOrdersTypeId;
96
+ volume_remain: GetCharactersCharacterIdOrdersVolumeRemain;
97
+ volume_total: GetCharactersCharacterIdOrdersVolumeTotal;
98
+ [k: string]: unknown | undefined;
99
+ }
@@ -0,0 +1,131 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/planets/
3
+ */
4
+
5
+ /**
6
+ * 200 ok array
7
+ *
8
+ * @maxItems 10
9
+ */
10
+ type GetCharactersCharacterIdPlanetsOk =
11
+ | []
12
+ | [GetCharactersCharacterIdPlanets_200Ok]
13
+ | [GetCharactersCharacterIdPlanets_200Ok, GetCharactersCharacterIdPlanets_200Ok]
14
+ | [
15
+ GetCharactersCharacterIdPlanets_200Ok,
16
+ GetCharactersCharacterIdPlanets_200Ok,
17
+ GetCharactersCharacterIdPlanets_200Ok
18
+ ]
19
+ | [
20
+ GetCharactersCharacterIdPlanets_200Ok,
21
+ GetCharactersCharacterIdPlanets_200Ok,
22
+ GetCharactersCharacterIdPlanets_200Ok,
23
+ GetCharactersCharacterIdPlanets_200Ok
24
+ ]
25
+ | [
26
+ GetCharactersCharacterIdPlanets_200Ok,
27
+ GetCharactersCharacterIdPlanets_200Ok,
28
+ GetCharactersCharacterIdPlanets_200Ok,
29
+ GetCharactersCharacterIdPlanets_200Ok,
30
+ GetCharactersCharacterIdPlanets_200Ok
31
+ ]
32
+ | [
33
+ GetCharactersCharacterIdPlanets_200Ok,
34
+ GetCharactersCharacterIdPlanets_200Ok,
35
+ GetCharactersCharacterIdPlanets_200Ok,
36
+ GetCharactersCharacterIdPlanets_200Ok,
37
+ GetCharactersCharacterIdPlanets_200Ok,
38
+ GetCharactersCharacterIdPlanets_200Ok
39
+ ]
40
+ | [
41
+ GetCharactersCharacterIdPlanets_200Ok,
42
+ GetCharactersCharacterIdPlanets_200Ok,
43
+ GetCharactersCharacterIdPlanets_200Ok,
44
+ GetCharactersCharacterIdPlanets_200Ok,
45
+ GetCharactersCharacterIdPlanets_200Ok,
46
+ GetCharactersCharacterIdPlanets_200Ok,
47
+ GetCharactersCharacterIdPlanets_200Ok
48
+ ]
49
+ | [
50
+ GetCharactersCharacterIdPlanets_200Ok,
51
+ GetCharactersCharacterIdPlanets_200Ok,
52
+ GetCharactersCharacterIdPlanets_200Ok,
53
+ GetCharactersCharacterIdPlanets_200Ok,
54
+ GetCharactersCharacterIdPlanets_200Ok,
55
+ GetCharactersCharacterIdPlanets_200Ok,
56
+ GetCharactersCharacterIdPlanets_200Ok,
57
+ GetCharactersCharacterIdPlanets_200Ok
58
+ ]
59
+ | [
60
+ GetCharactersCharacterIdPlanets_200Ok,
61
+ GetCharactersCharacterIdPlanets_200Ok,
62
+ GetCharactersCharacterIdPlanets_200Ok,
63
+ GetCharactersCharacterIdPlanets_200Ok,
64
+ GetCharactersCharacterIdPlanets_200Ok,
65
+ GetCharactersCharacterIdPlanets_200Ok,
66
+ GetCharactersCharacterIdPlanets_200Ok,
67
+ GetCharactersCharacterIdPlanets_200Ok,
68
+ GetCharactersCharacterIdPlanets_200Ok
69
+ ]
70
+ | [
71
+ GetCharactersCharacterIdPlanets_200Ok,
72
+ GetCharactersCharacterIdPlanets_200Ok,
73
+ GetCharactersCharacterIdPlanets_200Ok,
74
+ GetCharactersCharacterIdPlanets_200Ok,
75
+ GetCharactersCharacterIdPlanets_200Ok,
76
+ GetCharactersCharacterIdPlanets_200Ok,
77
+ GetCharactersCharacterIdPlanets_200Ok,
78
+ GetCharactersCharacterIdPlanets_200Ok,
79
+ GetCharactersCharacterIdPlanets_200Ok,
80
+ GetCharactersCharacterIdPlanets_200Ok
81
+ ];
82
+ /**
83
+ * last_update string
84
+ */
85
+ type GetCharactersCharacterIdPlanetsLastUpdate = string;
86
+ /**
87
+ * num_pins integer
88
+ */
89
+ type GetCharactersCharacterIdPlanetsNumPins = number;
90
+ /**
91
+ * owner_id integer
92
+ */
93
+ type GetCharactersCharacterIdPlanetsOwnerId = number;
94
+ /**
95
+ * planet_id integer
96
+ */
97
+ type GetCharactersCharacterIdPlanetsPlanetId = number;
98
+ /**
99
+ * planet_type string
100
+ */
101
+ type GetCharactersCharacterIdPlanetsPlanetType =
102
+ | "temperate"
103
+ | "barren"
104
+ | "oceanic"
105
+ | "ice"
106
+ | "gas"
107
+ | "lava"
108
+ | "storm"
109
+ | "plasma";
110
+ /**
111
+ * solar_system_id integer
112
+ */
113
+ type GetCharactersCharacterIdPlanetsSolarSystemId = number;
114
+ /**
115
+ * upgrade_level integer
116
+ */
117
+ type GetCharactersCharacterIdPlanetsUpgradeLevel = number;
118
+
119
+ /**
120
+ * 200 ok object
121
+ */
122
+ interface GetCharactersCharacterIdPlanets_200Ok {
123
+ last_update: GetCharactersCharacterIdPlanetsLastUpdate;
124
+ num_pins: GetCharactersCharacterIdPlanetsNumPins;
125
+ owner_id: GetCharactersCharacterIdPlanetsOwnerId;
126
+ planet_id: GetCharactersCharacterIdPlanetsPlanetId;
127
+ planet_type: GetCharactersCharacterIdPlanetsPlanetType;
128
+ solar_system_id: GetCharactersCharacterIdPlanetsSolarSystemId;
129
+ upgrade_level: GetCharactersCharacterIdPlanetsUpgradeLevel;
130
+ [k: string]: unknown | undefined;
131
+ }
@@ -0,0 +1,323 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/planets/{planet_id}/
3
+ */
4
+
5
+ /**
6
+ * destination_pin_id integer
7
+ */
8
+ type GetCharactersCharacterIdPlanetsPlanetIdDestinationPinId = number;
9
+ /**
10
+ * link_level integer
11
+ */
12
+ type GetCharactersCharacterIdPlanetsPlanetIdLinkLevel = number;
13
+ /**
14
+ * source_pin_id integer
15
+ */
16
+ type GetCharactersCharacterIdPlanetsPlanetIdSourcePinId = number;
17
+ /**
18
+ * links array
19
+ *
20
+ * @maxItems 500
21
+ */
22
+ type GetCharactersCharacterIdPlanetsPlanetIdLinks = GetCharactersCharacterIdPlanetsPlanetIdLink[];
23
+ /**
24
+ * amount integer
25
+ */
26
+ type GetCharactersCharacterIdPlanetsPlanetIdAmount = number;
27
+ /**
28
+ * type_id integer
29
+ */
30
+ type GetCharactersCharacterIdPlanetsPlanetIdContentTypeId = number;
31
+ /**
32
+ * contents array
33
+ *
34
+ * @maxItems 90
35
+ */
36
+ type GetCharactersCharacterIdPlanetsPlanetIdContents = GetCharactersCharacterIdPlanetsPlanetIdContent[];
37
+ /**
38
+ * expiry_time string
39
+ */
40
+ type GetCharactersCharacterIdPlanetsPlanetIdExpiryTime = string;
41
+ /**
42
+ * in seconds
43
+ */
44
+ type GetCharactersCharacterIdPlanetsPlanetIdCycleTime = number;
45
+ /**
46
+ * head_radius number
47
+ */
48
+ type GetCharactersCharacterIdPlanetsPlanetIdHeadRadius = number;
49
+ /**
50
+ * heads array
51
+ *
52
+ * @maxItems 10
53
+ */
54
+ type GetCharactersCharacterIdPlanetsPlanetIdHeads =
55
+ | []
56
+ | [GetCharactersCharacterIdPlanetsPlanetIdHead]
57
+ | [GetCharactersCharacterIdPlanetsPlanetIdHead, GetCharactersCharacterIdPlanetsPlanetIdHead]
58
+ | [
59
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
60
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
61
+ GetCharactersCharacterIdPlanetsPlanetIdHead
62
+ ]
63
+ | [
64
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
65
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
66
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
67
+ GetCharactersCharacterIdPlanetsPlanetIdHead
68
+ ]
69
+ | [
70
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
71
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
72
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
73
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
74
+ GetCharactersCharacterIdPlanetsPlanetIdHead
75
+ ]
76
+ | [
77
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
78
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
79
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
80
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
81
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
82
+ GetCharactersCharacterIdPlanetsPlanetIdHead
83
+ ]
84
+ | [
85
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
86
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
87
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
88
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
89
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
90
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
91
+ GetCharactersCharacterIdPlanetsPlanetIdHead
92
+ ]
93
+ | [
94
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
95
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
96
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
97
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
98
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
99
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
100
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
101
+ GetCharactersCharacterIdPlanetsPlanetIdHead
102
+ ]
103
+ | [
104
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
105
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
106
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
107
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
108
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
109
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
110
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
111
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
112
+ GetCharactersCharacterIdPlanetsPlanetIdHead
113
+ ]
114
+ | [
115
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
116
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
117
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
118
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
119
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
120
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
121
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
122
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
123
+ GetCharactersCharacterIdPlanetsPlanetIdHead,
124
+ GetCharactersCharacterIdPlanetsPlanetIdHead
125
+ ];
126
+ /**
127
+ * head_id integer
128
+ */
129
+ type GetCharactersCharacterIdPlanetsPlanetIdHeadId = number;
130
+ /**
131
+ * latitude number
132
+ */
133
+ type GetCharactersCharacterIdPlanetsPlanetIdHeadLatitude = number;
134
+ /**
135
+ * longitude number
136
+ */
137
+ type GetCharactersCharacterIdPlanetsPlanetIdHeadLongitude = number;
138
+ /**
139
+ * product_type_id integer
140
+ */
141
+ type GetCharactersCharacterIdPlanetsPlanetIdProductTypeId = number;
142
+ /**
143
+ * qty_per_cycle integer
144
+ */
145
+ type GetCharactersCharacterIdPlanetsPlanetIdQtyPerCycle = number;
146
+ /**
147
+ * schematic_id integer
148
+ */
149
+ type GetCharactersCharacterIdPlanetsPlanetIdFactoryDetailsSchematicId = number;
150
+ /**
151
+ * install_time string
152
+ */
153
+ type GetCharactersCharacterIdPlanetsPlanetIdInstallTime = string;
154
+ /**
155
+ * last_cycle_start string
156
+ */
157
+ type GetCharactersCharacterIdPlanetsPlanetIdLastCycleStart = string;
158
+ /**
159
+ * latitude number
160
+ */
161
+ type GetCharactersCharacterIdPlanetsPlanetIdLatitude = number;
162
+ /**
163
+ * longitude number
164
+ */
165
+ type GetCharactersCharacterIdPlanetsPlanetIdLongitude = number;
166
+ /**
167
+ * pin_id integer
168
+ */
169
+ type GetCharactersCharacterIdPlanetsPlanetIdPinId = number;
170
+ /**
171
+ * schematic_id integer
172
+ */
173
+ type GetCharactersCharacterIdPlanetsPlanetIdSchematicId = number;
174
+ /**
175
+ * type_id integer
176
+ */
177
+ type GetCharactersCharacterIdPlanetsPlanetIdTypeId = number;
178
+ /**
179
+ * pins array
180
+ *
181
+ * @maxItems 100
182
+ */
183
+ type GetCharactersCharacterIdPlanetsPlanetIdPins = GetCharactersCharacterIdPlanetsPlanetIdPin[];
184
+ /**
185
+ * content_type_id integer
186
+ */
187
+ type GetCharactersCharacterIdPlanetsPlanetIdRouteContentTypeId = number;
188
+ /**
189
+ * destination_pin_id integer
190
+ */
191
+ type GetCharactersCharacterIdPlanetsPlanetIdRouteDestinationPinId = number;
192
+ /**
193
+ * quantity number
194
+ */
195
+ type GetCharactersCharacterIdPlanetsPlanetIdQuantity = number;
196
+ /**
197
+ * route_id integer
198
+ */
199
+ type GetCharactersCharacterIdPlanetsPlanetIdRouteId = number;
200
+ /**
201
+ * source_pin_id integer
202
+ */
203
+ type GetCharactersCharacterIdPlanetsPlanetIdRouteSourcePinId = number;
204
+ /**
205
+ * list of pin ID waypoints
206
+ *
207
+ * @maxItems 5
208
+ */
209
+ type GetCharactersCharacterIdPlanetsPlanetIdWaypoints =
210
+ | []
211
+ | [GetCharactersCharacterIdPlanetsPlanetIdWaypoint]
212
+ | [GetCharactersCharacterIdPlanetsPlanetIdWaypoint, GetCharactersCharacterIdPlanetsPlanetIdWaypoint]
213
+ | [
214
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint,
215
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint,
216
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint
217
+ ]
218
+ | [
219
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint,
220
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint,
221
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint,
222
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint
223
+ ]
224
+ | [
225
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint,
226
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint,
227
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint,
228
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint,
229
+ GetCharactersCharacterIdPlanetsPlanetIdWaypoint
230
+ ];
231
+ /**
232
+ * waypoint integer
233
+ */
234
+ type GetCharactersCharacterIdPlanetsPlanetIdWaypoint = number;
235
+ /**
236
+ * routes array
237
+ *
238
+ * @maxItems 1000
239
+ */
240
+ type GetCharactersCharacterIdPlanetsPlanetIdRoutes = GetCharactersCharacterIdPlanetsPlanetIdRoute[];
241
+
242
+ /**
243
+ * 200 ok object
244
+ */
245
+ interface GetCharactersCharacterIdPlanetsPlanetIdOk {
246
+ links: GetCharactersCharacterIdPlanetsPlanetIdLinks;
247
+ pins: GetCharactersCharacterIdPlanetsPlanetIdPins;
248
+ routes: GetCharactersCharacterIdPlanetsPlanetIdRoutes;
249
+ [k: string]: unknown | undefined;
250
+ }
251
+ /**
252
+ * link object
253
+ */
254
+ interface GetCharactersCharacterIdPlanetsPlanetIdLink {
255
+ destination_pin_id: GetCharactersCharacterIdPlanetsPlanetIdDestinationPinId;
256
+ link_level: GetCharactersCharacterIdPlanetsPlanetIdLinkLevel;
257
+ source_pin_id: GetCharactersCharacterIdPlanetsPlanetIdSourcePinId;
258
+ [k: string]: unknown | undefined;
259
+ }
260
+ /**
261
+ * pin object
262
+ */
263
+ interface GetCharactersCharacterIdPlanetsPlanetIdPin {
264
+ contents?: GetCharactersCharacterIdPlanetsPlanetIdContents;
265
+ expiry_time?: GetCharactersCharacterIdPlanetsPlanetIdExpiryTime;
266
+ extractor_details?: GetCharactersCharacterIdPlanetsPlanetIdExtractorDetails;
267
+ factory_details?: GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails;
268
+ install_time?: GetCharactersCharacterIdPlanetsPlanetIdInstallTime;
269
+ last_cycle_start?: GetCharactersCharacterIdPlanetsPlanetIdLastCycleStart;
270
+ latitude: GetCharactersCharacterIdPlanetsPlanetIdLatitude;
271
+ longitude: GetCharactersCharacterIdPlanetsPlanetIdLongitude;
272
+ pin_id: GetCharactersCharacterIdPlanetsPlanetIdPinId;
273
+ schematic_id?: GetCharactersCharacterIdPlanetsPlanetIdSchematicId;
274
+ type_id: GetCharactersCharacterIdPlanetsPlanetIdTypeId;
275
+ [k: string]: unknown | undefined;
276
+ }
277
+ /**
278
+ * content object
279
+ */
280
+ interface GetCharactersCharacterIdPlanetsPlanetIdContent {
281
+ amount: GetCharactersCharacterIdPlanetsPlanetIdAmount;
282
+ type_id: GetCharactersCharacterIdPlanetsPlanetIdContentTypeId;
283
+ [k: string]: unknown | undefined;
284
+ }
285
+ /**
286
+ * extractor_details object
287
+ */
288
+ interface GetCharactersCharacterIdPlanetsPlanetIdExtractorDetails {
289
+ cycle_time?: GetCharactersCharacterIdPlanetsPlanetIdCycleTime;
290
+ head_radius?: GetCharactersCharacterIdPlanetsPlanetIdHeadRadius;
291
+ heads: GetCharactersCharacterIdPlanetsPlanetIdHeads;
292
+ product_type_id?: GetCharactersCharacterIdPlanetsPlanetIdProductTypeId;
293
+ qty_per_cycle?: GetCharactersCharacterIdPlanetsPlanetIdQtyPerCycle;
294
+ [k: string]: unknown | undefined;
295
+ }
296
+ /**
297
+ * head object
298
+ */
299
+ interface GetCharactersCharacterIdPlanetsPlanetIdHead {
300
+ head_id: GetCharactersCharacterIdPlanetsPlanetIdHeadId;
301
+ latitude: GetCharactersCharacterIdPlanetsPlanetIdHeadLatitude;
302
+ longitude: GetCharactersCharacterIdPlanetsPlanetIdHeadLongitude;
303
+ [k: string]: unknown | undefined;
304
+ }
305
+ /**
306
+ * factory_details object
307
+ */
308
+ interface GetCharactersCharacterIdPlanetsPlanetIdFactoryDetails {
309
+ schematic_id: GetCharactersCharacterIdPlanetsPlanetIdFactoryDetailsSchematicId;
310
+ [k: string]: unknown | undefined;
311
+ }
312
+ /**
313
+ * route object
314
+ */
315
+ interface GetCharactersCharacterIdPlanetsPlanetIdRoute {
316
+ content_type_id: GetCharactersCharacterIdPlanetsPlanetIdRouteContentTypeId;
317
+ destination_pin_id: GetCharactersCharacterIdPlanetsPlanetIdRouteDestinationPinId;
318
+ quantity: GetCharactersCharacterIdPlanetsPlanetIdQuantity;
319
+ route_id: GetCharactersCharacterIdPlanetsPlanetIdRouteId;
320
+ source_pin_id: GetCharactersCharacterIdPlanetsPlanetIdRouteSourcePinId;
321
+ waypoints?: GetCharactersCharacterIdPlanetsPlanetIdWaypoints;
322
+ [k: string]: unknown | undefined;
323
+ }
@@ -0,0 +1,31 @@
1
+ /**
2
+ * ESI endpoint: /characters/{character_id}/portrait/
3
+ */
4
+
5
+ /**
6
+ * px128x128 string
7
+ */
8
+ type GetCharactersCharacterIdPortraitPx128X128 = string;
9
+ /**
10
+ * px256x256 string
11
+ */
12
+ type GetCharactersCharacterIdPortraitPx256X256 = string;
13
+ /**
14
+ * px512x512 string
15
+ */
16
+ type GetCharactersCharacterIdPortraitPx512X512 = string;
17
+ /**
18
+ * px64x64 string
19
+ */
20
+ type GetCharactersCharacterIdPortraitPx64X64 = string;
21
+
22
+ /**
23
+ * 200 ok object
24
+ */
25
+ interface GetCharactersCharacterIdPortraitOk {
26
+ px128x128?: GetCharactersCharacterIdPortraitPx128X128;
27
+ px256x256?: GetCharactersCharacterIdPortraitPx256X256;
28
+ px512x512?: GetCharactersCharacterIdPortraitPx512X512;
29
+ px64x64?: GetCharactersCharacterIdPortraitPx64X64;
30
+ [k: string]: unknown | undefined;
31
+ }