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,43 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/orders/history/
3
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 GetCorporationsCorporationIdOrdersHistoryDuration = number;
9
- /**
10
- * For buy orders, the amount of ISK in escrow
11
- */
12
- type GetCorporationsCorporationIdOrdersHistoryEscrow = number;
13
- /**
14
- * True if the order is a bid (buy) order
15
- */
16
- type GetCorporationsCorporationIdOrdersHistoryIsBuyOrder = boolean;
17
- /**
18
- * Date and time when this order was issued
19
- */
20
- type GetCorporationsCorporationIdOrdersHistoryIssued = string;
21
- /**
22
- * The character who issued this order
23
- */
24
- type GetCorporationsCorporationIdOrdersHistoryIssuedBy = number;
25
- /**
26
- * ID of the location where order was placed
27
- */
28
- type GetCorporationsCorporationIdOrdersHistoryLocationId = number;
29
- /**
30
- * For buy orders, the minimum quantity that will be accepted in a matching sell order
31
- */
32
- type GetCorporationsCorporationIdOrdersHistoryMinVolume = number;
33
- /**
34
- * Unique order ID
35
- */
36
- type GetCorporationsCorporationIdOrdersHistoryOrderId = number;
37
- /**
38
- * Cost per unit for this order
39
- */
40
- type GetCorporationsCorporationIdOrdersHistoryPrice = number;
41
4
  /**
42
5
  * Valid order range, numbers are ranges in jumps
43
6
  */
@@ -54,30 +17,10 @@ type GetCorporationsCorporationIdOrdersHistoryRange =
54
17
  | "region"
55
18
  | "solarsystem"
56
19
  | "station";
57
- /**
58
- * ID of the region where order was placed
59
- */
60
- type GetCorporationsCorporationIdOrdersHistoryRegionId = number;
61
20
  /**
62
21
  * Current order state
63
22
  */
64
23
  type GetCorporationsCorporationIdOrdersHistoryState = "cancelled" | "expired";
65
- /**
66
- * The type ID of the item transacted in this order
67
- */
68
- type GetCorporationsCorporationIdOrdersHistoryTypeId = number;
69
- /**
70
- * Quantity of items still required or offered
71
- */
72
- type GetCorporationsCorporationIdOrdersHistoryVolumeRemain = number;
73
- /**
74
- * Quantity of items required or offered at time order was placed
75
- */
76
- type GetCorporationsCorporationIdOrdersHistoryVolumeTotal = number;
77
- /**
78
- * The corporation wallet division used for this order
79
- */
80
- type GetCorporationsCorporationIdOrdersHistoryWalletDivision = number;
81
24
  /**
82
25
  * 200 ok array
83
26
  *
@@ -89,21 +32,60 @@ type GetCorporationsCorporationIdOrdersHistoryOk = GetCorporationsCorporationIdO
89
32
  * 200 ok object
90
33
  */
