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,35 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/structures/
3
3
  */
4
-
5
- /**
6
- * ID of the corporation that owns the structure
7
- */
8
- type GetCorporationsCorporationIdStructuresCorporationId = number;
9
- /**
10
- * Date on which the structure will run out of fuel
11
- */
12
- type GetCorporationsCorporationIdStructuresFuelExpires = string;
13
- /**
14
- * The structure name
15
- */
16
- type GetCorporationsCorporationIdStructuresName = string;
17
- /**
18
- * The date and time when the structure's newly requested reinforcement times (e.g. next_reinforce_hour and next_reinforce_day) will take effect
19
- */
20
- type GetCorporationsCorporationIdStructuresNextReinforceApply = string;
21
- /**
22
- * The requested change to reinforce_hour that will take effect at the time shown by next_reinforce_apply
23
- */
24
- type GetCorporationsCorporationIdStructuresNextReinforceHour = number;
25
- /**
26
- * The id of the ACL profile for this citadel
27
- */
28
- type GetCorporationsCorporationIdStructuresProfileId = number;
29
- /**
30
- * The hour of day that determines the four hour window when the structure will randomly exit its reinforcement periods and become vulnerable to attack against its armor and/or hull. The structure will become vulnerable at a random time that is +/- 2 hours centered on the value of this property
31
- */
32
- type GetCorporationsCorporationIdStructuresReinforceHour = number;
33
4
  /**
34
5
  * Contains a list of service upgrades, and their state
35
6
  *
@@ -107,10 +78,6 @@ type GetCorporationsCorporationIdStructuresServices =
107
78
  GetCorporationsCorporationIdStructuresService,
108
79
  GetCorporationsCorporationIdStructuresService
109
80
  ];
110
- /**
111
- * name string
112
- */
113
- type GetCorporationsCorporationIdStructuresServiceName = string;
114
81
  /**
115
82
  * state string
116
83
  */
@@ -132,30 +99,6 @@ type GetCorporationsCorporationIdStructuresState =
132
99
  | "shield_vulnerable"
133
100
  | "unanchored"
134
101
  | "unknown";
135
- /**
136
- * Date at which the structure will move to it's next state
137
- */
138
- type GetCorporationsCorporationIdStructuresStateTimerEnd = string;
139
- /**
140
- * Date at which the structure entered it's current state
141
- */
142
- type GetCorporationsCorporationIdStructuresStateTimerStart = string;
143
- /**
144
- * The Item ID of the structure
145
- */
146
- type GetCorporationsCorporationIdStructuresStructureId = number;
147
- /**
148
- * The solar system the structure is in
149
- */
150
- type GetCorporationsCorporationIdStructuresSystemId = number;
151
- /**
152
- * The type id of the structure
153
- */
154
- type GetCorporationsCorporationIdStructuresTypeId = number;
155
- /**
156
- * Date at which the structure will unanchor
157
- */
158
- type GetCorporationsCorporationIdStructuresUnanchorsAt = string;
159
102
  /**
160
103
  * 200 ok array
161
104
  *
@@ -167,28 +110,67 @@ type GetCorporationsCorporationIdStructuresOk = GetCorporationsCorporationIdStru
167
110
  * 200 ok object
168
111
  */
169
112
  interface GetCorporationsCorporationIdStructures_200Ok {
170
- corporation_id: GetCorporationsCorporationIdStructuresCorporationId;
171
- fuel_expires?: GetCorporationsCorporationIdStructuresFuelExpires;
172
- name?: GetCorporationsCorporationIdStructuresName;
173
- next_reinforce_apply?: GetCorporationsCorporationIdStructuresNextReinforceApply;
174
- next_reinforce_hour?: GetCorporationsCorporationIdStructuresNextReinforceHour;
175
- profile_id: GetCorporationsCorporationIdStructuresProfileId;
176
- reinforce_hour?: GetCorporationsCorporationIdStructuresReinforceHour;
113
+ /**
114
+ * ID of the corporation that owns the structure
115
+ */
116
+ corporation_id: number;
117
+ /**
118
+ * Date on which the structure will run out of fuel
119
+ */
120
+ fuel_expires?: string;
121
+ /**
122
+ * The structure name
123
+ */
124
+ name?: string;
125
+ /**
126
+ * The date and time when the structure's newly requested reinforcement times (e.g. next_reinforce_hour and next_reinforce_day) will take effect
127
+ */
128
+ next_reinforce_apply?: string;
129
+ /**
130
+ * The requested change to reinforce_hour that will take effect at the time shown by next_reinforce_apply
131
+ */
132
+ next_reinforce_hour?: number;
133
+ /**
134
+ * The id of the ACL profile for this citadel
135
+ */
136
+ profile_id: number;
137
+ /**
138
+ * The hour of day that determines the four hour window when the structure will randomly exit its reinforcement periods and become vulnerable to attack against its armor and/or hull. The structure will become vulnerable at a random time that is +/- 2 hours centered on the value of this property
139
+ */
140
+ reinforce_hour?: number;
177
141
  services?: GetCorporationsCorporationIdStructuresServices;
178
142
  state: GetCorporationsCorporationIdStructuresState;
179
- state_timer_end?: GetCorporationsCorporationIdStructuresStateTimerEnd;
180
- state_timer_start?: GetCorporationsCorporationIdStructuresStateTimerStart;
181
- structure_id: GetCorporationsCorporationIdStructuresStructureId;
182
- system_id: GetCorporationsCorporationIdStructuresSystemId;
183
- type_id: GetCorporationsCorporationIdStructuresTypeId;
184
- unanchors_at?: GetCorporationsCorporationIdStructuresUnanchorsAt;
143
+ /**
144
+ * Date at which the structure will move to it's next state
145
+ */
146
+ state_timer_end?: string;
147
+ /**
148
+ * Date at which the structure entered it's current state
149
+ */
150
+ state_timer_start?: string;
151
+ /**
152
+ * The Item ID of the structure
153
+ */
154
+ structure_id: number;
155
+ /**
156
+ * The solar system the structure is in
157
+ */
158
+ system_id: number;
159
+ type_id: number;
160
+ /**
161
+ * Date at which the structure will unanchor
162
+ */
163
+ unanchors_at?: string;
185
164
  [k: string]: unknown | undefined;
186
165
  }
187
166
  /**
188
167
  * service object
189
168
  */
190
169
  interface GetCorporationsCorporationIdStructuresService {
191
- name: GetCorporationsCorporationIdStructuresServiceName;
170
+ /**
171
+ * name string
172
+ */
173
+ name: string;
192
174
  state: GetCorporationsCorporationIdStructuresServiceState;
193
175
  [k: string]: unknown | undefined;
194
176
  }
@@ -1,7 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/titles/
3
3
  */
4
-
5
4
  /**
6
5
  * 200 ok array
7
6
  *
@@ -431,10 +430,6 @@ type GetCorporationsCorporationIdTitlesGrantableRolesAtOtherGrantableRolesAtOthe
431
430
  */
432
431
  type GetCorporationsCorporationIdTitlesGrantableRolesAtOther =
433
432
  GetCorporationsCorporationIdTitlesGrantableRolesAtOtherGrantableRolesAtOther[];
434
- /**
435
- * name string
436
- */
437
- type GetCorporationsCorporationIdTitlesName = string;
438
433
  /**
439
434
  * role string
440
435
  */
@@ -692,10 +687,6 @@ type GetCorporationsCorporationIdTitlesRolesAtOtherRolesAtOther =
692
687
  */
693
688
  type GetCorporationsCorporationIdTitlesRolesAtOther =
694
689
  GetCorporationsCorporationIdTitlesRolesAtOtherRolesAtOther[];
695
- /**
696
- * title_id integer
697
- */
698
- type GetCorporationsCorporationIdTitlesTitleId = number;
699
690
 