91
34
  interface GetCorporationsCorporationIdOrdersHistory_200Ok {
92
- duration: GetCorporationsCorporationIdOrdersHistoryDuration;
93
- escrow?: GetCorporationsCorporationIdOrdersHistoryEscrow;
94
- is_buy_order?: GetCorporationsCorporationIdOrdersHistoryIsBuyOrder;
95
- issued: GetCorporationsCorporationIdOrdersHistoryIssued;
96
- issued_by?: GetCorporationsCorporationIdOrdersHistoryIssuedBy;
97
- location_id: GetCorporationsCorporationIdOrdersHistoryLocationId;
98
- min_volume?: GetCorporationsCorporationIdOrdersHistoryMinVolume;
99
- order_id: GetCorporationsCorporationIdOrdersHistoryOrderId;
100
- price: GetCorporationsCorporationIdOrdersHistoryPrice;
35
+ /**
36
+ * Number of days the order was valid for (starting from the issued date). An order expires at time issued + duration
37
+ */
38
+ duration: number;
39
+ /**
40
+ * For buy orders, the amount of ISK in escrow
41
+ */
42
+ escrow?: number;
43
+ /**
44
+ * True if the order is a bid (buy) order
45
+ */
46
+ is_buy_order?: boolean;
47
+ /**
48
+ * Date and time when this order was issued
49
+ */
50
+ issued: string;
51
+ /**
52
+ * The character who issued this order
53
+ */
54
+ issued_by?: number;
55
+ /**
56
+ * ID of the location where order was placed
57
+ */
58
+ location_id: number;
59
+ /**
60
+ * For buy orders, the minimum quantity that will be accepted in a matching sell order
61
+ */
62
+ min_volume?: number;
63
+ /**
64
+ * Unique order ID
65
+ */
66
+ order_id: number;
67
+ /**
68
+ * Cost per unit for this order
69
+ */
70
+ price: number;
101
71
  range: GetCorporationsCorporationIdOrdersHistoryRange;
102
- region_id: GetCorporationsCorporationIdOrdersHistoryRegionId;
72
+ /**
73
+ * ID of the region where order was placed
74
+ */
75
+ region_id: number;
103
76
  state: GetCorporationsCorporationIdOrdersHistoryState;
104
- type_id: GetCorporationsCorporationIdOrdersHistoryTypeId;
105
- volume_remain: GetCorporationsCorporationIdOrdersHistoryVolumeRemain;
106
- volume_total: GetCorporationsCorporationIdOrdersHistoryVolumeTotal;
107
- wallet_division: GetCorporationsCorporationIdOrdersHistoryWalletDivision;
77
+ type_id: number;
78
+ /**
79
+ * Quantity of items still required or offered
80
+ */
81
+ volume_remain: number;
82
+ /**
83
+ * Quantity of items required or offered at time order was placed
84
+ */
85
+ volume_total: number;
86
+ /**
87
+ * The corporation wallet division used for this order
88
+ */
89
+ wallet_division: number;
108
90
  [k: string]: unknown | undefined;
109
91
  }
@@ -1,43 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/orders/
3
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 GetCorporationsCorporationIdOrdersDuration = number;
9
- /**
10
- * For buy orders, the amount of ISK in escrow
11
- */
12
- type GetCorporationsCorporationIdOrdersEscrow = number;
13
- /**
14
- * True if the order is a bid (buy) order
15
- */
16
- type GetCorporationsCorporationIdOrdersIsBuyOrder = boolean;
17
- /**
18
- * Date and time when this order was issued
19
- */
20
- type GetCorporationsCorporationIdOrdersIssued = string;
21
- /**
22
- * The character who issued this order
23
- */
24
- type GetCorporationsCorporationIdOrdersIssuedBy = number;
25
- /**
26
- * ID of the location where order was placed
27
- */
28
- type GetCorporationsCorporationIdOrdersLocationId = number;
29
- /**
30
- * For buy orders, the minimum quantity that will be accepted in a matching sell order
31
- */
32
- type GetCorporationsCorporationIdOrdersMinVolume = number;
33
- /**
34
- * Unique order ID
35
- */
36
- type GetCorporationsCorporationIdOrdersOrderId = number;
37
- /**
38
- * Cost per unit for this order
39
- */
40
- type GetCorporationsCorporationIdOrdersPrice = number;
41
4
  /**
42
5
  * Valid order range, numbers are ranges in jumps
43
6
  */
@@ -54,26 +17,6 @@ type GetCorporationsCorporationIdOrdersRange =
54
17
  | "region"
55
18
  | "solarsystem"
56
19
  | "station";
57
- /**
58
- * ID of the region where order was placed
59
- */
60
- type GetCorporationsCorporationIdOrdersRegionId = number;
61
- /**
62
- * The type ID of the item transacted in this order
63
- */
64
- type GetCorporationsCorporationIdOrdersTypeId = number;
65
- /**
66
- * Quantity of items still required or offered
67
- */
68
- type GetCorporationsCorporationIdOrdersVolumeRemain = number;
69
- /**
70
- * Quantity of items required or offered at time order was placed
71
- */
72
- type GetCorporationsCorporationIdOrdersVolumeTotal = number;
73
- /**
74
- * The corporation wallet division used for this order.
75
- */
76
- type GetCorporationsCorporationIdOrdersWalletDivision = number;
77
20
  /**
78
21
  * 200 ok array
79
22
  *
@@ -85,20 +28,59 @@ type GetCorporationsCorporationIdOrdersOk = GetCorporationsCorporationIdOrders_2
85
28
  * 200 ok object
86
29
  */