700
691
  /**
701
692
  * 200 ok object
@@ -705,11 +696,17 @@ interface GetCorporationsCorporationIdTitles_200Ok {
705
696
  grantable_roles_at_base?: GetCorporationsCorporationIdTitlesGrantableRolesAtBase;
706
697
  grantable_roles_at_hq?: GetCorporationsCorporationIdTitlesGrantableRolesAtHq;
707
698
  grantable_roles_at_other?: GetCorporationsCorporationIdTitlesGrantableRolesAtOther;
708
- name?: GetCorporationsCorporationIdTitlesName;
699
+ /**
700
+ * name string
701
+ */
702
+ name?: string;
709
703
  roles?: GetCorporationsCorporationIdTitlesRoles;
710
704
  roles_at_base?: GetCorporationsCorporationIdTitlesRolesAtBase;
711
705
  roles_at_hq?: GetCorporationsCorporationIdTitlesRolesAtHq;
712
706
  roles_at_other?: GetCorporationsCorporationIdTitlesRolesAtOther;
713
- title_id?: GetCorporationsCorporationIdTitlesTitleId;
707
+ /**
708
+ * title_id integer
709
+ */
710
+ title_id?: number;
714
711
  [k: string]: unknown | undefined;
715
712
  }
@@ -1,19 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/wallets/{division}/journal/
3
3
  */
4
-
5
- /**
6
- * The amount of ISK given or taken from the wallet as a result of the given transaction. Positive when ISK is deposited into the wallet and negative when ISK is withdrawn
7
- */
8
- type GetCorporationsCorporationIdWalletsDivisionJournalAmount = number;
9
- /**
10
- * Wallet balance after transaction occurred
11
- */
12
- type GetCorporationsCorporationIdWalletsDivisionJournalBalance = number;
13
- /**
14
- * An ID that gives extra context to the particular transaction. Because of legacy reasons the context is completely different per ref_type and means different things. It is also possible to not have a context_id
15
- */
16
- type GetCorporationsCorporationIdWalletsDivisionJournalContextId = number;
17
4
  /**
18
5
  * The type of the given context_id if present
19
6
  */
@@ -30,26 +17,6 @@ type GetCorporationsCorporationIdWalletsDivisionJournalContextIdType =
30
17
  | "planet_id"
31
18
  | "system_id"
32
19
  | "type_id";
33
- /**
34
- * Date and time of transaction
35
- */
36
- type GetCorporationsCorporationIdWalletsDivisionJournalDate = string;
37
- /**
38
- * The reason for the transaction, mirrors what is seen in the client
39
- */
40
- type GetCorporationsCorporationIdWalletsDivisionJournalDescription = string;
41
- /**
42
- * The id of the first party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name
43
- */
44
- type GetCorporationsCorporationIdWalletsDivisionJournalFirstPartyId = number;
45
- /**
46
- * Unique journal reference ID
47
- */
48
- type GetCorporationsCorporationIdWalletsDivisionJournalId = number;
49
- /**
50
- * The user stated reason for the transaction. Only applies to some ref_types
51
- */
52
- type GetCorporationsCorporationIdWalletsDivisionJournalReason = string;
53
20
  /**
54
21
  * "The transaction type for the given. transaction. Different transaction types will populate different attributes. Note: If you have an existing XML API application that is using ref_types, you will need to know which string ESI ref_type maps to which integer. You can look at the following file to see string->int mappings: https://github.com/ccpgames/eve-glue/blob/master/eve_glue/wallet_journal_ref.py"
55
22
  */
@@ -200,18 +167,6 @@ type GetCorporationsCorporationIdWalletsDivisionJournalRefType =
200
167
  | "war_ally_contract"
201
168
  | "war_fee"
202
169
  | "war_fee_surrender";
203
- /**
204
- * The id of the second party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name
205
- */
206
- type GetCorporationsCorporationIdWalletsDivisionJournalSecondPartyId = number;
207
- /**
208
- * Tax amount received. Only applies to tax related transactions
209
- */
210
- type GetCorporationsCorporationIdWalletsDivisionJournalTax = number;
211
- /**
212
- * The corporation ID receiving any tax paid. Only applies to tax related transactions
213
- */
214
- type GetCorporationsCorporationIdWalletsDivisionJournalTaxReceiverId = number;
215
170
  /**
216
171
  * Journal entries
217
172
  *
@@ -224,18 +179,51 @@ type GetCorporationsCorporationIdWalletsDivisionJournalOk =
224
179
  * 200 ok object
225
180
  */