87
30
  interface GetCorporationsCorporationIdOrders_200Ok {
88
- duration: GetCorporationsCorporationIdOrdersDuration;
89
- escrow?: GetCorporationsCorporationIdOrdersEscrow;
90
- is_buy_order?: GetCorporationsCorporationIdOrdersIsBuyOrder;
91
- issued: GetCorporationsCorporationIdOrdersIssued;
92
- issued_by: GetCorporationsCorporationIdOrdersIssuedBy;
93
- location_id: GetCorporationsCorporationIdOrdersLocationId;
94
- min_volume?: GetCorporationsCorporationIdOrdersMinVolume;
95
- order_id: GetCorporationsCorporationIdOrdersOrderId;
96
- price: GetCorporationsCorporationIdOrdersPrice;
31
+ /**
32
+ * Number of days for which order is valid (starting from the issued date). An order expires at time issued + duration
33
+ */
34
+ duration: number;
35
+ /**
36
+ * For buy orders, the amount of ISK in escrow
37
+ */
38
+ escrow?: number;
39
+ /**
40
+ * True if the order is a bid (buy) order
41
+ */
42
+ is_buy_order?: boolean;
43
+ /**
44
+ * Date and time when this order was issued
45
+ */
46
+ issued: string;
47
+ /**
48
+ * The character who issued this order
49
+ */
50
+ issued_by: number;
51
+ /**
52
+ * ID of the location where order was placed
53
+ */
54
+ location_id: number;
55
+ /**
56
+ * For buy orders, the minimum quantity that will be accepted in a matching sell order
57
+ */
58
+ min_volume?: number;
59
+ /**
60
+ * Unique order ID
61
+ */
62
+ order_id: number;
63
+ /**
64
+ * Cost per unit for this order
65
+ */
66
+ price: number;
97
67
  range: GetCorporationsCorporationIdOrdersRange;
98
- region_id: GetCorporationsCorporationIdOrdersRegionId;
99
- type_id: GetCorporationsCorporationIdOrdersTypeId;
100
- volume_remain: GetCorporationsCorporationIdOrdersVolumeRemain;
101
- volume_total: GetCorporationsCorporationIdOrdersVolumeTotal;
102
- wallet_division: GetCorporationsCorporationIdOrdersWalletDivision;
68
+ /**
69
+ * ID of the region where order was placed
70
+ */
71
+ region_id: number;
72
+ type_id: number;
73
+ /**
74
+ * Quantity of items still required or offered
75
+ */
76
+ volume_remain: number;
77
+ /**
78
+ * Quantity of items required or offered at time order was placed
79
+ */
80
+ volume_total: number;
81
+ /**
82
+ * The corporation wallet division used for this order.
83
+ */
84
+ wallet_division: number;
103
85
  [k: string]: unknown | undefined;
104
86
  }
@@ -1,19 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/roles/history/
3
3
  */
4
-
5
- /**
6
- * changed_at string
7
- */
8
- type GetCorporationsCorporationIdRolesHistoryChangedAt = string;
9
- /**
10
- * The character whose roles are changed
11
- */
12
- type GetCorporationsCorporationIdRolesHistoryCharacterId = number;
13
- /**
14
- * ID of the character who issued this change
15
- */
16
- type GetCorporationsCorporationIdRolesHistoryIssuerId = number;
17
4
  /**
18
5
  * new_role string
19
6
  */
@@ -165,9 +152,18 @@ type GetCorporationsCorporationIdRolesHistoryOk = GetCorporationsCorporationIdRo
165
152
  * 200 ok object
166
153
  */