226
181
  interface GetCorporationsCorporationIdWalletsDivisionJournal_200Ok {
227
- amount?: GetCorporationsCorporationIdWalletsDivisionJournalAmount;
228
- balance?: GetCorporationsCorporationIdWalletsDivisionJournalBalance;
229
- context_id?: GetCorporationsCorporationIdWalletsDivisionJournalContextId;
182
+ /**
183
+ * The amount of ISK given or taken from the wallet as a result of the given transaction. Positive when ISK is deposited into the wallet and negative when ISK is withdrawn
184
+ */
185
+ amount?: number;
186
+ /**
187
+ * Wallet balance after transaction occurred
188
+ */
189
+ balance?: number;
190
+ /**
191
+ * An ID that gives extra context to the particular transaction. Because of legacy reasons the context is completely different per ref_type and means different things. It is also possible to not have a context_id
192
+ */
193
+ context_id?: number;
230
194
  context_id_type?: GetCorporationsCorporationIdWalletsDivisionJournalContextIdType;
231
- date: GetCorporationsCorporationIdWalletsDivisionJournalDate;
232
- description: GetCorporationsCorporationIdWalletsDivisionJournalDescription;
233
- first_party_id?: GetCorporationsCorporationIdWalletsDivisionJournalFirstPartyId;
234
- id: GetCorporationsCorporationIdWalletsDivisionJournalId;
235
- reason?: GetCorporationsCorporationIdWalletsDivisionJournalReason;
195
+ /**
196
+ * Date and time of transaction
197
+ */
198
+ date: string;
199
+ /**
200
+ * The reason for the transaction, mirrors what is seen in the client
201
+ */
202
+ description: string;
203
+ /**
204
+ * The id of the first party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name
205
+ */
206
+ first_party_id?: number;
207
+ /**
208
+ * Unique journal reference ID
209
+ */
210
+ id: number;
211
+ /**
212
+ * The user stated reason for the transaction. Only applies to some ref_types
213
+ */
214
+ reason?: string;
236
215
  ref_type: GetCorporationsCorporationIdWalletsDivisionJournalRefType;
237
- second_party_id?: GetCorporationsCorporationIdWalletsDivisionJournalSecondPartyId;
238
- tax?: GetCorporationsCorporationIdWalletsDivisionJournalTax;
239
- tax_receiver_id?: GetCorporationsCorporationIdWalletsDivisionJournalTaxReceiverId;
216
+ /**
217
+ * The id of the second party involved in the transaction. This attribute has no consistency and is different or non existant for particular ref_types. The description attribute will help make sense of what this attribute means. For more info about the given ID it can be dropped into the /universe/names/ ESI route to determine its type and name
218
+ */
219
+ second_party_id?: number;
220
+ /**
221
+ * Tax amount received. Only applies to tax related transactions
222
+ */
223
+ tax?: number;
224
+ /**
225
+ * The corporation ID receiving any tax paid. Only applies to tax related transactions
226
+ */
227
+ tax_receiver_id?: number;
240
228
  [k: string]: unknown | undefined;
241
229
  }
@@ -1,43 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/wallets/{division}/transactions/
3
3
  */