167
154
  interface GetCorporationsCorporationIdRolesHistory_200Ok {
168
- changed_at: GetCorporationsCorporationIdRolesHistoryChangedAt;
169
- character_id: GetCorporationsCorporationIdRolesHistoryCharacterId;
170
- issuer_id: GetCorporationsCorporationIdRolesHistoryIssuerId;
155
+ /**
156
+ * changed_at string
157
+ */
158
+ changed_at: string;
159
+ /**
160
+ * The character whose roles are changed
161
+ */
162
+ character_id: number;
163
+ /**
164
+ * ID of the character who issued this change
165
+ */
166
+ issuer_id: number;
171
167
  new_roles: GetCorporationsCorporationIdRolesHistoryNewRoles;
172
168
  old_roles: GetCorporationsCorporationIdRolesHistoryOldRoles;
173
169
  role_type: GetCorporationsCorporationIdRolesHistoryRoleType;
@@ -1,11 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/roles/
3
3
  */
4
-
5
- /**
6
- * character_id integer
7
- */
8
- type GetCorporationsCorporationIdRolesCharacterId = number;
9
4
  /**
10
5
  * grantable_role string
11
6
  */
@@ -532,7 +527,10 @@ type GetCorporationsCorporationIdRolesOk = GetCorporationsCorporationIdRoles_200
532
527
  * 200 ok object
533
528
  */
534
529
  interface GetCorporationsCorporationIdRoles_200Ok {
535
- character_id: GetCorporationsCorporationIdRolesCharacterId;
530
+ /**
531
+ * character_id integer
532
+ */
533
+ character_id: number;
536
534
  grantable_roles?: GetCorporationsCorporationIdRolesGrantableRoles;
537
535
  grantable_roles_at_base?: GetCorporationsCorporationIdRolesGrantableRolesAtBase;
538
536
  grantable_roles_at_hq?: GetCorporationsCorporationIdRolesGrantableRolesAtHq;
@@ -1,15 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/shareholders/
3
3
  */
4
-
5
- /**
6
- * share_count integer
7
- */
8
- type GetCorporationsCorporationIdShareholdersShareCount = number;
9
- /**
10
- * shareholder_id integer
11
- */
12
- type GetCorporationsCorporationIdShareholdersShareholderId = number;
13
4
  /**
14
5
  * shareholder_type string
15
6
  */
@@ -25,8 +16,14 @@ type GetCorporationsCorporationIdShareholdersOk = GetCorporationsCorporationIdSh
25
16
  * 200 ok object
26
17
  */
27
18
  interface GetCorporationsCorporationIdShareholders_200Ok {
28
- share_count: GetCorporationsCorporationIdShareholdersShareCount;
29
- shareholder_id: GetCorporationsCorporationIdShareholdersShareholderId;
19
+ /**
20
+ * share_count integer
21
+ */
22
+ share_count: number;
23
+ /**
24
+ * shareholder_id integer
25
+ */
26
+ shareholder_id: number;
30
27
  shareholder_type: GetCorporationsCorporationIdShareholdersShareholderType;
31
28
  [k: string]: unknown | undefined;
32
29
  }
@@ -1,19 +1,10 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/standings/
3
3
  */
4
-
5
- /**
6
- * from_id integer
7
- */
8
- type GetCorporationsCorporationIdStandingsFromId = number;
9
4
  /**
10
5
  * from_type string
11
6
  */
12
7
  type GetCorporationsCorporationIdStandingsFromType = "agent" | "npc_corp" | "faction";
13
- /**
14
- * standing number
15
- */
16
- type GetCorporationsCorporationIdStandingsStanding = number;
17
8
  /**
18
9
  * 200 ok array
19
10
  *
@@ -25,8 +16,14 @@ type GetCorporationsCorporationIdStandingsOk = GetCorporationsCorporationIdStand
25
16
  * 200 ok object
26
17
  */
27
18
  interface GetCorporationsCorporationIdStandings_200Ok {
28
- from_id: GetCorporationsCorporationIdStandingsFromId;
19
+ /**
20
+ * from_id integer
21
+ */
22
+ from_id: number;
29
23
  from_type: GetCorporationsCorporationIdStandingsFromType;
30
- standing: GetCorporationsCorporationIdStandingsStanding;
24
+ /**
25
+ * standing number
26
+ */
27
+ standing: number;
31
28
  [k: string]: unknown | undefined;
32
29
  }
@@ -1,23 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/starbases/
3
3
  */
4
-
5
- /**
6
- * The moon this starbase (POS) is anchored on, unanchored POSes do not have this information
7
- */
8
- type GetCorporationsCorporationIdStarbasesMoonId = number;
9
- /**
10
- * When the POS onlined, for starbases (POSes) in online state
11
- */
12
- type GetCorporationsCorporationIdStarbasesOnlinedSince = string;
13
- /**
14
- * When the POS will be out of reinforcement, for starbases (POSes) in reinforced state
15
- */
16
- type GetCorporationsCorporationIdStarbasesReinforcedUntil = string;
17
- /**
18
- * Unique ID for this starbase (POS)
19
- */
20
- type GetCorporationsCorporationIdStarbasesStarbaseId = number;
21
4
  /**
22
5
  * state string
23
6
  */
@@ -27,18 +10,6 @@ type GetCorporationsCorporationIdStarbasesState =
27
10
  | "onlining"
28
11
  | "reinforced"
29
12
  | "unanchoring";
30
- /**
31
- * The solar system this starbase (POS) is in, unanchored POSes have this information
32
- */
33
- type GetCorporationsCorporationIdStarbasesSystemId = number;
34
- /**
35
- * Starbase (POS) type
36
- */
37
- type GetCorporationsCorporationIdStarbasesTypeId = number;
38
- /**
39
- * When the POS started unanchoring, for starbases (POSes) in unanchoring state
40
- */
41
- type GetCorporationsCorporationIdStarbasesUnanchorAt = string;
42
13
  /**
43
14
  * 200 ok array
44
15
  *
@@ -50,13 +21,31 @@ type GetCorporationsCorporationIdStarbasesOk = GetCorporationsCorporationIdStarb
50
21
  * 200 ok object
51
22
  */
52
23
  interface GetCorporationsCorporationIdStarbases_200Ok {
53
- moon_id?: GetCorporationsCorporationIdStarbasesMoonId;
54
- onlined_since?: GetCorporationsCorporationIdStarbasesOnlinedSince;
55
- reinforced_until?: GetCorporationsCorporationIdStarbasesReinforcedUntil;
56
- starbase_id: GetCorporationsCorporationIdStarbasesStarbaseId;
24
+ /**
25
+ * The moon this starbase (POS) is anchored on, unanchored POSes do not have this information
26
+ */
27
+ moon_id?: number;
28
+ /**
29
+ * When the POS onlined, for starbases (POSes) in online state
30
+ */
31
+ onlined_since?: string;
32
+ /**
33
+ * When the POS will be out of reinforcement, for starbases (POSes) in reinforced state
34
+ */
35
+ reinforced_until?: string;
36
+ /**
37
+ * Unique ID for this starbase (POS)
38
+ */
39
+ starbase_id: number;
57
40
  state?: GetCorporationsCorporationIdStarbasesState;
58
- system_id: GetCorporationsCorporationIdStarbasesSystemId;
59
- type_id: GetCorporationsCorporationIdStarbasesTypeId;
60
- unanchor_at?: GetCorporationsCorporationIdStarbasesUnanchorAt;
41
+ /**
42
+ * The solar system this starbase (POS) is in, unanchored POSes have this information
43
+ */
44
+ system_id: number;
45
+ type_id: number;
46
+ /**
47
+ * When the POS started unanchoring, for starbases (POSes) in unanchoring state
48
+ */
49
+ unanchor_at?: string;
61
50
  [k: string]: unknown | undefined;
62
51
  }
@@ -1,15 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/starbases/{starbase_id}/
3
3
  */
4
-
5
- /**
6
- * allow_alliance_members boolean
7
- */
8
- type GetCorporationsCorporationIdStarbasesStarbaseIdAllowAllianceMembers = boolean;
9
- /**
10
- * allow_corporation_members boolean
11
- */
12
- type GetCorporationsCorporationIdStarbasesStarbaseIdAllowCorporationMembers = boolean;
13
4
  /**
14
5
  * Who can anchor starbase (POS) and its structures
15
6
  */
@@ -18,22 +9,6 @@ type GetCorporationsCorporationIdStarbasesStarbaseIdAnchor =
18
9
  | "config_starbase_equipment_role"
19
10
  | "corporation_member"
20
11
  | "starbase_fuel_technician_role";
21
- /**
22
- * attack_if_at_war boolean
23
- */
24
- type GetCorporationsCorporationIdStarbasesStarbaseIdAttackIfAtWar = boolean;
25
- /**
26
- * attack_if_other_security_status_dropping boolean
27
- */
28
- type GetCorporationsCorporationIdStarbasesStarbaseIdAttackIfOtherSecurityStatusDropping = boolean;
29
- /**
30
- * Starbase (POS) will attack if target's security standing is lower than this value
31
- */
32
- type GetCorporationsCorporationIdStarbasesStarbaseIdAttackSecurityStatusThreshold = number;
33
- /**
34
- * Starbase (POS) will attack if target's standing is lower than this value
35
- */
36
- type GetCorporationsCorporationIdStarbasesStarbaseIdAttackStandingThreshold = number;
37
12
  /**
38
13
  * Who can take fuel blocks out of the starbase (POS)'s fuel bay
39
14
  */
@@ -302,14 +277,6 @@ type GetCorporationsCorporationIdStarbasesStarbaseIdFuels =
302
277
  GetCorporationsCorporationIdStarbasesStarbaseIdFuel,
303
278
  GetCorporationsCorporationIdStarbasesStarbaseIdFuel
304
279
  ];
305
- /**
306
- * quantity integer
307
- */
308
- type GetCorporationsCorporationIdStarbasesStarbaseIdQuantity = number;
309
- /**
310
- * type_id integer
311
- */
312
- type GetCorporationsCorporationIdStarbasesStarbaseIdTypeId = number;
313
280
  /**
314
281
  * Who can offline starbase (POS) and its structures
315
282
  */
@@ -334,36 +301,56 @@ type GetCorporationsCorporationIdStarbasesStarbaseIdUnanchor =
334
301
  | "config_starbase_equipment_role"
335
302
  | "corporation_member"
336
303
  | "starbase_fuel_technician_role";
337
- /**
338
- * True if the starbase (POS) is using alliance standings, otherwise using corporation's
339
- */
340
- type GetCorporationsCorporationIdStarbasesStarbaseIdUseAllianceStandings = boolean;
341
304
 
342
305
  /**
343
306
  * 200 ok object
344
307
  */
345
308
  interface GetCorporationsCorporationIdStarbasesStarbaseIdOk {
346
- allow_alliance_members: GetCorporationsCorporationIdStarbasesStarbaseIdAllowAllianceMembers;
347
- allow_corporation_members: GetCorporationsCorporationIdStarbasesStarbaseIdAllowCorporationMembers;
309
+ /**
310
+ * allow_alliance_members boolean
311
+ */
312
+ allow_alliance_members: boolean;
313
+ /**
314
+ * allow_corporation_members boolean
315
+ */
316
+ allow_corporation_members: boolean;
348
317
  anchor: GetCorporationsCorporationIdStarbasesStarbaseIdAnchor;
349
- attack_if_at_war: GetCorporationsCorporationIdStarbasesStarbaseIdAttackIfAtWar;
350
- attack_if_other_security_status_dropping: GetCorporationsCorporationIdStarbasesStarbaseIdAttackIfOtherSecurityStatusDropping;
351
- attack_security_status_threshold?: GetCorporationsCorporationIdStarbasesStarbaseIdAttackSecurityStatusThreshold;
352
- attack_standing_threshold?: GetCorporationsCorporationIdStarbasesStarbaseIdAttackStandingThreshold;
318
+ /**
319
+ * attack_if_at_war boolean
320
+ */
321
+ attack_if_at_war: boolean;
322
+ /**
323
+ * attack_if_other_security_status_dropping boolean
324
+ */
325
+ attack_if_other_security_status_dropping: boolean;
326
+ /**
327
+ * Starbase (POS) will attack if target's security standing is lower than this value
328
+ */
329
+ attack_security_status_threshold?: number;
330
+ /**
331
+ * Starbase (POS) will attack if target's standing is lower than this value
332
+ */
333
+ attack_standing_threshold?: number;
353
334
  fuel_bay_take: GetCorporationsCorporationIdStarbasesStarbaseIdFuelBayTake;
354
335
  fuel_bay_view: GetCorporationsCorporationIdStarbasesStarbaseIdFuelBayView;
355
336
  fuels?: GetCorporationsCorporationIdStarbasesStarbaseIdFuels;
356
337
  offline: GetCorporationsCorporationIdStarbasesStarbaseIdOffline;
357
338
  online: GetCorporationsCorporationIdStarbasesStarbaseIdOnline;
358
339
  unanchor: GetCorporationsCorporationIdStarbasesStarbaseIdUnanchor;
359
- use_alliance_standings: GetCorporationsCorporationIdStarbasesStarbaseIdUseAllianceStandings;
340
+ /**
341
+ * True if the starbase (POS) is using alliance standings, otherwise using corporation's
342
+ */
343
+ use_alliance_standings: boolean;
360
344
  [k: string]: unknown | undefined;
361
345
  }
362
346
  /**
363
347
  * fuel object
364
348
  */
365
349
  interface GetCorporationsCorporationIdStarbasesStarbaseIdFuel {
366
- quantity: GetCorporationsCorporationIdStarbasesStarbaseIdQuantity;
367
- type_id: GetCorporationsCorporationIdStarbasesStarbaseIdTypeId;
350
+ /**
351
+ * quantity integer
352
+ */
353
+ quantity: number;
354
+ type_id: number;
368
355
  [k: string]: unknown | undefined;
369
356
  }