4
-
5
- /**
6
- * client_id integer
7
- */
8
- type GetCorporationsCorporationIdWalletsDivisionTransactionsClientId = number;
9
- /**
10
- * Date and time of transaction
11
- */
12
- type GetCorporationsCorporationIdWalletsDivisionTransactionsDate = string;
13
- /**
14
- * is_buy boolean
15
- */
16
- type GetCorporationsCorporationIdWalletsDivisionTransactionsIsBuy = boolean;
17
- /**
18
- * -1 if there is no corresponding wallet journal entry
19
- */
20
- type GetCorporationsCorporationIdWalletsDivisionTransactionsJournalRefId = number;
21
- /**
22
- * location_id integer
23
- */
24
- type GetCorporationsCorporationIdWalletsDivisionTransactionsLocationId = number;
25
- /**
26
- * quantity integer
27
- */
28
- type GetCorporationsCorporationIdWalletsDivisionTransactionsQuantity = number;
29
- /**
30
- * Unique transaction ID
31
- */
32
- type GetCorporationsCorporationIdWalletsDivisionTransactionsTransactionId = number;
33
- /**
34
- * type_id integer
35
- */
36
- type GetCorporationsCorporationIdWalletsDivisionTransactionsTypeId = number;
37
- /**
38
- * Amount paid per unit
39
- */
40
- type GetCorporationsCorporationIdWalletsDivisionTransactionsUnitPrice = number;
41
4
  /**
42
5
  * Wallet transactions
43
6
  *
@@ -50,14 +13,38 @@ type GetCorporationsCorporationIdWalletsDivisionTransactionsOk =
50
13
  * wallet transaction
51
14
  */
52
15
  interface GetCorporationsCorporationIdWalletsDivisionTransactions_200Ok {
53
- client_id: GetCorporationsCorporationIdWalletsDivisionTransactionsClientId;
54
- date: GetCorporationsCorporationIdWalletsDivisionTransactionsDate;
55
- is_buy: GetCorporationsCorporationIdWalletsDivisionTransactionsIsBuy;
56
- journal_ref_id: GetCorporationsCorporationIdWalletsDivisionTransactionsJournalRefId;
57
- location_id: GetCorporationsCorporationIdWalletsDivisionTransactionsLocationId;
58
- quantity: GetCorporationsCorporationIdWalletsDivisionTransactionsQuantity;
59
- transaction_id: GetCorporationsCorporationIdWalletsDivisionTransactionsTransactionId;
60
- type_id: GetCorporationsCorporationIdWalletsDivisionTransactionsTypeId;
61
- unit_price: GetCorporationsCorporationIdWalletsDivisionTransactionsUnitPrice;
16
+ /**
17
+ * client_id integer
18
+ */
19
+ client_id: number;
20
+ /**
21
+ * Date and time of transaction
22
+ */
23
+ date: string;
24
+ /**
25
+ * is_buy boolean
26
+ */
27
+ is_buy: boolean;
28
+ /**
29
+ * -1 if there is no corresponding wallet journal entry
30
+ */
31
+ journal_ref_id: number;
32
+ /**
33
+ * location_id integer
34
+ */
35
+ location_id: number;
36
+ /**
37
+ * quantity integer
38
+ */
39
+ quantity: number;
40
+ /**
41
+ * Unique transaction ID
42
+ */
43
+ transaction_id: number;
44
+ type_id: number;
45
+ /**
46
+ * Amount paid per unit
47
+ */
48
+ unit_price: number;
62
49
  [k: string]: unknown | undefined;
63
50
  }
@@ -1,7 +1,6 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/{corporation_id}/wallets/
3
3
  */
4
-
5
4
  /**
6
5
  * 200 ok array
7
6
  *
@@ -46,20 +45,18 @@ type GetCorporationsCorporationIdWalletsOk =
46
45
  GetCorporationsCorporationIdWallets_200Ok,
47
46
  GetCorporationsCorporationIdWallets_200Ok
48
47
  ];
49
- /**
50
- * balance number
51
- */
52
- type GetCorporationsCorporationIdWalletsBalance = number;
53
- /**
54
- * division integer
55
- */
56
- type GetCorporationsCorporationIdWalletsDivision = number;
57
48
 
58
49
  /**
59
50
  * 200 ok object
60
51
  */
61
52
  interface GetCorporationsCorporationIdWallets_200Ok {
62
- balance: GetCorporationsCorporationIdWalletsBalance;
63
- division: GetCorporationsCorporationIdWalletsDivision;
53
+ /**
54
+ * balance number
55
+ */
56
+ balance: number;
57
+ /**
58
+ * division integer
59
+ */
60
+ division: number;
64
61
  [k: string]: unknown | undefined;
65
62
  }
@@ -1,14 +1,9 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /corporations/npccorps/
3
3
  */
4
-
5
- /**
6
- * 200 ok integer
7
- */
8
- type GetCorporationsNpccorps_200Ok = number;
9
4
  /**
10
5
  * 200 ok array
11
6
  *
12
7
  * @maxItems 500
13
8
  */
14
- type GetCorporationsNpccorpsOk = GetCorporationsNpccorps_200Ok[];
9
+ type GetCorporationsNpccorpsOk = number[];
@@ -1,61 +1,50 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /dogma/attributes/{attribute_id}/
3
3
  */
4
4
 
5
- /**
6
- * attribute_id integer
7
- */
8
- type GetDogmaAttributesAttributeIdAttributeId = number;
9
- /**
10
- * default_value number
11
- */
12
- type GetDogmaAttributesAttributeIdDefaultValue = number;
13
- /**
14
- * description string
15
- */
16
- type GetDogmaAttributesAttributeIdDescription = string;
17
- /**
18
- * display_name string
19
- */
20
- type GetDogmaAttributesAttributeIdDisplayName = string;
21
- /**
22
- * high_is_good boolean
23
- */
24
- type GetDogmaAttributesAttributeIdHighIsGood = boolean;
25
- /**
26
- * icon_id integer
27
- */
28
- type GetDogmaAttributesAttributeIdIconId = number;
29
- /**
30
- * name string
31
- */
32
- type GetDogmaAttributesAttributeIdName = string;
33
- /**
34
- * published boolean
35
- */
36
- type GetDogmaAttributesAttributeIdPublished = boolean;
37
- /**
38
- * stackable boolean
39
- */
40
- type GetDogmaAttributesAttributeIdStackable = boolean;
41
- /**
42
- * unit_id integer
43
- */
44
- type GetDogmaAttributesAttributeIdUnitId = number;
45
-
46
5
  /**
47
6
  * 200 ok object
48
7
  */
49
8
  interface GetDogmaAttributesAttributeIdOk {
50
- attribute_id: GetDogmaAttributesAttributeIdAttributeId;
51
- default_value?: GetDogmaAttributesAttributeIdDefaultValue;
52
- description?: GetDogmaAttributesAttributeIdDescription;
53
- display_name?: GetDogmaAttributesAttributeIdDisplayName;
54
- high_is_good?: GetDogmaAttributesAttributeIdHighIsGood;
55
- icon_id?: GetDogmaAttributesAttributeIdIconId;
56
- name?: GetDogmaAttributesAttributeIdName;
57
- published?: GetDogmaAttributesAttributeIdPublished;
58
- stackable?: GetDogmaAttributesAttributeIdStackable;
59
- unit_id?: GetDogmaAttributesAttributeIdUnitId;
9
+ /**
10
+ * attribute_id integer
11
+ */
12
+ attribute_id: number;
13
+ /**
14
+ * default_value number
15
+ */
16
+ default_value?: number;
17
+ /**
18
+ * description string
19
+ */
20
+ description?: string;
21
+ /**
22
+ * display_name string
23
+ */
24
+ display_name?: string;
25
+ /**
26
+ * high_is_good boolean
27
+ */
28
+ high_is_good?: boolean;
29
+ /**
30
+ * icon_id integer
31
+ */
32
+ icon_id?: number;
33
+ /**
34
+ * name string
35
+ */
36
+ name?: string;
37
+ /**
38
+ * published boolean
39
+ */
40
+ published?: boolean;
41
+ /**
42
+ * stackable boolean
43
+ */
44
+ stackable?: boolean;
45
+ /**
46
+ * unit_id integer
47
+ */
48
+ unit_id?: number;
60
49
  [k: string]: unknown | undefined;
61
50
  }
@@ -1,14 +1,9 @@
1
- /**
1
+ /*!
2
2
  * ESI endpoint: /dogma/attributes/
3
3
  */
4
-
5
- /**
6
- * 200 ok integer
7
- */
8
- type GetDogmaAttributes_200Ok = number;
9
4
  /**
10
5
  * 200 ok array
11
6
  *
12
7
  * @maxItems 10000
13
8
  */
14
- type GetDogmaAttributesOk = GetDogmaAttributes_200Ok[];
9
+ type GetDogmaAttributesOk = number[];